@charset "UTF-8";
@import url("/common/css/reset.css");
@import url("/common/css/fonts.css");
@import url("/common/css/base.css");
/* ================================
	style.css	NEWS
================================ */
#news .secondHeader { background-image: url(/news/images/img_00.jpg); }
/* index */
#news .blogBox {
	background: url(/news/images/bg_01.gif) repeat left top;
	padding: 30px;
	text-align: center;
	margin-bottom: 50px;
}
#news .blogBox > strong {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #006191;
}
#news .blogBox > h3 + p {
}
#news .blogBox > div {
	display: table;
	width: 670px;
	height: 200px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
}
#news .blogBox > div div {
	display: table-cell;
	width: 1000px;
	position: relative;
	left: 0;
	top: 0;
	vertical-align: top;
	padding: 30px 40px 10px;
}
#news .blogBox > div div p.new {
	position: absolute;
	left: -25px;
	top: -25px;
}
#news .blogBox > div div p.date {
	color: #d22b34;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0.5em;
	line-height: 1;
}
#news .blogBox > div div p.title {
	font-weight: bold;
	margin-bottom: 0.7em;
}
#news .blogBox > div div p.lead { margin-bottom: 0.5em; }
#news .blogBox > div > p { display: table-cell; }
#news .openingBox {
	background:url(/news/images/bg_02.gif) repeat-x center top;
	text-align:center;
}
#news .openingBox > div{
	background:url(/news/images/bg_02.gif) repeat-x center bottom;
	padding:40px 0;
}
#news .secondContents .secondContentsMain .openingBox h3 {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	background: none;
	margin-bottom: 30px;
	padding: 20px 0 0;
	line-height: 1;
	text-align:center;
}
#news .secondContents .secondContentsMain .openingBox h3 img{
	display:block;
	margin:10px auto 0;
}
#news .secondContents .secondContentsMain .openingBox h3 + div{
	display: table;
	height: 130px;
	width: 520px;
	margin: 0 auto 30px;
}
#news .secondContents .secondContentsMain .openingBox h3 + div span,
#news .secondContents .secondContentsMain .openingBox h3 + div p {
	display: table-cell;
	vertical-align: top;
}
#news .secondContents .secondContentsMain .openingBox h3 + div p{
	text-align:left;
	padding:0 20px;
}

/*SIDENEWS*/
.secondSideArea .sideNewsNavTtl {
	display: block;
	padding: 12px 0;
	background: #400a0c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	background: #400a0c url(/common/images/ico_arw_02.png) no-repeat 10px 50%;
}
.secondSideArea .sideNewsNav {
	margin-bottom: 45px;
}
.secondSideArea .sideNewsNav > li {
	display: block;
	border-bottom: #bca9a9 1px dotted;
}
.secondSideArea .sideNewsNav > li a {
	display: block;
	padding: 6px 5px 7px 30px;
	background: #fff url(/common/images/ico_arw_03.png) no-repeat 10px 50%;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}
.secondSideArea .sideNewsNav > li a:hover { background: #f7f7f7 url(/common/images/ico_arw_03.png) no-repeat 10px 50%; }














