@charset "utf-8";
/* CSS Document */


/* --------------------------- */
/* ---       company       --- */
/* --------------------------- */

div.company {
	margin: 0 auto 8%;
	overflow: hidden;
	font-size: 80%;
	width:95%;
}

div.company dl {
	margin: 0;
}
/* 項目エリア */
div.company dt {
	width: 100%;
	margin:0;
	background: #eee7e0;
	border-bottom:#ed6d46 1px solid;
	padding: 6px 0;
	text-align: center;
}
/* 本文エリア */
div.company dd,
div.company dd .last {
	margin: 0;
	padding: 10px 15px;
	line-height: 120%;
	text-align: center;
}


/* --------------------------- */
/* ---       history       --- */
/* --------------------------- */
	
	
div.history {
	margin: 0 auto 20%;
	padding-top: 10px;
	width: 95%;
	font-size: 80%;
	overflow: hidden;
}
	
div.history dl{
	margin: 0;
}
	
/* 日付エリア */
div.history dt {
	width: 100%;
	margin-bottom: 8px;
	background: #eee7e0;
	padding: 6px 0;
	text-align: center;
}
div.history dt.blank {
	width: 100%;
	background: none;
	padding: 0;
	text-align: center;
}
div.history dd {
	padding: 0;
	text-align: center;
}
div.history dd.last {
	margin-bottom: 10px;
	text-align: center;
}


/* --------------------------- */
/* ---        kanto        --- */
/* --------------------------- */

.kanto {
	margin: 0 4px 20px;
	overflow: hidden;
}
.kanto img {
	padding-bottom: 30px;
	max-width: 100%;
}
.kanto h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
.kanto p {
	font-size: 95%;
	line-height: 160%;
}
.kanto dl {
	width: 100%;
	margin: 10px 4px 0 0;
	font-size:80%;
	border-top: none;
}
.kanto dt {
	margin-bottom: 5px;
	width: 100%;
	padding: 6px 12px;
	background: #eee7e0;
	border-left: #C30 2px solid;
}
.kanto dd {
	padding: 2px 8px 8px;
	border-bottom:none;
}


/* --------------------------- */
/* ---       common        --- */
/* --------------------------- */

.map {
	width: 100%;
	border-top: 2px #FFF solid;
}




/* ---------------------------------------------
			smartphone～tablet-style				
--------------------------------------------- */
@media screen and (min-width: 480px){

	/* --------------------------- */
	/* ---        kanto        --- */
	/* --------------------------- */

	.kanto dl {
		width: 100%;
		margin: 20px 4px 30px 0;
		font-size:85%;
		border-top: 1px #dcd6d2 solid;
	}
	.kanto dt {
		margin: 0;
		width: 15%;
		padding: 8px 15px;
		float:left;
		background:none;
		border-left: none;
	}
	.kanto dd {
		padding: 8px 15px;
		border-bottom:1px #dcd6d2 solid;
	}


}

/* ---------------------------------------------
				tablet-style				
--------------------------------------------- */
@media screen and (min-width: 768px){
	
	/* --------------------------- */
	/* ---       company       --- */
	/* --------------------------- */
	div.company {
		width:80%;
		border-top: #dcd6d2 1px solid;
		border-bottom: #dcd6d2 1px solid;
		margin: 0 auto 8%;
		font-size: 90%;
	}


	/* 項目エリア */
	div.company dt {
		width: 100px;
		float: left;
		margin-right: 30px;
		padding: 12px 15px;
		line-height: 120%;
		border-left: #ed6d46 2px solid;
		border-right: #dcd6d2 1px solid;
		border-bottom:none;
		background: #eee7e0;
		text-align: left;
	}
	/* 本文エリア */
	div.company dd {
		margin: 0;
		padding: 12px 15px;
		border-bottom: #dcd6d2 1px solid;
		line-height: 120%;
		text-align: left;
	}
	div.company dd.last {
		margin: 0;
		padding: 12px 15px;
		line-height: 120%;
		border:none;
		text-align: left;
	}
	
	
	
	/* --------------------------- */
	/* ---       history       --- */
	/* --------------------------- */
	
	
	div.history {
		margin: 0 auto 8%;
		padding-top: 10px;
		width: 80%;
		font-size: 90%;
		border-top: 1px #dcd6d2 solid;
	}
	
	div.history dl{
		margin: 0;
	}
	
	/* 日付エリア */
	div.history dt {
		width: 14%;
		float: left;
		margin-right: 20px;
		background: none;
		padding: 3px;
		text-align: center;
		clear: both;
	}
	div.history dt.blank {
		width: 14%;
		float: left;
		background: none;
		margin-right: 20px;
		padding: 3px;
		text-align: center;
		clear: both;
	}
	div.history dd {
		padding: 3px;
		text-align: left;
	}
	div.history dd.last {
		margin-bottom: 10px;
		padding-bottom: 10px;
		text-align: left;
		border-bottom: 1px #dcd6d2 solid;
	}
	
}


/* ---------------------------------------------
					pc-style				
--------------------------------------------- */
@media screen and (min-width: 1025px){


	/* --------------------------- */
	/* ---        kanto        --- */
	/* --------------------------- */
	
	.kanto {
		margin: 0 4px 20px;
	}
	.kanto img {
		padding: 0 30px 15px 0;
		max-width: 100%;
		float:left;
	}
	.kanto dl {
		width: 51.5%;
		float: right;
		margin-top:0;
		margin-right: 4px;
		font-size:85%;
		border-top: 1px #dcd6d2 solid;
	}
	.kanto dt {
		width: 15%;
		padding: 8px 15px;
		float:left;
		line-height:200%;
	}
	.kanto dd {
		padding: 8px 15px;
		border-bottom:1px #dcd6d2 solid;
		line-height:200%;
	}
	
}