@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:#222222;
}
a:hover,
a:focus {
	text-decoration:none;
}
body {
	font-size:112.5%;	/* 18px */
	color:#222222;
	background-color:#ffffff;
}
/* Styles
================================================== */
/* text */
.txt_red {
    color: #b13426;    /* Setting by CMS sheets */
}
.txt_green {
    color: #106724;    /* 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_red,
th.bg_red {
    color: inherit;
    background-color: #feecec;    /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
    color: inherit;
    background-color: #e7f5ff;    /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
    color: inherit;
    background-color: #e8ffee;    /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width:1240px;
	margin:0 auto;
}
.container {
    width: 1240px;
    margin: 0 auto;
	padding:0 20px;
}
#tmp_contents {
	padding-bottom:40px;
}
/* format カラムのレイアウトのbaseロジック
================================================== */
.wrap_col_rgt_navi {
	float:right;
}
.column_rnavi .wrap_col_main {
	width:100%;
	float:left;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi {
	width:260px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-300px;
}
.format_free .column_rnavi .col_main {
	margin-right:300px;
}
/* header
================================================== */
#tmp_header {
	background-color:#222222;
	color:#ffffff;
	border-bottom:1px solid #6c6c6c;
	position:relative;
	z-index:20;
}
#tmp_header::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: calc(50% - 330px);
	height: calc(100% + 1px);
	background-color:#ffffff;
	color:#222222;
	border-bottom:1px solid #cfcfcf;
	z-index:1;
}
#tmp_header .head_inner {
	position:relative;
	z-index:2;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	min-height:63px;
}
#tmp_hlogo,
#tmp_means,
#tmp_hnavi,
#tmp_wrap_search {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	line-height:1.3;
	font-size:2.38rem !important;
	font-weight:normal;
	color:#222222;
	background:#ffffff url(/shared/site_kengikai/images/header/hlogo.png) no-repeat center center;
}
#tmp_hlogo,
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	display:block;
	width:240px;
	height:63px;
}
#tmp_hlogo span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* means
================================================== */
#tmp_means{
    float: right;
	width:930px;
}
.no_javascript #tmp_means {
	width:780px;
}
.no_javascript #tmp_setting {
	width:210px;
}
#tmp_setting {
	float:left;
	width:360px;
}
#tmp_setting ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	height:100%;
}
#tmp_setting > ul > li {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	flex-grow:1;
	position:relative;
}
#tmp_setting > ul > li > a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	flex-grow:1;
	text-decoration:none;
	background-color:#222222;
	color:#ffffff;
	position:relative;
	max-height: 63px;
	border-right:1px solid #6e6e6e;
	font-size:0.875rem;
}
#tmp_setting > ul > li > a:hover,
#tmp_setting > ul > li > a:focus {
	text-decoration: underline;
}
#tmp_setting > ul > li > a span {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
#tmp_setting > ul > .func_language > a span {
	background-image:url(/shared/site_kengikai/images/header/hnavi_lang.png);
}
#tmp_setting > ul > .func_browser > a span {
	background-image:url(/shared/site_kengikai/images/header/hnavi_func.png);
}
#tmp_setting > ul > .func_browser > a.active {
	color: #222222;
	background-color: #dbecdf;
    border-left: 1px solid #54a366;
    border-right: 1px solid #54a366;
}
#tmp_setting > ul > .func_browser > a.active span {
	background-image:url(/shared/site_kengikai/images/icon/menu_icon_setting_bl.png);
	-webkit-background-size:16px auto;
	-moz-background-size:16px auto;
	background-size:16px auto;
}
#tmp_setting > ul > .func_browser > a.active:after {
	position: absolute;
	left: -1px;
    right: -1px;
	bottom: -2px;
    z-index: 200;
	content: '';
	display: block;
	height: 5px;
	color: #222222;
	background-color: #dbecdf;
    border-left: 1px solid #54a366;
    border-right: 1px solid #54a366;
}
#tmp_setting > ul > .func_browser > a.active:hover,
#tmp_setting > ul > .func_browser > a.active:focus {
	text-decoration: none;
}
.no_javascript #tmp_setting .func_browser {
	display:none;
}
.func_cate{
	position: absolute;
	left: -236px;
	top: 70px;
	z-index: 100;
	padding: 4px 4px 0;
	border: 2px solid #0176b2;
	display: none;
	width: 540px;
	min-height: 54px;
	color: #FFFFFF;
	background-color: #037f9e;
}
.func_cate ul li{
	float: left;
	margin: 0 3px 3px 0;
}
.func_cate ul li a{
	padding: 11px 12px 8px 20px;
	color: #222222;
	display: block;
	text-decoration: none;
}
.func_cate ul li a:hover,
.func_cate ul li a:focus{
	text-decoration: underline;
}
.func_cate ul li.func_change a{
	padding-left: 28px;
	background: #FFFFFF url(/shared/images/icon/icon_fsize.png) no-repeat 9px center;
}
.func_cate ul li.func_speaker a{
	padding-left: 33px;
	min-width: 145px;
	background: #FFFFFF url(/shared/images/icon/icon_read.png) no-repeat 13px center;
}
.func_cate ul li.func_furigana a{
	padding-left: 38px;
	min-width: 158px;
	background: #FFFFFF url(/shared/images/icon/icon_furigana.png) no-repeat 17px center;
}
/* emergency_aside */
.emergency_aside {
	float:left;
	width:188px;
}
.emergency_aside > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:77.8%;
	height:100%;
}
.emergency_aside > ul > li {
    position: relative;
	text-align:center;
	height:100%;
	border-right:1px solid #6e6e6e;
}
.emergency_aside > ul > li > a {
	color:#ffffff;
	background-color:#222;
	display:block;
	padding-top:22px;
	padding-bottom: 21px;
	height:100%;
	max-height: 63px;
	font-size:0.875rem;
}
.emergency_aside > ul > li > a:hover span,
.emergency_aside > ul > li > a:focus span {
	text-decoration: underline;
}
.emergency_aside > ul > .link_emergency > a span {
	display:inline-block;
	padding-left:20px;
	background-image:url(/shared/site_kengikai/images/header/hnavi_emergency.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.emergency_aside > ul > li > a.active {
	color:#222222;
	background-color:#ffecec;
	position:relative;
}
.emergency_aside > ul > .link_emergency > a.active span {
	background-image:url(/shared/site_kengikai/images/header/hnavi_emergency_red.png);
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	background-size:18px auto;
}
.emergency_aside > ul > li > a.active::after {
	content:'';
	position:absolute;
	left:0;
	bottom:-1px;
	width:100%;
	height:1px;
	color:#222222;
	background-color:#ffecec;
	z-index:200;
}
/* dropdown
================================================== */
.no_javascript .disaster_dropdown{
    width: 1200px;
    margin-left: -856px;
}
.no_javascript .close_btn_sub{
    display: none;
}
.disaster_dropdown {
	text-align:left;
	font-size:128.6%;
	position: relative;
	top: auto;
	z-index: 100;
	clear: both;
	padding: 24px 38px 14px 50px;
	min-height: 80px;
	display: none;
	color: #222222;
	border: 1px solid #FFFFFF;
	border-top: 1px solid #cd7970;
	background-color: #ffecec;
	box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
	-moz-box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
	animation: fadeIn 1s both ease-in;
	-webkit-animation: fadeIn 1s both ease-in;
	-moz-animation: fadeIn 1s both ease-in;
}
.disaster_ttl{
    margin-bottom: 15px;
}
.disaster_ttl .disaster_label,
.disaster_ttl .disaster_corporeal{
    display: inline-block;
    vertical-align: middle;
}
.disaster_ttl .disaster_label{
    padding-left: 40px;
    font-weight: bold;
    font-size: 122.2%;
    min-height: 23px;
    color: #b43022;
    background: #ffecec url(/shared/images/icon/icon_disaster.png) 3px 3px no-repeat;
}
.disaster_ttl .disaster_corporeal{
    font-size: 77.7%;
	font-weight:bold;
}
/* disaster_row */
.disaster_row {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.disaster_row .disaster_entries,
.disaster_row .disaster_parameter {
	display: flex;
	align-items:stretch;
}
.disaster_row .disaster_entries {
	float: left;
	width: calc(100% - 310px);
}
.disaster_row .disaster_parameter {
	float: right;
	width:280px;
}
.disaster_row .disaster_parameter p {
	font-weight:bold;
	font-size: 111.1%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	width:100%;
}
.disaster_row .disaster_parameter a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow:1;
	text-align:center;
	width:100%;
	min-height:120px;
	text-decoration:none;
	padding:10px;
	color:#ffffff;
	background:#b43022 url(/shared/site_kengikai/images/icon/disaster_icon.png) no-repeat right 20px center;
	border: 1px solid #b43022;
}
.disaster_row .disaster_parameter a:hover {
	text-decoration: underline;
}
/* .entries_box */
.entries_box{
	padding: 29px 14px 21px 36px;
	color: #a54747;
	background-color: #ffffff;
	border:1px solid #ffffff;
	width:100%;
}
.entries_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.entries_box ul li{
    margin-bottom: 7px;
}
.entries_box ul li p{
    padding: 0 0 0 15px;
    display: inline-block;
    font-size: 88.8%;
    color: #a54747;
    background: #FFFFFF url(/shared/images/icon/red_dot_icon.png) 0 6px no-repeat;
}
.support_dropdown{
    position: absolute;
    left: -184px;
    top: 64px;
    z-index: 100;
    padding: 22px 10px 22px 20px;
    width: 560px;
    min-height: 80px;
    color: #222222;
    display: none;
    border: 1px solid #54a366;
    background-color: #dbecdf;
    box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
    -moz-box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
}
#tmp_setting .support_dropdown ul {
	display:block;
	height:auto;
}
.support_dropdown.hide{
    opacity: 0;
    visibility: hidden;
}
.support_dropdown.show{
    opacity: 1;
    visibility: visible;
}
.support_dropdown ul{
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.support_dropdown ul li{
    float: left;
    margin-left: 17px;
}
.support_dropdown .func_read a,
.support_dropdown .func_fsize a{
    padding: 7px 16px 6px 41px;
    font-weight: bold;
    color: inherit;
    display: block;
    text-decoration: none;
    border: 1px solid #FFFFFF;
	font-size:0.875rem;
}
.support_dropdown .func_read a:hover,
.support_dropdown .func_read a:focus,
.support_dropdown .func_fsize a:hover,
.support_dropdown .func_fsize a:focus{
    text-decoration: underline;
}
.support_dropdown .func_read a{
    background: #FFFFFF url(/shared/site_kengikai/images/icon/icon_read.png) no-repeat 17px 10px scroll;
	-webkit-background-size:19px auto;
	-moz-background-size:19px auto;
	background-size:19px auto;
}
.support_dropdown .func_fsize a{
    background:#FFFFFF url(/shared/site_kengikai/images/icon/icon_fsize.png) no-repeat 19px 10px scroll;
	-webkit-background-size:16px auto;
	-moz-background-size:16px auto;
	background-size:16px auto;
}
.support_dropdown .close_btn_sub{
    margin-top: 2px;
}
.disaster_dropdown .close_btn_sub{
    text-align: center;
}
.support_dropdown .close_btn_sub,
.disaster_dropdown .close_btn_sub {
	font-size:0.875rem;
}
.support_dropdown .close_btn_sub a,
.disaster_dropdown .close_btn_sub a{
    display: inline-block;
    padding: 5px 10px 4px 35px;
    min-width: 96px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-decoration: none;
    border: 1px solid #222222;
    color: #FFFFFF;
    background:#333333 url(/shared/site_kengikai/images/icon/close_icon_w.png) no-repeat 16px center scroll;
	-webkit-background-size:14px auto;
	-moz-background-size:14px auto;
	background-size:14px auto;
}
.support_dropdown .close_btn_sub a:hover,
.support_dropdown .close_btn_sub a:focus,
.disaster_dropdown .close_btn_sub a:hover,
.disaster_dropdown .close_btn_sub a:focus{
    text-decoration: underline;
}
/* search */
#tmp_wrap_search {
	float:right;
	width:380px;
	padding:15px 0;
}
#tmp_search {
	padding:0 10px 0 27px;
	width:300px;
}
#tmp_search .wrap_sch_box {
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#222222;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	display: flex;
	-webkit-flex-grow:1;
	-ms-flex-grow:1;
	flex-grow:1;
	position:relative;
	padding:0 65px 0 30px;
}
#tmp_search .sch_ttl {
	position:absolute;
	top:8px;
	left:10px;
	background:url(/shared/site_kengikai/images/header/seach_icon.png) no-repeat 0 0;
	width:17px;
	height:16px;
}
#tmp_search .sch_ttl span {
	display:block;
	width:17px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
#tmp_query {
	display:block;
	font-size:0.875rem;
	width:166px;
	min-height:30px;
	border:none;
	outline: none;
}
#tmp_func_sch_btn {
	position:absolute;
	top:0;
	right:0;
	font-size:0.875rem;
	width:60px;
	height:100%;
	border:1px solid #222222;
	background-color:#222222;
	color:#ffffff;
	padding:3px 5px;
	text-align:center;
	cursor:pointer;
	-webkit-border-radius:1.3em;
	-moz-border-radius:1.3em;
	border-radius:1.3em;
}
/* search_how_btn */
#tmp_wrap_search .search_how_btn {
	font-size:0.8125rem;
	line-height:1.2;
	padding-top:0.6em;
}
#tmp_wrap_search .search_how_btn a {
	background-color:#222222;
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	background:url(/shared/site_kengikai/images/header/q_icon.png) no-repeat left 0.2em;
	padding-left:15px;
}
#tmp_wrap_search .search_how_btn a:hover,
#tmp_wrap_search .search_how_btn a:focus {
	text-decoration:underline;
}

/* gnavi
================================================== */
.gnavi {
	color:inherit;
	clear:both;
}
.gnavi ul {
	list-style:none;
}
.gnavi li {
	width:120px;
	float:left;
}
.gnavi a {
	display:block;
	padding:13px 10px 11px;
	text-align:center;
	text-decoration:none;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration:underline;
}
/* lnavi
================================================== */
.lnavi_func {
	margin:0 0 20px;
}
.lnavi_func .lnavi_ttl {
	border-bottom:1px solid #b5b3b3;
	font-size:122.2%;
	font-weight:bold;
	line-height:1.3;
}
.lnavi_func .lnavi_ttl p {
	border-top:1px solid #222222;
}
.lnavi_func .lnavi_ttl a {
	display:block;
	text-decoration:none;
	padding:16px 20px 16px 13px;
	position:relative;
	color:#222222;
	background-color:transparent;
}
.lnavi_func .lnavi_ttl a::after {
	content:'';
	position:absolute;
	margin-top:-6px;
	top:50%;
	right:12px;
	background:url(/shared/site_kengikai/images/icon/arrow_black_m.png) no-repeat;
	width:10px;
	height:12px;
}
.lnavi_func .lnavi_ttl a:hover,
.lnavi_func .lnavi_ttl a:focus {
	text-decoration:underline;
}
.lnavi_func .lnavi_ttl .lnavi_cate_sch {
	border-top:2px solid #000000;
	background-color:#f2f2f2;
	color:inherit;
	font-size:90.9%;
	font-weight:bold;
	padding:7px 13px;
	margin:0 0 5px;
	position:relative;
}
.lnavi_cate_sch::after {
	content:'';
	position:absolute;
	left:0;
	bottom:-3px;
	width:100%;
	height:1px;
	border-bottom:1px solid #222222;
}
.lnavi_func .lnavi_cnt {
	padding-top:3px;
}
.lnavi_func .lnavi_cnt ul {
	font-size:88.9%;
	list-style:none;
	margin:0 0 23px;
}
.lnavi_func .lnavi_cnt ul li {
	line-height:1.4;
	border-bottom:1px dotted #7f7f7f;
}
.lnavi_func .lnavi_cnt ul li a {
	display:block;
	text-decoration:none;
	padding:12px 27px 14px;
	background-image:url(/shared/site_kengikai/images/icon/arrow_black_m.png);
	background-repeat:no-repeat;
	background-position:12px 16px;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-ms-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	color:#222222;
	background-color:transparent;
}
.lnavi_func .lnavi_cnt ul li a:hover,
.lnavi_func .lnavi_cnt ul li a:focus,
.lnavi_func .lnavi_cnt ul li.active a {
	background-color:#f2faf4;
}
/* lnavi_more_btn */
.lnavi_more_btn {
	text-align:center;
	font-weight:bold;
	font-size:88.9%;
	margin:0 0 20px;
}
.lnavi_more_btn a {
	display:inline-block;
	min-width:240px;
	position:relative;
	text-decoration:none;
	border:1px solid #000000;
	background-color:#000000;
	color:#ffffff;
	padding:7px 20px;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-ms-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
.lnavi_more_btn a::after {
	content:'';
	position:absolute;
	margin-top:-6px;
	top:50%;
	right:11px;
	background:url(/shared/site_kengikai/images/icon/arrow_white_m.png) no-repeat;
	width:8px;
	height:12px;
}
.lnavi_more_btn a:hover,
.lnavi_more_btn a:focus {
	text-decoration:underline;
}
/* cnavi_btn
================================================== */
.cnavi_btn {
	padding:18px 13px;
	color:inherit;
	background-color:#dbecdf;
	margin:0 0 38px;
}
.cnavi_btn ul {
	list-style:none !important;
	margin:0 !important;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
.cnavi_btn ul li {
	width:50%;
	padding:0 4px;
	margin:0 0 6px;
	display: flex;
	align-items:stretch;
}
.cnavi_btn ul li a {
	text-decoration:none;
	min-height:109px;
	padding:77px 2px 5px;
	color:#222222;
	background-color:#ffffff;
	border:1px solid #ffffff;
	display:flex;
	justify-content: center;
	flex-grow:1;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 15px;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-ms-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
.cnavi_btn ul li a:hover,
.cnavi_btn ul li a:focus {
	border-color:#f2f2f2;
	background-color:#f2f2f2;
	text-decoration:underline;
}
.cnavi_btn ul li.clist01 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s01.png);
}
.cnavi_btn ul li.clist02 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s02.png);
}
.cnavi_btn ul li.clist03 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s03.png);
}
.cnavi_btn ul li.clist04 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s04.png);
}
.cnavi_btn ul li.clist05 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s05.png);
}
.cnavi_btn ul li.clist06 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s06.png);
}
.cnavi_btn ul li.clist07 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s07.png);
	letter-spacing:-0.05em;
}
.cnavi_btn ul li.clist08 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s08.png);
}
.cnavi_btn ul li.clist09 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s09.png);
}
.cnavi_btn ul li.clist10 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s10.png);
}
.cnavi_btn ul li.clist11 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s11.png);
}
.cnavi_btn ul li.clist12 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon_s12.png);
}
/* top */
.format_top .cnavi_btn {
	padding:46px 45px 28px;
	margin:0 0 48px;
}
.format_top .cnavi_btn ul {
	font-size:100%;
}
.format_top .cnavi_btn ul li {
	width:16.66666666%;
	padding:0 7px;
	margin:0 0 13px !important;
}
.format_top .cnavi_btn ul li a {
	min-height:171px;
	padding:123px 2px 5px;
	background-position:center 23px;
}
.format_top .cnavi_btn ul li.clist01 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon01.png);
}
.format_top .cnavi_btn ul li.clist02 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon02.png);
}
.format_top .cnavi_btn ul li.clist03 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon03.png);
}
.format_top .cnavi_btn ul li.clist04 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon04.png);
}
.format_top .cnavi_btn ul li.clist05 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon05.png);
}
.format_top .cnavi_btn ul li.clist06 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon06.png);
}
.format_top .cnavi_btn ul li.clist07 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon07.png);
	letter-spacing: normal;
}
.format_top .cnavi_btn ul li.clist08 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon08.png);
}
.format_top .cnavi_btn ul li.clist09 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon09.png);
}
.format_top .cnavi_btn ul li.clist10 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon10.png);
}
.format_top .cnavi_btn ul li.clist11 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon11.png);
}
.format_top .cnavi_btn ul li.clist12 a {
	background-image:url(/shared/site_kengikai/images/icon/cate_icon12.png);
}
/* cnavi_list
================================================== */
.cnavi_list {
	margin:0 0 40px;
}
.cnavi_list ul {
	list-style:none;
}
.cnavi_list ul li {
	margin:0 0 13px;
	text-align:center;
}
.cnavi_list ul li a {
	position:relative;
	display:block;
	padding:11px 20px;
	text-decoration:none;
	border:1px solid #808080;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-ms-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
.cnavi_list ul li a:hover,
.cnavi_list ul li a:focus {
	background-color:#f2f2f2;
    text-decoration: underline;
}
.cnavi_list ul li a::after {
	content:'';
	position:absolute;
	margin-top:-6px;
	top:50%;
	right:10px;
	background:url(/shared/site_kengikai/images/icon/arrow_black_m.png) no-repeat;
	width:8px;
	height:12px;
}
/* recommend
================================================== */
#tmp_recommend {
	margin:0 0 38px;
}
#tmp_recommend_ttl {
	border-top: 2px solid #000000;
	background-color: #f2f2f2;
	color: #222222;
	padding: 8px 11px 8px;
	font-size: 111.1%;
	font-weight: bold;
	line-height: 1.3;
}
#tmp_recommend_cnt  li {
	border-bottom: 1px dotted #b5b3b3;
	list-style: none;
}
#tmp_recommend_cnt a {
	display: block;
	padding: 17px 20px 10px 27px;
	background: transparent url(/shared/site_kengikai/images/icon/arrow_black_m.png) no-repeat 7px 20px;
	-webkit-background-size: 8px 12px;
	-moz-background-size: 8px 12px;
	background-size: 8px 12px;
	font-size: 88.8%;
	text-decoration: none;
	color: #222222;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-ms-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
#tmp_recommend_cnt .active a,
#tmp_recommend_cnt a:focus,
#tmp_recommend_cnt a:hover {
	background-color: #f2faf4;
}
/* pankuzu
================================================== */
#tmp_wrap_navigation {
	padding:12px 0 20px;
	clear:both;
}
#tmp_pankuzu,
#tmp_wrap_custom_update {
	margin:0 0 20px;
	font-size:77.8%;
}
#tmp_custom_update {
	float: right;
	text-align: right;
}
#tmp_social_plugins,
#tmp_update,
#tmp_print {
	display: inline-block;
	vertical-align: top;
	line-height: 1.4;
	margin: 0 0 0 10px;
}
#tmp_social_plugins .social_media_btn {
	float:left;
	margin:0 0 0 5px;
}
#tmp_print a{
	display:inline-block;
    padding: 0 0 0 22px;
    background: url(/shared/site_kengikai/images/icon/print_icon.png) no-repeat left center;
}
/* inquiry
================================================== */
#tmp_inquiry {
	margin:0 0 40px;
	border:2px solid #000000;
	clear:both;
}
#tmp_inquiry_ttl {
	font-size:133.3%;
	font-weight:bold;
	line-height:1.3;
	padding:17px 14px 16px;
	border-bottom:2px solid #000000;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:17px 18px 23px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	word-break:break-all;
	word-wrap:break-word;
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
	text-align:center;
}
#tmp_inquiry_cnt .inquiry_btn input {
	font-size:88.9%;
	font-weight:bold;
	padding:7px 10px 6px;
	display:inline-block;
	min-width:240px;
	border:1px solid #000000;
	background-color:#000000;
	color:#ffffff;
	cursor:pointer;
	background-image:url(/shared/site_kengikai/images/icon/arrow_white_m.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_inquiry_cnt .inquiry_btn input:focus,
#tmp_inquiry_cnt .inquiry_btn input:active {
	opacity: 0.7;
}
/* feedback
================================================== */
#tmp_feedback {
	margin:0 0 40px;
	border:2px solid #000000;
	clear:both;
}
#tmp_feedback_ttl {
	font-size:122.2%;
	font-weight:bold;
	line-height:1.3;
	padding:18px 14px 17px;
	border-bottom:2px solid #000000;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:17px 18px 23px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	font-size:88.9%;
	font-weight:bold;
	padding:7px 10px 6px;
	display:inline-block;
	min-width:240px;
	border:1px solid #000000;
	background-color:#000000;
	color:#ffffff;
	cursor:pointer;
	background-image:url(/shared/site_kengikai/images/icon/arrow_white_m.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus,
#tmp_feedback_cnt .submit input:active {
	opacity: 0.7;
}
/* pnavi
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
.pnavi {
	padding:60px 0 38px;
	clear:both;
}
.pnavi .ptop {
	font-size:77.8%;
	font-weight:bold;
	text-align:center;
	margin-bottom:0 !important;
}
.pnavi .ptop a {
	display:inline-block;
	text-decoration:none;
	color:#222222;
	background:url(/shared/site_kengikai/images/footer/pnavi_icon.png) no-repeat top center;
	padding:20px 10px 3px;
	position:relative;
}
.pnavi .ptop a:hover,
.pnavi .ptop a:focus {
	text-decoration:underline;
}
/* footer
================================================== */
#tmp_footer {
	border-top:1px solid #dbecdf;
	background-color:#dbecdf;
	color:inherit;
	padding-top:45px;
	clear:both;
}
/* fnavi  */
#tmp_fnavi {
	list-style:none;
	margin:0 -5px 20px;
}
#tmp_fnavi li {
	float:left;
	width:20%;
	padding:0 5px;
	text-align:center;
}
#tmp_fnavi li a {
	position: relative;
	padding: 11px 25px 11px 19px;
	display: block;
	font-size: 88.8%;
	color: #333333;
	background-color: #dbecdf;
	border: 1px solid #b1beb4;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_fnavi li a::after {
	content:'';
	position:absolute;
	margin-top:-6px;
	top:50%;
	right:10px;
	background:url(/shared/site_kengikai/images/icon/arrow_black_m.png) no-repeat;
	width:8px;
	height:12px;
}
#tmp_fnavi li a:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid transparent;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_fnavi li a:hover,
#tmp_fnavi li a:focus{
	color: #222222;
	background-color: #FFFFFF;
	border-color: #54a366;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_fnavi li a:hover:before,
#tmp_fnavi li a:focus:before{
	border-color: #54a366;
}
/* fcnt  */
#tmp_footer_cnt {
	padding:0 0 30px;
}
#tmp_fcnt_add {
	float:left;
	width:530px;
}
#tmp_fcnt_navi {
	float:left;
	width:420px;
}
#tmp_fcnt_pref {
	float:right;
	width:233px;
}
/* fcnt_add */
#tmp_fcnt_add .fcnt_ttl {
	font-size:138.9%;
	font-weight:bold;
}
#tmp_fcnt_add address {
	margin:0 0 5px;
	font-style:normal;
	line-height:1.4;
}
#tmp_fcnt_add address span {
	margin:0 1em 0 0;
}
/* fcnt_navi */
#tmp_fcnt_navi ul {
	list-style:none;
	padding-top:4px;
}
#tmp_fcnt_navi ul li {
	margin:0 0 8px;
	background:url(/shared/site_kengikai/images/icon/arrow_black_m.png) no-repeat left 0.3em;
	padding-left:16px;
	position:relative;
}
#tmp_fcnt_navi ul li a {
	text-decoration:none;
}
#tmp_fcnt_navi ul li a:hover,
#tmp_fcnt_navi ul li a:focus {
	text-decoration:underline;
}
/* copyright */
#tmp_copyright {
	font-size:77.8%;
	text-align:right;
	padding:8px 0 9px;
	color:#ffffff;
	border-top:1px solid #333333;
	background-color:#333333;
	clear:both;
}
/* ==================================================
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:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	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_sma_menu{
	display: none;
}
/* ==================================================
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 #tmp_switch_sp_style {
	text-align:center;
	text-decoration:none;
	font-size:3rem;
	font-weight:bold;
	padding:10px 0;
	border-bottom:2px solid #000;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display:none;
}
#tmp_hnavi_lmenu a,
#tmp_hnavi_mmenu a,
#tmp_hnavi_rmenu a{
	background-color:#ffffff;
}

/* ==================================================
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_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;
}

/* 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;
}

/* 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;
}

/* 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 共通
================================================== */
.color_blue #tmp_header::before,
.color_yellow #tmp_header::before,
.color_black #tmp_header::before {
	display:none;
}
.color_blue .emergency_aside > ul > li > a.active::after,
.color_blue #tmp_setting > ul > .func_browser > a.active::after {
	background-color:#00008B !important;
}
.color_yellow .emergency_aside > ul > li > a.active::after,
.color_yellow #tmp_setting > ul > .func_browser > a.active::after {
	background-color:#FFFF00 !important;
}
.color_black .emergency_aside > ul > li > a.active::after,
.color_black #tmp_setting > ul > .func_browser > a.active::after {
	background-color:#000000 !important;
}
.color_blue #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,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo span {
	height:auto;
}
.color_blue #tmp_wrapper #tmp_search .sch_ttl,
.color_yellow #tmp_wrapper #tmp_search .sch_ttl,
.color_black #tmp_wrapper #tmp_search .sch_ttl {
	background-color:#ffffff !important;
	background-image:url(/shared/site_kengikai/images/header/seach_icon.png) !important;
}
.color_blue #tmp_wrapper #tmp_search .sch_ttl label,
.color_blue #tmp_wrapper #tmp_search .sch_ttl span,
.color_yellow #tmp_wrapper #tmp_search .sch_ttl label,
.color_yellow #tmp_wrapper #tmp_search .sch_ttl span,
.color_black #tmp_wrapper #tmp_search .sch_ttl label,
.color_black #tmp_wrapper #tmp_search .sch_ttl span {
	background-color:transparent !important;
}
.color_blue #tmp_hnavi_lang,
.color_yellow #tmp_hnavi_lang,
.color_black #tmp_hnavi_lang {
	border-left:1px solid;
}
.color_blue .disaster_row .disaster_parameter a,
.color_yellow .disaster_row .disaster_parameter a,
.color_black .disaster_row .disaster_parameter a {
	position:relative;
}
.color_blue .disaster_row .disaster_parameter a::before,
.color_yellow .disaster_row .disaster_parameter a::before,
.color_black .disaster_row .disaster_parameter a::before {
	background-image:none;
	content:'';
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-4px;
    width: 9px;
    height: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 矢印アイコン */
.color_blue #tmp_lnavi_ttl .lnavi_ttl a::after,
.color_yellow #tmp_lnavi_ttl .lnavi_ttl a::after,
.color_black #tmp_lnavi_ttl .lnavi_ttl a::after,
.color_blue #tmp_lnavi .more_btn a::after,
.color_yellow #tmp_lnavi .more_btn a::after,
.color_black #tmp_lnavi .more_btn a::after,
.color_blue #tmp_wrapper .cnavi_list ul li a::after,
.color_yellow #tmp_wrapper .cnavi_list ul li a::after,
.color_black #tmp_wrapper .cnavi_list ul li a::after,
.color_blue #tmp_fnavi li a::after,
.color_yellow #tmp_fnavi li a::after,
.color_black #tmp_fnavi li a::after,
.color_blue #tmp_dayori .dayori_cnt .more_btn a::after,
.color_yellow #tmp_dayori .dayori_cnt .more_btn a::after,
.color_black #tmp_dayori .dayori_cnt .more_btn a::after,
.color_blue #tmp_wrapper .read_all .list a::after,
.color_yellow #tmp_wrapper .read_all .list a::after,
.color_black #tmp_wrapper .read_all .list a::after {
	margin-top:-4px;
	background:none;
	width:8px;
	height:8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_fcnt_navi ul li::before,
.color_yellow #tmp_fcnt_navi ul li::before,
.color_black #tmp_fcnt_navi ul li::before,
.color_blue #tmp_wrapper .read_all .rss a::before,
.color_yellow #tmp_wrapper .read_all .rss a::before,
.color_black #tmp_wrapper .read_all .rss a::before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-4px;
	width:8px;
	height:8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* pnavi */
.color_blue #tmp_wrapper .pnavi .ptop a::before,
.color_yellow #tmp_wrapper .pnavi .ptop a::before,
.color_black #tmp_wrapper .pnavi .ptop a::before {
	content:'';
	position:absolute;
	left:50%;
	top:7px;
	margin-left:-5px;
	width:10px;
	height:10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* top */
.color_blue #tmp_top_info_note .box_top_info_cnt ul li,
.color_yellow #tmp_top_info_note .box_top_info_cnt ul li,
.color_black #tmp_top_info_note .box_top_info_cnt ul li,
.color_blue .box_top_info_cnt table .date p,
.color_yellow .box_top_info_cnt table .date p,
.color_black .box_top_info_cnt table .date p,
.color_blue #tmp_dayori .dayori_cnt ul li,
.color_yellow #tmp_dayori .dayori_cnt ul li,
.color_black #tmp_dayori .dayori_cnt ul li {
	position:relative;
}
.color_blue .box_top_info_cnt table .date,
.color_yellow .box_top_info_cnt table .date,
.color_black .box_top_info_cnt table .date {
	padding-left:0;
}
.color_blue .box_top_info_cnt table .date p,
.color_yellow .box_top_info_cnt table .date p,
.color_black .box_top_info_cnt table .date p {
	padding-left:15px;
}
.color_blue #tmp_top_info_note .box_top_info_cnt ul li::before,
.color_yellow #tmp_top_info_note .box_top_info_cnt ul li::before,
.color_black #tmp_top_info_note .box_top_info_cnt ul li::before,
.color_blue .box_top_info_cnt table .date p::before,
.color_yellow .box_top_info_cnt table .date p::before,
.color_black .box_top_info_cnt table .date p::before,
.color_blue #tmp_dayori .dayori_cnt ul li::before,
.color_yellow #tmp_dayori .dayori_cnt ul li::before,
.color_black #tmp_dayori .dayori_cnt ul li::before {
	content:'';
	position:absolute;
	left:0;
	top:0.6em;
	width:7px;
	height:7px;
    border: 2px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.color_blue #tmp_top_info_note .box_top_info_cnt ul li:before,
.color_black #tmp_top_info_note .box_top_info_cnt ul li:before,
.color_blue .box_top_info_cnt table .date p::before,
.color_black .box_top_info_cnt table .date p::before,
.color_blue #tmp_dayori .dayori_cnt ul li::before,
.color_black #tmp_dayori .dayori_cnt ul li::before {
    background-color:#FFFF00 !important;
}
.color_yellow #tmp_top_info_note .box_top_info_cnt ul li:before,
.color_yellow .box_top_info_cnt table .date p::before,
.color_yellow #tmp_dayori .dayori_cnt ul li::before {
    background-color:#000000 !important;
}
.color_blue .top_cnavi_list ul li,
.color_yellow .top_cnavi_list ul li,
.color_black .top_cnavi_list ul li {
	border-left:2px dotted;
}
.color_blue #tmp_wrapper .top_cnavi_list ul li:first-child,
.color_yellow #tmp_wrapper .top_cnavi_list ul li:first-child,
.color_black #tmp_wrapper .top_cnavi_list ul li:first-child {
	border-left-color:transparent !important;
}
.color_blue.format_top #tmp_wrap_main #tmp_contents h2,
.color_yellow.format_top #tmp_wrap_main #tmp_contents h2,
.color_black.format_top #tmp_wrap_main #tmp_contents h2 {
	border-bottom:1px solid !important;
	border-left:3px solid !important;
	padding:5px !important;
}
.color_blue.format_top #tmp_wrap_main #tmp_top_info h2,
.color_yellow.format_top #tmp_wrap_main #tmp_top_info h2,
.color_black.format_top #tmp_wrap_main #tmp_top_info h2 {
	border:none !important;
	padding:0 !important;
}
/* slick */
.color_blue #tmp_wrapper .slick-dots .slick-active button,
.color_blue #tmp_wrapper .slick-dots .slick-active a,
.color_blue #tmp_wrapper .btn_slides.stop a::before,
.color_blue #tmp_wrapper .btn_slides.stop a::after,
.color_blue #tmp_wrapper .slick-dots .slick-active button,
.color_black #tmp_wrapper .slick-dots .slick-active a,
.color_black #tmp_wrapper .btn_slides.stop a::before,
.color_black #tmp_wrapper .btn_slides.stop a::after {
    background-color:#FFFF00 !important;
}
.color_yellow #tmp_wrapper .slick-dots .slick-active a,
.color_yellow #tmp_wrapper .btn_slides.stop a::before,
.color_yellow #tmp_wrapper .btn_slides.stop a::after {
    background-color:#000000 !important;
}
.color_blue #tmp_wrapper .btn_slides.start a::before,
.color_black #tmp_wrapper .btn_slides.start a::before {
	border-color: transparent transparent transparent #FFFF00 !important;
}
.color_yellow #tmp_wrapper .btn_slides.start a::before {
	border-color: transparent transparent transparent #000000 !important;
}
.color_blue #tmp_wrapper #tmp_cate_ttl h1 .ttl_icon,
.color_yellow #tmp_wrapper #tmp_cate_ttl h1 .ttl_icon,
.color_black #tmp_wrapper #tmp_cate_ttl h1 .ttl_icon {
    background-color:transparent !important;
}
.color_blue #tmp_wrapper #tmp_cate_ttl h1 .ttl_icon img,
.color_yellow #tmp_wrapper #tmp_cate_ttl h1 .ttl_icon img,
.color_black #tmp_wrapper #tmp_cate_ttl h1 .ttl_icon img {
    background-color:#ffffff !important;
}
/* ==================================================
accessibility style change : font-size - 18px
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:87.5% !important;	/* 14px */
}
/* big
================================================== */
.fsize_big {
	font-size:138% !important;		/* 22px */
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:187.5% !important;	/* 30px */
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
#tmp_contents:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.disaster_row:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}


