@charset "utf-8";
body {
margin:0;
padding:0;
font-size:16px;
font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
-webkit-text-size-adjust:none;
}
html{
height: 100%;
}
/*---------------------- reset ------------------------*/
h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-size:1em;font-weight:normal;line-height:1em;}
ul, li{margin:0;padding:0;list-style-type:none;}
ul img{vertical-align:top;}
img {border:none;border:0;}
/*---------------------- clear float ------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}