@charset "utf-8";

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


/* --------------------------------
	IRReport
-------------------------------- */
#divSelect{
	margin: 0 0 40px;
}
#yearSelect{
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px;
}

.irReport h2{
	font-size: 22px;
	line-height: 1.3;
	margin: 0 !important;
	padding: 0 0 0 10px;
	border-left: solid 6px #ccc;
}

.irReport-list{
	margin: 0 0 20px;
}

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

.irReport-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;
}

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

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

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

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

.irReport-notes{
	font-size: 14px;
	line-height: 1.5;
}


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


