@charset "utf-8";

/* -------------------------------------------------- */
/* お知らせ詳細 */
/* -------------------------------------------------- */
/* メインイメージ */

.fv {
	background: url(../img/fv_bg_reinforcing.png) center center no-repeat;
}


/* #newsSe1 */
/* -------------------------------------------------- */
#reinforcingSe1 {
	width: 980px;
	margin: 0 auto 100px;
	line-height: 1.4;
}

#reinforcingSe1 h2 {
	display: block;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0 0 30px 0;
	color: #097c25;
}

#reinforcingSe1 #reinforcingTxt {
	font-size: 133%;
	line-height: 1.6;
}

#reinforcingSe1 #reinforcingTxt p {
	padding-bottom: 1.5em;
}

#reinforcingSe1 #reinforcingTxt a {
	text-decoration: underline;
}

#reinforcingSe1L {
	width: 470px;
	margin: 0;
	float: left;
}

#contL {
	position: relative;
}

.reinforcingImg {
	margin: 0 0 20px 0;
}

/* Right */
#reinforcingSe1R {
	width: 470px;
	margin: 0 0 0 40px;
	float: left;
}

#contR {
	position: relative;
	padding: 0;
	margin: 0;
}

#reinforcingCate {
	color: #097c25;
	font-size: 250%;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 10px 0;
}

/* ページャー */
#pager2 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: 134%;
	color: #097c25;
	padding-top: 120px;
}

#pager2 li {
	display: inline-block;
	margin-right: 7px;
}

#pager2 li:last-child {
	margin-right: 0;
}

#pager2 span {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #097c25;
	color: #097c25;
}

#pager2 .active span,
#pager2 a:hover span {
	background-color: #097c25;
	color: #FFFFFF;
}

#pager2 img {
	vertical-align: middle;
}