@charset "utf-8";

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

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


/* --------------------------------
	会社沿革
-------------------------------- */
.history-box ul li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #ccc;
}

.history-box ul li dl {
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}

.history-box ul li dl dt {
	display: table-cell;
	padding: 5px 20px;
	width: 160px;
	font-weight: bold;
}

.history-box ul li dl dd {
	display: table-cell;
	padding: 5px 20px;
}


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