@charset "utf-8";
/* ===================================================================
	use secondpage
=================================================================== */

/*---------------------------------------------------------------------------*/
.main_contents .bg_middle {
	background: url(../images/contents_area_bg_middle.png) left top repeat-y;
	padding: 40px 0 55px;
	text-align: center;
	width: 930px;
}

.main_contents .news_list {
	margin: 0 auto;
	width: 735px;
}
.main_contents .news_list li {
	border-bottom: 1px dotted #271d1a;
	margin-bottom: 28px;
	padding-bottom: 32px;
	text-align: left;
}
.main_contents .news_list li .date {
	color: #1d7195;
	font-size: 108.3%;
	padding-bottom: 10px;
}
.main_contents .news_list li .title {
	font-size: 115.4%;
}
.main_contents .news_list li .title a {
	text-decoration: underline;
}
.main_contents .news_list li .title a:hover {
	text-decoration: none;
}

/*---------------------------------------------------------------------------*/
.main_contents .detail {
	margin: 0 auto;
	text-align: left;
	width: 770px;
}
.main_contents .detail .date {
	color: #1d7195;
	font-size: 107.7%;
	padding-bottom: 10px;
}
.main_contents .detail .title {
	border-bottom: 1px dotted #000;
	font-size: 200%;
	margin-bottom: 55px;
	padding-bottom: 40px;
}
.main_contents .detail .detail_area {
	margin: 0 auto;
	width: 655px;
}
.main_contents .detail .detail_area a {
	text-decoration: underline;
}
.main_contents .detail .detail_area a:hover {
	text-decoration: none;
}
.main_contents .detail .back_btn {
	text-align: right;
}