@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color:#0049ba;
}
body {
	font-size:100%;
	background-color:#fddf0d;
	color:#222222;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#9b1313; /* Setting by CMS sheets */
}
.txt_green {
	color:#0c4e01; /* Setting by CMS sheets */
}
.txt_big {
	font-size:130%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:86%; /* Setting by CMS sheets */
}
/* bgcolor */
td.bg_yellow,
th.bg_yellow {
    color: inherit;
    background-color: #fdffef;
    /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
    color: inherit;
    background-color: #f2ffef;
    /* Setting by CMS sheets */
}
td.bg_orange,
th.bg_orange {
    color: inherit;
    background-color: #fff8ef;
    /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	background-color: #fddf0d;
	color: #222222;
}
#tmp_wrap_main {
	padding:0 30px 70px;
	width:1300px;
	margin:0 auto;
	background-color:#ffffff;
	color:#222222;
}
/* 下線を引く */
#tmp_means ul li a,
#tmp_subsite_link a,
.gnavi a,
.fnavi li a {
    position: relative;
	overflow:hidden;
	text-decoration:none;
}
#tmp_means ul li a::before,
#tmp_subsite_link a::before,
.gnavi a::before,
.fnavi li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
	transform:scale(0,0);
    background-color: #ffffff;
	-moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
.gnavi a::before {
    height: 2px;
}
#tmp_means ul li a:hover::before,
#tmp_subsite_link a:hover::before,
.gnavi a:hover::before,
.gnavi a:focus::before,
.gnavi li.active a::before,
.fnavi li a:hover::before,
.fnavi li.active a::before {
	transform:scale(1,1);
}
#tmp_means ul li a::before,
#tmp_subsite_link a::before {
    background-color:#222222;
}
.gnavi a::before {
    background-color:#0e8135;
}
.fnavi li a::before {
    background-color:#ffffff;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi {
	float:right;
	width:280px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-345px;
	width:100%;
	float:left;
}
.format_free .column_rnavi .col_main {
	margin-right:345px;
}
/* header
================================================== */
#tmp_wrap_header {
	position:relative;
	padding-top:110px;
	width:1300px;
	margin:0 auto;
}
#tmp_header {
	padding:45px 116px 50px 120px;
	background-color:#ffffff;
	color:inherit;
	-webkit-border-radius:15px 15px 0 0;
	-moz-border-radius:15px 15px 0 0;
	border-radius:15px 15px 0 0;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size:1.8rem;
	display:block;
	width:400px;
	height:84px;
	background:url(/shared/site_bosai/images/header/hlogo.png) no-repeat 0 0;
}
#tmp_hlogo a {
	display:block;
	width:400px;
	height:84px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:400px;
	height:84px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_header .header_rght {
	position:absolute;
	top:0;
	right:0;
	padding:8px 24px 10px 37px;
	background-color:#ffffff;
	color:inherit;
	-webkit-border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
}
#tmp_means ul {
	list-style:none;
	list-style-image:none;
	float:left;
	font-size:87.5%;
	padding-top:7px;
}
#tmp_setting_wrap,
#tmp_means,
#tmp_means ul li,
#tmp_search,
#tmp_subsite_link {
	float:left;
}
#tmp_means ul li {
	line-height:1;
	padding:0 9px;
	border-left:1px solid #222222;
}
#tmp_means ul li a {
	display:block;
	color:#222222;
	padding:0 5px 2px;
}
/* subsite_link */
#tmp_subsite_link {
	padding:2px 0 2px 12px;
	font-weight:bold;
	border-left: 1px solid #222222;
}
#tmp_subsite_link a {
	display:block;
	color:#222222;
}
#tmp_subsite_link span {
	display:inline-block;
	background:url(/shared/site_bosai/images/icon/pref_icon.png) no-repeat left center;
	padding:2px 5px 0 54px;
}
#tmp_sma_search{
	float:left;
    font-size: 87.5%;
	font-weight: bold;
    position: relative;
    display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 12px;
    color: #222222;
    border-left: 1px solid #222222;
    margin-right: 12px;
}
#tmp_sma_search .wrap_sch_box {
    position: relative;
	border:1px solid #d7d7d7;
	padding:0 50px 0 24px;
	width:250px;
	background-color:#ffffff;
	color:#222222;
}
#tmp_sma_search .sch_ttl{
    position: absolute;
    top: 3px;
    left: 6px;
}
#tmp_sma_search .sch_ttl label {
	width: 15px;
	height: auto;
	background: url(/shared/site_bosai/images/icon/sch_icon.png) no-repeat center center;
	    background-size: auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}
#tmp_sma_search .wrap_sch_box .sch_btn {
	position: absolute;
	right: 0;
	top: 0;
}
#tmp_sma_func_sch_btn {
    width: 50px;
    min-height: 30px;
    border: none;
    padding: 0;
    color: #222222;
    background: #d7d7d7;
    cursor: pointer;
    letter-spacing: 5px;
    text-indent: 5px;
    font-weight:bold;
}
#tmp_sma_query {
    width: 100%;
    height: 30px;
    padding-left: 0;
    border: none;
    background-position: left center !important;
}
#tmp_sma_lmenu .close_btn {
    float: right;
    padding: 9px 0 0;
	font-size:87.5%;
}
#tmp_sma_lmenu .close_btn a {
	position:relative;
    display: inline-block;
    text-decoration: none;
    color: #222222;
    background-color:transparent;
}
#tmp_sma_lmenu .close_btn a:hover,
#tmp_sma_lmenu .close_btn a:focus {
    text-decoration: underline;
}
#tmp_sma_lmenu .close_btn a::before {
    content:"";
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 10px 1px 0;
    background: url(/shared/site_bosai/images/icon/icon_close_bl.png) no-repeat center;
}

#tmp_sma_lmenu .close_btn a:hover,
#tmp_sma_lmenu .close_btn a:focus {
    text-decoration: underline;
}
/* gnavi
================================================== */
.gnavi {
	float:right;
	padding-top:30px;
}
.gnavi ul {
	list-style:none;
	font-size:125%;
	font-weight:bold;
	border-left:2px solid #fddf0d;
}
.gnavi li {
	width:200px;
	float:left;
	border-right:2px solid #fddf0d;
	padding:0 3px;
}
.gnavi a {
	display:block;
	padding:6px 10px;
	text-align:center;
	text-decoration:none;
	color:#000000;
	background:transparent url(/shared/site_bosai/images/icon/arrow14_g_icon.png) no-repeat 162px center;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	color:#0e8135;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:87.5%;
	background-color:#f9f8f8;
	color:inherit;
	padding:5px 26px;
	margin:0 0 25px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	clear:both;
}
.format_top #tmp_pankuzu {
	margin-bottom:34px;
}
/* update
================================================== */
#tmp_wrap_custom_update {
    margin: 0 0 20px;
    font-size: 87.5%;
}
#tmp_custom_update {
    float: right;
    text-align: right;
}
#tmp_social_plugins {
    display: inline-block;
    vertical-align: top;
    line-height:1.4;
    margin: 0 12px 0 0;
}
#tmp_update {
    display: inline-block;
    vertical-align: top;
    margin:0 0 0 15px !important;
    font-size: 87.5%;
    line-height:1.4;
}
#tmp_social_plugins .social_media_btn{
	float:left;
	margin-left: 5px;
}
#tmp_social_plugins .social_media_btn img {
    max-width: 100%;
    height: auto;
}
/* lnavi
================================================== */
#tmp_lnavi {
	margin:0 0 40px;
}
#tmp_lnavi_ttl {
	line-height:1.2;
	font-size:125%;
	font-weight:bold;
	color:#ffffff;
	background:#124092 url(/shared/site_bosai/images/icon/lnavi_ttl_bg.png) no-repeat center top;
	border:1px solid #124092;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}
#tmp_lnavi_ttl a {
	display:block;
	text-decoration:none;
	padding:26px 40px 20px 13px;
	color:#ffffff;
	background: url(/shared/site_bosai/images/icon/arrow24_w_icon.png) no-repeat 96% 26px;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus {
	text-decoration:underline;
}
#tmp_lnavi_cnt {
	padding:1px;
	color:#ffffff;
	background-color:#124092;
	border:1px solid #124092;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
	word-break: break-all;
}
#tmp_lnavi_cnt ul li {
	margin:0 0 2px;
}
#tmp_lnavi_cnt ul li a {
	display:block;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:96% 20px;
	background-image:url(/shared/site_bosai/images/icon/arrow14_b_icon.png);
	color:#222222;
	text-decoration:none;
	padding:15px 30px 15px 10px;
}
#tmp_lnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li a:focus,
#tmp_lnavi_cnt ul li.active a {
	background-color:#f1f1f1;
	color:#0049ba;
}
#tmp_lnavi_cnt ul li:last-child {
	margin:0;
}
#tmp_lnavi_cnt ul li:last-child a {
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
/* rel_link
================================================== */
.rel_link {
	margin:0 0 20px;
}
.rel_link_ttl {
	font-size:125%;
	font-weight:bold;
	background:url(/shared/site_bosai/images/icon/rnavi_ttl_icon.png) no-repeat left 8px;
	padding:0 0 0 20px;
	margin:0 0 15px;
}
.rel_link_cnt ul {
	list-style:none;
	list-style-image:none;
}
.rel_link_cnt ul li {
	margin:0 0 20px;
}
.rel_link_cnt ul li img {
	max-width:100%;
	height:auto;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* footer
================================================== */
#tmp_footer {
	width:1300px;
	margin:0 auto 20px;
	position:relative;
	background-color:#3267b3;
	color:#ffffff;
	padding:42px 30px 60px;
	-webkit-border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
	clear:both;
}
/* pnavi  */
#tmp_footer .pnavi {
	position:absolute;
	right:30px;
	top:-60px;
	z-index:99;
}
#tmp_footer .pnavi .ptop {
	margin-bottom:0 !important;
}
#tmp_footer .pnavi .ptop,
#tmp_footer .pnavi .ptop a,
#tmp_footer .pnavi .ptop span {
	display:block;
	width:77px;
	height:77px;
}
#tmp_footer .pnavi .ptop a {
	background:url(/shared/site_bosai/images/icon/pnavi.png) no-repeat 0 0;
	color:#ffffff;
}
#tmp_footer .pnavi .ptop span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
/* fnavi  */
.fnavi {
	list-style:none;
	margin:0 0 32px;
}
.fnavi li {
	margin:0 15px 0 0;
	float:left;
	background:url(/shared/site_bosai/images/icon/arrow16_w_icon.png) no-repeat left 0.3em;
	padding:2px 0 0 22px;
}
.fnavi li a {
	color:#ffffff;
}
.footer_add {
	margin:0 0 32px;
}
#tmp_footer address {
	font-style:normal;
}
#tmp_footer address span {
	margin:0 1em 0 0;
}
#tmp_footer .foot_title {
	font-size:112.5%;
	font-weight:bold;
}
.footer_cnt .corporate {
	float:left;
}
.footer_cnt .copyright {
	float:right;
}
/* inquiry
================================================== */
#tmp_inquiry {
	border:1px solid #d9d9d9;
	margin:45px 0;
	clear:both;
}
#tmp_inquiry_ttl {
	font-size:150%;
	font-weight:bold;
	padding:16px 27px 13px;
	color:#000000;
	background-color:#ecfff2;
	border-top:2px solid #15843b;
	border-bottom:1px solid #d9d9d9;
}
#tmp_inquiry_cnt {
	padding:24px 30px 15px;
}
#tmp_inquiry_cnt .inquiry_parts p {
    letter-spacing: 1px;
    margin: 10px 0 5px;
}
#tmp_inquiry_cnt .inquiry_parts > p a:first-child {
	margin-right: 10px;
}
#tmp_inquiry_cnt .inquiry_parts .btn input {
    max-width: 100%;
    height: auto;
    border-radius: 0;
	margin:0 auto;
}
#tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn {
    display: block;
    width: 210px;
    min-height: 40px;
    padding: 7px 20px 5px;
    background: #3267b3 url(/shared/site_bosai/images/icon/arrow_s_w_icon.png) no-repeat 94% center;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #3267b3;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
}
#tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn:hover,
#tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn:focus,
#tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn:active {
    background-color:#ffffff;
	background-image:url(/shared/site_bosai/images/icon/arrow_s_b_icon.png);
    color: #3267b3;
    cursor: pointer;
}
/* ==================================================
emergency
================================================== */
#tmp_emergency {
	color:#ffffff;
	background-color:#d22e02;
	border:2px solid #d22e02;
	padding:3px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:0 0 40px;
	clear:both;
}
#tmp_emergency_ttl {
	background:url(/shared/site_bosai/images/icon/emergency_icon.png) no-repeat 61px 3px;
	padding:3px 0 5px 108px;
	position:relative;
}
#tmp_emergency_ttl::before {
	content:"";
	position:absolute;
	left:0;
	top:49%;
	width:40px;
	height:3px;
	background:#ffffff;
}
#tmp_emergency_ttl h2 {
	font-size:150%;
}
#tmp_emergency_cnt {
	padding:15px 22px 13px;
	background-color:#ffffff;
	color:#000000;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
#tmp_emergency #emergency_frame {	
	display: inline-block;
	width: 100%;
	overflow: auto;
	max-height: 100px;
	border: none;
    background: #FFFFFF !important;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:49%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:49%;
	float:left;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3
================================================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width:33.33%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* 地図設定 ▼変更しない
============================== */
#tmp_box_gmap {
	margin-bottom: 60px;
	clear: both;
}
#tmp_box_gmap .box_gmap_cnt {
	margin: 50px 170px 20px;
	font-weight: bold;
	text-align: center;
}
#tmp_box_gmap .box_gmap_cnt p {
	margin:0;
}
#tmp_box_gmap .box_gmap_cnt a {
	padding: 13px 10px;
	text-decoration: none;
	background-color: #18428c;
	color: #ffffff !important;
	display: block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}
#tmp_box_gmap .box_gmap_cnt a span {
	display: inline-block;
	font-size:112.5%;
	background: url(/shared/images/icon/gmap_icon.png) no-repeat left center;
	min-height: 31px;
	padding: 10px 0 10px 50px;
}
/* plugin
============================== */
.plugin {
	margin:0 0 40px;
	color:inherit;
	background-color:#FFFFFF;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* ==================================================
accessibility
================================================== */

/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc .wrap_mc_sp{
	width: 1300px;
}
.disp_pc #tmp_sma_rmenu {
	display:none;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	text-align:center;
	font-size:300%;
	font-weight:bold;
	padding:15px 0;
	text-decoration:none;
	color:#000000;
}
.used_javascript.disp_pc #tmp_main_visual {
    width: 1300px;
}
/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image:none !important;
	list-style-image:none !important;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index:auto !important;
}
.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color:transparent !important;
}
.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding:0 !important;
	border:none !important;
}
/* headding */
.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding:5px !important;
	border:none !important;
}
.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border:none !important;
	padding:0 !important;
}
/* icon */
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin:0 !important;
	padding:0 !important;
}
/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width:auto !important;
	height:auto !important;
}
.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width:auto !important;
	height:auto !important;
	text-decoration:underline !important;
}
.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}
/* for Firefox3.0 */
.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color:transparent !important;
}
/* for google box common */
#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color:#FFFFFF !important;
}
/* tmp_hlogo */
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo span {
	width:auto !important;
	height:auto !important;
	min-height: 44px !important;
	font-size: 100%;
}
.color_blue #tmp_wrap_header,
.color_yellow #tmp_wrap_header,
.color_black #tmp_wrap_header {
	border-bottom-style:solid !important;
	border-bottom-width:2px !important;
}
.color_blue #tmp_footer .pnavi,
.color_yellow #tmp_footer .pnavi,
.color_black #tmp_footer .pnavi {
	position: static !important;
	margin-bottom:10px;
}
.color_blue #tmp_footer .pnavi .ptop,
.color_yellow #tmp_footer .pnavi .ptop,
.color_black #tmp_footer .pnavi .ptop {
	text-align:center;
}
/* header.gnavi */
.color_blue.model_pc #tmp_wrapper #tmp_header,
.color_yellow.model_pc #tmp_wrapper #tmp_header,
.color_black.model_pc #tmp_wrapper #tmp_header,
.color_blue.model_pc #tmp_wrapper #tmp_header .header_rght,
.color_yellow.model_pc #tmp_wrapper #tmp_header .header_rght,
.color_black.model_pc #tmp_wrapper #tmp_header .header_rght,
.color_blue.model_pc #tmp_wrapper #tmp_wrap_main,
.color_yellow.model_pc #tmp_wrapper #tmp_wrap_main,
.color_black.model_pc #tmp_wrapper #tmp_wrap_main,
.color_blue #tmp_wrapper #tmp_footer,
.color_yellow #tmp_wrapper #tmp_footer,
.color_black #tmp_wrapper #tmp_footer {
	border-width:2px !important;
	border-style:solid !important;
}
.color_blue #tmp_wrapper #tmp_sma_func_sch_btn,
.color_yellow #tmp_wrapper #tmp_sma_func_sch_btn,
.color_black #tmp_wrapper #tmp_sma_func_sch_btn {
	border-left-width:1px !important;
	border-left-style:solid !important;
}
.color_blue #tmp_wrapper #tmp_wrap_info,
.color_yellow #tmp_wrapper #tmp_wrap_info,
.color_black #tmp_wrapper #tmp_wrap_info {
	border-width:1px !important;
	border-style:solid !important;
}
/* spmenu */
.color_blue #tmp_sma_menu .wrap_sma_sch,
.color_yellow #tmp_sma_menu .wrap_sma_sch,
.color_black #tmp_sma_menu .wrap_sma_sch {
	border-width:2px !important;
	border-style:solid !important;
}
.color_blue.model_sp .gnavi li,
.color_yellow.model_sp .gnavi li,
.color_black.model_sp .gnavi li {
	border-right:none !important;
}
.color_blue.model_sp #tmp_subsite_link,
.color_yellow.model_sp #tmp_subsite_link,
.color_black.model_sp #tmp_subsite_link {
	border:none !important;
}
.color_blue.model_sp #tmp_sma_search .wrap_sch_box .sch_ttl label,
.color_yellow.model_sp #tmp_sma_search .wrap_sch_box .sch_ttl label,
.color_black.model_sp #tmp_sma_search .wrap_sch_box .sch_ttl label {
	width: auto !important;
	height: auto !important;
}
.color_blue.model_sp #tmp_hnavi_rmenu,
.color_yellow.model_sp #tmp_hnavi_rmenu,
.color_black.model_sp #tmp_hnavi_rmenu,
.color_blue .wrap_mc_pc #tmp_switch_pc_style,
.color_yellow .wrap_mc_pc #tmp_switch_pc_style,
.color_black .wrap_mc_pc #tmp_switch_pc_style,
.color_blue .wrap_mc_sp #tmp_switch_sp_style,
.color_yellow .wrap_mc_sp #tmp_switch_sp_style,
.color_black .wrap_mc_sp #tmp_switch_sp_style,
.color_blue.model_sp #tmp_means,
.color_yellow.model_sp #tmp_means,
.color_black.model_sp #tmp_means{
	border-width: 1px !important;
	border-style: solid !important;
}
.color_blue.model_sp #tmp_means li,
.color_yellow.model_sp #tmp_means li,
.color_black.model_sp #tmp_means li {
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
}
.color_blue.model_sp.spmenu_open::before {
    background-color: #00008B;
}
.color_yellow.model_sp.spmenu_open::before {
    background-color: #FFFF00;
}
.color_black.model_sp.spmenu_open::before {
    background-color: #000000;
}
/* gnavi ,lnavi active */
.color_blue #tmp_lnavi #tmp_lnavi_cnt ul li.active a,
.color_blue #tmp_lnavi #tmp_lnavi_cnt ul a:hover,
.color_blue #tmp_wrapper .gnavi ul li a:hover,
.color_blue #tmp_wrapper .gnavi ul li.active > a{
	background-color: #FFFF00 !important;
	color: #000000 !important;
}
.color_yellow #tmp_lnavi #tmp_lnavi_cnt ul li.active a,
.color_yellow #tmp_lnavi #tmp_lnavi_cnt ul a:hover,
.color_yellow #tmp_wrapper .gnavi ul li a:hover,
.color_yellow #tmp_wrapper .gnavi ul li.active > a{
	background-color: #000000 !important;
	color: #FFFF00 !important;
}
.color_black #tmp_lnavi #tmp_lnavi_cnt ul li.active a,
.color_black #tmp_lnavi #tmp_lnavi_cnt ul a:hover,
.color_black #tmp_wrapper .gnavi ul li a:hover,
.color_black #tmp_wrapper .gnavi ul li.active > a{
    background-color: #FFFF00 !important;
	color: #000000 !important;
}
.color_blue #tmp_lnavi #tmp_lnavi_cnt ul li a,
.color_yellow #tmp_lnavi #tmp_lnavi_cnt ul li a,
.color_black #tmp_lnavi #tmp_lnavi_cnt ul li a {
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
}
/* インデックスメニュ‐*/
.color_blue #tmp_wrapper #tmp_disaster_s .disaster_s_cnt ul li a,
.color_yellow #tmp_wrapper #tmp_disaster_s .disaster_s_cnt ul li a,
.color_black #tmp_wrapper #tmp_disaster_s .disaster_s_cnt ul li a,
.color_blue #tmp_wrapper #tmp_respect_cnt .respect_list ul li a,
.color_yellow #tmp_wrapper #tmp_respect_cnt .respect_list ul li a,
.color_black #tmp_wrapper #tmp_respect_cnt .respect_list ul li a,
.color_blue #tmp_wrapper #tmp_measures_list_navi .box_list ul li a,
.color_yellow #tmp_wrapper #tmp_measures_list_navi .box_list ul li a,
.color_black #tmp_wrapper #tmp_measures_list_navi .box_list ul li a,
.color_blue #tmp_wrapper #tmp_contents .box_menu,
.color_yellow #tmp_wrapper #tmp_contents .box_menu,
.color_black #tmp_wrapper #tmp_contents .box_menu{
	box-shadow: none !important;
}
/* 追加　*/
.color_blue #tmp_wrapper #tmp_means ul li a::before,
.color_blue #tmp_wrapper #tmp_subsite_link a::before,
.color_blue #tmp_wrapper .gnavi a::before,
.color_blue #tmp_wrapper .fnavi li a::before,
.color_yellow #tmp_wrapper #tmp_means ul li a::before,
.color_yellow #tmp_wrapper #tmp_subsite_link a::before,
.color_yellow #tmp_wrapper .gnavi a::before,
.color_yellow #tmp_wrapper .fnavi li a::before,
.color_black #tmp_wrapper #tmp_means ul li a::before,
.color_black #tmp_wrapper #tmp_subsite_link a::before,
.color_black #tmp_wrapper .gnavi a::before,
.color_black #tmp_wrapper .fnavi li a::before {
	display:none !important;
}
.color_blue #tmp_wrapper #tmp_means ul li a:hover,
.color_blue #tmp_wrapper #tmp_subsite_link a:hover span,
.color_blue #tmp_wrapper .gnavi a:hover,
.color_blue #tmp_wrapper .fnavi li a:hover,
.color_yellow #tmp_wrapper #tmp_means ul li a:hover,
.color_yellow #tmp_wrapper #tmp_subsite_link a:hover span,
.color_yellow #tmp_wrapper .gnavi a:hover,
.color_yellow #tmp_wrapper .fnavi li a:hover,
.color_black #tmp_wrapper #tmp_means ul li a:hover,
.color_black #tmp_wrapper #tmp_subsite_link a:hover span,
.color_black #tmp_wrapper .gnavi a:hover,
.color_black #tmp_wrapper .fnavi li a:hover {
	text-decoration:underline !important;
}
.color_blue #tmp_mutual_cnt .box_mutual .more_btn,
.color_yellow #tmp_mutual_cnt .box_mutual .more_btn,
.color_black #tmp_mutual_cnt .box_mutual .more_btn {
	left:0 !important;
	width:100% !important;
	margin-left:auto !important;
}
.color_blue #tmp_mutual_cnt .box_mutual .more_btn a,
.color_yellow #tmp_mutual_cnt .box_mutual .more_btn a,
.color_black #tmp_mutual_cnt .box_mutual .more_btn a {
	text-align:center !important;
	display:inline-block !important;
	margin:0 auto !important;
	width:auto !important;
	height:auto !important;
	min-width:120px!important;
	padding:2px 20px !important;
}
.color_blue #tmp_mutual_cnt .box_mutual .more_btn span,
.color_yellow #tmp_mutual_cnt .box_mutual .more_btn span,
.color_black #tmp_mutual_cnt .box_mutual .more_btn span {
	width:auto !important;
	height:auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}
.color_blue #tmp_disaster_cnt .disaster_navi p a:hover,
.color_yellow #tmp_disaster_cnt .disaster_navi p a:hover,
.color_black #tmp_disaster_cnt .disaster_navi p a:hover,
.color_blue #tmp_disaster_s .disaster_s_cnt ul li a:hover,
.color_yellow #tmp_disaster_s .disaster_s_cnt ul li a:hover,
.color_black #tmp_disaster_s .disaster_s_cnt ul li a:hover,
.color_blue #tmp_mutual_cnt .box_mutual .more_btn a:hover,
.color_yellow #tmp_mutual_cnt .box_mutual .more_btn a:hover,
.color_black #tmp_mutual_cnt .box_mutual .more_btn a:hover,
.color_blue #tmp_wrapper .read_all p a:hover,
.color_yellow #tmp_wrapper .read_all p a:hover,
.color_black #tmp_wrapper .read_all p a:hover,
.color_blue #tmp_wrapper .more_btn a:hover,
.color_yellow #tmp_wrapper .more_btn a:hover,
.color_black #tmp_wrapper .more_btn a:hover,
.color_blue #tmp_measures_cnt .measures_navi_btn li a:hover,
.color_yellow #tmp_measures_cnt .measures_navi_btn li a:hover,
.color_black #tmp_measures_cnt .measures_navi_btn li a:hover,
.color_blue #tmp_measures_list_navi .box_list ul li a:hover,
.color_yellow #tmp_measures_list_navi .box_list ul li a:hover,
.color_black #tmp_measures_list_navi .box_list ul li a:hover,
.color_blue #tmp_respect_cnt .respect_list ul li a:hover,
.color_yellow #tmp_respect_cnt .respect_list ul li a:hover,
.color_black #tmp_respect_cnt .respect_list ul li a:hover {
	text-decoration:underline;
}

/* bg:blue
/* text:yellow
/* link:white
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#00008B !important;
	border-color:#FFFF00 !important;
}
.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_blue #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_blue #tmp_wrap_main h2 {
	border-bottom:1px solid yellow !important;
	border-left:3px solid yellow !important;
}
.color_blue #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* for google box */
.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
.color_blue #tmp_main_visual .slick_control .btn_slides.stop a::before,
.color_blue #tmp_main_visual .slick_control .btn_slides.stop a::after,
.color_blue #tmp_special_pickup_gallery .slick_control .btn_slides.stop a::before,
.color_blue #tmp_special_pickup_gallery .slick_control .btn_slides.stop a::after {
	border-left-color:#fff !important;
}
.color_blue #tmp_main_visual .slick_control .btn_slides.start a::before,
.color_blue #tmp_special_pickup_gallery .slick_control .btn_slides.start a::before {
	border-color: transparent transparent transparent #fff !important;
}
.color_blue #tmp_main_visual .slick-dots li.slick-active a,
.color_blue #tmp_special_pickup_gallery .slick-dots li.slick-active a {
	background-color:yellow !important;
}
.color_blue #tmp_disaster_main_map .disaster_main_key ul li img {
	border:2px solid #fff !important;
}

/* bg:yellow
/* text:black
/* link:blue
================================================== */
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color:#000000 !important;
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color:#0000FF !important;
	background-color:transparent !important;
}
.color_yellow #tmp_wrap_main h1 {
	border:3px solid black !important;
}
.color_yellow #tmp_wrap_main h2 {
	border-bottom:1px solid black !important;
	border-left:3px solid black !important;
}
.color_yellow #tmp_wrap_main h3 {
	border-left:3px solid black !important;
}
/* for google box */
.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:black !important;
	list-style-image:none !important;
}
.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
.color_yellow #tmp_main_visual .slick_control .btn_slides.stop a::before,
.color_yellow #tmp_main_visual .slick_control .btn_slides.stop a::after,
.color_yellow #tmp_special_pickup_gallery .slick_control .btn_slides.stop a::before,
.color_yellow #tmp_special_pickup_gallery .slick_control .btn_slides.stop a::after {
	border-left-color:#000000 !important;
}
.color_yellow #tmp_main_visual .slick_control .btn_slides.start a::before,
.color_yellow #tmp_special_pickup_gallery .slick_control .btn_slides.start a::before {
	border-color: transparent transparent transparent #000000 !important;
}
.color_yellow #tmp_main_visual .slick-dots li.slick-active a,
.color_yellow #tmp_special_pickup_gallery .slick-dots li.slick-active a {
	background-color:#000000 !important;
}
.color_yellow #tmp_disaster_main_map .disaster_main_key ul li img {
	border:2px solid #000 !important;
}

/* bg:black
/* text:yellow
/* link:white
================================================== */
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_black #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_black #tmp_wrap_main h2 {
	border-left:3px solid yellow !important;
	border-bottom:1px solid yellow !important;
}
.color_black #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* for google box */
.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
.color_black #tmp_main_visual .slick_control .btn_slides.stop a::before,
.color_black #tmp_main_visual .slick_control .btn_slides.stop a::after,
.color_black #tmp_special_pickup_gallery .slick_control .btn_slides.stop a::before,
.color_black #tmp_special_pickup_gallery .slick_control .btn_slides.stop a::after {
	border-left-color:#fff !important;
}
.color_black #tmp_main_visual .slick_control .btn_slides.start a::before,
.color_black #tmp_special_pickup_gallery .slick_control .btn_slides.start a::before {
	border-color: transparent transparent transparent #fff !important;
}
.color_black #tmp_main_visual .slick-dots li.slick-active a,
.color_black #tmp_special_pickup_gallery .slick-dots li.slick-active a  {
	background-color:yellow !important;
}
.color_black #tmp_disaster_main_map .disaster_main_key ul li img {
	border:2px solid #fff !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
.fsize_big #tmp_sma_func_sch_btn {
    width: auto;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}
.fsize_big2 #tmp_header {
	padding-right:66px;
}
.fsize_big #tmp_hnavi_s li a,
.fsize_big2 #tmp_hnavi_s li a {
	font-size:0.6rem;
}
.fsize_big #tmp_wrapper2 .gnavi ul,
.fsize_big2 #tmp_wrapper2 .gnavi ul {
	font-size:0.9rem;
}
.fsize_big2 .gnavi li {
	width:220px;
}
.fsize_big2 .gnavi a {
	background-position:190px center;
}
.fsize_big2 #tmp_sma_func_sch_btn {
    width: auto;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.wrap_sch_box:after,
#tmp_header:after,
#tmp_hnavi:after,
#tmp_head_func:after,
#tmp_head_func .setting:after,
#tmp_sma_search:after,
#tmp_wrap_custom_update:after,
.gnavi:after,
.gnavi ul:after,
#tmp_wrap_main:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#tmp_means ul li {
		padding-top:2px;
		line-height:1.3;
	}
	#tmp_subsite_link span {
		padding-top:4px;
	}
	#tmp_search a {
		padding-top:6px;
	}
	#tmp_disaster_cnt .disaster_navi ul li a {
		padding-top:10px !important;
	}
	#tmp_disaster_cnt .disaster_navi p a,
	#tmp_measures_cnt .measures_navi_btn li a,
	#tmp_measures_list_navi .box_list ul li a,
	#tmp_measures_list_navi #tmp_measures_list_navi_2 ul li a,
	#tmp_respect_cnt .respect_list ul li a {
		min-height:auto !important;
	}
	#tmp_measures_list_navi .box_list ul li a {
		height:65px;
	}
	#tmp_measures_list_navi #tmp_measures_list_navi_2 ul li a {
		height:105px;
	}
	#tmp_respect_cnt .respect_list ul li a {
		height:70px;
	}
}

