@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #0049ba;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 100%;
	color: #222222;
	background-color: transparent;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #bf1111;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #17721e;
	/* Setting by CMS sheets */
}

.txt_orange {
	color: #C54914;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	min-width: 1220px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 245px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 0;
	/* デザインによって変更 */
	color: inherit;
	background-color: transparent;
}

.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: -285px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 285px;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_header {
	position: relative;
	padding: 18px 0 26px;
	background-color: #ffffff;
	color: #222222;
	box-shadow: 0 1px 5px 0 #7e7e7e;
	z-index: 99;
}
#tmp_hlogo {
	float: left;
}
#tmp_hlogo > h1,
#tmp_hlogo > p {
	display: block;
	width: 120px;
	height: 59px;
	background: #ffffff url(/shared/site_transport/images/header/hlogo.png) no-repeat;
	color: #222222;
	background-size: 100% auto;
	font-size: 100%;
}
#tmp_hlogo a {
	display: block;
	width: 120px;
	height: 59px;
}
#tmp_hlogo > h1 span,
#tmp_hlogo > p span {
	display: block;
	width: 120px;
	height: 59px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_hlogo .hlogo_title {
	padding-left: 43px;
	position: relative;
	top: 2px;
}
#tmp_hlogo .hlogo_title p {
	width: 379px;
	height: 61px;
	background: url(/shared/site_transport/images/header/hlogo_title.png) no-repeat;
	background-size: 100% auto;
}
#tmp_hlogo .hlogo_title span {
	display: inline-block;
    height: 100%;
    text-indent: -9999px;
}
#tmp_means {
	float: right;
	padding-top: 18px;
	width: 676px;
}
#tmp_means .means_inner {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
    justify-content: flex-end;
}
#tmp_means .means_pagehome {
	display: none;
}
#tmp_means .means_inner > li {
	margin-left: 10px;
}
#tmp_means .means_inner > li:first-child {
	margin-left: 0;
}
#tmp_means .means_inner > li > a {
	display: block;
	font-size: 87.5%;
	font-weight: bold;
	color: #222222;
	background-color: #ffffff;
	background-repeat: no-repeat;
	border: 1px solid #c2c8cc;
	box-shadow: 0 2px 0 0 #dbdbdb;
	min-height: 32px;
    min-width: 150px;
	padding: 6px 10px 4px 42px;
	text-decoration: none;
	border-radius: 16px;
	transition: border-color 0.3s ease-in-out;
}
#tmp_means .means_inner .means_furigana > a {
	background-image: url(/shared/site_transport/images/header/icon_furigana.png);
	background-size: 22px auto;
	background-position: 7px center;
}
#tmp_means .means_inner .means_language {
	position: relative;
}
#tmp_means .means_inner .means_language > a {
	min-width: 146px;
	padding-left: 47px;
	background-image: url(/shared/site_transport/images/header/icon_language.png);
	background-size: 22px auto;
	background-position: 12px center;
}
#tmp_means .means_inner .means_setting > a {
	background-image: url(/shared/site_transport/images/header/icon_setting.png);
	background-size: 22px auto;
	background-position: 6px center;
}
#tmp_means .means_inner > li > a:hover {
	border-color: #ff9e1b;
}
#tmp_means .means_inner .means_language > a.active {
	padding-left: 61px;
	background-color: #634009;
	color: #ffffff;
	background-image: url(/shared/site_transport/images/icon/icon_close_white.png);
	background-size: 12px auto;
	background-position: 43px center;
	font-weight: 500;
	border-color: #634009;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out,color 0.3s ease-in-out;
}
#tmp_means .means_inner .means_language > a.active:hover {
	background-color: #ffaf4b;
	border-color: #ffaf4b;
	color: #222222;
	background-image: url(/shared/site_transport/images/icon/icon_close_black.png);
}
.format_free #tmp_hlogo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
}
.format_free #tmp_means {
	width: 650px;
}
.format_free #tmp_header {
	padding-bottom: 24px;
}
/* sma_language */
#tmp_sma_language {
	position: absolute;
    left: 0;
    right: 0;
    color: #222222;
    background-color: #ffffff;
    border: 3px solid #ffb552;
	border-radius: 10px;
    padding: 17px 17px 9px;
    top: 100%;
	display: none;
	z-index: 9;
}
#tmp_sma_language .language_list{
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
}
#tmp_sma_language .language_list li {
	width: calc((100% - 36px) / 4);
}
#tmp_sma_language .language_list li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	width: 100%;
	text-decoration: none;
	font-size: 87.5%;
	font-weight: normal;
	color: #222222;
	background: #ffffff url(/shared/site_transport/images/icon/icon_arrow_orange.png) 8px 11px no-repeat;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	background-size: 13px auto;
	padding: 8px 8px 8px 31px;
	word-break: break-all;
	transition: border-color 0.3s ease-in-out;
}
#tmp_sma_language .load_more {
	text-align: center;
	margin-top: 20px;
}
#tmp_sma_language .load_more a {
	position: relative;
    display: inline-block;
    text-align: center;
    font-size: 87.5%;
	padding: 6px 10px 2px;
    min-height: 27px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    background-color: #ffe59e;
    color: #222222;
    min-width: 312px;  
	border-radius: 5px;
	transition: border-color 0.3s ease-in-out,background-color 0.3s ease-in-out;
}
#tmp_sma_language .load_more a:before {
	content: '';
    position: relative;
	top: -2px;
	left: 2px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: url(/shared/site_transport/images/icon/icon_down_orange.png) no-repeat;
    background-size: 100% auto;
}
.wrap_sma_sch .close_btn {
	text-align: center;
	margin-top: 15px;
}
.wrap_sma_sch .close_btn a {
	display: inline-block;
	font-size: 87.5%;
	text-decoration: none;
	font-weight: 500;
	color: #222222;
	background-color: transparent;
}
.wrap_sma_sch .close_btn a span {
	display: inline-block;
	padding: 4px 0 2px 22px;
	background: url(/shared/site_transport/images/icon/icon_close_black.png) 1px center no-repeat;
    background-size: 12px auto;
}
#tmp_sma_language .language_list li a:hover {
	border-color: #ff9e1b;
}
#tmp_sma_language .load_more a:hover {
	border-color: #ff9e1b;
	background-color: #ffffff;
}
.wrap_sma_sch .close_btn a:hover span{
	text-decoration: underline;
}
/* gnavi
================================================== */
#tmp_gnavi {
	padding: 14px 0 0;
	color: #222222;
	background: #f1f1f1 url(/shared/site_transport/images/main/bg_main_overlay.png) center center no-repeat;
	background-size: 100% auto;
	border-bottom: 5px solid #ffaf4b;
}
#tmp_gnavi .container {
	padding: 0 7px;
}
.gnavi {
	background-color: #ffaf4b;
	color: #222222;
	border: 3px solid #ffaf4b;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	clear: both;
}
.gnavi ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	border: 1px solid #ffffff;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.gnavi li {
	width: 188px;
}
.gnavi li.glist1 {
	width: 70px;
}
.gnavi a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px 10px 68px;
	text-decoration: none;
	color: #222222;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	background-repeat: no-repeat;
	background-position: center left;
	height: 100%;
	align-items: center;
	background-position: 14px center;
	transition: background-color 0.3s ease-in-out;
}
.gnavi li:last-child > a {
	border-right: 0;
}
.gnavi .glist1 a {
	padding: 40px 5px 3px;
	background-image: url(/shared/site_transport/images/icon/icon_home.png);
	background-size: 29px auto;
	background-position: center 12px;
}
.gnavi .glist2 a {
	background-image: url(/shared/site_transport/images/icon/icon_glist_02.png);
	background-size: 42px auto;
}
.gnavi .glist3 a {
	background-image: url(/shared/site_transport/images/icon/icon_glist_03.png);
	background-size: 41px auto;
}
.gnavi .glist4 a {
	background-image: url(/shared/site_transport/images/icon/icon_glist_04.png);
	background-size: 41px auto;
}
.gnavi .glist5 a {
	background-image: url(/shared/site_transport/images/icon/icon_glist_05.png);
	background-size: 41px auto;
}
.gnavi .glist6 a {
	background-image: url(/shared/site_transport/images/icon/icon_glist_06.png);
	background-size: 41px auto;
}
.gnavi .glist7 a {
	background-image: url(/shared/site_transport/images/icon/icon_glist_07.png);
	background-size: 31px auto;
	background-position: 21px center;
}
.gnavi .active a,
.gnavi a:hover {
	background-color: #ffffff;
}
.gnavi a:focus {
	outline-offset: -2px;
}
.format_top #tmp_gnavi {
	display: none;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:87.5%;
	margin:10px -5px 0;
}
/* update
================================================== */
#tmp_custom_update{
	text-align: right;
	margin-top: 18px;
    margin-bottom: 10px;
}
#tmp_update{
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
	font-size:87.5%;
}
/* inquiry & feedback
================================================== */
#tmp_inquiry,
#tmp_feedback {
    margin: 0 0 61px;
	padding: 0 19px;
	background-color: #ffffff;
    color: inherit;
	border: 1px solid #c2c8cc;
	border-radius: 10px;
	overflow: hidden;
    clear: both;
}
#tmp_inquiry_ttl,
#tmp_feedback_ttl {
	padding: 22px 0 21px;
	border-bottom: 1px solid #c2c8cc;
    font-weight: bold;
    font-size: 150%;
}
#tmp_inquiry_ttl h2,
#tmp_feedback_ttl h2 {
    font-size: 100%;
}
/* inquiry */
#tmp_inquiry_cnt {
    padding: 26px 0 25px;
}
#tmp_inquiry_cnt .inquiry_btn {
    margin: 23px auto 0;
    text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn input {
    min-width: 300px;
    cursor: pointer;
    text-align: center;
    padding: 12px 42px 11px;
    font-weight: bold;
    font-size: 112.5%;
    color: inherit;
    background: #ffffff url(/shared/templates/transport_free/images/icon_navi_orange_arrow.png) no-repeat 22px center;
    border: 1px solid #c2c8cc;
    box-shadow: 0 2px 0 0 #dbdbdb;
    border-radius: 5px;
}
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_inquiry_cnt .inquiry_btn input:focus {
	text-decoration: underline;
}
/* feedback */
#tmp_feedback_cnt {
	padding: 27px 0 29px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.8em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.6em;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 2em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
    margin: 23px auto 0;
    text-align: center;
}
#tmp_feedback_cnt .submit input {
    min-width: 300px;
    cursor: pointer;
    text-align: center;
    padding: 12px 42px 11px;
    font-weight: bold;
    font-size: 112.5%;
    color: inherit;
    background: #ffffff url(/shared/templates/transport_free/images/icon_navi_orange_arrow.png) no-repeat 22px center;
    border: 1px solid #c2c8cc;
    box-shadow: 0 2px 0 0 #dbdbdb;
    border-radius: 5px;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus {
	text-decoration: underline;
}

/* lnavi
================================================== */
#tmp_lnavi {
	margin-top: 12px;
	border: 1px solid #c2c8cc;
	border-radius: 10px;
	overflow: hidden;
}
#tmp_lnavi_ttl {
    padding: 17px 9px 16px 15px;
	background-color: #fdc885;
	color: #222222;
	border-bottom: 1px solid #fdc885;
	font-size: 137.5%;
	font-weight: bold;
}
#tmp_lnavi_ttl a {
	display: block;
	margin: -17px -9px -16px -15px;
    padding: 17px 9px 16px 44px;
    color: inherit;
	background: transparent url(/shared/templates/transport_free/images/icon_navi_wh_arrow.png) 15px 22px no-repeat;
    text-decoration: none;
	border-radius: 10px 10px 0 0;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus {
	text-decoration: underline;
}
#tmp_lnavi_ttl a:focus-visible {
	outline-offset: -2px;
}
#tmp_lnavi_cnt ul {
	list-style: none;
}
#tmp_lnavi_cnt li {
	border-bottom: 1px solid #c2c8cc;
}
#tmp_lnavi_cnt li:last-child {
	border-bottom: 0;
}
#tmp_lnavi_cnt li a {
    display: block;
	padding: 14px 10px 15px 35px;
    color: #222222;
    background: #ffffff url(/shared/templates/transport_free/images/icon_navi_orange_arrow.png) 15px 18px no-repeat;
	text-decoration: none;
	line-height: 1.6;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_lnavi_cnt li:last-child a {
	border-radius: 0 0 10px 10px;
}
#tmp_lnavi_cnt li.active a,
#tmp_lnavi_cnt li a:hover,
#tmp_lnavi_cnt li a:focus {
	background-color: #ffeedb;
}
#tmp_lnavi_cnt li a:focus-visible {
	text-decoration: underline;
	outline-offset: -1px;
}

/* footer
================================================== */
#tmp_footer {
	padding-top: 130px;
	overflow: hidden;
}
#tmp_footer .footer_wrap {
	position: relative;
	background-color: #3c781a;
	color: #ffffff;
	border-top: 12px solid #b9d43f;
}
#tmp_footer .footer_wrap:before {
	content: '';
	position: absolute;
	top: -132px;
	left: calc((100% - 1200px) / 2);
	width: 806px;
	height: 121px;
	background: url(/shared/site_transport/images/footer/bg_footer.png) no-repeat;
	background-size: 100% auto;
}
.format_free #tmp_footer {
	padding-top: 193px;
}
#tmp_footer .footer_inner{
	position: relative;
	padding: 46px 0 29px;
}
#tmp_footer .footer_cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#tmp_footer .footer_address {
	width: 50%;
}
#tmp_footer .footer_address address {
	margin: 0;
	font-style: normal;
	font-size: 112.5%;
	font-weight: bold;
}
#tmp_footer .page_home {
	flex: 1;
	text-align: right;
	padding: 5px 3px 0 0;
}
#tmp_footer .page_home a {
	display: inline-block;
	padding: 6px 15px 4px 30px;
    min-width: 193px;
	text-decoration: none;
	background: #f6ffe8 url(/shared/site_transport/images/icon/icon_arrow_black_pc.png) 17px center no-repeat;
	color: #224f09;
	font-size: 87.5%;
	font-weight: bold;
	background-size: 8px auto;
	border: 1px solid #f6ffe8;
	border-radius: 16px;
	line-height: 1.4;
	transition: border-color 0.3s ease-in-out,background-color 0.3s ease-in-out;
}
.copyright {
	font-size: 87.5%;
	margin-top: 11px;
	font-weight: 500;
}
#tmp_footer .page_home a:hover {
	border-color: #ff9e1b;
	background-color: #ffffff;
}
/* pnavi
================================================== */
.pnavi {
	position: absolute;
	right: 21px;
	top: -91px;
}
.pnavi .ptop a {
	font-size: 87.5%;
	position: relative;
	display: block;
	text-decoration: none;
	background: #b9d43f url(/shared/site_transport/images/footer/icon_pnavi.png) center center no-repeat;
	color: #222222;
	padding: 10px;
    line-height: 1.3;
    text-align: center;
	min-width: 100px;
	min-height: 80px;
	border-radius: 20px 20px 0 0;
	border: 3px solid #b9d43f;
	border-bottom: 0;
	overflow: hidden;
	transition: background-color 0.3s ease-in-out;
}
.pnavi .ptop a:focus {
	text-decoration: underline;
}
.pnavi .ptop a span {
	display: inline-block;
	text-indent: -999px;
}
.pnavi .ptop a:hover {
	background-color: #ffffff;
}
/* ==================================================
layout
================================================== */


/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.9%;
	margin-right: 2.2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.9%;
	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.33333%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 20px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.9%;
	margin-right: 2.15%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.9%;
	float: left;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_lnavi_cnt li a {
	background-position: 15px 14px;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
accessibility 
================================================== */
.color_blue #tmp_header,
.color_black #tmp_header,
.color_yellow #tmp_header {
	box-shadow: none;
	border-bottom: 1px solid;
}
.color_blue #tmp_hlogo p a,
.color_black #tmp_hlogo p a,
.color_yellow #tmp_hlogo p a  {
	text-decoration: none;
	font-weight: bold;
}
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo p span {
	color: #FFFF00 !important;
}
.color_yellow #tmp_hlogo p span {
	color: #000000 !important;
}
.color_blue #tmp_hlogo .hlogo_title span,
.color_black #tmp_hlogo .hlogo_title span,
.color_yellow #tmp_hlogo .hlogo_title span {
	text-indent: 0;
	font-weight: bold;
}
.color_blue #tmp_sma_language .load_more a:before,
.color_black #tmp_sma_language .load_more a:before,
.color_yellow #tmp_sma_language .load_more a:before,
.color_blue #tmp_footer .footer_wrap:before,
.color_black #tmp_footer .footer_wrap:before,
.color_yellow #tmp_footer .footer_wrap:before {
	content: none;
}
.color_blue .pnavi .ptop a span,
.color_black .pnavi .ptop a span,
.color_yellow .pnavi .ptop a span {
	text-indent: 0;
}
.color_blue #tmp_means .means_inner > li > a:hover,
.color_black #tmp_means .means_inner > li > a:hover,
.color_yellow #tmp_means .means_inner > li > a:hover,
.color_blue .gnavi a:hover,
.color_black .gnavi a:hover,
.color_yellow .gnavi a:hover,
.color_blue .pnavi .ptop a:hover span,
.color_black .pnavi .ptop a:hover span,
.color_yellow .pnavi .ptop a:hover span,
.color_blue #tmp_footer .page_home a:hover,
.color_black #tmp_footer .page_home a:hover,
.color_yellow #tmp_footer .page_home a:hover,
.color_blue #tmp_sma_language .language_list li a:hover,
.color_black #tmp_sma_language .language_list li a:hover,
.color_yellow #tmp_sma_language .language_list li a:hover,
.color_blue #tmp_sma_language .load_more a:hover,
.color_black #tmp_sma_language .load_more a:hover,
.color_yellow #tmp_sma_language .load_more a:hover,
.color_blue #tmp_hnavi_s > ul > li > a:hover,
.color_black #tmp_hnavi_s > ul > li > a:hover,
.color_yellow #tmp_hnavi_s > ul > li > a:hover {
	text-decoration: underline;
}
.fsize_big2 #tmp_means .means_inner .means_language > a {
	min-width: 210px;
}
.fsize_big #tmp_means .means_inner .means_language > a {
	min-width: 161px;
}
.color_blue #tmp_lnavi_cnt li.active a,
.color_blue #tmp_lnavi_cnt li a:hover,
.color_blue #tmp_lnavi_cnt li a:focus {
	background-color: #FFFF00 !important;
	color: #00008B !important;
}
.color_black #tmp_lnavi_cnt li.active a,
.color_black #tmp_lnavi_cnt li a:hover,
.color_black #tmp_lnavi_cnt li a:focus {
	background-color: #FFFF00 !important;
	color: #000000 !important;
}
.color_yellow #tmp_lnavi_cnt li.active a,
.color_yellow #tmp_lnavi_cnt li a:hover,
.color_yellow #tmp_lnavi_cnt li a:focus {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.color_blue #tmp_feedback_cnt .submit input,
.color_black #tmp_feedback_cnt .submit input,
.color_yellow #tmp_feedback_cnt .submit input {
	box-shadow: none;
}
/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#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 */
}