@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 {
	color: #003377;
}

body {
	color: #444444;
	font-size: 100%;
	line-height: 1.75;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	font-weight: 500;
}


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


/* text */

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

.txt_green {
	color: #007500;
	/* 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: #FCECEC;
	/* Setting by CMS sheets */
}

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

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

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

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

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


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


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

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

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

.container:after {
	clear: both;
}

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}


/* 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: 200px;
	/* デザインによって変更 */
}

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

.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: -210px;
	/* デザインによって変更 */
}

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


/* header
================================================== */
.menu_open{
	overflow-y: hidden !important;
}
.no_javascript #tmp_header_wrap{
	position: relative;
}
.no_javascript #tmp_hnavi_s,
.no_javascript #tmp_header .lang_setting_list .lang.en,
.no_javascript #tmp_header .lang_setting_list .lang.jp{
	position: absolute;
}
#tmp_header_wrap{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}
#tmp_header_wrap .header_inner{
	position: relative;
}
#tmp_header {
	padding: 0;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 264px;
	height: 208px;
	background: #4A8170 url(/site/shared/site_accessnavi/images/header/hlogo.png) no-repeat center center;
	background-size: 100% auto;
	color: #ffffff;
}

#tmp_hlogo a {
	display: block;
	width: 264px;
	height: 208px;
	background-color: transparent;
	color: inherit;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 264px;
	height: 208px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_header .lang_setting_list{
	list-style: none;
}
#tmp_header .lang_setting_list .lang {
    position: fixed;
    top: 26px;
    z-index: 104;
}
#tmp_header .lang_setting_list .lang.jp {
    left: 16px;
}
#tmp_header .lang_setting_list .lang.en {
    left: 60px;
}
#tmp_header .lang_setting_list .lang a {
	text-decoration: none;
    display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 500;
	color: #444444;
    background-color: #ffffff;
	transition: background-color 0.3s cubic-bezier(0.25,0.8,0.25,1), color 0.3s cubic-bezier(0.25,0.8,0.25,1);
}
#tmp_header .lang_setting_list .lang a.hover,
#tmp_header .lang_setting_list .lang a.active:not(.not_hover) {
    background-color: #4A8170;
    color: #ffffff;
}
#tmp_header_bottom{
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 6px;
}
#tmp_header_bottom .header_social{
	padding-right: 10px;
}
#tmp_header_bottom .header_social img{
	display: block;
	max-width: 42px;
	height: auto;
	margin: 0 auto;
}
#tmp_header_bottom ul{
	list-style: none;
	margin: 0;
}
#tmp_header_bottom li{
	width: 95px;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
#tmp_header_bottom li a{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tmp_header_bottom .rakutoku_bnr a{
	width: 90px;
	height: 219px;
	background-image: url(/site/shared/site_accessnavi/images/header/fixed_btn_01.png);
	margin-top: 22px;
}
#tmp_header_bottom .webcam_bnr a{
	width: 95px;
	height: 141px;
	background-image: url(/site/shared/site_accessnavi/images/header/fixed_btn_livecamera.png);
}
/* hnavi */
#tmp_hnavi_s{
	display: block;
	position: fixed;
	top: 18px;
	right: 24px;
	z-index: 103;
}
#tmp_hnavi_s > ul{
	list-style: none;
}
#tmp_hnavi_rmenu > a{
	display: block;
	position: relative;
	z-index: 104;
	text-decoration: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
	color: #ffffff;
	background-color: #4A8170;
	transition: 0.3s ease-in-out background-color;
	text-indent: -9999px;
	overflow: hidden;
}
#tmp_hnavi_rmenu > a:hover{
	background-color: rgba(74,129,112,0.7);
}
#tmp_hnavi_rmenu > a > span{
	position: absolute;
	display: block;
	top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
	background-color: #ffffff;
	color: #000000;
	transform: translate(-50%);
	transition: background-color 0.5s;
	margin-top: -1px;
}
#tmp_hnavi_rmenu > a > span:before,
#tmp_hnavi_rmenu > a > span:after{
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 18px;
    height: 2px;
    background-color: #ffffff;
	transform: translateY(0) rotate(0);
	transition: transform 0.5s, width 0.5s;
}
#tmp_hnavi_rmenu > a > span:after{
	top: auto;
	bottom: -8px;
}
#tmp_hnavi_rmenu > a.active > span{
	background-color: transparent;
}
#tmp_hnavi_rmenu > a.active > span:before {
	transform: translateY(8px) rotate(-135deg);
}
#tmp_hnavi_rmenu > a.active > span:after{
	transform: translateY(-8px) rotate(135deg);
}
#tmp_sma_rmenu.animating{
	display: block!important;
}
#tmp_sma_rmenu{
	opacity: 0;
	text-align: left;
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto !important;
	overflow-y: auto;
	color: #ffffff;
	background-color: #4A8170;
	transition: 0.8s ease-in-out opacity;
}
#tmp_sma_rmenu.show_animation{
	opacity: 1;
}
#tmp_sma_rmenu .container{
	max-width: 1068px;
	padding: 0 40px;
}
#tmp_sma_rmenu .menu_wrapper{
	display: flex;
	padding: 60px 55px 50px 30px;
	justify-content: space-between;
}
#tmp_sma_rmenu .menu_infor_row{
	flex: 1;
	display: flex;
	gap: 0 10px;
	padding-left: 10px;
	justify-content: space-between;
	max-width: 570px;
}
#tmp_sma_rmenu .menu_col{
	list-style: none;
	width: 50%;
	max-width: 240px;
}
#tmp_sma_rmenu .menu_col ul {
	list-style: none;
	padding-left: 20px;
	margin-top: 18px;
}
#tmp_sma_rmenu .menu_col ul > li,
#tmp_sma_rmenu .menu_col > li{
	color: #ffffff;
	background-color: #4A8170;
	margin-bottom: 18px;
	margin-top: 2px;
	line-height: 1.75;
}
#tmp_sma_rmenu .menu_col > li:first-child,
#tmp_sma_rmenu .menu_col > li.no_margin > p{
	margin-top: 0;
}
#tmp_sma_rmenu .menu_col ul > li > a,
#tmp_sma_rmenu .menu_col > li > a{
	text-decoration: none;
	display: inline-block;
    color: inherit;
	background-color: transparent;
	position: relative;
}
#tmp_sma_rmenu .menu_col ul > li > a::before,
#tmp_sma_rmenu .menu_col > li > a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	margin: -1px 10px 0 0;
	background: transparent url(/site/shared/site_accessnavi/images/icon/arrow_icon.png) no-repeat;
	background-size: 10px 10px;
}
#tmp_sma_rmenu .menu_col > li > p{
	display: inline-block;
    color: #ffffff;
    font-size: 87.5%;
    line-height: 1.8;
    border: solid 1px #bad3cc;
    padding: 13px 20px;
    margin: 24px 0 8px;
}
#tmp_sma_rmenu .menu_col > li:first-child > p{
	margin-top: 0;
}
/* gnavi
================================================== */
#tmp_gnavi .container{
	width: 70%;
	max-width: 640px;
}
.gnavi {
	display: flex;
	color: inherit;
	clear: both;
}

.gnavi ul {
	min-height: 90px;
	display: flex;
	list-style: none;
	gap: 5px;
	justify-content: space-around;
    align-items: center;
}
.gnavi ul li{
	flex: 1;
	width: 100%;
}
.gnavi a {
	display: block;
	text-decoration: none;
	width: 100%;
}
.gnavi a img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}

/*pnavi*/
.pnavi{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	border-radius: 50%;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 50px;
	height: 50px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	padding: 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: #000000;
	background: url(/site/shared/site_accessnavi/images/icon/icon_back_top.png) 0 0 no-repeat;
	background-size: 100% auto;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s all ease-in-out;
	text-indent: -9999px;
	overflow: hidden;
}
/* footer
================================================== */

#tmp_footer {
	margin-top: 80px;
	padding: 36px 0 0;
	color: #1A1A1A;
	background: #9cbb1c url(/site/shared/site_accessnavi/images/footer/footer_wave.png) center top / 1920px 60px repeat-x;
}
#tmp_footer .footer_top{
	max-width: 970px;
	margin: 0 auto;
	padding-bottom: 215px;
	margin-bottom: -11px;
}
#tmp_footer .footer_top_ttl img{
	display: block;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	height: auto;
}
#tmp_footer .footer_top_cnt{
	margin-top: 18px;
	line-height: 2;
	padding-left: 5px;
}
#tmp_footer .footer_bottom{
	position: relative;
	padding: 0 10px 0 15px;
	color: #444444;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}
#tmp_footer .footer_bottom::before{
	content: '';
	position: absolute;
	top: -158px;
	left: 0;
	right: 0;
	height: 158px;
	background-color: transparent;
	background-image: url(/site/shared/site_accessnavi/images/footer/footer_bg.png), url(/site/shared/site_accessnavi/images/footer/footer_illust.png);
	background-position: right top, left bottom;
	background-repeat: no-repeat;
	background-size: 800px auto, 375px auto;
}
#tmp_footer .footer_add_box{
	font-size: 81.25%;
	padding: 15px;
	border-radius: 10px;
	background-color: #eeeeee;
	color: inherit;
	display: flex;
	align-items: center;
	line-height: 1.5;
	margin-top: 11px;
}
#tmp_footer .footer_add_ttl{
	font-weight: bold;
}
#tmp_footer .footer_add_cnt{
	padding-left: 13px;
	margin-left: 13px;
	border-left: 1px solid #777777;
	font-style: normal;
}
#tmp_footer .footer_add_cnt a{
	color: #000000;
}
#tmp_footer .footer_add_cnt > span{
	display: block;
}
#tmp_footer .footer_add_cnt > span + span{
	margin-top: 7px;
}
#tmp_footer .footer_bnr{
	max-width: 620px;
	margin-top: -98px;
	position: relative;
}
#tmp_footer .footer_bnr ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#tmp_footer .footer_bnr ul::before{
	content: '';
	width: 194px;
	height: 40px;
	margin-right: 12px;
}
#tmp_footer .footer_bnr li{
	width: 194px;
	margin: 0 12px 14px 0;
}
#tmp_footer .footer_bnr img{
	max-width: 100%;
	height: auto;
	display: block;
}
#tmp_footer .footer_bnr li a{
	display: block;
    border: solid 1px #aaaaaa;
}
#tmp_footer .container{
	position: relative;
}
/* fnavi  */

.fnavi {
	padding: 6px 10px 5px;
	color: inherit;
	list-style: none;
}

.fnavi li {
	margin: 0 15px 0 0;
	float: left;
}

.fnavi li:last-child {
	margin-right: 0;
}

.footer_cnt {
	padding: 0 10px;
}

.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
}

.footer_cnt address span {
	margin: 0 1em 0 0;
}

.copyright {
	text-align: center;
	background-color: #ffffff;
	color: #444444;
	font-size: 87.5%;
	padding-bottom: 25px;
	line-height: 2;
	padding-top: 17px;
}
/* ==================================================
Splide control common
================================================== */
.splide_common.splide {
	display: flex;
	flex-direction: column-reverse;
}
.splide_common .splide__controls {
    display: flex;
	align-items: center;
	justify-content: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 30px;
	height: 30px;
	font-size: 1rem;
	text-decoration: none;
	font-weight: bold;
	background: #4A8170;
	color: #ffffff;
	text-align: left;
	text-indent: -9999px;
	border: 1px solid #4A8170;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 4px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: 0;
	transform: translateY(-50%);
	background-color: #ffffff;
}
.splide_common .splide__toggle:after {
	left: 17px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	width: 15px;
	height: auto;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #ffffff;
	background-color: transparent;
}
.splide_common .splide__slide img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* custom_layout_en
================================================== */
.custom_layout_en #tmp_header_wrap {
    background-color: transparent;
	box-shadow: none;
}
.custom_layout_en #tmp_header_bottom {
    top: 90px;
}
.custom_layout_en #tmp_footer {
    position: relative;
}
.custom_layout_en #tmp_footer .footer_bottom {
    padding-right: 8px;
    padding-bottom: 3px;
    justify-content: flex-end;
}
.custom_layout_en #tmp_footer .footer_bnr {
    margin-top: -137px;
}
.custom_layout_en .copyright {
    position: absolute;
    bottom: 0;
    text-align: left;
    font-size: 68.75%;
    padding: 6px 0 6px 40px;
    max-width: 640px;
    height: 106px;
    width: calc(100% - 640px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
}
.custom_layout_en .copyright > span {
    display: block;
    margin-top: 10px;
}
.custom_layout_en .copyright > span:first-child {
    margin-top: 0;
}
.no_javascript .custom_layout_en .splide__list {
    height: auto;
}

/* hover
================================================== */
#tmp_footer .footer_bnr a img,
#tmp_header_bottom .webcam_bnr a,
#tmp_header_bottom .rakutoku_bnr a,
#tmp_header_bottom .header_social a img,
.gnavi a img{
	transition: 0.2s ease-in-out opacity;
}
#tmp_footer .footer_bnr a:hover img,
.gnavi a:hover img{
	opacity: 0.7;
}
#tmp_footer .footer_add_cnt a{
	text-decoration: none;
}
#tmp_footer .footer_add_cnt a:hover,
#tmp_sma_rmenu .menu_col ul > li > a:hover,
#tmp_sma_rmenu .menu_col > li > a:hover{
	text-decoration: underline;
}
/* ==================================================
layout
================================================== */


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

#tmp_sma_menu{
	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;
}


/* ==================================================
accessibility style change:font-size
================================================== */


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

.fsize_small {
	font-size: 75% !important;
}


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

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


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

.fsize_big2 {
	font-size: 175% !important;
}

/* no_javascript
================================================== */
.no_javascript:not(.cke_editable) #tmp_header_bottom {
	display: none;
}
/* ==================================================
means
================================================== */

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

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

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
#tmp_main: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,
.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 */
}