@charset "iso-2022-jp";

/* history */
div.bx-history {
	background-color:#fff;
	margin:0 60px 30px;
	padding-bottom:30px;
	}
div.bx-history h2 {
	background-image:url(../css/img/cm_h2_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#aab480;
	border-bottom:8px solid #f8f3e9;
	margin-bottom:20px;
	}
div.bx-history h2 span {
	display:block;
	font-size:100%;
	color:#172c0c;
	line-height:1.25;
	text-shadow:1px 1px 3px #5a642d;
	letter-spacing:0.2em;
	padding:15px 25px;
	}
div.bx-history p {
	line-height:1.6;
	margin:0 30px;
	}

div.bx-history table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 30px;
	}
div.bx-history table tr th, div.bx-history table tr td {
	line-height:1.6;
	padding:15px;
	border:2px solid #aab480;
	}
div.bx-history table tr th {
	color:#172c0c;
	background-color:#dce1be;
	white-space:nowrap;
	text-shadow:1px 1px 3px #5a642d;
	}


div.map {
	background-image:url(img/map.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:20px;
	}
div.map img {
	width:860px;
	height:280px;
	}