@charset "utf-8";

/* カテゴリ共通フォーマット */
#fmt_cont_detail h2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
	color:#008000;
	margin-top:16px;
}

#fmt_cont_detail h3 {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	color:#1a2c7a;
}

#fmt_cont_detail h4 {
	font-size:12px;
	font-weight:bold;
	line-height:1.1em;
	color:#494949;
}

#fmt_cont_detail strong {
	color:#ae0001;
}


/* アクセス TOP */
.back_to_top {
	float:right;
}

.map_tbl {
	clear:both;
	margin-top:20px;
	border-bottom:#d6dee9 solid 1px;
	width:80%;
}

.map_tbl caption {
	font-size:16px;
	font-weight:bold;
	color:#1a2c7a;
	line-height:1.3em;
	text-align:left;
	background:#fff;
	padding:5px;
}

.map_tbl tr {
	background:#fff;
}

.map_tbl tr:hover {
	background:#f2f2f2;
}

.map_tbl td,
.map_tbl th {
	padding:3px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	border-top:#d6dee9 solid 1px;
}

.map_tbl th {
	background:#e5eefa;
}


/* 詳細PAGE */

.map_dtl_tbl {
	clear:both;
	margin:12px auto 4px;
	border-bottom:#d6dee9 solid 1px;
	border-right:#d6dee9 solid 1px;
}

.map_dtl_tbl th,
.map_dtl_tbl td {
	padding:3px;
	font-size:12px;
	border-top:#d6dee9 solid 1px;
	border-left:#d6dee9 solid 1px;
	vertical-align:top;
}

.map_dtl_tbl_img {
	text-align:center;
}

.map_dtl_tbl_capt {
	background:#e5eefa;
	vertical-align:top;
}

