@charset "utf-8";


.history{
}
.history_inner{
	width: 1100px;
	margin: 0 auto;
	padding: 58px 0 100px;
}
.history_title{
text-align: center;
font-size: 40px;
background: url(../img/about/history/line.png) 0 100% repeat-x;padding: 0 0 8px;margin: 0 0 70px;}
.history_list{
font-size: 18px;margin: 0 0 16px;}
.history_date{
	float: left;
	width: 34%;
	padding: 0 0 8px;
	border-bottom: 3px solid #333333;
}
.history_text{
	float: right;
	width: 63%;
	padding: 0 0 8px;
	border-bottom: 3px solid #333333;
}



/* All SP & Tablet */
@media screen and (max-width: 1200px) {


	.history{
	}
	.history_inner{
	width: auto;
	margin: 0 3%;
	}
	.history_title{

	}
	.history_list{
	}
	.history_date{
	}
	.history_text{
	}



}

/* All SP */
@media screen and (max-width: 639px) {

	.history{
	}
	.history_inner{
	padding: 20px 0;
	}
	.history_title{
font-size: 29px;
margin: 0 0 31px;
}
	.history_list{
	font-size: 11px;
	}
	.history_date{
	}
	.history_text{
	}


}

/* Portrait */
@media screen and (max-width:479px) {
}
