@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #00809b;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	font-weight: 500;
	color: #333333;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #E41158;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #017F1E;
	/* 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_pink,
th.bg_pink {
	color: inherit;
	background-color: #fdd6e8;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #ffffbf;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #dff3f4;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #f4f5f9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e2ebd0;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #e9e0f3;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	min-width: 1240px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 10px 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 240px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px 0;
	/* デザインによって変更 */
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -280px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 280px;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_header {
	padding:18px 0 14px;
	border-bottom:4px solid #037f9e;
}
#tmp_hlogo {
	float:left;
	width:204px;
}
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	display:block;
	width:204px;
	height:56px;
}
#tmp_hlogo p {
	background: url(/shared/site_dependence/images/header/hlogo.png) no-repeat 0 0;
}
#tmp_hlogo p span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	float:right;
	padding-top:10px;
}
#tmp_search {
	float:left;
}
.method_search {
	float:right;
	margin-left:8px;
	font-size:88.89%;
	line-height:1.4;
}
.method_search a {
	display:block;
	text-align:center;
	text-decoration:none;
	border:2px solid #e5e5e5;
	background-color:#e5e5e5;
	color:#000000;
	padding:4px 18px;
	transition: 0.3s all ease-in-out;
}
.method_search a:hover,
.method_search a:focus {
	color: #222222;
	border-color: #005a71;
	background-color: #e0f9ff;
}
.method_search span {
	display:inline-block;
	padding-left:12px;
	position:relative;
}
.method_search span::before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #333333;
}
#tmp_search .wrap_sch_box {
	border:1px solid #333333;
	position:relative;
	padding:1px 81px 1px 28px;
}
#tmp_search .wrap_sch_box .sch_ttl {
	position:absolute;
	left:1px;
	top:1px;
	width:26px;
	height:calc(100% - 2px);
}
#tmp_search .wrap_sch_box .sch_ttl label {
	width:26px;
	height:100%;
	background:#ffffff url(/shared/site_dependence/images/header/sch_icon.png) no-repeat center center;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
	cursor: pointer;
}
#tmp_query {
	width:160px;
	border:none;
	background-size:74px auto !important;
}
#tmp_search .wrap_sch_box .sch_btn {
	position:absolute;
	right:0;
	top:0;
	width:80px;
	height:100%;
}
#tmp_func_sch_btn {
	cursor:pointer;
	font-size:88.89%;
	width:80px;
	height:100%;
	text-align:center;
	border:2px solid #747474;
	background-color:#747474;
	color:#ffffff;
	transition: 0.3s all ease-in-out;
}
#tmp_func_sch_btn:hover {
	color: #222222;
	border-color: #005a71;
	background-color: #e0f9ff;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
.pnavi {
	background-color: #f7f7f7;
	color: #3d3d3d;
}
.pnavi .ptop {
    text-align: center;
	text-transform:uppercase;
}
.pnavi .ptop a {
	display: block;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
    background: #f7f7f7 url(/shared/site_dependence/images/icon/backtop_icon.png) no-repeat center 7px;
    color: #3d3d3d;
    font-size: 77.7%;
    padding: 17px 0 4px;
}
.pnavi .ptop a:hover,
.pnavi .ptop a:focus,
.pnavi .ptop a:active {
	text-decoration: underline;
}
/* footer
================================================== */
#tmp_footer {
	clear: both;
	color:#FFFFFF;
	background-color: #3e3e3e;
	border-top:1px solid #3e3e3e;
	padding: 36px 0 30px;
}
#tmp_footer .footer_info,
#tmp_footer .footer_nav{
	float: left;
}
#tmp_footer .footer_info{
	padding-right: 20px;
	width: 54%;
}
#tmp_footer .footer_nav{
	font-size: 88.8%;
	padding: 16px 0 0 20px;
	width: 46%;
}
.footer_front{
	margin-bottom: 7px;
}
.footer_aside{
	padding: 4px 15px 0 3px;
	margin-bottom: 5px;
	float: left;
	width: 198px;
}
#tmp_footer .footer_logo{
	margin-bottom: 24px;
}
#tmp_footer .footer_logo p{
	font-size: 177.7%;
	font-weight: bold;
	line-height: 1.1;
}
#tmp_footer .company_num{
	font-size: 77.7%;
}
/* fnavi  */
.fnavi {
	list-style:none;
	margin: 0 -17px;
}
.fnavi li {
	padding: 0 17px;
	margin:0 0 20px 0;
	float:left;
	width: 50%;
}
.format_free .fnavi {
	margin: 0 -12px;
}
.format_free .fnavi li{
	padding: 0 12px;
}
.fnavi li:nth-child(2n+1) {
	clear: left;
}
.fnavi li:nth-child(2n) {
	clear: right;
}
.fnavi li a{
	padding-left: 16px;
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	background: #3e3e3e url(/shared/site_dependence/images/icon/arrow_btn_white.png) 0 6px no-repeat;
}
.fnavi li a:hover,
.fnavi li a:focus{
	text-decoration: underline;
}
.footer_cnt {
	overflow: hidden;
	font-size: 88.8%;
}
.footer_cnt address {
	margin:0 0 15px;
	font-style:normal;
}
.footer_cnt address p{
	margin-bottom: 5px;
}
.footer_cnt address span {
    margin: 0 0.2em 0 0;
}
.footer_cnt address .dis_code{
	margin-bottom: 5px;
	display: block;
}
.format_free .footer_cnt address .dis_code{
	margin-bottom: 0;
}
.copyright {
	margin-top: 35px;
	text-align:right;
	font-size: 66.6%;
}
.directional_button,
.prefectural_info{
	float: left;
}
.directional_button{
	width: 52.5%;
}
.prefectural_info{
	width: 47.5%;
}
.directional_button ul:before,
.directional_button ul:after{
	content: '';
	display: table;
}
.directional_button ul:after{
	clear: both;
}
.directional_button ul{
	list-style: none;
	padding: 0;
	margin: 0 -5px;
}
.directional_button ul li{
	padding: 0 5px;
	margin-bottom: 10px;
	float: left;
	width: 50%;
}
.directional_button ul li:nth-child(2n+1){
	clear: left;
}
.directional_button ul li:nth-child(2n){
	clear: right;
}
.directional_button ul li a{
	position: relative;
	padding: 11px 25px;
	text-align: center;
	display: block;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	font-size: 88.8%;
}
.directional_button ul li a:after{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	width: 6px;
	height: 11px;
	display: inline-block;
	color: inherit;
	background: transparent url(/shared/site_dependence/images/icon/arrow_btn_white.png) no-repeat;
}
.directional_button ul 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;
}
.directional_button ul li a:hover,
.directional_button ul li a:focus{
	color: #222222;
	background-color: #e0f9ff;
	border-color: #005a71;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}
.directional_button ul li a:hover:before,
.directional_button ul li a:focus:before{
	border-color: #005a71;
}
.directional_button ul li a:hover:after,
.directional_button ul li a:focus:after{
	background: transparent url(/shared/site_dependence/images/icon/arrow_btn_blue.png) no-repeat;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_dependence/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_dependence/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_dependence/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_dependence/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_dependence/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_dependence/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */
#tmp_pankuzu{
	margin: 16px 0 29px;
    font-size:77.8%;
	color: #222222;
}
.custom_search #tmp_pankuzu{
	margin-bottom: 23px;
}
#tmp_custom_update{
	text-align: right;
}
#tmp_update{
	margin-right: 2px;
    font-size:77.8%;
	line-height: 1.4;
}

/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 63px 0 62px;
	padding-left: 55px;
}
#tmp_gmap_link a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 9px 26px 7px 30px;
	background: #ffffff url(/shared/site_dependence/images/icon/arrow_link_lg.png) no-repeat right 11px center;
	width: 538px;
	max-width: 100%;
	box-shadow: 0 0 7.52px 0.48px rgba(21, 21, 21, 0.2);
	border: 2px solid #62bfc6;
	border-radius: 10px;
	color: #333333;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 10px 0 10px 60px;
	background: transparent url(/shared/site_dependence/images/icon/icon_gmap.png) no-repeat 0 4px;
	color: inherit;
	transition: background-image 0.3s ease-in-out;
}
#tmp_gmap_link a:hover{
	background-color: #bee7ea;
	box-shadow: none;
}

/* inquiry
================================================== */
#tmp_inquiry{
	margin: 40px 0;
	background-color: #fafafb;
	border: 2px solid #ececee;
	border-radius: 10px;
	clear:both;
}
#tmp_inquiry_ttl{
	padding: 19px 18px 16px;
	background-color: #ececee;
	border-radius: 8px 8px 0 0;
	color:#222222;
}
#tmp_inquiry_ttl h2{
	font-size: 122.2%;
	line-height: 1.4;
	font-weight:bold;
}
#tmp_inquiry_cnt{
	padding: 18px 19px 22px;
	line-height: 1.8;
}
#tmp_inquiry_cnt a{
	color: #333333;
	text-decoration: none;
}

/* lnavi
================================================== */
#tmp_rnavi{
	margin-bottom: 44px;
}
#tmp_rnavi_ttl{
	background-color: #5ab0b9;
	border-radius: 10px 10px 0 0;
	font-size: 111.1%;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
}
#tmp_rnavi_ttl p{
	padding: 22px 14px 20px;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -22px -14px -20px;
	padding: 22px 32px 20px 14px;
	background: #5ab0b9 url(/shared/site_dependence/images/icon/arrow_link_wh.png) no-repeat right 15px top 28px;
	border-radius: 10px 10px 0 0;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi_ttl a:hover{
	background-color: #4d8e93;
}
#tmp_rnavi_cnt .rnavi_links li{
	list-style: none;
	margin-bottom: 2px;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_rnavi_cnt .rnavi_links a{
	display: block;
	padding: 12px 46px 11px 16px;
	background: #f3f6f9 url(/shared/site_dependence/images/icon/arrow_link_lg.png) no-repeat right 15px top 17px;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi_cnt .rnavi_links li:last-of-type{
	margin-bottom: 0;
}
#tmp_rnavi_cnt .rnavi_links li:last-of-type a{
	border-radius: 0 0 10px 10px;
}
#tmp_rnavi_cnt .rnavi_links a:hover,
#tmp_rnavi_cnt .rnavi_links .active a{
	background-color: #d2ebee;
}

/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:40px;
	padding:30px 0 28px;
	background:#F5F5F5 url(/shared/site_dependence/images/icon/scroll_table_icon.png) right 9px top 9px no-repeat;
	background-size:75px auto;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 16px;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #cdcfde;
	color:#222222;
	display:inline-block;
	padding:7px 8px 6px 60px;
	text-decoration:none;
	background:#ffffff url(/shared/site_dependence/images/icon/scroll_table_ex.png) 7px center no-repeat;
	background-size:49px auto;
	box-shadow: 0 4px 1.5px 0 rgba(96, 103, 120, 0.45);
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_dependence/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
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;
}

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;
}

table.col3 td.col3L,
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;
}


/* ==================================================
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 #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
/* ==================================================
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;
	height: auto !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;
}

/* for header & end common */
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	background-color: transparent !important;
	width: auto;
	height: auto;
}
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	text-indent: inherit;
}
.color_black #tmp_wrapper .directional_button ul li a:after,
.color_blue #tmp_wrapper .directional_button ul li a:after,
.color_yellow #tmp_wrapper .directional_button ul li a:after{
	content: none;
}
.color_black #tmp_wrapper #tmp_rnavi_ttl,
.color_blue #tmp_wrapper #tmp_rnavi_ttl,
.color_yellow #tmp_wrapper #tmp_rnavi_ttl,
.color_black #tmp_wrapper #tmp_rnavi_cnt .rnavi_links a,
.color_blue #tmp_wrapper #tmp_rnavi_cnt .rnavi_links a,
.color_yellow #tmp_wrapper #tmp_rnavi_cnt .rnavi_links a{
	border: 1px solid;
}
.color_black #tmp_wrapper .pnavi,
.color_blue #tmp_wrapper .pnavi,
.color_yellow #tmp_wrapper .pnavi{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_inquiry_ttl,
.color_blue #tmp_wrapper #tmp_inquiry_ttl,
.color_yellow #tmp_wrapper #tmp_inquiry_ttl{
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_search .wrap_sch_box .sch_ttl,
.color_blue #tmp_wrapper #tmp_search .wrap_sch_box .sch_ttl,
.color_yellow #tmp_wrapper #tmp_search .wrap_sch_box .sch_ttl{
	border-right: 1px solid;
}
.color_black #tmp_wrapper #tmp_inquiry_cnt,
.color_blue #tmp_wrapper #tmp_inquiry_cnt,
.color_yellow #tmp_wrapper #tmp_inquiry_cnt,
.color_black #tmp_wrapper #tmp_rnavi_ttl,
.color_black #tmp_wrapper #tmp_rnavi_ttl *,
.color_blue #tmp_wrapper #tmp_rnavi_ttl,
.color_blue #tmp_wrapper #tmp_rnavi_ttl *,
.color_yellow #tmp_wrapper #tmp_rnavi_ttl,
.color_yellow #tmp_wrapper #tmp_rnavi_ttl *{
	background-color: transparent !important;
}
.color_black #tmp_wrapper .method_search a:hover span,
.color_blue #tmp_wrapper .method_search a:hover span,
.color_yellow #tmp_wrapper .method_search a:hover span,
.color_black #tmp_wrapper #tmp_func_sch_btn:hover,
.color_blue #tmp_wrapper #tmp_func_sch_btn:hover,
.color_yellow #tmp_wrapper #tmp_func_sch_btn:hover,
.color_black #tmp_wrapper #tmp_rnavi_cnt .rnavi_links .active a,
.color_blue #tmp_wrapper #tmp_rnavi_cnt .rnavi_links .active a,
.color_yellow #tmp_wrapper #tmp_rnavi_cnt .rnavi_links .active a,
.color_black #tmp_wrapper #tmp_rnavi_cnt .rnavi_links a:hover,
.color_blue #tmp_wrapper #tmp_rnavi_cnt .rnavi_links a:hover,
.color_yellow #tmp_wrapper #tmp_rnavi_cnt .rnavi_links a:hover,
.color_black #tmp_wrapper #tmp_gmap_link a:hover,
.color_blue #tmp_wrapper #tmp_gmap_link a:hover,
.color_yellow #tmp_wrapper #tmp_gmap_link a:hover{
	text-decoration: underline;
}
.color_black #tmp_wrapper #tmp_search .wrap_sch_box .sch_ttl label,
.color_blue #tmp_wrapper #tmp_search .wrap_sch_box .sch_ttl label{
	background-image: url(/shared/site_dependence/images/header/sch_icon_yl.png) !important;
}
.color_yellow #tmp_wrapper #tmp_search .wrap_sch_box .sch_ttl label{
	background-image: url(/shared/site_dependence/images/header/sch_icon_bl.png) !important;
}
.fsize_big2 #tmp_wrapper #tmp_func_sch_btn{
	font-size: 60%;
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_gmap_link span{
	background-position: left top;
}

/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */
.footer_front:after,
.footer_bellow:after,
#tmp_means:after,
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins: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_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}