@charset "utf-8";

#topicsBox .item {
	padding: 0 0 26px 0;
	background: url(../../common/images/line_between.gif) repeat-x left bottom;
	font-size: 120%;
}
#topicsBox .last {
	margin-bottom: 0;
	background: none;
}
#topicsBox .item .date {
	padding: 16px 0 12px 67px;
	background: url(../../common/images/ico_topics.gif) no-repeat left 14px;
	color: #FF7E00;
	line-height: 1;
}
#topicsBox .item .date .title {
	padding: 0 0 0 100px;
	font-weight: bold;
}
#topicsBox .item .cont {
	padding: 23px 0 0 0;
	background: url(../../common/images/line_between.gif) repeat-x left top;
}
#topicsBox .setWrap .img {
	float: left;
	padding: 0 14px 0 0;
	background: url(../../common/images/line_slash.gif) repeat-y right 5px;
}
#topicsBox .item .img img {
	border: 1px solid #DF007C;
}
#topicsBox .setWrap .txt {
	float: right;
	width: 605px;
	padding: 0 12px 0 0;
}
#topicsBox .setWrap .btLine {
	margin-right: 12px;
	margin-bottom: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #C4C4C4;
}

#topicsBox .setWrap .txt p {
	margin: 0 0 1em 0;
}
#topicsBox .dlsizeList .title {
	margin: 0 0 0.5em 0;
}
#topicsBox .dlsizeList .listIn {
	overflow: hidden;
	width: 100%;
}
#topicsBox .dlsizeList .listIn li {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}
#topicsBox .dlsizeList .listIn li a {
	color: #FF7E00;
}
#topicsBox .setupBox {
	overflow: hidden;
	width: 100%;
	margin: 20px 0 0 0;
}
#topicsBox .setupBox .sTitle {
	margin: 0 0 20px 0;
	font-weight: bold;
}
#topicsBox .setupBox .setupList {
	float: left;
	width: 48%;
}
#topicsBox .setupBox .setupListR {
	float: right;
}
#topicsBox .setupBox .setupList .title {
	font-weight: bold;
	margin: 0 0 5px 0;
}

.sectionList {
	overflow: hidden;
	width: 100%;
	padding: 0 0 20px 0;
}
.sectionList .sectionItem {
	float: left;
	width: 48%;
}
.sectionList .sectionItemR {
	float: right;
}
.sectionList .sectionItem .itemIn dt {
	margin: 0 0 5px 0;
}
.sectionList .sectionItem .itemIn dt a {
	color: #FF7E00;
	font-weight: bold;
}
.sectionList .sectionItem .itemIn dd {
}


.commentBox {
	width: 100%;
}
.closeBtn {
	padding: 30px 0 1em 0 !important;
}
.openBtn {
	margin: 5px 0 0 32px !important;
}
.close {
}

