@charset "utf-8";


/* Universal Reset
----------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td {

	margin:0;
	padding:0;

}

address,caption,cite,code,dfn,em,th,var {

	font-style:normal;
	font-weight:normal;

} 

ol,ul{

	list-style-type:none;

}

/* h1
----------------------------------------- */
h1{font-size:11px; padding-top:5px; color:#FFF; font-weight:normal;}


/* Font
----------------------------------------- */
body {

	font-family:'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	color:#333;
	font-size:12px;
	line-height:150%;

}

table{

	font-size:inherit;
	font:100%;

}

select,input,textarea{

	font-size: 99%;

}

/* Body etc
----------------------------------------- */
body {

	margin:0;
	padding:0;
	text-align:center;
	background:#FFFFFF;

}

td,th {

	vertical-align:top;

}

img {

	border:none;
	vertical-align:top;

}
br.clear {
	clear:both;
}

/* Link
----------------------------------------- */
a:link{

	color:#ff4300;
	text-decoration:underline;

}

a:visited{

	color:#ff4300;
	text-decoration:underline;

}

a:hover{

	color:#ff4300;
	text-decoration:none;

}

a:active{

	color:#ff4300;
	text-decoration:underline;

}

/* Clearfix
----------------------------------------- */
.clearfix:after {

    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility: hidden;
	line-height:0;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }