@charset "utf-8";
/* CSS Document */

.detail_list {
	width: 860px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
}
.detail_list li {
	display: block;
	float: left;
	width: 390px;
	margin-bottom: 10px;
	list-style-type: none;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.detail_list li p {
	font-size: 12px;
	float: left;
	width: 220px;
	margin-right: 8px;
}
.detail_list li h3 {
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.detail_list li h4 {
	font-size: 12px;
	display: block;
	float: left;
}
.top_img {
	width: 880px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.detail_list a li h3 {
	color: #3f3f3f;
	text-decoration: none;
}
.detail_list a li p {
	color: #3f3f3f;
	text-decoration: none;
}
