@charset "utf-8";

/* ブラウザスタイルの初期化
--------------------------------------------------------------------*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
fieldset,form,input,button,legend {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/*dt,th,*/
h1,h2,h3,h4,h5,h6 {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}

/* font-size初期化
--------------------------------------------------------------------*/

body {
	font-size: 10px;
}

* html body {
	font-size: 62.5%;
}

*:first-child+html body {
	font-size: 62.5%;
}

/* border初期化
--------------------------------------------------------------------*/

img,object {
	border: none;
}

/* table設定
--------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* テキスト設定
--------------------------------------------------------------------*/

p {
	text-align: justify;
	text-justify: distribute;
}

address,em {
	font-style: normal;
}

/* リスト設定
--------------------------------------------------------------------*/

ol,ul {
	list-style-type: none;
	text-align: left;
}

/* img
--------------------------------------------------------------------*/

img {
	vertical-align: bottom;
}

/* clearfix
--------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */
