@charset "UTF-8";

.topics h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 18px;
}
.topics h2 span {
	padding-left: 30px;
	background: url('/home/images/icon_information.png') no-repeat left center ;
	background-size: 18px;
}

.topics h3 {
	margin-left: 16px;
	padding-left: 16px;
	color: #1FA4C7;
	background: url('/home/images/icon_important_info.png') no-repeat left center ;
}

.topics h3.usually {
	display: none;
}

.topics dl {
	margin-top: -10px;
	margin-bottom: -30px;
	padding: 0 1%;
}

.topics dl.usually {
	border: none;
	border-bottom: 1px solid #eeeeee;
}

.topics dt,
.topics dd {
	padding: 10px 0 ;
	vertical-align: top;
	min-height: 50px;
}
.topics dt {
	float: left;
	width: 5em;
}
.topics dd {
	padding-left: 7em;
	position: relative;
	text-indent: 0em;
	margin-left: 0;
	border-top: 1px solid #eeeeee;
}

.topics dd i {
	display: block;
	font-size: 10px;
	width: 5em;
	position: absolute;
	left: 0px;top:35px;
	vertical-align: middle;
	padding: 3px 8px;
	text-indent: 0;
	font-style: normal;
	color: #fff;
	text-align: center;
	margin-right: 1.5em;
}

.topics dd i.info {
	background-color: #f46c80;
}
.topics dd i.renew {
	background-color: #1fa3c9;
}

.topics .btn a {
	display: block;
	width: 95%;
	font-size: 16px;
	color: #fff;
	padding: 16px 0px;
	margin: 0 auto;
	background-color: #a0a0a0;
	text-decoration: none;
	text-align: center;
}

.topics .btn a span {
	padding-right: 40px;
	background: url('/common/images/icon_link02.png') no-repeat right center ;
	background-size: 15px;
}

.topicsdetail .date {
	font-size: 10px;
}


.topicsdetail p {
	margin-bottom: 20px;
}




