@charset "utf-8";
.goods_list{
	width:300px;
	margin:20px auto;
}
ul#goods01{
	width:300px;
	list-style:none;
}
ul#goods01 li{
	width:300px;
	border:1px solid #214c86;
	float:left;
	margin-bottom:20px;
}
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:280px;
	margin:10px;
	float:left;
}
ul#goods01 li p img{
	width:100%;
	heigth:auto;
}
ul#goods02{
	width:300px;
	list-style:none;
}
ul#goods02 li{
	width:300px;
	background:#fff;
	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:280px;
	margin:5px 5px 10px 10px;
	color:#000;
	float:left;
}
ul#goods02 li p img{
	width:100%;
	heigth:auto;
}

ul#goods02 li#goods_wide{
	width:300px;
	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:280px;
	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:280px;
	float:left;
}
ul#goods02 li#goods_wide p.taoru_info_r{
	width:100px;
	float:left;
}