@charset "utf-8";
/* CSS Document */

.li-inline-gy100 li {
	display: inline-block;
	width: 100px;
	margin-right: 20px;
	padding-left: 10px;
	background: url(../../img/list-disc-gy.gif) no-repeat left center;
}

.max400 {
	max-width: 400px;
	height: auto;
	width /***/:100%;
	margin-left: auto; margin-right: auto;
}


/* -------------------------------------------- */
/* マップ */
/* -------------------------------------------- */

.map {
	float: right;
	margin-left: 20px;
	margin-top: -60px;
}


@media screen and (max-width: 600px){

.map {
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}

}


/* -------------------------------------------- */
/* 沿革 */
/* -------------------------------------------- */

.history th,
.history td {
	padding: 10px 10px;
}


.history .t70 th {
	width: 70px;
	text-align: center;
}