@charset "utf-8";
#content #detail {
	overflow: hidden;
}
#content #detail h2 {
	margin-bottom: 10px;
	color: #E8441A;
	font-size: 19px;
	font-weight: bold;
	float: left;
	width: 335px;
}
#content #detail dl {
	overflow: hidden;
	border-bottom: solid 1px #D4CBC6;
	margin-bottom: 12px;
	float: left;
	width: 335px;
}
#content #detail dl dt {
	border-top: solid 1px #D4CBC6;
	padding: 6px 0 5px;
	color: #E8441A;
}
#content #detail dl dd {
	padding-bottom: 6px;
}
#content #detail dl a {
	text-decoration: underline;
}
#content #detail .right {
	float: right;
}



@media screen and (max-width: 640px) {
#content #detail h2 {
	font-size: 18px;
	width: 100%;
}
#content #detail dl {
	margin-top: 20px;
	margin-bottom: 0;
	width: 100%;
}
}