@charset "utf-8";

/**
 * ZEROの歴史 SP版
 */
 .history_contents_wrap{
	 margin:0 auto;
	 width:95%;
 }
 .history_contents_wrap ul{
	 background: #003d60;
	 border-bottom: 1px solid #eee;
 }

 .history_contents_wrap li .his_year{
	 width:80px;

 }
 .history_contents_wrap li .his_year  img {

 	width: 60px;
 }
 .history_contents_wrap li .his_year span.timeline_arrow{
	 display: none;
 }
 .history_contents_wrap ul .his_event{
	 background: #eee;
 }
 /*
.history_contents_wrap li{
	background: #222222;
}

.history_contents_wrap li .his_year {
	width: 18%;
}

.history_contents_wrap li .his_event  {
	background: #000000;
    padding-right: 0;
    padding-left: 30px;
}

.history_contents_wrap li .his_event  img {
	margin-right: 0;
	width: 44%;
}
.history_contents_wrap .his_year {
	width: 130px;
}

.his_event .catalog_bknumInner a{
	display: inline;
}

.his_year p.year img,
.his_year p.year_l img{
	width: 70px;
}
.his_year p.year span.timeline_arrow,
.his_year p.year_l span.timeline_arrow{
	position: absolute;
	right: -35px;
	top: 8px;
}
.his_year p.year span.timeline_arrow img,
.his_year p.year_l span.timeline_arrow img{
	width: auto;
}
*/
