/* CSS Document */

#contents {
}

#contentsInner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}

#main h3 {
	display: block;
	font-size: 24px;
	line-height: 45px;
	clear: both;
	margin-bottom: 25px;
	font-weight: normal;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 0% bottom;
}


#list{
	margin-bottom:50px;
}

#list .inner {
	margin-bottom:20px;
}

#list dl {
	float:none;
	clear:both;
	display:block;
	border-bottom:1px #999 dotted;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#list dl:nth-child(2n) {    /* 偶数行 */
   background-color: #FFF7EE;
}

#list dl dt {
	float:left;
	text-align:left;
	width:110px;
	display:block;
	line-height:20px;
	font-size:16px;
}

#list dl dd {
	display: block;
	padding-left: 220px;
	line-height: 26px;
	font-size: 16px;
}

#list dl dd.new {
	padding-left: 0;
	float: left;
	width: 60px;
}

#list dl dd a {
	color:#6582BD;
}

#list dl dd a:hover {
	text-decoration:underline;
}

.price{
	font-size: 20px;
	font-weight: bold;
	color: #FF4D48;
}

.pageInfo {
	text-align:center;
	font-size:16px;
	padding:10px 0 5px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}

.pageInfo span {
	font-weight:bold;
}

.pageInfo .allNum {
	font-size:30px;
	font-weight:bold;
	color:#E60A1E;
	padding:0 2px;
}

.paginate {
	position:relative;
	overflow:hidden;
	margin-top:15px;
	width:720px;
	margin-bottom: 70px;
}

.paginate ul {
	float:left;
	position:relative;
	left:50%;
}

.paginate li {
	width:27px;
	height:27px;
	text-align:center;
	position:relative;
	left:-50%;
	float:left;
	margin-right:5px;
	font-weight:bold;
}

.paginate li a {
	width:25px;
	display:block;
	line-height:24px;
	border:1px solid #CCC;
	font-weight:bold;
	background:#FFF;
	color:#333;
}

.paginate li a:hover {
	color:#FFF;
	background-color: #100040;
}

.paginate li a.on {
	color:#FFF;
	background-color: #100040;
}

.paginate li.next,
.paginate li.prev {
	width:152px;
	text-align:center;
	position:relative;
	left:-50%;
	float:left;
	margin-right:5px;
	font-weight:bold;
}

.paginate li.next a,
.paginate li.prev a {
	width:150px;
	display:block;
	border:1px solid #CCC;
}


#detail{
	margin-bottom:50px;
}

#detail .date {
	text-align:left;
	display:block;
	line-height:20px;
	font-size:16px;
	margin-bottom: 10px;
	color: #E60A1E;
	font-weight: bold;
}

#detail h4 {
	line-height:26px;
	font-size:20px;
	color:#FFF;
	margin-bottom: 20px;
	padding-left: 10px;
	background-color: #100040;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: normal;
}

#detail p {
	font-size:16px;
	line-height:22px;
	margin-bottom:30px;
	display: block;
}

#detail #subPhoto {

}

#subPhoto ul {
	width:760px;
	overflow:hidden;
}

#subPhoto li {
	width:350px;
	float:left;
	margin-right:30px;
	margin-bottom: 30px;
	text-align: center;
	height: 260px;
	overflow: hidden;
}

.backBtn {
	text-align:center;
	clear: both;
	padding-top: 50px;
}
