@charset "utf-8";

/* --------------------------------
	KV
-------------------------------- */
.kv{
	height: 250px;
	margin: 0 0 45px;
	padding: 85px 0 0;
	background: #fff url(/img/ir/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;
}


/* --------------------------------
	IRNews
-------------------------------- */
#announcement{
	margin: 0 !important;
}
.newsTop-list{
	margin: 0 0 60px;
}

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

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

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

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

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

.newsTop-list dl dd a:hover{
	color: #999;
}

.newsTop-list dl dd:not(a){
	font-size: 10px;
}


/* --------------------------------
	IRNews
-------------------------------- */
.ir-info{
	width: 355px;
	float: left;
}

.ir-financial{
	width: 355px;
	float: right;
}

.ir-library{
	width: 355px;
	float: left;
}

.ir-stock{
	width: 355px;
	float: right;
}

.ir-calendar{
	width: 355px;
	float: left;
}

.irMod-menu{
	margin: 0 0 20px;
}

.irMod-menu ul li{
	border-bottom: 1px solid #ddd;
}

.irMod-menu ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 15px;
	background: url(/img/common/ic_arrow.png) no-repeat 98% center;
	-mos-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.irMod-menu ul li a:hover{
	color: #999;
}

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


