@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: #000066;
	text-decoration: underline;
}

a:hover {
	color: #EE0000;
	text-decoration:none;
}

body {
	font-size: 87.5%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	color: #000000;
	background-color: #FFF8EB;
	line-height: 1.4;
	font-weight: 500;
}


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


/* text */

.txt_red {
	color: #c00000;
	/* 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_blue,
th.bg_blue {
	color: inherit;
	background-color: #E8FDFE;
	/* Setting by CMS sheets */
}

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

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


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


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

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

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

.container:after {
	clear: both;
}

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

.show_sp{
	display: none;
}


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

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

.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: 245px;
	/* デザインによって変更 */
	background-color: #ffffff;
	color: inherit;
	border-radius: 10px 10px 0 0;
}

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

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


/* header
================================================== */
#tmp_wrap_header{
	position: relative;
	padding: 0 100px;
	background-color: #ffffff;
	border-bottom: 1px solid #777777;
	color: #000000;
}
#tmp_means{
	position: relative;
	background-color: #D3E279;
	z-index: 1;
}
#tmp_means:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	background-color: #D3E279;
	width: 100%;
	z-index: -1;
}
#tmp_means .means_links{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 22px;
	padding-right: 10px;
}
#tmp_means .means_links li{
	list-style: none;
}
#tmp_means .means_links a{
	display: inline-block;
	padding: 5px 0 5px 35px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: inherit;
	text-decoration: none;
}
#tmp_means .link_fsize{
	padding-right: 10px;
}
#tmp_means .link_fsize a{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_fsize.png);
}
#tmp_means .link_chart a{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_chart.png);
}
#tmp_means .link_contact a{
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_mess.png);
}
/* header */
#tmp_header {
	padding-bottom: 8px;
}
#tmp_header .header_inner{
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	padding: 3px 0 1px 7px;
}
#tmp_hlogo {
	width: 304px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/site/shared/site_gannet/images/header/hlogo.png) no-repeat;
	background-size: 100% auto;
	width: 304px;
	height: 68px;
}
#tmp_hlogo a {
	display: block;
	width: 304px;
	height: 68px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 304px;
	height: 68px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_sma_search{
	align-self: flex-end;
	padding: 10px 0 1px;
	width: 377px;
	max-width: 50%;
}
#tmp_sma_search .wrap_sch_box{
	display: flex;
}
#tmp_sma_search .sch_ttl{
	display: none;
}
#tmp_sma_search .sch_box input,
#tmp_sma_search .sch_btn input{
	display: block;
	padding: 5px;
	width: 100%;
	height: 100%;
	border: solid 1px #65B7EF;
	box-shadow: none;
	border-radius: 4px;
	appearance: none;
}
#tmp_sma_search .sch_box{
	flex: 1;
}
#tmp_sma_search .sch_box input{
	padding: 5px;
	background-color: #ffffff;
	width: 100%;
	max-width: 312px;
	height: 33px;
	font-weight: normal;
	color: #000000;
}
#tmp_sma_search .sch_btn{
	margin-left: 5px;
	flex-shrink: 0;
}
#tmp_sma_search .sch_btn input{
	padding: 5px 15px 4px;
	background-color: #1479BD;
	min-width: 60px;
	text-shadow: 1px 1px 0.2px #777777, 1px -1px 0.2px #777777, -1px 1px 0.2px #777777, -1px -1px 0.2px #777777;
	letter-spacing: 0.03em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
/* hnavi */
#tmp_hnavi_s{
	display: block;
	right: 0;
	top: 0;
	z-index: 99;
	text-align: left;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EEF3D3 url(/site/shared/site_gannet/images/header/navi_ic_menu.png) no-repeat center center;
	height: 100px;
	width: 100px;
	font-size: 1rem;
	color: #000000;
	z-index: 99;
	text-decoration: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a > span{
	display: inline-block;
	text-indent: -9999px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active{
	background-color: #000000;
	background-image: url(/site/shared/site_gannet/images/header/navi_ic_close.png);
	color: #ffffff;
}

/* mmenu
================================================== */
#tmp_sma_mmenu{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #5A8133;
	color: #ffffff;
	text-align: left;
	z-index: 98;
}
#tmp_hnavi_lmenu,
#tmp_hnavi_rmenu{
	display: none;
}
#tmp_sma_mmenu .menu_wrapper{
	display: flex;
	flex-direction: column;
	height: 100%;
}
#tmp_sma_mmenu .menu_inner{
	flex: 1;
	overflow-y: auto;
	padding-bottom: 50px;
}
#tmp_sma_mmenu .menu_ttl{
	padding: 36px 12px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#tmp_sma_mmenu .close_btn{
	flex-shrink: 0;
}
#tmp_wrap_header .close_btn{
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
}
#tmp_wrap_header .close_btn a{
	display: block;
	padding: 10px;
	background-color: transparent;
	color: inherit;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/* gnavi
================================================== */
#tmp_gnavi{
	position: relative;
	z-index: 1;
	max-height: 585px;
}
#tmp_gnavi:before{
	content: '';
	position: absolute;
	left: 300px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ffffff;
	color: #000000;
	z-index: 0;
}
#tmp_gnavi .gnavi > li{
	list-style: none;
}
#tmp_gnavi .gnavi > li > a{
	position: relative;
	background-color: #5A8133;
	color: #ffffff;
	display: block;
	padding: 10px;
	max-width: 300px;
	border-bottom: 1px dotted #ffffff;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	z-index: 100;
}

/* dropdown menu */
#tmp_gnavi .drop_down_hidden {
	display: none;
    position: absolute;
	left: 0;
	right: 0;
    top: 0;
	height: 100%;
	overflow-y: auto;
	z-index: 99;
}
#tmp_gnavi .drop_down_inner {
	margin-left: 300px;
	padding: 20px;
	overflow-y: auto;
}
#tmp_gnavi .drop_down_inner ul {
	display: flex;
	flex-flow: row wrap;
	gap: 10px 20px;
	pointer-events: all;
}
#tmp_gnavi .drop_down_inner li{
	list-style: none;
	width: calc(50% - 10px);
}
#tmp_gnavi .drop_down_inner a{
	display: inline-block;
	padding: 5px 0 5px 14px;
	background: transparent url(/site/shared/site_gannet/images/header/navi_arrow_link.png) no-repeat 0 8px;
	color: #000000;
	text-decoration: none;
}

/* footer
================================================== */
#tmp_footer {
	position: relative;
	margin-top: 25px;
	background-color: #FFFDD4;
	color: #000000;
	overflow: hidden;
}
#tmp_footer .ft_fnavi{
	padding: 160px 0 28px;
	background-color: transparent;
	background-image: url(/site/shared/site_gannet/images/footer/ft_bgr.gif), -webkit-gradient(linear, left top, left bottom, from(#fef8eb), to(#fef8eb)), -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(#fef8eb, #fef8eb), -moz-linear-gradient(#cadd63, #cadd63);
	background-image: url(/site/shared/site_gannet/images/footer/ft_bgr.gif), -o-linear-gradient(#fef8eb, #fef8eb), -o-linear-gradient(#cadd63, #cadd63);
	background-image: url(/site/shared/site_gannet/images/footer/ft_bgr.gif), linear-gradient(#fef8eb, #fef8eb), linear-gradient(#cadd63, #cadd63);
	background-repeat: no-repeat;
	background-size: auto, 100% 135px, 100% 100%;
	background-position: center top, left top, left top;
	color: inherit;
}

/* fnavi  */
#tmp_footer .fnavi{
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	gap: 0 35px;
}
#tmp_footer .fnavi li{
	list-style: none;
}
#tmp_footer .fnavi a{
	display: inline-block;
	color: #000066;
	text-decoration: none;
}

/* cnt address */
#tmp_footer .footer_cnt {
	padding: 10px 10px 11px;
	text-align: center;
}
#tmp_footer .footer_cnt address {
	font-style: normal;
	letter-spacing: 0.035em;
}

/* copyright */
#tmp_footer .copyright {
	padding: 10px;
	background-color: #A54F3C;
	color: #ffffff;
	text-align: center;
}

/* pnavi */
#tmp_footer .pnavi{
	position: absolute;
	right: 20px;
	top: 75px;
	transition: transform 0.3s ease-in-out;
}
#tmp_footer .pnavi.pnavi_fixed{
	position: fixed;
	top: auto;
	bottom: 20px;
	transform: translateX(200px);
}
#tmp_footer .pnavi.pnavi_fixed.show{
	transform: translateX(0px);
}
#tmp_footer .pnavi a{
	display: block;
	background: transparent url(/site/shared/site_gannet/images/footer/ft_ic_backtop.png) no-repeat;
	width: 88px;
	height: 84px;
	color: inherit;
	text-decoration: none;
}
#tmp_footer .pnavi a > span{
	display: inline-block;
	text-indent: -9999px;
}

/* fixed link
================================================== */
#tmp_words_link{
	position: fixed;
	top: 130px;
	right: 0;
	z-index: 98;
}
#tmp_words_link a{
	display: inline-block;
	padding: 10px 20px 11px;
	background: #fae2b0 url(/site/shared/site_gannet/images/icon/menu_list_bg2.gif) repeat;
	border: 1px solid #cccccc;
	border-radius: 4px 0 0 4px;
	color: #000000;
	font-weight: bold;
	text-align: center;
    letter-spacing: 6px;
	width: 65px;
	text-decoration: none;
}
#tmp_words_link a > span{
	display: inline-block;
	width: 15px;
}

/* setting hover
================================================== */
#tmp_sma_search .sch_btn input:hover,
#tmp_means .means_links a:hover,
#tmp_footer .fnavi a:hover,
#tmp_gnavi .drop_down_inner a:hover,
#tmp_sma_mmenu .close_btn a:hover{
	text-decoration: underline;
}
#tmp_gnavi .gnavi > li.is_hover > a,
#tmp_gnavi .gnavi > li > a:hover{
	background-color: #FFFFFF;
	color: #000000;
}
#tmp_gnavi .gnavi > li > a:focus-visible{
	outline-offset: -1px;
}
#tmp_gnavi .gnavi > li.active > a{
	background-color: #005E26;
	color: #ffffff;
}
#tmp_footer .fnavi a:hover{
	color: #bb0000;
}

/* pankuzu
================================================== */
#tmp_wrap_pankuzu {
	margin: 10px 0 15px;
	padding: 0 10px;
}
#tmp_wrap_pankuzu .container {
	max-width: 1000px;
	border-bottom: 1px solid #4e4e4e;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
#tmp_pankuzu {
	flex: 1;
	padding-right: 30px;
}
#tmp_print {
	text-align: right;
	min-width: 20px;
}
#tmp_print a{
	float: right;
	clear: both;
	display: block;
	background: url(/site/shared/site_gannet/images/icon/icon_print.png) no-repeat center center;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
	line-height: 1;
}
.no_javascript #tmp_print {
	display: none;
}

/* lnavi & cnavi
================================================== */
#tmp_lnavi,
#tmp_cnavi {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
#tmp_lnavi_ttl,
#tmp_cnavi_ttl {
	color: #ffffff;
	background-color: #137ABE;
	border-bottom: 2px solid #D4E37A;
}
#tmp_lnavi_ttl p,
#tmp_cnavi_ttl p {
	padding: 10px 10px 8px 20px;
	font-size: 114.3%;
	font-weight: bold;
}
#tmp_lnavi_ttl a,
#tmp_cnavi_ttl a {
	display: block;
	margin: -10px -10px -8px -20px;
	padding: 10px 10px 8px 20px;
	text-shadow: 1px 1px 0.2px #777777, 1px -1px 0.2px #777777, -1px 1px 0.2px #777777, -1px -1px 0.2px #777777;
	background-color: transparent;
	color: inherit;
}
#tmp_lnavi_cnt ul,
#tmp_cnavi_cnt ul {
	list-style: none;
}
#tmp_lnavi_cnt li a,
#tmp_cnavi_cnt li a {
	display: block;
	color: #000066;
	text-decoration: none;
	padding: 12px 18px 12px 30px;
	border-bottom: 1px dotted #cccccc;
}
#tmp_lnavi_cnt li a {
	background: #ffffff url(/site/shared/site_gannet/images/icon/icon_layer_01.png) no-repeat 6px 12px;
}
#tmp_cnavi_cnt li a {
	background: #ffffff url(/site/shared/site_gannet/images/icon/arrow_navi.png) no-repeat 10px 16px;
}
#tmp_lnavi_cnt .active a,
#tmp_cnavi_cnt .active a {
	background-color: #efefef;
}
#tmp_lnavi_cnt li a:hover,
#tmp_cnavi_cnt li a:hover {
	color: #DB0000;
	text-decoration: underline;
}
#tmp_navi_acc_wrap .navi_switch_wrap {
	display: none;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    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(/site/shared/site_gannet/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/site/shared/site_gannet/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    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(/site/shared/site_gannet/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_gannet/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(/site/shared/site_gannet/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(/site/shared/site_gannet/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
================================================== */

/* news */
.news_wrap .news_ttl {
	position: relative;
}
.news_wrap .news_ttl h2 {
    padding: 6px 70px 9px 20px;
    margin: 0;
    font-weight: normal;
    font-size: 150%;
}
.news_wrap .list_link {
	position: absolute;
	right: 10px;
	bottom: 17px;
	font-size: 92.9%;
	font-weight: bold;
}
.news_wrap .list_link a {
	display: inline-block;
	padding-left: 14px;
	color: inherit;
	background: transparent url(/site/shared/site_gannet/images/icon/next.png) no-repeat left top;
}
ul.news_list,
#tmp_contents ul.news_list {
	list-style: none;
	margin: 0;
	padding: 20px 20px 0;
}
ul.news_list li,
#tmp_contents ul.news_list li {
	margin-bottom: 10px;
}
#tmp_contents ul.news_list a{
	text-decoration: none;
}
#tmp_contents ul.news_list a:hover{
	text-decoration: underline;
}
.news_wrap .nocnt {
	padding: 22px 10px 0;
}
.news_wrap .link_hidden {
	display: none;
}
/* ==================================================
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;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:scroll;
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background: #F6F6F6 url(/site/shared/site_gannet/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px 16px;
}
.scroll_table_switch {
	text-align:right;
	margin: 14px 0;
	font-size: 100%;
	font-weight: normal;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: #000000;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/site/shared/site_gannet/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/site/shared/site_gannet/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.scroll_table_switch a:hover {
	text-decoration: underline;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left top;
	background-repeat:no-repeat;
	padding: 0 4px 1px 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_gannet/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_gannet/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_gannet/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_gannet/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_gannet/images/icon/icon_txt.png);
}

/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc #tmp_hnavi_s,
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
#tmp_switch_sp_style{
	text-align: center;
	background: #ffffff;
	border: 1px solid;
	margin: 10px auto;
	padding: 10px;
	width: 200px;
}
/* ==================================================
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_blue #tmp_wrap_main a.icon_ppt,
.color_blue #tmp_wrap_main a.icon_txt,
.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_yellow #tmp_wrap_main a.icon_ppt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_ppt,
.color_black #tmp_wrap_main a.icon_txt {
	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;
}
.color_black #tmp_print,
.color_blue #tmp_print,
.color_yellow #tmp_print {
	min-width: unset;
}
.color_black #tmp_print a,
.color_blue #tmp_print a,
.color_yellow #tmp_print a {
	float: none;
	width: auto;
	height: auto;
	text-indent: 0;
	border: 1px solid;
	padding: 5px;
}
.color_black #tmp_lnavi_ttl a,
.color_blue #tmp_lnavi_ttl a,
.color_yellow #tmp_lnavi_ttl a,
.color_black #tmp_cnavi_ttl a,
.color_blue #tmp_cnavi_ttl a,
.color_yellow #tmp_cnavi_ttl a {
	text-shadow: none;
}
.color_black #tmp_lnavi_cnt .active a,
.color_blue #tmp_lnavi_cnt .active a,
.color_yellow #tmp_lnavi_cnt .active a,
.color_black #tmp_cnavi_cnt .active a,
.color_blue #tmp_cnavi_cnt .active a,
.color_yellow #tmp_cnavi_cnt .active a {
	text-decoration: underline;
	font-weight: bold;
}


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


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

.fsize_small {
	font-size: 75% !important;
}
.fsize_small a.icon_pdf,
.fsize_small a.icon_excel,
.fsize_small a.icon_word,
.fsize_small a.icon_ppt,
.fsize_small a.icon_txt {
	padding-top: 2px;
	padding-bottom: 2px;
}


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

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


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

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

/* ==================================================
accessibility style header & footer
================================================== */
.color_black #tmp_wrapper #tmp_means:before,
.color_blue #tmp_wrapper #tmp_means:before,
.color_yellow #tmp_wrapper #tmp_means:before{
	content: none;
}
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	width: auto;
	height: auto !important;
}
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1{
	font-size: 2rem !important;
}
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a > span,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a > span,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a > span,
.color_black #tmp_wrapper #tmp_footer .pnavi a > span,
.color_blue #tmp_wrapper #tmp_footer .pnavi a > span,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a > span{
	text-indent: inherit;
}
.color_black #tmp_wrapper #tmp_gnavi,
.color_blue #tmp_wrapper #tmp_gnavi,
.color_yellow #tmp_wrapper #tmp_gnavi,
.color_black #tmp_wrapper #tmp_gnavi:before,
.color_blue #tmp_wrapper #tmp_gnavi:before,
.color_yellow #tmp_wrapper #tmp_gnavi:before,
.color_black #tmp_wrapper #tmp_gnavi .gnavi,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi,
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li,
.color_black #tmp_wrapper #tmp_gnavi .drop_down_hidden,
.color_blue #tmp_wrapper #tmp_gnavi .drop_down_hidden,
.color_yellow #tmp_wrapper #tmp_gnavi .drop_down_hidden,
.color_black #tmp_wrapper #tmp_gnavi .drop_down_inner,
.color_blue #tmp_wrapper #tmp_gnavi .drop_down_inner,
.color_yellow #tmp_wrapper #tmp_gnavi .drop_down_inner{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_gnavi:before,
.color_blue #tmp_wrapper #tmp_gnavi:before,
.color_yellow #tmp_wrapper #tmp_gnavi:before,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a,
.color_black #tmp_wrapper #tmp_footer .pnavi a,
.color_blue #tmp_wrapper #tmp_footer .pnavi a,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_wrap_header .close_btn,
.color_blue #tmp_wrapper #tmp_wrap_header .close_btn,
.color_yellow #tmp_wrapper #tmp_wrap_header .close_btn,
.color_black #tmp_wrapper #tmp_footer .ft_fnavi,
.color_blue #tmp_wrapper #tmp_footer .ft_fnavi,
.color_yellow #tmp_wrapper #tmp_footer .ft_fnavi,
.color_black #tmp_wrapper #tmp_footer .copyright,
.color_blue #tmp_wrapper #tmp_footer .copyright,
.color_yellow #tmp_wrapper #tmp_footer .copyright{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_gnavi:before,
.color_blue #tmp_wrapper #tmp_gnavi:before{
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_gnavi:before{
	border-color: #000000;
}
.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{
	text-shadow: none;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:hover,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:hover,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:hover,
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li.is_hover > a,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li.is_hover > a,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li.is_hover > a,
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li.active > a,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li.active > a,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li.active > a,
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li > a:hover,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li > a:hover,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li > a:hover{
	text-decoration: underline;
}
.color_black #tmp_wrapper #tmp_footer .ft_fnavi,
.color_blue #tmp_wrapper #tmp_footer .ft_fnavi,
.color_yellow #tmp_wrapper #tmp_footer .ft_fnavi{
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer .pnavi a,
.color_blue #tmp_wrapper #tmp_footer .pnavi a,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	padding: 5px;
	height: auto;
	font-size: 1rem;
	text-align: center;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	background-color: #FFFF00 !important;
}
.color_black #tmp_footer .pnavi a:hover > span,
.color_blue #tmp_footer .pnavi a:hover > span,
.color_yellow #tmp_footer .pnavi a:hover > span{
	text-decoration: underline;
}
.color_black #tmp_wrap_pankuzu,
.color_blue #tmp_wrap_pankuzu,
.color_yellow #tmp_wrap_pankuzu{
	margin-top: 20px;
}
/* no-js */
.no_javascript #tmp_wrapper #tmp_wrap_main{
	position: relative;
}
.no_javascript #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a,
.no_javascript #tmp_wrapper #tmp_words_link{
	position: absolute;
}
.no_javascript #tmp_wrapper #tmp_main{
	position: relative;
}
.no_javascript #tmp_wrapper #tmp_words_link{
	top: 20px;
}
/* .no_javascript ul.news_list {
	display: none;
} */
/* ==================================================
clearfix
================================================== */

/* for modern browser */

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

