@charset "shift_jis";

/* --------------------------------------------------------------------------------------
 NEWS
--------------------------------------------------------------------------------------- */

.newsArea h2 {
	margin-top: 16px;
	padding: 6px 5px;
	background: #ECEADC;
	font-size: 117%;
	font-weight: bold;
}

.newsArea h2 span {
	display: block;
	padding-left: 21px;
	background: url(../images/common/icon_arw02.gif) no-repeat 0 .2em;
}

.newsArea .newsBlock {
	margin-top: 9px;
	padding-bottom: 14px;
	border-bottom: 1px solid #E2DFCB;
}
.newsArea .newsBlock:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.newsArea .newsBlock { display:inline-block; }
/*\*/
* html .newsArea .newsBlock { height:1%; }
.newsArea .newsBlock { display:block; }
/**/

.newsArea .newsBlock .thumb {
	float: left;
	margin-right: 10px;
}

.newsArea .newsBlock .more {
	margin-top: 3px;
	text-align: right;
}


/* --------------------------------------------------------------------------------------
 NEWS DETAIL
--------------------------------------------------------------------------------------- */

.newsArea .detailBlock {
	border-bottom: 1px solid #E2DFCB;
}

.newsArea .detailBlock p {
	margin-bottom: 15px;
}

.newsArea .detailBlock p.date {
	margin: 3px 0 5px;
	text-align: right;
}

.newsArea .listLink {
	margin-top: 10px;
	text-align: right;
}
