@charset "utf-8";

.news .news-list{
	margin: 0px;
	background: url("/images/pc/parts/heading_b.png") no-repeat left bottom;
	padding: 20px 0px 10px;
}

.news .news-list h3{
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px;
	float: right;
	width: 520px;
}

.news .news-list p.date{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	
}

.news .news-list p.category{
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100px;
	float: left;
}

.news .news-list p.category.c1,
.news .news-detail .c1{
	background: #ff8000;
}

.news .news-list p.category.c2,
.news .news-detail .c2{
	background: #a2b71f;
}

.news .news-list p.category.c3,
.news .news-detail .c3{
	background: #4290e0;
}

.news .news-detail .heading-B{
	position: relative;
}

.news .news-detail h2 span{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 5px 15px;
	line-height: 100%;
}

.news .news-detail h2{
	padding-right: 160px;
}


.news .news-detail p.date{
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	text-align: center;
	width: 120px;
	background: #ECE2CE;
	font-weight: bold;
	position: absolute;
	top: 8px;
	right: 0px;
}


.news .news-detail .text{
	margin: 0px;
	padding: 10px 0px 20px;
}


.news #contents .news-detail p.back-mr{
	text-align: center;
	margin: 0px;
	padding: 20px 0px 0px;
	border-top: 1px solid #ddd;
}

.news .news-detail p.back-mr a{
	background: url(../../pc/news/pageback_btn.png) no-repeat left center;
	padding: 0 0 0 20px;
}












