@charset "utf-8";

/* --------------------------------------------------------
Reset
-------------------------------------------------------- */

body{
	font-size:62.5%;
	line-height:1.5;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#333333;
	margin:0;
	padding:0;
	text-align:center;
}

h1,h2,h3,h4,h5,h6{
	font-size:1em;
	line-height:1.2;
}

h1,h2,h3,h4,h5,h6,form,input,p,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}

table{
	font-size:1em;
	line-height:1.5;
	border-collapse: collapse;
}

img{
	border:0;
	vertical-align:top;
}

ul{
	list-style:none;
}

hr{
	display:none;
}

.cfx{
	zoom:1;
}

.cfx:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* WinIE7 only */
/*
*:first-child+html .cfx
	{
	height:1%;
	}
*/
/* WinIE6 and below */
/*\*/
* html .cfx{
	height:1%;
}
/**/

/* MacIE only */
/*\*//*/
.cfx{
	display:inline-table;
}
/**/

section,
article,
aside,
hgroup,
header,
footer,
nav,
figure{
	display:block;
	margin:0;
}
