@charset "utf-8";

/* reset
---------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}hr{display:none;}img{vertical-align:bottom;}em,strong{font-weight:normal;}input,textarea{font-size:100%;}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
img{
	interpolation-mode: bicubic;
	-ms-interpolation-mode: bicubic;
}

/* base
---------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	line-height:1.5;
	font-size:12px;
	text-align:left;
	color:#333;
}

/* input
---------------------------------------------------------- */
/* input setting */
input,select{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","メイリオ",Meiryo,sans-serif;
}
*html input {
	/*for WinIE6*/
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}
*:first-child+html input {
	/*for WinIE7*/
	font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,sans-serif;
}


/* HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article{display: block;}

/* clearfix elements
---------------------------------------------------------- */
.clearfix {width:100%;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
.clear{clear:both;}