@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	pagetitle
-------------------------------------------------------------------*/

#wrap #pagetitle {
	background:url(../image/history/history_bg.jpg) center center no-repeat;
	background-size:cover;
}

#wrap #pagetitle .title {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:200px 0 80px;
}


/*-------------------------------------------------------------------
	沿革
-------------------------------------------------------------------*/

#history {
	padding:30px 0 50px;
}

#history h2 {
	width:960px;
	margin:0 auto 50px;
	background:url(../image/common/h2_bg.jpg) repeat-y;
}

#history h2 span {
	display:block;
	font-size:1.4em;
	line-height:1.0;
	color:#FFF;
	padding:10px 20px;
	text-align:left;
}

#history table {
	width:780px;
	margin:0 auto 50px;
	
	border-bottom:1px solid #999999;
}

#history table caption {
	display:block;
	text-align:left;
	margin:0 0 10px;
	border-left:5px solid #36AAAE;
	color:#36AAAE;
	font-size:1.2em;
	font-weight:400;
	line-height:1.0;
	padding:3px 0 3px 10px; 
}

#history table:last-child {
	margin:0 auto;
}

#history table tr:first-child th,
#history table tr:first-child td {
	border-top:1px solid #999999;
}

#history table th,
#history table td {
	border-bottom:1px dotted #999999;
	vertical-align:middle;
	font-weight:200;
}

#history table th {
	background:#E8E8E8;
	width:250px;
	padding:10px 0;
}

#history table th span {
	display:block;
	width:200px;
	text-align:right;
	margin:0 auto;
}

#history table td {
	padding:10px 20px;
}






@media screen and (max-width: 1080px){
	
	

}

/*===============================================
  画面の横幅が980px以下に適用
===============================================*/
@media screen and (max-width: 980px){
	
	/* pagetitle */
	
	#wrap #pagetitle {
		background-size:auto 100%;
	}

	#wrap #pagetitle .title {
		padding:100px 0 50px;
		width:94%;
	}
	
	#history table tr:first-child td {
		border-top:none;
	}

	#history table th,
	#history table td {
		display:block;
		border-bottom:none;
	}

	#history table th {
		width:auto;
		text-align:center;
		font-weight:600;
	}

	#history table th span {
		display:inline;
		width:auto;
		text-align:center;
	}
	

}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	
	#history {
		padding:20px 0;
	}

	#history h2 {
		width:94%;
		margin:0 auto 30px;
		background-size:100% auto;
	}

	#history table {
		width:94%;
		margin:0 auto 30px;
	}

	#history table:last-child {
		margin:0 auto;
	}
	
	

	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
}