/* -----------------------------------------------------------
 news.css
-------------------------------------------------------------*/
.news a {
	color: #8399a7;
}
.news a:hover {
	text-decoration: underline;
}

/* main
--------------------------------------------------*/
.news-main {
	margin-bottom: 50px;
}
.news-main-header {
	padding: 20px;
	background: #8399a7;
}
.news-main-title {
	font-size: 24px;
	color: #fff;
}
.news-main-contents {
	margin: 0 0;
	padding: 0 20px;
}
.news-main-footer {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

/* section
--------------------------------------------------*/
.news-section {
	margin: 50px 0;
}
.news-section:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background: #8399a7;
}
.news-section + .news-section {
	position: relative;
	padding-top: 15px;
}
.news-section + .news-section:before {
	content: "";
}

/* module
--------------------------------------------------*/
.m_text {
	margin: 15px 0;
}
.m_text.mb0 {
	margin-bottom: 0;
}
.m_text.mb30 {
	margin-bottom: 30px;
}
.m_text.-comment {
	margin-top: 2px;
	font-size: 14px;
}

/* list */
.m_brandList {
	list-style: none;
	padding-left: 0;
}
.m_brandList.-small {
	margin: 30px 0;
}
.m_brandList > li {
	margin: 8px 0;
	font-weight: bold;
}
.m_brandList > li:before {
	content: "E";
	font-weight: normal;
}
.m_brandList > li span {
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
}

.m_serviceInfo {
	margin: 30px 0;
}
.m_serviceInfo > dt {
	font-weight: bold;
}
.m_serviceInfo > dd {
	margin-top: 5px;
	margin-left: 0;
	font-size: 14px;
}


