@charset "utf-8";
.goods_list{
	width:800px;
	margin:20px auto;
}
ul#goods01{
	width:820px;
	list-style:none;
}
ul#goods01 li{
	width:376px;
	margin-right:20px;
	border:1px solid #214c86;
	float:left;
}
ul#goods01 li h5{
	text-align:center;
	background:#214c86;
	padding:5px 0px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
ul#goods01 li p{
	width:175px;
	margin:10px 5px 0px 5px;
	float:left;
}
ul#goods01 li p img{
	margin-right:10px;
}
ul#goods02{
	width:820px;
	list-style:none;
}
ul#goods02 li{
	width:376px;
	height:320px;
	background:#fff;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #214c86;
	float:left;
}
ul#goods02 li h5{
	text-align:center;
	background:#214c86;
	padding:5px 0px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
ul#goods02 li p{
	width:360px;
	margin:5px 5px 0px 10px;
	color:#000;
	float:left;
}

ul#goods02 li#goods_wide{
	width:775px;
	height:auto;
	background:#fff;
	margin-bottom:20px;
	border:1px solid #214c86;
}
ul#goods02 li#goods_wide h5{
	text-align:center;
	background:#214c86;
	padding:5px 0px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
ul#goods02 li#goods_wide h6{
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	color:#214c86;
}
ul#goods02 li#goods_wide p{
	width:750px;
	margin:5px 5px 0px 10px;
	color:#000;
}
ul#goods02 li#goods_wide div#taoru_info01{
	border-bottom:1px solid #aaa;
	padding-bottom:20px;
	margin-bottom:20px;
}
ul#goods02 li#goods_wide div#taoru_info02{
	margin-bottom:20px;
}
ul#goods02 li#goods_wide p.taoru_info_l{
	width:620px;
	float:left;
}
ul#goods02 li#goods_wide p.taoru_info_r{
	width:100px;
	float:left;
}