@charset "utf-8";

/* --------------------------------
	KV
-------------------------------- */
.kv{
	height: 250px;
	margin: 0 0 45px;
	padding: 85px 0 0;
	background: #fff url(/img/pressroom/kv.jpg) no-repeat center top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.kv-title{
	text-shadow: 5px 5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, -5px -5px 5px #fff;
}

.txtTitle{
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	border-left: solid 6px #ccc;
}

.lead{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 50px;
	text-align: justify;
	text-justify: inter-ideograph;
}


/* --------------------------------
	newsList
-------------------------------- */
.newsList{
	margin: 0 0 20px;
}

.newsList dl{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsList dl dt{
	float: left;
	color: #b80000;
	padding: 20px 0 !important;
	font-weight: normal !important;
	font-size: 14px;
	line-height: 1.3;
}

.newsList dl dd{
	line-height: 1.3;
	padding: 20px 0 20px 120px !important;
	background: none !important;
	border-bottom: solid 1px #ddd;
}

.newsList dl dd img{
	margin: 0 !important;
	padding: 0 0 4px 10px;
	display: inline-block;
}

.newsList dl dd a{
	text-decoration: none;
	color: #333;
	font-size: 14px;
	-mos-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.newsList dl dd a:hover{
	color: #999;
}

.newsDetails-txt{
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}

.newsDetails-txt p{
	margin: 0 0 1em;
}

.newsDetails-newsEnd{
	text-align: right;
}

/* --------------------------------
	newsDetails
-------------------------------- */
.newsDetails-date{
	font-size: 14px;
	margin: 0 0 10px;
}

.newsDetails span{
	font-weight: bold;
	font-size: 14px;
}

.aligncenter{
	text-align: center;
}

/* --------------------------------
 Clearfix
-------------------------------- */
.service:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .service{
	zoom: 1;/* IE7 */
}


