@charset "utf-8";
@media screen and (min-width : 641px) and (max-width: 1240px) {
	#tmp_wrapper {
        min-width: auto;
    }
}
@media screen and (min-width : 641px) and (max-width: 1200px) {
	#tmp_wrap_header {
        padding-left: 0;
    }
}
@media screen and (min-width : 641px) and (max-width: 1130px) {
	#tmp_words_link + #tmp_wrap_pankuzu {
		position: relative;
	}
	#tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu{
		padding-right: 110px;
	}
	#tmp_words_link + #tmp_wrap_pankuzu #tmp_print {
		position: absolute;
		top: 0;
		left: calc(100% - 100px);
	}
	.color_black #tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu,
	.color_blue #tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu,
	.color_yellow #tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu{
		min-height: 26px;
		padding-right: 210px;
	}
	.color_black #tmp_words_link + #tmp_wrap_pankuzu #tmp_print,
	.color_blue #tmp_words_link + #tmp_wrap_pankuzu #tmp_print,
	.color_yellow #tmp_words_link + #tmp_wrap_pankuzu #tmp_print{
		left: calc(100% - 200px);
	}
	.color_black.fsize_big #tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu,
	.color_blue.fsize_big #tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu,
	.color_yellow.fsize_big #tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu{
		padding-right: 260px;
	}
	.color_black.fsize_big #tmp_words_link + #tmp_wrap_pankuzu #tmp_print,
	.color_blue.fsize_big #tmp_words_link + #tmp_wrap_pankuzu #tmp_print,
	.color_yellow.fsize_big #tmp_words_link + #tmp_wrap_pankuzu #tmp_print{
		left: calc(100% - 250px);
	}
	.color_black.fsize_big2 #tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu,
	.color_blue.fsize_big2 #tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu,
	.color_yellow.fsize_big2 #tmp_words_link + #tmp_wrap_pankuzu #tmp_pankuzu{
		padding-right: 320px;
	}
	.color_black.fsize_big2 #tmp_words_link + #tmp_wrap_pankuzu #tmp_print,
	.color_blue.fsize_big2 #tmp_words_link + #tmp_wrap_pankuzu #tmp_print,
	.color_yellow.fsize_big2 #tmp_words_link + #tmp_wrap_pankuzu #tmp_print{
		left: calc(100% - 310px);
	}
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrap_header,
	#tmp_sma_mmenu,
	#tmp_wrapper{
		min-width: 800px;
	}
}
@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
body {
	font-size: 81.25%;
}
.overflow{
	overflow: hidden;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	padding-top: 70px;
	width: 100%;
	min-width: 310px;
}
.container{
	padding: 0 8px;
	width: 100%;
}
.show_pc{
	display: none;
}
.show_sp{
	display: block;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi {
	display:none;
}
.format_free .wrap_col_lft_navi {
	width: 100%;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}

/* ==================================================
header
================================================== */
#tmp_wrap_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
	min-height: 70px;
	border-bottom: none;
	z-index: 99;
}
#tmp_wrap_header:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #999999;
	pointer-events: none;
	z-index: 100;
}
#tmp_header{
	padding-bottom: 0;
}
#tmp_header > .container{
	padding-left: 0;
	padding-right: 0;
}
#tmp_hlogo{
	position: absolute;
	left: -13px;
	right: 0;
	top: -2px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	width: 183px;
	z-index: 1;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	background-image: url(/site/shared/site_gannet/images/header/hlogo_sp.png);
	width:185px;
	height:42px;
	line-height: 1.3;
	font-size: 1.5rem;
}
#tmp_hlogo a {
	width:185px;
	height:42px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:185px;
	height:42px;
}
#tmp_hnavi_s{
	position: static;
}

/* sp_menu
================================================== */
#tmp_hnavi_lmenu > p > a,
#tmp_hnavi_rmenu > a{
	display: block;
	position: relative;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 70px;
	height: 70px;
	color: #000000;
	z-index: 2;
}
#tmp_hnavi_lmenu > p > a > span,
#tmp_hnavi_rmenu > a > span{
	display: inline-block;
	text-indent: -9999px;
}
#tmp_hnavi_lmenu > p > a{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_search.png);
	background-position: calc(50% + 1px) center;
}
#tmp_hnavi_rmenu > a{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_menu_sp.png);
}
#tmp_hnavi_rmenu > a.active{
	background-color: #eef3d3;
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_menu_act_sp.png);
}

/* gnavi
================================================== */
#tmp_means,
#tmp_sma_search,
#tmp_hnavi_mmenu,
#tmp_words_link,
#tmp_gnavi {
	display:none;
}
#tmp_sma_lmenu #tmp_sma_search,
#tmp_hnavi_lmenu,
#tmp_hnavi_rmenu{
	display: block;
}
.spmenu_open{
	/* overflow: hidden; */
}
#tmp_sma_lmenu,
#tmp_sma_rmenu{
	top: 100%;
	z-index: 99;
}
#tmp_sma_lmenu .menu_wrapper{
	background-color: #124900;
	color: #ffffff;
}
#tmp_sma_search{
	margin-top: 0;
	padding: 6px 10px 5px;
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid #000000;
}
#tmp_sma_search .wrap_sch_box{
	align-items: center;
}
#tmp_sma_search .sch_ttl{
	display: block;
	margin-right: 2px;
	padding-bottom: 1px;
}
#tmp_sma_search .sch_ttl label{
	display: inline-block;
	background: transparent url(/site/shared/site_gannet/images/header/navi_ic_fsearch.png) no-repeat;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	color: inherit;
	cursor: pointer;
}
#tmp_sma_search .sch_box input,
#tmp_sma_search .sch_btn input{
	border-color: #cecece;
	font-size: 123.1%;
	line-height: 1.3;
}
#tmp_sma_search .sch_box{
	flex: 1;
}
#tmp_sma_search .sch_box input{
	padding-top: 3px;
	padding-bottom: 3px;
	max-width: 100%;
	height: 29px;
}
#tmp_sma_search .sch_btn input{
	padding: 8px 12px 3px;
	background-color: #ffffff;
	border: none;
	background-image: url(/site/shared/site_gannet/images/header/pattern_btn_lft_btm.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_rgt_btm.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_lft_top.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_rgt_top.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_lft_rp.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_top_rp.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_rgt_rp.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_btm_rp.png);
	background-position: left bottom, right bottom, left top, right top,left top, left top, right top, right bottom;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x;
	border-radius: 0;
	width: 78px;
	color: #000000;
	text-shadow: none;
}
#tmp_sma_lmenu .wrap_mc_pc{
	padding: 6px 9px 7px 59px;
	background: transparent url(/site/shared/site_gannet/images/header/navi_ic_switch.png) no-repeat 5px center;
	color: inherit;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
#tmp_switch_pc_style{
	padding: 6px 10px 6px 26px;
	background-color: #ffffff;
	background-image: url(/site/shared/site_gannet/images/header/pattern_btn_lft_btm.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_rgt_btm.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_lft_top.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_rgt_top.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_lft_rp.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_top_rp.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_rgt_rp.png),
	url(/site/shared/site_gannet/images/header/pattern_btn_btm_rp.png);
	background-position: left bottom, right bottom, left top, right top,left top, left top, right top, right bottom;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x;
	border-radius: 0;
	font-size: 123.1%;
	color: #000066;
	text-decoration: none;
}
#tmp_sma_rmenu{
	right: 0;
	background-color: #5A8133;
	height: 100vh;
	max-height: calc(100vh - 70px);
	color: #ffffff;
	text-align: left;
	overflow-y: auto;
}
#tmp_sma_rmenu .menu_wrapper{
	display: flex;
	flex-direction: column;
	height: 100%;
}
#tmp_sma_rmenu .menu_inner{
	flex: 1;
	padding: 10px 10px 60px;
}
#tmp_gnavi_sp .gnavi > li{
	position: relative;
	border-bottom: 1px dotted #ffffff;
	list-style: none;
}
#tmp_gnavi_sp .gnavi > li > a{
	display: block;
	position: relative;
	margin-right: 50px;
	padding: 9px 9px 11px;
	font-size: 135.4%;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}
#tmp_gnavi_sp .gnavi > li.active > a{
	background-color: #005E26;
	color: #ffffff;
}
#tmp_gnavi_sp .glist_switch{
	position: absolute;
	right: 10px;
	top: 7px;
	display: inline-block;
	background: #ffffff url(/site/shared/site_gannet/images/header/navi_ic_plus.png) no-repeat center center;
	width: 30px;
	height: 30px;
	color: #000000;
	z-index: 2;
}
#tmp_gnavi_sp .glist_switch > span{
	display: inline-block;
	text-indent: -9999px;
}
#tmp_gnavi_sp .is_show .glist_switch{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_minus.png);
}
#tmp_gnavi_sp .drop_down_inner{
	padding: 10px 32px 10px 10px;
	background-color: #ffffff;
	color: #000000;
}
#tmp_gnavi_sp .drop_down_inner li{
	list-style: none;
	font-size: 123.1%;
}
#tmp_gnavi_sp .drop_down_inner a{
	display: inline-block;
	padding: 5px 0 6px 20px;
	background: transparent url(/site/shared/site_gannet/images/header/navi_arrow_link.png) no-repeat 0 6px;
	color: inherit;
	text-decoration: none;
}
#tmp_sma_rmenu .close_btn{
	flex-shrink: 0;
}
#tmp_wrap_header .close_btn a{
	font-size: 123.1%;
}

/* footer
================================================== */
#tmp_footer{
	margin-top: 23px;
	background-color: #ffffff;
}
/* fnavi  */
#tmp_footer .ft_fnavi{
	padding-top: 137px;
	padding-bottom: 0;
	background-image: url(/site/shared/site_gannet/images/footer/ft_bgr.gif), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#cadd63), to(#cadd63));
	background-image: url(/site/shared/site_gannet/images/footer/ft_bgr.gif), -moz-linear-gradient(#ffffff, #ffffff), -moz-linear-gradient(#cadd63, #cadd63);
	background-image: url(/site/shared/site_gannet/images/footer/ft_bgr.gif), -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#cadd63, #cadd63);
	background-image: url(/site/shared/site_gannet/images/footer/ft_bgr.gif), linear-gradient(#ffffff, #ffffff), linear-gradient(#cadd63, #cadd63);

}
#tmp_footer .fnavi{
	padding-left: 8px;
	padding-right: 8px;
}
#tmp_footer .fnavi li{
	font-size: 100%;
}

/* cnt address */
#tmp_footer .footer_cnt{
	padding-top: 9px;
	padding-bottom: 10px;
}
#tmp_footer address,
#tmp_footer .copyright{
	font-size: 123.1%;
}

/* pnavi */
#tmp_footer .pnavi {
    top: 68px;
	right: 8px;
}
#tmp_footer .pnavi.pnavi_fixed{
	transform: translateX(100px);
}
#tmp_footer .pnavi a{
	width: 60px;
	height: 58px;
	background-size: 100% auto;
}

/* pankuzu
================================================== */
#tmp_wrap_pankuzu,
#tmp_print,
#tmp_pankuzu {
	display:none;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* lnavi
================================================== */
#tmp_lnavi,
#tmp_cnavi {
	font-size: 123.1%;
	margin-bottom: 0;
}
#tmp_lnavi:first-child,
#tmp_cnavi:first-child {
	margin-top: 10px;
}
#tmp_lnavi_ttl p,
#tmp_cnavi_ttl p {
	font-size: 100%;
}
#tmp_navi_acc_wrap {
	padding-bottom: 10px;
	color: #000000;
	background-color: #ffffff;
}
#tmp_navi_acc_wrap .navi_switch_wrap {
	display: block;
	background-color: #ffffff;
	color: #000000;
}
#tmp_navi_acc_wrap .navi_switch {
    display: block;
    padding: 12px 40px 8px 10px;
    border-bottom: 1px solid #666666;
    text-align: center;
    font-size: 123.1%;
}
#tmp_navi_acc_wrap .navi_switch span {
	display: inline-block;
	padding: 4px 0 2px 24px;
	background-color: transparent;
	color: #000000;
	background: url(/site/shared/site_gannet/images/header/navi_ic_plus.png) no-repeat left center;
}
#tmp_navi_acc_wrap.is_show .navi_switch span {
    background-image: url(/site/shared/site_gannet/images/header/navi_ic_minus.png);
}
#tmp_navi_acc_wrap .navi_acc_hidden,
.no_javascript #tmp_navi_acc_wrap  .navi_switch_wrap {
	display: none;
}
.no_javascript #tmp_navi_acc_wrap .navi_acc_hidden {
	display: block;
}
/* rnavi
================================================== */
/* pnavi
================================================== */
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: block;
}
/* ==================================================
layout
================================================== */
/* news */
.news_wrap .news_ttl h2 {
	padding: 5px 70px 3px 20px;
    font-size: 146.2%;
}
.news_wrap .list_link {
	bottom: 11px;
	font-size: 100%;
}
.news_wrap .list_link a {
	padding-left: 14px;
}
ul.news_list li {
	font-size: 123.1%;
}
#tmp_contents ul.news_list a:hover{
	text-decoration: none;
	color: #000066;
}
.news_wrap .list_link a:hover{
	text-decoration: underline;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 0;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}

/* linkicon
================================================== */
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	background-size: 51px auto;
	padding-left:60px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_gannet/images/icon/icon_pdf_sp.png);
}
a.icon_word {
	background-image:url(/site/shared/site_gannet/images/icon/icon_word_sp.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_gannet/images/icon/icon_excel_sp.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_gannet/images/icon/icon_ppt_sp.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_gannet/images/icon/icon_txt_sp.png);
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}

/* ==================================================
accessibility style change:color
================================================== */
.color_black #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1{
	font-size: 1.2rem !important;
}
.color_black #tmp_wrapper #tmp_hlogo,
.color_blue #tmp_wrapper #tmp_hlogo,
.color_yellow #tmp_wrapper #tmp_hlogo{
	padding-left: 5px;
	padding-right: 5px;
}
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p{
	flex: 1;
	text-align: center;
}
.color_black #tmp_wrapper #tmp_hnavi_lmenu > p > a,
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a,
.color_blue #tmp_wrapper #tmp_hnavi_lmenu > p > a,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a,
.color_yellow #tmp_wrapper #tmp_hnavi_lmenu > p > a,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
}
.color_black #tmp_wrapper #tmp_hnavi_lmenu > p > a > span,
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a > span,
.color_blue #tmp_wrapper #tmp_hnavi_lmenu > p > a > span,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a > span,
.color_yellow #tmp_wrapper #tmp_hnavi_lmenu > p > a > span,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a > span{
	text-indent: inherit;
	font-size: 0.625rem;
}
.color_black #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_blue #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_yellow #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_black #tmp_wrapper #tmp_switch_pc_style,
.color_blue #tmp_wrapper #tmp_switch_pc_style,
.color_yellow #tmp_wrapper #tmp_switch_pc_style,
.color_black #tmp_wrapper #tmp_sma_rmenu,
.color_black #tmp_wrapper #tmp_hnavi_lmenu > p > a,
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a,
.color_blue #tmp_wrapper #tmp_sma_rmenu,
.color_blue #tmp_wrapper #tmp_hnavi_lmenu > p > a,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a,
.color_yellow #tmp_wrapper #tmp_sma_rmenu,
.color_yellow #tmp_wrapper #tmp_hnavi_lmenu > p > a,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a,
.color_black #tmp_wrapper #tmp_gnavi_sp .drop_down_inner,
.color_blue #tmp_wrapper #tmp_gnavi_sp .drop_down_inner,
.color_yellow #tmp_wrapper #tmp_gnavi_sp .drop_down_inner{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_wrap_header:before,
.color_blue #tmp_wrapper #tmp_wrap_header:before{
	border-color: #ffff00;
}
.color_yellow #tmp_wrapper #tmp_wrap_header:before{
	border-color: #000000;
}
.color_black #tmp_wrapper #tmp_sma_search .sch_ttl label,
.color_blue #tmp_wrapper #tmp_sma_search .sch_ttl label,
.color_yellow #tmp_wrapper #tmp_sma_search .sch_ttl label{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_fsearch.png) !important;
}
.color_black #tmp_wrapper #tmp_footer .pnavi:not(.pnavi_fixed),
.color_blue #tmp_wrapper #tmp_footer .pnavi:not(.pnavi_fixed),
.color_yellow #tmp_wrapper #tmp_footer .pnavi:not(.pnavi_fixed){
	top: 32px;
}
.color_black #tmp_wrapper #tmp_gnavi_sp .gnavi > li.active > a,
.color_blue #tmp_wrapper #tmp_gnavi_sp .gnavi > li.active > a,
.color_yellow #tmp_wrapper #tmp_gnavi_sp .gnavi > li.active > a{
	text-decoration: underline;
}
.color_black #tmp_navi_acc_wrap .navi_switch span,
.color_blue #tmp_navi_acc_wrap .navi_switch span,
.color_black #tmp_wrapper #tmp_gnavi_sp .glist_switch,
.color_blue #tmp_wrapper #tmp_gnavi_sp .glist_switch{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_plus_wh.png) !important;
	border: 1px solid;
}
.color_yellow #tmp_navi_acc_wrap .navi_switch span,
.color_yellow #tmp_wrapper #tmp_gnavi_sp .glist_switch{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_plus_bl.png) !important;
	border: 1px solid;
}
.color_black #tmp_navi_acc_wrap.is_show .navi_switch span,
.color_blue #tmp_navi_acc_wrap.is_show .navi_switch span,
.color_black #tmp_wrapper #tmp_gnavi_sp .is_show .glist_switch,
.color_blue #tmp_wrapper #tmp_gnavi_sp .is_show .glist_switch{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_minus_wh.png) !important;
}
.color_yellow #tmp_navi_acc_wrap.is_show .navi_switch span,
.color_yellow #tmp_wrapper #tmp_gnavi_sp .is_show .glist_switch{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_minus_bl.png) !important;
}
.color_black #tmp_navi_acc_wrap .navi_switch span,
.color_blue #tmp_navi_acc_wrap .navi_switch span,
.color_yellow #tmp_navi_acc_wrap .navi_switch span {
	border: none;
}
/* fsize */
/* no js */
.no_javascript #tmp_wrapper{
	padding-top: 0;
}
.no_javascript #tmp_wrapper #tmp_wrap_header{
	position: relative;
}

/* ==================================================
accessibility style change:fsize
================================================== */

/* reset hover */
.scroll_table_switch a:hover {
	text-decoration: none;
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}