@charset "utf-8";

/**
 * ZEROの歴史
 */

.history_contents_wrap {
	width: 100%;
	text-align: left;
	background: #eee;
}
.history_contents_wrap ul li {
	/*overflow: hidden;*/
	/*-moz-box-flex: 1;*/
	width: 100%;
}

.history_contents_wrap li .his_year,
.history_contents_wrap li .his_event {
	padding: 20px;
	min-height: 200px;
}


.history_contents_wrap li .his_year{
	width: 130px;
	/*background: url(../../images/history/history_timeline_bg.png) repeat;*/
	float: left;
	/*clear: both;*/
	text-align: center;
	font-weight: bold;
	position: relative;
	background: #003d60;
}

.history_contents_wrap li .his_event{
	/*display: -moz-box;*/
	width: auto;
	border-left: 2px solid #999999;
	border-bottom: 1px dotted #888;
	/*background-color: #888;*/
	overflow: hidden;
}
.his_event .catalog_bknum,
.his_event .interview{
	margin-top: 15px;
	float: left;
	line-height: 1.5em;
}
/*
.his_event .interview{
	background: #FFF;
	width: 100px;
	height: 100px;
}*/
.his_event .catalog_bknumInner{
	margin-bottom: 10px;
	color: #fff;
}

.his_event .catalog_bknumInner a{
	text-decoration: underline;
	display: inline-block;
	margin-right: 10px;
}


.his_year p.year,
.his_year p.year_l{
	position: absolute;
	right: 20px;
}
.catalog_bknumInner img{
	width:100px;
	border:2px solid white;
}
