@charset "utf-8";
/* CSS Document */


#contents,
.contents{
	width:1024px;
	margin:auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and ( max-width:1024px) {
#contents,
.contents{
	width:95%;
}
}



.clearfix:after {
     content:".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.FL{
	display:block;
	float:left;
}
.FR{
	display:block;
	float:right;
}


#contents h1.title{
	font-size:1.5em;
	line-height:2em;
	border-bottom:#09c 2px solid;
	padding-bottom:10px;
	margin-bottom:10px;
}

@media screen and (min-width:0px) and ( max-width:750px) {
#contents h1.title{
	font-size:1em;
}
}

