@charset "utf-8";

/* ============================================
	下層 history.css
============================================ */
.clearfix
{
	display: block;
	min-height: 1%;
}
.clearfix:after

{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* ============================================
	history
============================================ */
.historySec ul li {
	margin-top: 30px;
}
.historySec h3 {
	background: url(../img/history_ico_02.gif) left bottom repeat-x;
	font-size: 112%;
	line-height:26px;
	color: #608be6;
}
	.historySec h3 span {
		background: url(../img/history_ico_01.gif) left 0.5em no-repeat;
		padding-left: 15px;
		display: -moz-inline-box;
		display: inline-block;
		*display: inline;
		zoom: 1;
	}

	/* Safari*/
	body:first-of-type .historySec h3 span {
		background: url(../img/history_ico_01.gif) left  5px no-repeat;
	}

	/*same_time　同じ年代*/
	.historySec ul li.same_time { margin-top:-15px;}
	.historySec .same_time h3 { margin:0 0 0 78px;}
	.historySec .same_time.mt0{ margin-top:15px;}

	/*two-stage 二段*/
	.historySec h3.two-stage	{ overflow:hidden; line-height:22px; padding:0 0 3px;}
	.historySec h3.two-stage span,
	.historySec h3.two-stage b	{ display:block; float:left;}
	.historySec h3.two-stage b	{ width:450px; padding:0 0 0 15px;}
	


.historySec li p {
	line-height: 1.7;
	padding: 10px 0 0 78px;
}

.historyImgL {
	float: left;
	width: 572px;
}
	.historyImgL p {
		padding: 10px 15px 0 78px !important;
	}
.historyImgR {
	float: right;
	width: 108px;
	padding: 0 !important;
}
