﻿@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);

#content #detail {
	overflow:hidden;
	zoom:1;
	margin:0 0 18px 10px;
}

#content #detail ul.big {
	margin-bottom:14px;
}

#content #detail ul.big li {
	width:636px;
	height:468px;
	display:none;
	border:#EEE 2px solid;
	overflow:hidden;
	text-align: center;
}

#content #detail ul.big li a {
	width:636px;
	height:468px;
	display: block;
	overflow:hidden;
}

#content #detail ul.small {
	zoom:1;
	overflow:hidden;
	clear:both;
}

#content #detail ul.small li {
	float:left;
	margin-right:9px;
	border:#EEE 1px solid;
	width:70px;
	height:52px;
	overflow:hidden;
	text-align: center;
}

#content #detail ul.small li a {
	display: block;
	width:70px;
	height:52px;
	overflow:hidden;
	text-align: center;
}

#content #detail ul.small li.last {
	margin-right:0;
}

#content dl.text {
	clear:both;
	margin:0 0 66px 9px;
}

#content dl.text dt {
	color:#303030;
	padding-bottom:6px;
	font-weight:bold;
	border-bottom:#B2B2B2 1px solid;
	margin-bottom:13px;
}

#content dl.text dd {
	 padding-left:2px;
	 line-height:1.65;
}
