@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
/* biz-udgothic-regular - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'BIZ UDGothic';
	font-style: normal;
	font-weight: 400;
	src: url('/shared/site_web_koho/fonts/biz-udgothic-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* biz-udgothic-700 - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'BIZ UDGothic';
	font-style: normal;
	font-weight: 700;
	src: url('/shared/site_web_koho/fonts/biz-udgothic-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
input,
select,
textarea {
	font-family: "BIZ UDGothic", "游ゴシック", 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: #222222;
}
a:hover{
	text-decoration:none;
}
body {
	font-size: 100%;
	color: #222222;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


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


/* text */

.txt_red {
	color: #D11818;
	/* 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 */

table:not([class]) > tbody > tr > td.bg_pink,
table.datatable > tbody > tr > td.bg_pink,
table:not([class]) > tbody > tr > th.bg_pink,
table.datatable > tbody > tr > th.bg_pink {
	color: inherit;
	background-color: #feecec;	/* Setting by CMS sheets */
}
table:not([class]) > tbody > tr > td.bg_green,
table.datatable > tbody > tr > td.bg_green,
table:not([class]) > tbody > tr > th.bg_green,
table.datatable > tbody > tr > th.bg_green {
	color: inherit;
	background-color: #e8ffee;	/* Setting by CMS sheets */
}
table:not([class]) > tbody > tr > td.bg_yellow,
table.datatable > tbody > tr > td.bg_yellow,
table:not([class]) > tbody > tr > th.bg_yellow,
table.datatable > tbody > tr > th.bg_yellow {
	color: inherit;
	background-color: #fbffe7;	/* Setting by CMS sheets */
}


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


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

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}
.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 540px;
	margin: 0 auto;
	padding: 0 40px;
}


/* 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;
	/* デザインによって変更 */
	background-color: #FFFFFF;
}
/* 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;
	/* デザインによって変更 */
}

/* layout fixed
================================================== */
#tmp_layout_fixed{
	position: relative;
}
#tmp_layout_fixed:after{
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	width: max(100vw, 100%);
	height: 100%;
	height: max(100vh, 100%);
	color: #222222;
	background-color: #ffffff;
	background-image: url(/shared/site_web_koho/images/main/wrapper_gradient.png), url(/shared/site_web_koho/images/main/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left, center top;
	background-size: 100% auto, cover;
}
#tmp_cnt_left,
#tmp_cnt_right {
	position: fixed;
	top: 0;
	z-index: 801;
	width: 300px;
}
#tmp_cnt_left {
	left: max(5px, calc((100% - 1200px) / 2));
	padding-top: 145px;
}
#tmp_cnt_right {
	right: max(5px, calc((100% - 1200px) / 2));
	padding-top: 15px;
}
#tmp_cnt_middle {
	position: relative;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

/* Menu common */
#tmp_layout_fixed .menu_box{
	color: #222222;
	background-color: #ffffff;
	padding: 34px 20px 35px;
	margin-bottom: 25px;
}
#tmp_cnt_middle .cnt_middle_wrap{
	color: #222222;
	background-color: #f8f4ea;
	box-shadow: 0 0 21px 9px rgba(28, 28, 28, 0.3);
}
.format_top #tmp_cnt_middle .cnt_middle_wrap{
	padding-top: 0 !important;
}
.menu_box .menu_box_ttl{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 9px;
	margin-bottom: 15px;
}
.menu_box .menu_box_ttl > .ttl{
	display: inline-block;
	text-align: left;
	font-size: 100%;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 56px;
}
/* 追加 */
.menu_search .menu_box_ttl > .ttl.search_ttl{
	min-height: 63px;
}
#tmp_layout_fixed .menu_box.menu_search{
	padding-top: 30px; /* 好きな値 */
}
.menu_box .menu_box_ttl > .search_ttl{
	padding-left: 67px;
	padding-top: 4px;
}
.menu_search .menu_box_ttl > .ttl.search_ttl{
	width: 100%;
	box-sizing: border-box;
}
.menu_search .menu_box_ttl > .ttl.search_ttl{
	background-position: 5px top;
}
.menu_box .menu_box_ttl > .ttl > span{
	display: inline-block;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 29px;
}
/* search */
.menu_search .menu_box_ttl > .ttl{
	background-image: url(/shared/site_web_koho/images/icon/search_eng_ttl_icon01.png);
}
.menu_search .menu_box_ttl > .ttl > span{
	min-width: 141px;
	background-image: url(/shared/site_web_koho/images/icon/search_eng_ttl.png);
	background-size: 141px auto;
}
.menu_search .menu_box_ttl .menu_box_sub_ttl{
	padding-left: 35px;
	font-size: 90%;
	background-repeat: no-repeat;
	background-position: 18px center;
	background-image: url(/shared/site_web_koho/images/icon/search_eng_ttl_icon02.png);
	background-size: 17px auto;
}
.menu_search .search_cate_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
}
.menu_search .search_cate_list > li{
	width: calc((100% - 14px) / 2);
}
.menu_search .search_cate_list > li > a{
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 52px;
	font-size: 91%;
	line-height: 1.3;
	row-gap: 0px;
	word-break: break-all;
	color: #222222;
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 2px;
	padding-right: 10px;
	background-position: 10px center;
	border-radius: 30px;
	box-sizing: border-box;
}
/* 1〜3：青 */
.menu_search .search_cate_list > li.cate01 > a,
.menu_search .search_cate_list > li.cate02 > a,
.menu_search .search_cate_list > li.cate03 > a {
	background-color: #d6e7f5;
}
/* 4〜10：黄色 */
.menu_search .search_cate_list > li.cate04 > a,
.menu_search .search_cate_list > li.cate05 > a,
.menu_search .search_cate_list > li.cate06 > a,
.menu_search .search_cate_list > li.cate07 > a,
.menu_search .search_cate_list > li.cate08 > a,
.menu_search .search_cate_list > li.cate09 > a,
.menu_search .search_cate_list > li.cate10 > a {
	background-color: #fff5bc;
}
/* 11〜12：緑 */
.menu_search .search_cate_list > li.cate11 > a,
.menu_search .search_cate_list > li.cate12 > a {
	background-color: #def5d3;
}
/* 13：ピンク */
.menu_search .search_cate_list > li.cate13 > a {
	background-color: #f7daf2;
}
.menu_search .search_cate_list > li.cate01 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon01.png);
	background-size: 17px auto;
}
.menu_search .search_cate_list > li.cate02 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon02.png);
	background-size: 29px auto;
}
.menu_search .search_cate_list > li.cate03 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon03.png);
	background-size: 24px auto;
}
.menu_search .search_cate_list > li.cate04 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon04.png);
	background-size: 25px auto;
}
.menu_search .search_cate_list > li.cate05 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon05.png);
	background-size: 23px auto;
}
.menu_search .search_cate_list > li.cate06 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon06.png);
	background-size: 23px auto;
}
.menu_search .search_cate_list > li.cate07 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon07.png);
	background-size: 23px auto;
}
.menu_search .search_cate_list > li.cate08 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon08.png);
	background-size: 19px auto;
}
.menu_search .search_cate_list > li.cate09 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon09.png);
	background-size: 26px auto;
}
.menu_search .search_cate_list > li.cate10 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon10.png);
	background-size: 18px auto;
}
.menu_search .search_cate_list > li.cate11 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon11.png);
	background-size: 23px auto;
}
.menu_search .search_cate_list > li.cate12 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon12.png);
	background-size: 21px auto;
}
.menu_search .search_cate_list > li.cate13 > a{
	background-image: url(/shared/site_web_koho/images/icon/search_cate_icon13.png);
	background-size: 21px auto;
}
.menu_search .search_cate_list > li > a > span.break{
	display: block;
}
/* Event */
.menu_event .menu_box_ttl{
	border-bottom: none;
}
#tmp_layout_fixed .menu_event{
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.menu_event .menu_box_ttl{
	padding-bottom: 17px;
	padding-right: 17px;
	margin-bottom: 3px;
}
.menu_event .menu_box_ttl > .ttl{
	background-image: url(/shared/site_web_koho/images/icon/event_icon.png);
	background-size: 44px auto;
	background-position: left 6px;
}
.menu_event > .menu_box_ttl > .ttl > span{
	min-width: 160px;
	background-image: url(/shared/site_web_koho/images/icon/event_eng_ttl.png);
	background-size: 116px auto;
}

.event_box{
	min-height: 40px;
}
/* Official */
#tmp_layout_fixed .menu_official{
	padding: 19px 20px 12px;
	margin-bottom: 50px;
}
.menu_official .menu_box_ttl{
	font-size: 112.5%;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.menu_official .menu_box_ttl > .ttl{
	min-height: 40px;
	background-image: url(/shared/site_web_koho/images/icon/official_icon.png);
	background-position: left center;
	background-size: 33px auto;
	padding-left: 41px;
}
.menu_official .menu_box_ttl > .ttl > span{
	padding-top: 8px;
}
.official_list{
	list-style: none;
}
.official_list > li{
	margin-bottom: 5px;
}
.official_list > li > a{
	text-decoration: none;
	display: inline-block;
	font-size: 87.5%;
	color: #222222;
	background: #ffffff url(/shared/site_web_koho/images/icon/arrow_blue_icon.png) no-repeat left 4px;
	background-size: 10px auto;
	padding-left: 18px;
}
/* SNS list */
.official_sns_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
	margin-bottom: 16px;
	padding: 0;
}
.official_sns_list .official_sns_link{
	width: calc(50% - 5px);
	min-height: 42px;
}
.official_sns_list .official_sns_link > a{
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: bold;
	font-size: 88%;
	line-height: 1.2;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #347aa0;
	border-radius: 5px;
	padding: 0 0 0 26px;
	box-sizing: border-box;
	background: #ffffff url(/shared/site_web_koho/images/icon/sns_link_icon.png)
				no-repeat 10px center;
	background-size: 17px auto;
	background-position: 5px center;
	text-decoration: none;
}
.official_sns_list .official_sns_link a{
	text-decoration: none;
	overflow-wrap: anywhere;
}
.official_sns_list .official_sns_link > a:hover{
	text-decoration: underline;
}

/* header
================================================== */
#tmp_header_wrap{
	position: fixed;
	z-index: 100;
}
#tmp_header {
	min-height: 85px;
}
#tmp_hlogo{
	width: 296px;
	padding-top: 5px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 296px;
	height: 58px;
	line-height: 1.3;
	font-size: 1.8rem;
	color: inherit;
	background: transparent url(/shared/site_web_koho/images/header/hlogo_fixed.png) no-repeat;
	background-size: 100% auto;
}

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

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 296px;
	height: 58px;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
	color: inherit;
	background-color: transparent;
	overflow: hidden;
}
#tmp_means{
	position: relative;
	margin-bottom: 100px;
}
#tmp_means > ul{
	display: flex;
	list-style: none;
	gap: 0 10px;
}
#tmp_means > ul > li > a{
	position: relative;
	text-decoration: none;
	display: inline-block;
	font-size: 87.5%;
	color: #ffffff;
	background-color: #347aa0;
	border: 2px solid #347aa0;
	background-size: 10px auto;
	padding: 4px 11px 2px 6px;
	border-radius: 15px;
}
#tmp_means > ul > li > a > span{
	display: inline-block;
	min-height: 20px;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-left: 23px;
}
#tmp_means_lang > a > span{
	background-image: url(/shared/site_web_koho/images/header/lang_icon.png);
	background-size: 18px auto;
	background-position: left 0;
}
#tmp_means_browsing > a > span{
	background-image: url(/shared/site_web_koho/images/header/setting_icon.png);
	background-size: 18px auto;
	background-position: left 0;
}
#tmp_means > ul > li > a.ac_active{
	text-align: center;
	color: #347aa0;
	background-color: #ffffff;
	border-radius: 15px 15px 0 0;
}
#tmp_means > ul > li > a.ac_active:after{
	content: '';
	position: absolute;
	z-index: 801;
	bottom: -8px;
	height: 10px;
	left: 0;
	right: 0;
	background-color: #ffffff;
}
#tmp_means > ul > li > a.ac_active > span{
	background-image: url(/shared/site_web_koho/images/header/close_icon.png);
	background-size: 14px auto;
	background-position: left 2px;
}
#tmp_header .header_fixed_inner{
	position: fixed;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	padding: 8px 7px 7px 43px;
	width: 540px;
	left: calc(50% - 270px);
	color: #ffffff;
	background: #347aa0 url(/shared/site_web_koho/images/header/header_bg_fixed.png) no-repeat right 100px bottom;
}
/* Header Top */
.format_top #tmp_header_wrap{
	position: relative;
}
.format_top #tmp_header{
	min-height: 260px;
	text-align: center;
	color: #ffffff;
	background: #347aa0 url(/shared/site_web_koho/images/header/header_bg.png) no-repeat right bottom;
	padding: 31px 0 25px;
}
.format_top #tmp_hlogo{
	width: 414px;
	margin: 0 auto 20px;
	padding-top: 0;
}
.format_top #tmp_hlogo h1,
.format_top #tmp_hlogo p {
	width: 414px;
	height: 94px;
	background-image: url(/shared/site_web_koho/images/header/hlogo.png);
}
.format_top #tmp_hlogo a {
	width: 414px;
	height: 94px;
}
.format_top #tmp_hlogo h1 span,
.format_top #tmp_hlogo p span {
	width: 414px;
	height: 94px;
}
.format_top #tmp_hnavi_s{
	display: none;
}
#tmp_header .header_quote{
	text-align: center;
	margin-bottom: 20px;
	padding-right: 5px;
}
#tmp_header .header_quote > span{
	position: relative;
	display: inline-block;
	max-width: 422px;
	width: 100%;
	color: #ffffff;
	background-color: #23425c;
	border-radius: 20px;
	padding: 8px 5px 4px;
	letter-spacing: 0.06em;
}
#tmp_header .header_quote > span:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	width: 14px;
	height: 10px;
	color: inherit;
	background: transparent url(/shared/site_web_koho/images/header/quote_icon.png) no-repeat;
	transform: translateX(-50%);
}
#tmp_header .header_des{
	padding-left: 5px;
	padding-right: 5px;
}
#tmp_header .header_des > span{
	display: inline-block;
	padding: 6px 10px 4px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	letter-spacing: 0.04em;
}
/* header fixed */
@keyframes fixHeader{
	from {
		top: -90px;
	}
	to {
		top: 0;
	}
}
.format_top #tmp_header .header_fixed_wrap{
	height: 109px;
}
.format_top #tmp_header .header_fixed_inner {
	position: static;
	width: 100%;
	padding: 0 5px 0 0;
	background: transparent;
}
.format_top .fixed_header #tmp_header .header_fixed_inner{
	position: fixed;
	width: 540px;
	left: calc((100% - 540px) / 2);
	align-items: center;
	padding: 8px 7px 7px 43px;
	background: #347aa0 url(/shared/site_web_koho/images/header/header_bg_fixed.png) no-repeat right 100px bottom;
	animation: 0.5s ease-in-out fixHeader forwards;
}
.format_top .fixed_header_no_animation #tmp_header .header_fixed_inner {
	animation: none;
}
.format_top .fixed_header #tmp_hlogo{
	width: 296px;
	margin: -2px 0 0;
}
.format_top .fixed_header #tmp_hlogo h1,
.format_top .fixed_header #tmp_hlogo p,
.format_top .fixed_header #tmp_hlogo a,
.format_top .fixed_header #tmp_hlogo h1 span,
.format_top .fixed_header #tmp_hlogo p span{
	width: 296px;
	height: 58px;
}
.format_top .fixed_header #tmp_hlogo h1,
.format_top .fixed_header #tmp_hlogo p{
	background-image: url(/shared/site_web_koho/images/header/hlogo_fixed.png);
}
.format_top .fixed_header #tmp_hnavi_s{
	display: block;
}
/* hnavi */
#tmp_hnavi_s{
	display: block;
	position: static;
}
#tmp_hnavi_s > ul{
	display: flex;
	list-style: none;
}
#tmp_hnavi_s > ul > li{
	display: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu{
	display: block;
}
#tmp_hnavi_s > ul > li > a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width:70px;
	min-height:70px;
	height: 100%;
	border: 1px solid #cbcbcb;
	border-left: none;
	font-size: 87.5%;
	line-height: 1.3;
	color: #ffffff;
	background-color: #23425c;
	padding: 3px 2px 3px;
	word-break: break-all;
	margin-bottom: 7px;
}
#tmp_hnavi_s > ul > li > a > span > span.break{
	display: block;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lang > a{
	font-size: 81.2%;
}
#tmp_hnavi_s > ul > li:first-child > a{
	border-left: 1px solid #cbcbcb;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a{
	min-height: 63px;
	color: #222222;
	background-color: #f8f4ea;
	padding: 8px 5px 0;
	border: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span{
	position: relative;
	display: block;
	padding-top: 31px;
	color: inherit;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:before,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:after{
	content: '';
	position: absolute;
	width: 34px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 3px solid #347aa0;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:before{
	top: 1px;
	height: 25px;
	border-bottom: 3px solid #347aa0;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:after{
	top: 12px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.ac_active > span{
	background: transparent url(/shared/site_web_koho/images/header/close_icon.png) no-repeat top center;
	background-size: 19px auto;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.ac_active > span:before,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.ac_active > span:after{
	content: none;
}
/* sp_menu */
.open_navi {
	overflow: hidden !important;
}
#tmp_sma_rmenu {
	text-align: left;
	position: fixed;
	width: 100%;
	left: 0;
	overflow-x: hidden;
}
.wrap_sma_sch .container{
	padding: 0;
}
.sma_sch_inner {
	pointer-events: all;
	color: #222222;
	background: #ffffff url(/shared/site_web_koho/images/header/spmenu_bg.jpg) no-repeat left top;
	background-size: cover;
}
.wrap_sma_sch .close_btn{
	pointer-events: all;
}
.wrap_sma_sch .close_btn > a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 93.7%;
	font-weight: bold;
	color: #ffffff;
	background-color: #347aa0;
	border-bottom: 1px solid #bad3e7;
	padding: 11px 10px 8px;
}
.wrap_sma_sch .close_btn > a > span{
	display: inline-block;
	min-height: 18px;
	color: inherit;
	background: transparent url(/shared/site_web_koho/images/header/close_btn_icon.png) no-repeat left 4px;
	background-size: 11px auto;
	padding-left: 19px;
}
/* custom box menu */
#tmp_layout_fixed #tmp_sma_rmenu .menu_box {
	padding-top: 29px;
	padding-bottom: 31px;
	margin-bottom: 25px;
	display: none;
}
#tmp_layout_fixed #tmp_sma_rmenu .menu_box:last-child{
	margin-bottom: 30px;
}
#tmp_sma_rmenu .menu_box .menu_box_ttl{
	padding-right: 27px;
	padding-bottom: 20px;
	margin-bottom: 28px;
}
#tmp_sma_rmenu .menu_box .menu_box_ttl > .ttl{
	background-position: left 3px;
	padding-left: 54px;
}
#tmp_sma_rmenu .menu_box .menu_box_ttl > .ttl > span{
	padding-top: 27px;
}
#tmp_sma_rmenu .menu_search .menu_box_ttl > .ttl > span{
	min-width: 148px;
	background-size: 148px auto;
}
#tmp_sma_rmenu .menu_search .search_cate_list > li:nth-last-child(-n + 2):nth-child(2n + 1),
#tmp_sma_rmenu .menu_search .search_cate_list > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li{
	margin-bottom: 0;
}
#tmp_layout_fixed #tmp_sma_rmenu .menu_event{
	padding-bottom: 24px;
}
#tmp_sma_rmenu .menu_event .menu_box_ttl{
	padding-right: 19px;
	padding-bottom: 13px;
	margin-bottom: 3px;
}
#tmp_sma_rmenu .menu_event .menu_box_ttl > .ttl{
	padding-left: 57px;
	background-position: left 10px;
}
#tmp_sma_rmenu .menu_event .menu_box_ttl > .ttl > span{
	min-width: 132px;
	background-size: 132px auto;
}
#tmp_sma_rmenu .ranking_list > li:last-child{
	margin-bottom: 0;
}
#tmp_layout_fixed #tmp_sma_rmenu .menu_official{
	padding-top: 16px;
	padding-bottom: 10px;
}
#tmp_sma_rmenu .menu_official .menu_box_ttl{
	padding-right: 0;
}
#tmp_sma_rmenu .menu_official .menu_box_ttl > .ttl{
	min-height: 42px;
}
#tmp_sma_rmenu .menu_official .menu_box_ttl > .ttl > span {
	padding-top: 11px;
}
#tmp_sma_rmenu .official_list > li {
	margin-bottom: 6px;
}
#tmp_sma_rmenu .official_list > li > a{
	padding-left: 17px;
	background-position: left 5px;
}
/* Lang + Setting menu */
#tmp_hnavi_lang > a.ac_active > span,
#tmp_hnavi_browsing > a.ac_active > span {
	display: inline-block;
	color: inherit;
	background: transparent url(/shared/site_web_koho/images/header/hdr_close_btn_icon.png) no-repeat center 0;
	background-size: 15px auto;
	padding-top: 22px;
}
#tmp_means .means_sma_sch{
	display: none;
	position: absolute;
	z-index: 800;
	color: #222222;
	background-color: #ffffff;
	border: 2px solid #347aa0;
	padding: 20px;
}
#tmp_sma_setting.means_sma_sch{
	border-top-right-radius: 0;
}
#tmp_means_lang > a{
	min-width: 160px;
}
#tmp_means_browsing > a{
	min-width: 129px;
}
#tmp_sma_lang{
	right: 0;
	width: 464px;
}
.means_sma_sch .lang_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.means_sma_sch .lang_list > li{
	width: calc((100% - 20px) / 3);
}
.lang_list > li > a,
#tmp_hnavi_list > li > a{
	display: inline-block;
	text-decoration: none;
	font-size: 93.7%;
	color: #222222;
	background: #ffffff url(/shared/site_web_koho/images/icon/arrow_blue_icon.png) no-repeat left 5px;
	background-size: 10px auto;
	padding-left: 18px;
}
.lang_list > li > a{
	word-break: break-all;
}
.means_sma_sch #tmp_hnavi_list{
	list-style: none;
}
.means_sma_sch #tmp_hnavi_list > li{
	margin-bottom: 5px;
}
#tmp_sma_setting{
	right: 1px;
	width: 329px;
}
/* gnavi
================================================== */
#tmp_gnavi{
	color: #222222;
	background-color: #ffffff;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 2px 0 3px;
}
.gnavi {
	color: inherit;
	clear: both;
}

.rmenu_sma_inner ul.rmenu_sma_glist,
.gnavi ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.rmenu_sma_inner ul.rmenu_sma_glist li,
.gnavi li{
	position: relative;
}
.rmenu_sma_inner ul.rmenu_sma_glist li:nth-child(3n+1),
.gnavi li:nth-child(3n+1) {
	width: 34.1%;
}
.rmenu_sma_inner ul.rmenu_sma_glist li:nth-child(3n+2),
.gnavi li:nth-child(3n+2) {
	width: 32.2% ;
}
.rmenu_sma_inner ul.rmenu_sma_glist li:nth-child(3n),
.gnavi li:nth-child(3n) {
	flex: 1;
}
.rmenu_sma_inner ul.rmenu_sma_glist a,
.gnavi a {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 93.7%;
	font-weight: bold;
	color: #222222;
	background-color: #ffffff;
	padding: 17px 5px 11px;
	text-align: center;
	text-decoration: none;
}
.rmenu_sma_inner ul.rmenu_sma_glist a:before,
.rmenu_sma_inner ul.rmenu_sma_glist a:after,
.gnavi li a:before,
.gnavi li a:after{
	content: '';
	position: absolute;
	z-index: -1;
}
.rmenu_sma_inner ul.rmenu_sma_glist a:before,
.gnavi li a:before{
	top: 0;
	left: 11px;
	right: 13px;
	border-bottom: 1px solid #cfcfcf;
}
.rmenu_sma_inner ul.rmenu_sma_glist li:nth-child(3n) a:before,
.gnavi li:nth-child(3n) a:before{
	right: 9px;
}
.rmenu_sma_inner ul.rmenu_sma_glist li:nth-child(-n+3) a:before,
.gnavi li:nth-child(-n+3) a:before{
	content: none;
}
.rmenu_sma_inner ul.rmenu_sma_glist a:after,
.gnavi li a:after{
	top: 10px;
	bottom: 7px;
	right: 0;
	border-right: 1px solid #cfcfcf;
	margin-top: 2px;
}
.rmenu_sma_inner ul.rmenu_sma_glistl li:nth-last-child(-n + 3):nth-child(3n + 1) a:after,
.rmenu_sma_inner ul.rmenu_sma_glistl li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li a:after,
.gnavi li:nth-last-child(-n + 3):nth-child(3n + 1) a:after,
.gnavi li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li a:after{
	margin-top: -2px;
	bottom: 11px;
}
.rmenu_sma_inner ul.rmenu_sma_glist li:nth-child(3n) a:after,
.gnavi li:nth-child(3n) a:after{
	content: none;
}
.rmenu_sma_glist a:hover,
.rmenu_sma_glist a:focus,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}
.rmenu_sma_glist a:focus-visible,
.gnavi a:focus-visible{
	outline-offset: 0;
}
/*pnavi*/
.pnavi{
	position: absolute;
	right: 39px;
	top: -24px;
	z-index: 10;
	border-radius: 50%;
}
.pnavi.pnavi_fixed{
	position: fixed;
	top: auto;
	bottom: 10px;
}
.pnavi a,
.pnavi span{
	display: block;
	width: 44px;
	height: 44px;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	position: relative;
	display: block;
	color: #FFFFFF;
	background: #347aa0 url(/shared/site_web_koho/images/footer/ptop_icon.png) no-repeat center center;
	background-size: 21px auto;
	box-shadow: 0 0 0 1px #FFFFFF;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s all ease-in-out;
	overflow: hidden;
}
/* footer
================================================== */

#tmp_footer {
	color: #ffffff;
	background: #0a6292 url(/shared/site_web_koho/images/footer/footer_bg.jpg) no-repeat left top;
	background-size: cover;
}

#tmp_footer .container{
	position: relative;
	padding: 0 42px;
}
#tmp_footer .footer_inner{
	padding: 37px 0 24px;
}
#tmp_footer .footer_logo{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 15px;
}
#tmp_footer .footer_logo br{
	display: none;
}
#tmp_footer .footer_cnt {
	font-size: 93.7%;
	margin-bottom: 14px;
}

.footer_cnt address {
	font-style: normal;
}
.footer_cnt address p{
	line-height: 1.4;
	margin-bottom: 1px;
}
.footer_cnt address a{
	color: #ffffff;
}

.copyright {
	font-size: 81.2%;
}

/* Common style
================================================== */
/* Hover */
#tmp_hnavi_s > ul > li > a:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:hover > span,
.menu_search .search_cate_list > li > a:hover,
.ranking_list > li > a:hover .item_txt,
.wrap_sma_sch .close_btn > a:hover > span,
.official_list > li > a:hover,
#tmp_animate_control > a:hover,
#tmp_means > ul > li > a:hover > span,
.wrap_sma_sch .lang_list > li > a:hover,
.lang_list > li > a:hover,
#tmp_hnavi_list > li > a:hover{
	text-decoration: underline;
}
.ranking_list > li > a:hover img{
	opacity: 0.7;
}
.footer_cnt address a:hover{
	text-decoration: 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: absolute;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: calc(50% + -1px) center;
	background-color: #347aa0;
	background-size: 9px auto;
	border-radius: 50px;
	top: 66px;
	box-shadow: 0 0 0 1px #FFFFFF;
	display: inline-block;
	color: #FFFFFF;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_web_koho/images/icon/icon_arrow_prev_bl.png);
	left: -20px;
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_web_koho/images/icon/icon_arrow_next_bl.png);
	background-position: calc(50% + 2px) center;
	right: -20px;
}
.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: 112.5%;
	line-height: 1;
	color: #222222;
}
.splide_common .splide__progress .progress_current {
	font-size: 156.2%;
	color: #33769B;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 10px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(18deg);
	background-color: #222222;
}
.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_web_koho/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
	background-image: url(/shared/site_web_koho/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_web_koho/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_web_koho/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
================================================== */
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 0 0 11px;
	padding: 10px 0 0px;
}
.custom_special #tmp_wrap_custom_update{
	margin-bottom: 22px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
}
#tmp_print,
#tmp_update,
#tmp_pageid {
	display: inline-block;
	vertical-align: top;
	line-height:1.2;
}
#tmp_update,
#tmp_pageid {
	font-size: 87.5%;
	margin-top: 2px;
}
#tmp_update {
	margin-left: 24px;
}
#tmp_pageid {
	margin-left: 10px;
}
#tmp_print {
	margin-left: 9px;
}
#tmp_print a{
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	background-color: #222222;
	background-repeat: no-repeat;
	background-image: url(/shared/site_web_koho/images/icon/print.png);
	background-size: auto;
	background-position: 7px center;
	min-width: 59px;
	min-height: 18px;
	text-decoration: none;
	text-align: left;
	font-size: 75%;
	padding: 4px 7px 0 27px;
	line-height: 1;
	border-radius: 9px;
	font-weight: bold;
}
#tmp_print a:hover {
	text-decoration: underline;
}
.no_javascript #tmp_print {
	display: none;
}
/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:40px;
	padding:35px 12px 5px;
	background:#f6f6f6 url(/shared/site_web_koho/images/icon/scroll_table_icon.png) right 13px top 10px no-repeat;
	background-size:75px 15px;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 17px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:2px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 8px 6px 68px;
	text-decoration:none;
	background:#FFFFFF url(/shared/site_web_koho/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	min-width: 9em;
	text-align:center;
	font-weight: bold;
	box-shadow: 0 2px 9.5px 0.5px rgba(11, 73, 154, 0.15);
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_web_koho/images/icon/scroll_table_df.png) 6px center no-repeat;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.custom_special .scroll_table{
	margin-bottom: 51px;
}
/* feedback
================================================== */
#tmp_feedback{
	margin-top: 40px;
	margin-bottom: 60px;
	border: 1px solid #cbcbcb;
}
#tmp_feedback_ttl{
	background-color: #f8f4ea;
	padding: 14px 28px 14px;
}
#tmp_inquiry_ttl h2,
#tmp_feedback_ttl h2{
	font-size: 137.5%;
	line-height: 1.3;
}
#tmp_feedback_cnt{
	padding: 21px 27px 23px;
}
#tmp_feedback_cnt legend{
	font-weight: bold;
	margin-bottom: 9px;
}
#tmp_feedback_cnt p input[type="radio"]{
	width: 15px;
	height: 15px;
	margin-right: 3px;
	position: relative;
	top: 2px;
}
#tmp_feedback_cnt fieldset{
	margin-bottom: 14px;
}
#tmp_feedback_cnt fieldset label{
	cursor: pointer;
}
#tmp_feedback_cnt fieldset > p {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 5px;
}
#tmp_feedback_cnt .submit{
	padding-top: 5px;
}
#tmp_feedback_cnt .submit input{
	border: none;
	display: block;
	max-width: 220px;
	width: 100%;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	margin: 0 auto;
	padding: 11px 30px 8px 20px;
	border-radius: 50px;
	cursor: pointer;
	background: #347aa0 url(/shared/site_web_koho/images/icon/arrow_icon.png) right 18px center no-repeat;
	background-size: 10px auto;
}
.custom_special #tmp_feedback_cnt .submit input{
	background-color: #ba5b16;
}
.custom_special #tmp_feedback_ttl h2{
	line-height: 1.5;
}
.custom_special #tmp_feedback_ttl{
	padding: 12px 29px 7px;
}
/* creator page
================================================== */
#tmp_inquiry{
	margin-top: 42px;
	margin-bottom: 40px;
	border: 1px solid #cbcbcb;
}
#tmp_inquiry_ttl{
	background-color: #f8f4ea;
	padding: 17px 28px 14px;
}
#tmp_inquiry_cnt p{
	margin-bottom: 4px;
}
#tmp_inquiry_cnt{
	padding: 21px 27px 18px;
}
/* rnavi
================================================== */
#tmp_lnavi{
	border-radius: 20px;
	margin-bottom: 66px;
	margin-top: 60px;
}
.custom_special #tmp_lnavi{
	margin-bottom: 57px;
}
#tmp_lnavi_ttl h2{
	background-color: #347aa0;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	padding: 25px 15px 19px 53px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#tmp_lnavi_ttl a{
	color: #FFFFFF;
	padding: 25px 15px 19px 53px;
	display: block;
	margin: -25px -15px -19px -53px;
	text-decoration: none;
	outline-offset: -1px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #347aa0 url(/shared/site_web_koho/images/icon/arrow_icon.png) left 29px center no-repeat;
	background-size: 10px auto;
}
.custom_special #tmp_lnavi_ttl h2,
.custom_special #tmp_lnavi_ttl a{
	background-color: #ba5b16;
}
#tmp_lnavi_cnt ul{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	list-style: none;
}
#tmp_lnavi_cnt{
	border: 1px solid #cbcbcb;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#tmp_lnavi_cnt ul li{
	border-bottom: 1px solid #cbcbcb;
}
#tmp_lnavi_cnt ul li:last-child{
	border-bottom: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#tmp_lnavi_cnt ul li:last-child a{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#tmp_lnavi_cnt ul li a{
	display: block;
	outline-offset: -1px;
	text-decoration: none;
	padding: 14px 23px 18px 53px;
	line-height: 1.5;
	background: #FFFFFF url(/shared/site_web_koho/images/icon/arrow_blue_icon.png) left 28px top 20px no-repeat;
	background-size: 10px auto;
}
.custom_special #tmp_lnavi_cnt ul li a{
	background-image: url(/shared/site_web_koho/images/icon/arrow_orange_icon.png);
}
#tmp_pankuzu{
	margin-bottom: 40px;
}
.custom_special #tmp_pankuzu{
	margin-bottom: 49px;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_cnt ul li.active a,
#tmp_lnavi_cnt ul li a:hover{
	text-decoration: underline;
}
/* ==================================================
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
================================================== */
.color_blue #tmp_lnavi_ttl,
.color_yellow #tmp_lnavi_ttl,
.color_black #tmp_lnavi_ttl{
	border: 1px solid;
	border-bottom: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.color_blue #tmp_feedback_ttl,
.color_yellow #tmp_feedback_ttl,
.color_black #tmp_feedback_ttl,
.color_blue #tmp_inquiry_ttl,
.color_yellow #tmp_inquiry_ttl,
.color_black #tmp_inquiry_ttl{
	border-bottom: 1px solid;
}
/* 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;
}
.color_blue #tmp_cnt_middle .cnt_middle_wrap,
.color_black #tmp_cnt_middle .cnt_middle_wrap,
.color_yellow #tmp_cnt_middle .cnt_middle_wrap{
	position: relative;
}
.color_blue #tmp_cnt_middle .cnt_middle_wrap:before,
.color_black #tmp_cnt_middle .cnt_middle_wrap:before,
.color_yellow #tmp_cnt_middle .cnt_middle_wrap:before,
.color_blue #tmp_cnt_middle .cnt_middle_wrap:after,
.color_black #tmp_cnt_middle .cnt_middle_wrap:after,
.color_yellow #tmp_cnt_middle .cnt_middle_wrap:after{
	content: '';
	pointer-events: none;
	position: absolute;
	z-index: 101;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 2px solid;
}
.color_blue #tmp_cnt_middle .cnt_middle_wrap:after,
.color_black #tmp_cnt_middle .cnt_middle_wrap:after,
.color_yellow #tmp_cnt_middle .cnt_middle_wrap:after{
	left: auto;
	right: 0;
}
.color_blue #tmp_header .header_fixed_inner,
.color_black #tmp_header .header_fixed_inner,
.color_yellow #tmp_header .header_fixed_inner{
	border-bottom: 1px solid;
}
.color_blue #tmp_sma_rmenu .sma_sch_inner,
.color_black #tmp_sma_rmenu .sma_sch_inner,
.color_yellow #tmp_sma_rmenu .sma_sch_inner{
	border: 2px solid;
}
.color_blue #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span{
	text-indent: 0 !important;
}
.color_blue #tmp_hlogo h1,
.color_black #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_black #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_blue #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span{
	height: auto !important;
}
.color_blue #tmp_layout_fixed .menu_box,
.color_black #tmp_layout_fixed .menu_box,
.color_yellow #tmp_layout_fixed .menu_box,
.color_blue #tmp_header .header_quote > span,
.color_black #tmp_header .header_quote > span,
.color_yellow #tmp_header .header_quote > span,
.color_blue #tmp_hnavi_s > ul > li > a,
.color_black #tmp_hnavi_s > ul > li > a,
.color_yellow #tmp_hnavi_s > ul > li > a,
.color_blue #tmp_animate_control > a,
.color_black #tmp_animate_control > a,
.color_yellow #tmp_animate_control > a,
.color_blue .ranking_list > li > a > span.item_img > span.num,
.color_black .ranking_list > li > a > span.item_img > span.num,
.color_yellow .ranking_list > li > a > span.item_img > span.num{
	border: 1px solid !important;
}
.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span,
.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span,
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span,
.color_blue .menu_box .menu_box_ttl > .ttl > span,
.color_black .menu_box .menu_box_ttl > .ttl > span,
.color_yellow .menu_box .menu_box_ttl > .ttl > span{
	padding-top: 0 !important;
}
.color_blue #tmp_header .header_quote > span:after,
.color_black #tmp_header .header_quote > span:after,
.color_yellow #tmp_header .header_quote > span:after,
.color_blue #tmp_layout_fixed:after,
.color_black #tmp_layout_fixed:after,
.color_yellow #tmp_layout_fixed:after,
.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:before,
.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:before,
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:before,
.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:after,
.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:after,
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span:after{
	content: none;
}
.color_blue .menu_box .menu_box_ttl,
.color_black .menu_box .menu_box_ttl,
.color_yellow .menu_box .menu_box_ttl{
	padding-right: 0 !important;
}
.color_blue .menu_box .menu_box_ttl > .ttl,
.color_black .menu_box .menu_box_ttl > .ttl,
.color_yellow .menu_box .menu_box_ttl > .ttl{
	padding-left: 0 !important;
}
.color_blue #tmp_sma_rmenu,
.color_black #tmp_sma_rmenu,
.color_yellow #tmp_sma_rmenu,
.color_blue #tmp_sma_rmenu .sma_sch,
.color_black #tmp_sma_rmenu .sma_sch,
.color_yellow #tmp_sma_rmenu .sma_sch,
.color_blue #tmp_animate_control > a > span:before,
.color_black #tmp_animate_control > a > span:before,
.color_yellow #tmp_animate_control > a > span:before{
	background-color: transparent !important;
}
.color_blue .wrap_sma_sch .close_btn > a,
.color_black .wrap_sma_sch .close_btn > a,
.color_yellow .wrap_sma_sch .close_btn > a,
.color_blue #tmp_footer,
.color_black #tmp_footer,
.color_yellow #tmp_footer{
	border-top: 1px solid;
}
.color_yellow .gnavi li a:before,
.color_yellow .gnavi li a:after{
	border-color: #000000;
}
.color_blue #tmp_animate_control > a > span:before,
.color_black #tmp_animate_control > a > span:before,
.color_yellow #tmp_animate_control > a > span:before{
	border: 1px solid #ffffff !important;
}
.color_yellow #tmp_animate_control > a > span:before{
	border-color: #00008B !important;
}
.color_yellow #tmp_animate_control > a.active > span:after{
	border-color: transparent transparent transparent #00008B !important;
}
.color_blue #tmp_animate_control > a.active > span:after,
.color_black #tmp_animate_control > a.active > span:after{
	border-color: transparent transparent transparent #ffffff !important;
}
.color_yellow #tmp_animate_control > a > span:after{
	border-color:#00008B !important;
}
.color_blue #tmp_animate_control > a > span:after,
.color_black #tmp_animate_control > a > span:after{
	border-color:#ffffff !important;
}
.color_blue #tmp_layout_fixed .ranking_list > li > a > span.item_img > span.num,
.color_blue #tmp_means > ul > li > a.ac_active:after{
	background-color: #00008B !important;
}
.color_black #tmp_layout_fixed .ranking_list > li > a > span.item_img > span.num,
.color_black #tmp_means > ul > li > a.ac_active:after{
	background-color: #000000 !important;
}
.color_yellow #tmp_layout_fixed .ranking_list > li > a > span.item_img > span.num,
.color_yellow #tmp_means > ul > li > a.ac_active:after{
	background-color: #FFFF00 !important;
}
.color_blue #tmp_footer .pnavi span,
.color_black #tmp_footer .pnavi span,
.color_yellow #tmp_footer .pnavi span{
	z-index: -1 !important;
}
.color_blue #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a{
	background-image: url(/shared/site_web_koho/images/footer/ptop_icon.png) !important;
}
.color_yellow #tmp_footer .pnavi a{
	background-image: url(/shared/site_web_koho/images/footer/ptop_icon_black.png) !important;
}
.color_blue #tmp_wrapper .bubble_wrap_left,
.color_blue #tmp_wrapper .bubble_wrap_right,
.color_black #tmp_wrapper .bubble_wrap_left,
.color_black #tmp_wrapper .bubble_wrap_right,
.color_yellow #tmp_wrapper .bubble_wrap_left,
.color_yellow #tmp_wrapper .bubble_wrap_right{
	display: none;
}
.color_blue #tmp_cnt_left .search_cate_list li a,
.color_black #tmp_cnt_left .search_cate_list li a {
    border: 1px solid #FFFF00;
}
.color_yellow #tmp_cnt_left .search_cate_list li a {
    border: 1px solid #000000;
}
/* ==================================================
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;
}
.fsize_big2 #tmp_animate_control > a > span:after{
	top: 31%;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.no_javascript #tmp_cnt_left,
.no_javascript #tmp_cnt_right{
	position: absolute;
}
.no_javascript #tmp_header_wrap,
.no_javascript #tmp_header .header_fixed_inner{
	position: static;
	transform: none;
}
.no_javascript #tmp_wrapper .bubble_wrap_left,
.no_javascript #tmp_wrapper .bubble_wrap_right{
	display: none;
}
/* ==================================================
means
================================================== */

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

/* ==================================================
Bubble animation
================================================== */
.bubble_wrap_left {
	position: absolute;
	height: 80%;
	left: -135px;
	bottom: 0;
	transform: rotate(-12deg);
	z-index: -1;
	min-height: 600px;
}
.bubble_wrap_right {
	position: absolute;
	height: 50%;
	right: 17px;
	transform: rotate(6deg);
	top: 0;
	z-index: -1;
	min-height: 250px;
}
#tmp_cnt_right .bubble_wrap_left {
	transform: rotate(15deg);
	left: 50px;
	bottom: -125px;
	height: 60%;
}
#tmp_cnt_right .bubble_wrap_right {
	transform: rotate(-12deg);
	right: -90px;
	height: 50%;
	top: 0;
}
.bubble {
	position: absolute;
	transform: scale(0);
	opacity: 0;
	width: 32px;
	height: 32px;
	bottom: 0;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
}
.bubble_2 {
	width: 12px;
	height: 12px;
}
#tmp_animate_control{
	text-align: center;
	margin-top: 41px;
}
#tmp_animate_control > a{
	text-decoration: none;
	display: inline-block;
	min-width: 220px;
	font-weight: bold;
	font-size: 87.5%;
	color: #ffffff;
	background-color: #347aa0;
	border-radius: 18px;
	padding: 6px 5px 7px 12px;
	margin-bottom: 50px;
}
#tmp_animate_control > a > span{
	position: relative;
	min-height: 22px;
	padding-left: 28px;
}
#tmp_animate_control > a > span:before,
#tmp_animate_control > a > span:after{
	content: '';
	position: absolute;
}
#tmp_animate_control > a > span:after{
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	left: 7px;
	width: 7px;
	height: 7px;
	border-style:inherit;
	border-left: 2px solid #347aa0;
	border-right: 2px solid #347aa0;
}
#tmp_animate_control > a > span:before{
	top: -1px;
	left: 0;
	width: 21px;
	height: 21px;
	color: #347aa0;
	background-color: #ffffff;
	border-radius: 50%;
}
.no_javascript #tmp_animate_control > a > span:after,
#tmp_animate_control > a.active > span:after{
	left: 8px;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #347aa0;
	background-color: transparent;
	border-style: solid;
}
.no_javascript #tmp_animate_control a .stop,
#tmp_animate_control .start,
#tmp_animate_control a.active .stop {
	display: none;
}
.no_javascript #tmp_animate_control a .start,
#tmp_animate_control a.active .start {
	display: inline;
}

.furigana_on #tmp_cnt_right .official_sns_list li a,
.furigana_on #tmp_cnt_left .search_cate_list li a {
	display: block;
	padding-top: 10px;
}

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

/* ==================================================
print
================================================== */
@media print {
	#tmp_cnt_left {
		display: none;
	}
	#tmp_cnt_right {
		display: none;
	}
	.fixed_header #tmp_header {
		display: none;
	}
}