@charset "UTF-8";
/* CSS Document */

div#introduce {
	margin-bottom:10px;
}

/*======文字関係======*/

div#introduce h4 {
	font-size:18px;
	font-weight:bold;
	color: #33b0de;
}

div#introduce h5 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}	

div#introduce h6 {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	padding:0 45px;
}

div#seihin_list{
	width:920px;
	float:left;
	clear:both;
	line-height:16px;
	/*border:1px solid #C3C3C3;*/
}

*html div#seihin_list{
	margin-left:-5px;
	margin-bottom:5px;
}

*:first-child+html div#seihin_list{
	margin-bottom:5px;
}

div#seihin_list ul{
	float:left;
	clear:both;
	width:920px;
	/*border:1px solid #C3C3C3;*/
}

div#seihin_list li{
	width:152px;
	float:left;
	list-style:none;
	background:#F1EFEE;
	padding:10px 10px 0 10px;
	margin-left:10px;
	margin-bottom:10px;
	/*border:1px solid #C3C3C3;*/
}

div#seihin_list a{
	display:block;
	width:142px;
	height:48px;
	background:#FFFFFF;
	color: #33b0de;
	padding:2px 5px 0 5px;
	text-decoration:underline;
	font-size:11px;
	overflow:hidden;
}

div#seihin_list a:hover{
	text-decoration:none;
}

div#seihin_list span{
	display:block;
	height:48px;
	padding-top:5px;
	font-size:10px;
}