@charset "utf-8";



/* history_unit
-----------------------------------*/
#history_unit{
	width: 100%;
	margin-bottom: 100px;
}


#history_unit > section{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#history_unit > section:after{
	content: "";
	clear: both;
	display: block;
}
#history_unit > section h3{
	width: 130px;
	background-image: url("../img/bg_history_01.jpg");
	background-repeat: no-repeat;
	border-top: 6px solid #93778f;
	float: left;
	text-align: center;
	padding-top: 86px;
}
#history_unit > section .content{
	width: 800px;
	float: right;
	margin-top: 35px;
	padding: 0;
}
#history_unit > section h4{
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 0 22px 50px;
}
#history_unit > section p + p{
	margin-top: 23px;
}
#history_unit > section .first{
	text-indent: 1em;
	width: 735px;
}


#history_unit > .pedigree{
	margin-top: 70px;
}
#history_unit > .pedigree h3{
	background-position: 0 0;
}
#history_unit > .pedigree .inner{
	width: 100%;
	margin-top: 26px;
}
#history_unit > .pedigree .inner:after{
	content: "";
	clear: both;
	display: block;
}
#history_unit > .pedigree .inner .text{
	width: 475px;
	float: left;
	padding-bottom: 102px;
	position: relative;
}
#history_unit > .pedigree .inner .text:before{
	content: "";
	width: 460px;
	height: 1px;
	background: #b1b1b1;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#history_unit > .pedigree .inner .text .name{
	text-align: right;
	margin: 34px 46px 0 0;
}
#history_unit > .pedigree .inner .image{
	float: right;
	margin-top: -10px;
}


#history_unit > .history{
	margin-bottom: 70px;
}
#history_unit > .history h3{
	background-position: -130px 0;
}
#history_unit > .history .inner{
	width: 100%;
	margin-top: 26px;
}
#history_unit > .history .inner:after{
	content: "";
	clear: both;
	display: block;
}
#history_unit > .history .inner .text{
	width: 450px;
	float: left;
	position: relative;
}
#history_unit > .history .inner .text .name{
	text-align: right;
	margin: 42px 21px 0 0;
}
#history_unit > .history .inner .image{
	float: right;
	margin-top: -3px;
}
#history_unit > .history .license{
	width: 730px;
	margin-top: 80px;
	position: relative;
}
#history_unit > .history .license:before{
	content: "";
	width: 360px;
	height: 1px;
	background: #b1b1b1;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#history_unit > .history .license:after{
	content: "";
	clear: both;
	display: block;
}
#history_unit > .history .license dl{
	line-height: 2em;
	width: 370px;
	border-left: 4px solid #92778e;
	float: left;
	padding: 6px 0 10px 20px;
}
#history_unit > .history .license dt{
	float: left;
	clear: left;
}
#history_unit > .history .license dd{
	margin-left: 15em;
}
#history_unit > .history .license .image{
	float: right;
	margin-top: 11px;
}


#history_unit > .hondou h3{
	background-position: -260px 0;
}
#history_unit > .hondou h4 span{
	font-size: 80%;
	font-weight: normal;
}
#history_unit > .hondou .inner{
	width: 100%;
	margin-top: 16px;
}
#history_unit > .hondou .inner:after{
	content: "";
	clear: both;
	display: block;
}
#history_unit > .hondou .inner .text{
	width: 465px;
	float: left;
	margin-top: 96px;
	padding-bottom: 118px;
	position: relative;
}
#history_unit > .hondou .inner .text:before{
	content: "";
	width: 79px;
	height: 49px;
	background: url("../../common/img/ico_illust_05.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: -33px;
	bottom: 0;
}
#history_unit > .hondou .inner .text p{
	text-indent: 1em;
}
#history_unit > .hondou .inner .image{
	float: right;
}