﻿/* ====================
/index.html
==================== */

/*** contents ***/
h2{
	margin-bottom:10px;
}

/*top_text*/
#top_text{
	font-size:94%;
	line-height:1.1em;
	margin-bottom:30px;
}
#top_text li h3{
	margin:40px 0 5px 0;
	color:#000;
}

#top_text li h3.fcBr {
	color:#C9A35A;
}

#top_text li h4{
	margin:10px 0 5px 0;
}

/*notice*/
#notice{
	clear:both;
	margin:40px 0 20px 0;
}
#notice ol{
	margin-top:5px;
}
#notice li{
	font-size:80%;
}


/*clearfix*/
/*
#top_text{ /zoom : 1; }
#top_text:after{ content : ''; display : block; clear : both; }
*/

