@charset "utf-8";
/** css document */

/********************************************************************
 * mjp.css
 *******************************************************************/

body {
	background-image: url(../img/bg.jpg);
	background-size: 100% auto;
}


h1 {
	margin: 25px 0 30px;
}

.box-history{
	margin:0 0 50px;
}

.wrp-contents-main .history_wrap {
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	padding: 26px 0;
	background-image: url(../../parts/img/bg-list_top_all.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.wrp-contents-main .history_wrap:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 26px;
	background-image: url(../../parts/img/bg-list_btm_all.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.wrp-contents-main .history_wrap_in {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 213px;
	border-right: 1px solid #0286ba;
	border-left: 1px solid #0286ba;
	background-image: url(../../parts/img/bg-list.png);
	background-position: 0 0;
	background-repeat: repeat;
}

.wrp-contents-main .history_wrap_dtl {
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.history_head{
	width:38%;
}

.history_area{
	position: relative;
	padding:0 0 40px;
}

.history01_line{
	position: absolute;
	z-index: 1;
	height: 100%;
	width:38%;
	background-image: url(../img/bg_history.png);
	background-repeat:repeat-y;
	background-size:100%;
	left: 0;
	top: 0;
}

.history_block{
	padding: 15px 0 0 0;
	position: relative;
	z-index: 2;	
}

.history_block.top{
	padding-bottom: 20px;	
	border-bottom: 1px dotted #a299b1;
}

.history_block.bottom{
	padding-top: 33px;	
}

.history_block .history_in{
	padding: 0 0 0 40%;
	position: relative;
}

.history_block .history_in p{
	font-size: 14px;
	line-height: 1.7em;
	padding: 0 5px 30px;
}

.history_block .history01{
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 19%;
	height: 33px;
	line-height:1.7em;
	font-size: 13px;
	color: #ffffff;
}
	
.history_block .history02{
	position: absolute;
	text-align: center;
	top: 0;
	left: 19%;
	width: 19%;
	height: 33px;
	line-height:1.7em;
	font-size: 13px;
	color: #ffffff;
}

.attention{
	color: #f40723;	
}