@charset "utf-8";
/* CSS Document */

/*全体設定*/
html,body,h1,h2,h3,h4,h5,p,strong,form,input,textarea,img,ul,li,div,small,dl,dt,dd{margin:0; padding:0; line-height:1.5; -webkit-text-size-adjust:none}
html,body{height:100%; width:100%;}
body{position:relative; letter-spacing:0.1em;}
a{text-decoration:none; }
h1,h2,h3,h4{font-weight:100;}
li{list-style:none;}

/*------配置------*/
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.textLeft {text-align: left;}
.textRight {text-align: right;}
.textCenter {text-align: center;}
/* ---------- clearfix hack ---------- */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */
img{
	border:0;
	vertical-align:bottom;
	margin:0 auto;
	padding:0;
}