@charset "utf-8";
html,body{
margin:0;
padding:0;
font-size:18px;
font-family:'Open Sans',Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-style: normal;
background-color:#222;
-webkit-auto-text-size-adjust : none;
-webkit-font-smoothing: antialiased;
}
/*---------------------- reset ------------------------*/
h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-size:1em;line-height:1em;font-weight:normal;}
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;}

a {
text-decoration:none;
}
