@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear: both !important;
}

.dis {
	display: block;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	#conts
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 17px;
	clear: both;
	font-size: 1.8em;
	line-height: 1.5;
	border-bottom: 1px solid #c8c8c8;
	color:#946f6f;
}

#conts h2.line2 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 1.3em;
	line-height: 1.7;
}

	

#contents .newsList {
	margin: 0 25px 22px;
}

#contents .newsList ul,
#contents .menuList ul {
	margin-right: -55px;
	width: 1065px;
	overflow: hidden;
}

#contents .newsList ul li,
#contents .menuList ul li {
	margin-right: 55px;
	width: 300px;
	float: left;
	border-bottom: 1px solid #c8c8c8;
}

#contents .newsList ul li a {
	padding-bottom: 9px;
	display: block;
	min-height: 211px;
	text-decoration: none;
}

	*html #contents .newsList ul li a {
		height: 211px;
	}
	*+html #contents .newsList ul li a {
		height: 211px;
	}

#contents .newsList ul li a:hover {
	background-color: #c8c8c8;
}

#contents .newsList ul span.date {
	font-size: 1.2em;
	color: #e32936;
}

#contents .newsList ul span.photo {
	display: block;
	margin-bottom: 7px;
}

#contents .newsList ul span.photo img {
	display: block;
}

#contents .newsList ul li a span.link {
	margin-bottom: 2px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.7;
	display: block;
	text-decoration: underline;
}

#contents .newsList ul li a:hover span.link {
	color: #969696;
}

#contents .newsList ul li a span.text {
	font-size: 1.2em;
	line-height: 1.4;
	color: #000;
	display: block;
	text-decoration: none;
}

#contents .newsList ul li a:hover span.text {
	text-decoration: none;
}
