@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;
}

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

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


