﻿/* ====================
/index.html
==================== */

/*** contents ***/

/*top_text
#top_text{
	font-size:94%;
	line-height:1.1em;
	margin-bottom:30px;
}
#top_text li{
	float:left;
	width: 273px;
}
#top_text li#top_text01{
	margin-right:30px;
	width: 260px;
}
#top_text li h2{
	margin:20px 0 5px 0;
	color:#000;
}
*/

/*lineup*/
#lineup{
	margin-bottom:15px;
}

/*block*/
.block{
	clear:both;
	margin-bottom:20px;
}
.block ul.best3{
	margin:15px 0;
}
.block ul.best3{
	width:576px;
}
.block ul.best3 li{
	float:left;
	width:185px;
}
.block ul.best3 li span{
	display:block;
}
.block ul.best3 li.middle{
	margin:0 10px;
}

.block ul.list{
	clear:both;
}
.block ul.list li{
	float:left;
	width:280px;
}
.block ul.list li.r{
	margin:0 -13px 0 13px;
}

/*products*/

#products h2{
	margin-bottom:3px;
}

/*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; }
.block{ /zoom : 1; }
.block:after{ content : ''; display : block; clear : both; }
.block ul.best3{ /zoom : 1; }
.block ul.best3:after{ content : ''; display : block; clear : both; }

