@charset "utf-8";
.mainCol {
	position: relative;
}
#fuzokuten_table {
	padding: 0 5px;
	box-sizing: border-box;
}
.map_contents {
  display: block;
  width: 98%;
  margin: auto;
}
#map_canvas,
.peripheralmap {
	width: 100% !important;
	box-sizing: border-box;
}
#fuzokuten_map div.peripheralmap {
	margin: 0 auto 15px;
}
.fuzokuten_title {
	position: relative;
	height: 54px;
	margin: 0 0 12px;
	padding-left: 16px;
	color: #13131e;
	font-size: 131%;
	font-weight: bold;
	line-height: 54px;
	border-bottom: 1px solid #ebebeb;
}
.fuzokuten_title:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(77,77,77); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(77,77,77,1) 0%, rgba(149,149,149,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(77,77,77,1) 0%,rgba(149,149,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(77,77,77,1) 0%,rgba(149,149,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#959595',GradientType=1 ); /* IE6-9 */
}
.fuzokuten_title:after {
	content: "";
	width: 52px;
	height: 52px;
	position: absolute;
	top: 2px;
	right: 0;
	background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(79,79,79,1) 50%, rgba(118,119,118,1) 70%, rgba(149,149,149,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(79,79,79,1) 50%,rgba(118,119,118,1) 70%,rgba(149,149,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(79,79,79,1) 50%,rgba(118,119,118,1) 70%,rgba(149,149,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#959595',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#fuzokuten_map ul.mapmenu li {
	border-radius: 0;
	border: none;
}
#fuzokuten_map ul.mapmenu li a {
	display: inline-block;
	width: 240px;
	height: 33px;
	margin: 0 auto;
	color: #13131e;
	text-align: center;
	line-height: 33px;
	background: rgb(253,253,253);
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%);
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f8f8f8',GradientType=0 );
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	text-decoration: none;
	text-shadow: none;
	box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
}
#fuzokuten_map ul.mapmenu li a:hover {
	color: #ffffff;
	background: #666666;
	box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0);
}

/* テーブル */
#fuzokuten_table,
#fuzokuten_table table {
	width: 100%;
}
#fuzokuten_table table {
	margin-bottom: 15px;
	border-collapse: collapse;
	border-color: #e3e3e3;
}