@charset "utf-8";
html{
/* ルートのフォントサイズ10px */
font-size: 62.5%;
/*height:100%;*/
overflow:auto;
-webkit-overflow-scrolling: touch;
}

body{
    width: 100%;
    height: 100%;
    font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
    /*overflow-x: hidden;*/
	/* ルートのフォントサイズを2.4em（24pxと同等のサイズ）に設定 */
	font-size: 2.4em;
    line-height: 1.6em;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    color: #3e3a39;
}

.clear::after{
content: ' ';
display: block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}
img{
width:100%;
height:auto;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}
h1,h2,h3,h4,p,strong{
	margin:0;
	padding: 0;
	font-weight: normal;
}
li{
	list-style-type: none;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
/*iphoneのボタン勝手にまるくしない*/
 input[type="button"],input[type="submit"],nput[type="reset"] {
    -webkit-appearance: none;
  }

@media (min-width:641px){
.pc{
	display: block;
}
.sp{
	display: none;
}
body{
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
}	
}



