@charset "Shift_JIS";

/* スタイルシート */

@import url(/common/css/textpagebase.css);

/* パンくず最下層文字拡大 */
.breadcrumb_end {
//	font-size:12pt;
	font-weight: bold;
}

/*** タブメニュー ***/
#tabs {
	width: 920px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #fff;
}
/* スポット、広域、危険情報 */
.tab_hazard {
	float:left;
	width: 162px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px 0px 1px 0px;
	background-color: #b0c4de;
	border: 1px solid #DDD;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	color: #235799;
	font-size: 9pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	background: -webkit-linear-gradient(top, #eee, #b0c4de);
	background: -moz-linear-gradient(top, #eee, #b0c4de);
	background: -ms-linear-gradient(top, #eee, #b0c4de);
	background: linear-gradient(top, #eee, #b0c4de);
	background: linear-gradient(to bottom, #eee, #b0c4de);
}
.tab_hazard:hover {
	width: 180px;
	margin-left: 0px;
	margin-right: 2px;
	background-color: #1335A0;
	border: 1px solid #1335A0;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #555;
	background: -webkit-linear-gradient(top, #eee, #1335A0);
	background: -moz-linear-gradient(top, #eee, #1335A0);
	background: -ms-linear-gradient(top, #eee, #1335A0);
	background: linear-gradient(top, #eee, #1335A0);
	background: linear-gradient(to bottom, #eee, #1335A0);
}
/* 安全対策基礎データ */
.tab_safety {
	float:left;
	width: 162px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px 0px 1px 0px;
	background-color: #B1DFB4;
	border: 1px solid #DDD;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	color: #126B18;
	font-size: 9pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	background: -webkit-linear-gradient(top, #eee, #B1DFB4);
	background: -moz-linear-gradient(top, #eee, #B1DFB4);
	background: -ms-linear-gradient(top, #eee, #B1DFB4);
	background: linear-gradient(top, #eee, #B1DFB4);
	background: linear-gradient(to bottom, #eee, #B1DFB4);
}
.tab_safety:hover {
	width: 180px;
	margin-left: 0px;
	margin-right: 2px;
	background-color: #126B18;
	border: 1px solid #126B18;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #555;
	background: -webkit-linear-gradient(top, #eee, #126B18);
	background: -moz-linear-gradient(top, #eee, #126B18);
	background: -ms-linear-gradient(top, #eee, #126B18);
	background: linear-gradient(top, #eee, #126B18);
	background: linear-gradient(to bottom, #eee, #126B18);
}
/* 安全の手引き */
.tab_manual {
	float:left;
	width: 162px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px 0px 1px 0px;
	background-color: #DCDFB1;
	border: 1px solid #DDD;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	cursor:pointer;
	color: #9E5F0E;
	font-size:9pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	background: -webkit-linear-gradient(top, #eee, #DCDFB1);
	background: -moz-linear-gradient(top, #eee, #DCDFB1);
	background: -ms-linear-gradient(top, #eee, #DCDFB1);
	background: linear-gradient(top, #eee, #DCDFB1);
	background: linear-gradient(to bottom, #eee, #DCDFB1);
}
.tab_manual:hover {
	width: 180px;
	margin-left: 0px;
	margin-right: 2px;
	background-color: #9E5F0E;
	border: 1px solid #9E5F0E;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #555;
	background: -webkit-linear-gradient(top, #eee, #9E5F0E);
	background: -moz-linear-gradient(top, #eee, #9E5F0E);
	background: -ms-linear-gradient(top, #eee, #9E5F0E);
	background: linear-gradient(top, #eee, #9E5F0E);
	background: linear-gradient(to bottom, #eee, #9E5F0E);
}
/* テロ・誘拐情報 */
.tab_terror {
	float:left;
	width: 162px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px 0px 1px 0px;
	background-color: #DFB4B1;
	border: 1px solid #DDD;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	color: #D4291E;
	font-size: 9pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	background: -webkit-linear-gradient(top, #eee, #DFB4B1);
	background: -moz-linear-gradient(top, #eee, #DFB4B1);
	background: -ms-linear-gradient(top, #eee, #DFB4B1);
	background: linear-gradient(top, #eee, #DFB4B1);
	background: linear-gradient(to bottom, #eee, #DFB4B1);
}
.tab_terror:hover {
	width: 180px;
	margin-left: 0px;
	margin-right: 2px;
	background-color: #D4291E;
	border: 1px solid #D4291E;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #555;
	background: -webkit-linear-gradient(top, #eee, #D4291E);
	background: -moz-linear-gradient(top, #eee, #D4291E);
	background: -ms-linear-gradient(top, #eee, #D4291E);
	background: linear-gradient(top, #eee, #D4291E);
	background: linear-gradient(to bottom, #eee, #D4291E);
}
/* 医療事情 */
.tab_medical {
	float:left;
	width: 162px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px 0px 1px 0px;
	background-color: #CBB1DF;
	border: 1px solid #DDD;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	color: #611F94;
	font-size: 9pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	background: -webkit-linear-gradient(top, #eee, #CBB1DF);
	background: -moz-linear-gradient(top, #eee, #CBB1DF);
	background: -ms-linear-gradient(top, #eee, #CBB1DF);
	background: linear-gradient(top, #eee, #CBB1DF);
	background: linear-gradient(to bottom, #eee, #CBB1DF);
}
.tab_medical:hover {
	width: 180px;
	margin-left: 0px;
	margin-right: 2px;
	background-color: #611F94;
	border: 1px solid #611F94;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #555;
	background: -webkit-linear-gradient(top, #eee, #611F94);
	background: -moz-linear-gradient(top, #eee, #611F94);
	background: -ms-linear-gradient(top, #eee, #611F94);
	background: linear-gradient(top, #eee, #611F94);
	background: linear-gradient(to bottom, #eee, #611F94);
}
/* 現在表示中のタブ */
.tab_now {
	background-color: #B1DFB4;
	border: 1px solid #B1DFB4;
//	color: #000;
//	font-weight: normal;
}
.tab_now:hover {
	background-color: #126B18;
	border: 1px solid #126B18;
//	color: #000;
//	font-weight: normal;
}

/* メインコンテンツ */
#info_main {
	max-width: 1030px;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
/*
	background-color: #B1DFB4;
*/
}

/*** 上・上側グループ ***/
#info_head_upper {
	float: left;
	width: 100%;
	padding: 5px;
/*
	margin: 0px 5px 0px 5px;
*/
}

/*** 上・下側グループ ***/
#info_head_lower {
	float: left;
	width: 100%;
	padding: 5px;
/*
	margin: 5px;
*/
}

/* 説明 */
#explanation {
	padding: 0px 5px 0px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.2em;
/*
	background-color: #B1DFB4;
*/
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-left: 0px solid #B1DFB4;
	border-right: 0px solid #B1DFB4;
	border-top: 0px solid #B1DFB4;
	border-bottom: 0px solid #B1DFB4;
}

/*** 下側グループ ***/
#info_body {
	padding: 5px;
	margin: 5px;
}

/*** テキスト ***/
.info_text {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 5px 0px;
//	font-size: 10pt;
//	line-height: 1.5em;
	background-color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*border: 1px solid #888;*/
}

/* ページトップへ戻る */
.jump_top {
	margin-top: 10px;
}

/*--- END ---*/

.genre-title {
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    color: #0099cc;
    text-align: center;
    width: 100%;
    margin: 1.2em auto;
    letter-spacing: normal;
}
.genre-title.small {
    font-size: 1.2em;
}
.genre-title span {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
}
.genre-title:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    margin-top: -12px;
    border-bottom: 2px dashed #0099cc;
}