@charset "utf-8";


/*アクセスマップ*/
.frameMap{
	margin: 10px 0;
	width: 100%;
	height: 400px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 979px) {
/*tablet*/
.frameMap{
	height: 300px;
}
}
@media screen and (max-width: 620px) {
/*sp*/
.frameMap{
	height: 250px;
}
}

/*沿革*/
.frameEnkaku{
	width: 100%;
	margin-bottom: 10px;
}
.frameEnkaku li{
	padding: 10px 5px;
	margin: 0 10px 5px 10px;
	border-bottom: 1px dotted #888e7e;
}
.frameEnkaku li .date{
	width: 10em;
	float: left;
	font-weight: bold;
	padding: 0 10px;
}

@media screen and (max-width: 768px){
/*smart phone*/
.frameEnkaku li .date{
	width: auto;
	float: none;
	display: block;
	font-weight: bold;
	padding: 0 0 5px 0;
}
}


/*概要*/
.frameGaiyo table{
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 1px solid #a48c4f;
}
.frameGaiyo table th{
	padding: 7px 20px;
	border: 1px solid #a48c4f;
	background: url(../../about/img/bg_th.png) repeat;
	text-align: right;
	vertical-align: top;
	width: 25%;
}

.frameGaiyo table td{
	padding: 7px 10px;
	border: 1px solid #a48c4f;
}

@media screen and (max-width: 620px) {
/*sp*/
.frameGaiyo table th{
	text-align: center;
}
}
