@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 {
    color: #333333;
}
a:hover,
a:focus {
    text-decoration: none;
}
body {
    font-size: 112.5%;
    color: #222222;
    background-color: transparent;
}
.no_javascript .not_js {
	padding-left:190px;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#c01213; /* Setting by CMS sheets */
}
.txt_green {
	color:#28771c; /* 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 {
    position: relative;
    max-width: 1328px;
    min-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
#tmp_wrapper:before {
    content: '';
    position: absolute;
    display: block;
    width: 180px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #b4bbd5;
    box-shadow: 2px 0px 4.75px 0.25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0px 4.75px 0.25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 4.75px 0.25px rgba(0, 0, 0, 0.2);
    z-index: 3;
}
#tmp_transit_block,
#tmp_main_block {
    position: relative;
    float: left;
    overflow: hidden;
    max-width: calc(100% - 180px);
	width:100% !important;
}
.newTransit {
    display: none;
}
.container {
    width: 1280px;
    margin: 0 auto;
}
#tmp_wrap_main {
    position: relative;
    left: 0;
    color: #222222;
    background-color: #FFFFFF;
    padding: 26px 49px 0;
}
#tmp_transit_block #tmp_wrap_main {
    width: 100%;
}
#tmp_wrap_main2 {
	padding-top:6px;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
/* format カラムのレイアウトのbaseロジック
================================================== */
.wrap_col_nm {
    width: 100%;    /* 変更しない */
    float: left;    /* 変更しない */
}
.col_nm {
    width: 100%;    /* 変更しない */
}
.wrap_col_lft_navi {
    float: left;    /* 変更しない */
    position: relative;    /* 変更しない */
    z-index: 1;    /* 変更しない */
}
.wrap_col_rgt_navi {
    float: right;    /* 変更しない */
}
.column_rnavi .wrap_col_main {
    width: 100%;    /* 変更しない */
    float: left;    /* 変更しない */
}
.col_main {
    padding:0;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi {
    width: 220px;
}
.format_free .column_rnavi .wrap_col_main {
    margin-right: -220px;
}
.format_free .column_rnavi .col_main {
    margin-right: 250px;
}
/* col_rnavi_img */
.col_rgt_navi .col_rnavi_img {
    margin-bottom: 24px;
}
.col_rgt_navi .col_rnavi_img a {
    display: inline-block;
}
.col_rgt_navi .col_rnavi_img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    box-shadow: 5px 3px 6px rgb(50 54 54);
}
#tmp_contents {
	padding:0 0 40px;
}

/* header
================================================== */
#tmp_header {
    position: relative;
    z-index: 100;
    width:180px;
	background-color:#b4bbd5;
	color:#FFFFFF;
    float: left;
}
#tmp_hlogo {
	margin-bottom: 6px;
    background-color: #004359;
    color: #ffffff;
	border-bottom: 2px solid transparent;
    text-align: center;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    display: block;
    width: 180px;
    height: 170px;
}
#tmp_hlogo h1,
#tmp_hlogo p a {
    color: #ffffff;
    background: #004359 url(/shared/site_idsc/images/header/logo.png) no-repeat center center;
}
#tmp_hlogo h1 a {
    color: #ffffff;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.hfunction_menu {
    list-style: none;
    margin: 0;
}
.hfunction_menu > li {
	margin-bottom: 2px;
    font-size: 88.89%;
	border-bottom: 2px solid #969eba;
}
.hfunction_menu > li:last-child {
	display: none;
}
.emergency_menu > a {
    display: block;
    background: #c80e1d url(/shared/site_idsc/images/icon/emergency_icon.png) no-repeat 11px center;
    background-size: 24px 22px;
    -webkit-background-size: 24px 22px;
    -moz-background-size: 24px 22px;
    color: #ffffff;
    padding: 11px 10px 7px 46px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
}
.function_menu {
    position: relative;
}
.function_menu > a {
    display: block;
    background: #004359 url(/shared/site_idsc/images/icon/function_icon.png) no-repeat 11px center;
    background-size: 24px 22px;
    -webkit-background-size: 24px 22px;
    -moz-background-size: 24px 22px;
    color: #ffffff;
    padding: 11px 10px 7px 46px;
    font-weight: bold;
    text-decoration: none;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
#tmp_function_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 613px;
    z-index: 1;
    border: 4px solid #004359;
    z-index: 999;
}
.no_javascript #tmp_function_menu {
    display: block;
	position:static;
	width:auto;
}
.no_javascript .function_menu_block {
	padding:10px 10px 0;
}
.no_javascript .language_cnt {
	margin:0 -10px;
	padding:10px;
}
.no_javascript .function_menu_block .function_menu_lft,
.no_javascript .function_menu_block .function_menu_rgt {
	float:none;
	width:100%;
	padding:0;
}
.no_javascript .function_menu_lft .setting_char {
	font-size:87.5%;
	margin-bottom:10px;
}
.no_javascript .function_menu_lft .setting_char a {
	padding:6px 10px 6px 46px;
	-webkit-background-size:24px auto;
	-moz-background-size:24px auto;
	background-size:24px auto;
}
.no_javascript .language_ttl {
	font-size:87.5%;
	padding:3px 5px 3px 30px;
	-webkit-background-size:20px auto;
	-moz-background-size:20px auto;
	background-size:20px auto;
	margin-bottom:5px;
}
.no_javascript .language_block ul {
	margin:0;
	font-size:87.5%;
}
.no_javascript .language_block ul li {
	float:none;
	width:100%;
	margin-bottom:5px;
}
.no_javascript .language_block li a {
	display:block;
	width:auto;
	height:auto;
	padding:10px;
}
.no_javascript .language_block li a:hover,
.no_javascript .language_block li a:focus {
	padding:9px;
}
.search_close_btn a {
    position: absolute;
    display: block;
    width: 89px;
    font-size: 1rem;
    top: 8px;
    right: 14px;
    border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    padding: 7px 0 5px 17px;
    color: #ffffff;
    background: #79717a;
    text-decoration: none;
    border: 1px solid #79717a;
}
.search_close_btn a:before {
    content: '';
    position: relative;
    display: inline-block;
    left: -5px;
    top: 1px;
    width: 14px;
    height: 14px;
    background: transparent url(/shared/rn/images/icon/close_wh_icon.png) no-repeat 0 0;
}
.no_javascript .function_menu_block .function_menu_lft,
.no_javascript #tmp_contents .function_close_btn {
    display: none;
}
.function_menu_ttl {
    background: #004359 url(/shared/site_idsc/images/icon/function_icon.png) no-repeat 19px center;
    color: #ffffff;
    font-size: 150%;
    padding: 9px 111px 11px 56px;
}
.function_menu_block {
    background-color: #f2f2f9;
    color: #000000;
    padding: 19px 17px 12px;
}
.function_menu_block:after {
    content: '';
    display: table;
    clear: both;
}
.function_menu_block .function_menu_lft {
    width: 280px;
    float: left;
}
.function_menu_block ul {
    list-style: none;
    margin: 0;
}
.function_menu_lft ul a {
    display: block;
    border: 1px solid #c4b9c5;
    color: #222222;
    text-decoration: none;
    margin: 0 0 7px;
    padding: 15px 10px 13px 53px;
    box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
}
.function_menu_lft .setting_speech a {
    background: #ffffff url(/shared/rn/images/icon/hear_icon.png) no-repeat 7px center;
}
.function_menu_lft .setting_fontsize a {
    background: #ffffff url(/shared/rn/images/icon/furigana_icon.png) no-repeat 7px center;
}
.function_menu_lft .setting_char a {
    background: #ffffff url(/shared/rn/images/icon/fsize_icon.png) no-repeat 7px center;
}
.function_menu_lft .setting_fontsize .on {
	display:inline;
}
.function_menu_lft .setting_fontsize .off {
	display: none;
}
.furigana .function_menu_lft .setting_fontsize .on {
	display:none;
}
.furigana .function_menu_lft .setting_fontsize .off {
	display:inline;
}

.function_menu_block .function_menu_rgt {
    width: calc(100% - 280px);
    float: left;
    padding-left: 11px;
}
.language_cnt {
    background-color: #e5e5f0;
    color: #222222;
    padding: 11px 12px 22px;
}
.language_ttl {
    font-weight: bold;
    background: transparent url(/shared/rn/images/icon/language_icon.png) no-repeat 2px 5px;
    padding: 7px 7px 23px 35px;
}
.function_menu_block ul:after {
    content: '';
    display: table;
    clear: both;
}
.language_block ul {
    width: auto;
    margin-right: -1px;
}
.language_block li {
    width: 33.3333333%;
    float: left;
    padding-right: 1px;
}
.language_block li:nth-child(3n) {
    clear: right;
}
.language_block li:nth-child(3n+1) {
    clear: left;
}
.language_block li a {
    position: relative;
    display: table-cell;
    border: 1px solid #ae87b4;
    width: 85px;
    height: 85px;
    vertical-align: middle;
    background-color: #ffffff;
    color: #222222;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
}
.language_block li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/rn/images/icon/icon_link_purple.png) no-repeat 0 0;
    bottom: 2px;
    right: 2px;
}
.language_block li a:hover:after,
.language_block li a:focus:after{
    bottom: 1px;
    right: 1px;
}
.function_close_btn a {
    position: absolute;
    display: block;
    width: 89px;
    font-size: 1rem;
    top: 8px;
    right: 10px;
    border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    padding: 7px 0 5px 17px;
    color: #ffffff;
    background-color: #79717a;
    text-decoration: none;
	border:1px solid #79717a;
}
.function_close_btn a:before {
    content: '';
    position: relative;
    display: inline-block;
    left: -5px;
    top: 1px;
    width: 14px;
    height: 14px;
    background: transparent url(/shared/rn/images/icon/close_wh_icon.png) no-repeat 0 0;
}
#tmp_search_menu_btn a {
    display: block;
    background: #004359 url(/shared/site_idsc/images/icon/search_menu_icon.png) no-repeat 11px center;
    background-size: 24px 22px;
    -webkit-background-size: 24px 22px;
    -moz-background-size: 24px 22px;
    color: #ffffff;
    padding: 14px 10px 9px 46px;
    font-weight: bold;
    text-decoration: none;
}

#tmp_emergency {    
    position: relative;  
    display: none;
    width: 100%;
    z-index: 99;
    margin-bottom: 26px;
}
#tmp_contents #tmp_emergency {
	display:block;
	margin-bottom:40px;
}
#tmp_contents #tmp_emergency .emergency_close_btn {
	display:none;
}
#tmp_emergency .emergency_inner {
	border-bottom:2px solid #f9ebe2;
}
.emergency_ttl {
    display: block;
    background: #c80e1d url(/shared/site_idsc/images/icon/emergency_icon.png) no-repeat 28px center;
    font-size: 133.34%;
    color: #ffffff;
    padding: 14px 150px 6px 68px;
}
.emergency_ttl p {
	margin:0 !important;
}
.wrap_emergency_cnt {
    background-color: #fadbdd;
    color: #000000;
    padding: 12px 47px 13px 48px;
}
.emergency_cnt {
    background-color: #ffffff;
    color: #000000;
    padding:14px 15px 6px;
    border: 1px solid #df8a8f;
}
#tmp_emergency .no_cnt {
    font-size: 88.89%;
	margin:0 0 8px;
	line-height:1.4;
}
.emergency_cnt ul {
    margin: 0 !important;
    list-style: none !important;
    font-size: 88.89% !important;
}
.emergency_cnt ul li {
	margin:0 0 8px !important;
	line-height:1.4 !important;
}
.emergency_cnt ul li a {
    display: inline-block;
    color: #c80e1d;
    background: transparent url(/shared/site_idsc/images/icon/emergency_list_icon.png) no-repeat 5px 4px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 22px 5px;
}
.emergency_btn {
    background-color: #f9ebe2;
    color: #000000;
    padding: 11px 47px 10px 48px;
}
.emergency_btn ul {
    list-style: none !important;
    margin: 0 -9px !important;
}
.emergency_btn ul li {
    width: 50%;
    float: left;
    padding: 0 9px !important;
	margin-bottom:0 !important;
}
.emergency_btn ul li:nth-child(2n) {
    clear: right;
}
.emergency_btn ul li:nth-child(2n+1) {
    clear: left;
}
.emergency_btn li a {
    position: relative;
    display: block;
    font-size: 88.89%;
    text-align: center;
    text-decoration: none;
	border:1px solid #ffffff;
    background-color: #ffffff;
    color: #222222;
    padding: 15px 20px;
    box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
}
.emergency_btn li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/site_idsc/images/icon/icon_link_brown.png) no-repeat top left;
    bottom: 3px;
    right: 3px;
}
.emergency_close_btn {
    position: absolute;
    width: 89px;
    top: 13px;
    right: 46px;
    font-size: 1rem;
}
.emergency_close_btn a {
    display: block;
    border-radius: 1.5em;
    -webkit-border-radius:1.5em;
    -moz-border-radius: 1.5em;
    padding: 6px 0 3px 17px;
    color: #c80e1d;
    background-color: #ffffff;
	border:1px solid #ffffff;
    text-decoration: none;
}
.emergency_close_btn a:before {
    content: '';
    position: relative;
    display: inline-block;
    left: -5px;
    top: 1px;
    width: 14px;
    height: 14px;
    background: transparent url(/shared/site_idsc/images/icon/close_red_icon.png) no-repeat 0 0;
}
.emergency_btn a:hover,
.emergency_btn a:focus {
	border:2px solid #c32a00;
	padding:14px 19px;
}
.emergency_btn li a:hover::after,
.emergency_btn a:focus::after {
	right:2px;
	bottom:2px;
}

.no_javascript .function_menu_ttl,
.no_javascript #tmp_header .function_close_btn,
#tmp_contents #tmp_search_menu_main .search_close_btn {
	display:none !important;
}
.function_menu_block ul li a:hover,
.function_menu_block ul li a:focus {
	border:2px solid #004359;
}
.function_menu_lft ul li a:hover,
.function_menu_lft ul li a:focus {
	padding:14px 9px 12px 52px;
	background-position:6px center;
}
#tmp_search {
    position: relative;
    margin: 20px 6px 0 5px;
    font-size: 88.89%;
}
#tmp_search #tmp_gsearch {
	display:table;
	width:100%;
}
#tmp_search .wrap_sch_box {
	display:table-cell;
	vertical-align:top;
	line-height:0.5;
}
#tmp_search .wrap_sch_box:nth-child(1) {
	width:123px;
}
#tmp_search .wrap_sch_box:nth-child(2) {
	width:46px;
}
#tmp_search label {
    display: none;
}
#tmp_query {
    border: none;
    width: 100%;
    min-height: 32px;
    padding:2px 5px;
	font-size:66.7%;
	line-height:1.2;
}
#tmp_func_sch_btn {
    border: none;
    background-color: #004359;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    min-height: 32px;
}
#tmp_func_sch_btn:focus,
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:active {
    cursor: pointer;
	background-color:#0f6f8f;
}
#tmp_b_header {
    padding: 0 5px;
}
.banner_info {
    padding: 22px 0 0;
}
.banner_info ul {
    list-style: none;
    margin: 0;
}
.banner_info li a {
	display: block;
}
.banner_info li a:hover,
.banner_info li a:focus {
	opacity: 0.7;
}
.banner_info img {
    max-width: 100%;
	vertical-align: top;
	height: auto;
}
/* gnavi
================================================== */
.gnavi {
	color:inherit;
	clear:both;
}
.gnavi ul {
	list-style:none;
}
.gnavi li {
	width:120px;
	float:left;
}
.gnavi a {
	display:block;
	padding:13px 10px 11px;
	text-align:center;
	text-decoration:none;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration:underline;
}
/* local_navi
================================================== */
#tmp_local_navi {
	padding: 19px 49px 15px;
	background-color: #0f6f8f;
	color: #ffffff;
	border-top: 6px solid #004359;
}
#tmp_local_navi ul {
	list-style: none;
}
#tmp_local_navi li {
	float: left;
	width: 16.66666%;
	text-align: center;
	position: relative;
}
#tmp_local_navi li:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	top: calc(50% - 2px);
	right: -1px;
	background-color: #f4f6ff;
	color: inherit;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#tmp_local_navi li:first-child:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	top: calc(50% - 2px);
	left: 0;
	background-color: #f4f6ff;
	color: inherit;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#tmp_local_navi li a {
	display: block;
	padding: 11px 3px;
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	position: relative;
}
#tmp_local_navi li.active a,
#tmp_local_navi li a:hover,
#tmp_local_navi li a:focus {
	border-color: #f4f6ff;
}
#tmp_local_navi li a:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 8px;
	left: 50%;
	bottom: -10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/shared/site_idsc/images/icon/arrow_bottom_icon.png);
	color: inherit;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
}
#tmp_local_navi li.active a:after,
#tmp_local_navi li a:hover:after,
#tmp_local_navi li a:focus:after {
	opacity: 1;
	visibility: visible;
}
/* pankuzu
================================================== */
#tmp_wrap_navigation {
	padding:0 0 8px;
	clear:both;
}
#tmp_pankuzu {
    margin-bottom:5px;
    font-size: 77.8%;
}
/* update
================================================== */
#tmp_custom_update {
	text-align: right;
}
#tmp_update {
    font-size: 77.8%;
}
/* ==================================================
emergency_load_main
================================================== */
.no_javascript #tmp_emergency_load_main {
	margin:0 -20px 40px;
}
.no_javascript #tmp_emergency_load_main > div {
	float:left;
	width:50%;
	padding:0 20px;
}
.no_javascript #tmp_emergency_load_main > div p {
	font-weight:bold;
	text-align:left;
}
.no_javascript #tmp_emergency_load_main > div a {
	display:block;
	text-decoration:none;
	padding: 15px 10px 14px 30px;
	border:1px solid #dfdfdf;
	border-bottom: 2px solid #c389ce;
	text-decoration: none;
	color: inherit;
	background: transparent url(/shared/site_idsc/images/icon/icon_arrow_btn.png) no-repeat 13px 20px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}
.no_javascript #tmp_emergency_load_main > div a:hover,
.no_javascript #tmp_emergency_load_main > div a:focus {
	text-decoration:underline;
}
/* emergency_load
================================================== */
.tmp_emergency_load:before,
.tmp_emergency_load:after,
.tmp_emergency_load .emergency_notices_cnt:before,
.tmp_emergency_load .emergency_notices_cnt:after,
.tmp_emergency_load .emergency_row:before,
.tmp_emergency_load .emergency_row:after{
    content: '';
    display: table;
}
.tmp_emergency_load:after,
.tmp_emergency_load .emergency_notices_cnt:after,
.tmp_emergency_load .emergency_row:after{
    clear: both;
}
.tmp_emergency_load{
    margin-bottom: 40px;
    -webkit-animation: smooth_image 1.2s;
    -moz-animation: smooth_image 1.2s;
    animation: smooth_image 1.2s;
}
.tmp_emergency_load .emergency_load_cnt {
    padding: 44px 29px 26px;
    overflow: hidden;
    border: 4px solid #c32a00;
    color: inherit;
    background-color: #fff1f1;
    letter-spacing: -0.05em;
    box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
}
.tmp_emergency_load .emergency_load_cnt .outline,
.tmp_emergency_load .emergency_load_cnt table.outline td {
	border:none !important;
	padding:0 !important;
	background-color:transparent !important;
	margin:0 !important;
}
.tmp_emergency_load .emergency_load_heading{
    padding-bottom: 1px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #c32a00;
    line-height: 1.3;
    border-bottom: 3px solid #c32a00;
}
.tmp_emergency_load .emergency_load_heading h1,
.tmp_emergency_load .emergency_load_heading p{
    font-size: 200% !important;
	background-color:transparent !important;
    color: #c32a00 !important;
	margin:0 !important;
	padding:0 !important;
}
.tmp_emergency_load .emergency_load_paragraph{
    margin-bottom: 31px;
}
.tmp_emergency_load .emergency_notices_cnt ul{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.tmp_emergency_load .emergency_notices_cnt ul li{
    padding: 10px 0 !important;
    border-bottom: 1px solid #edcfcf !important;
	margin:0 !important;
}
.tmp_emergency_load .emergency_notices_cnt ul li a{
    padding-left: 18px;
    display: inline-block;
    color: inherit;
}
.tmp_emergency_load .emergency_notices_cnt .emergency_list_gray li a{
    background: transparent url(/shared/site_idsc/images/icon/icon_triangle_gray.png) no-repeat left center;
}
.tmp_emergency_load .emergency_notices_cnt .emergency_list_pink li a{
    background: transparent url(/shared/site_idsc/images/icon/icon_triangle_pink.png) no-repeat left center;
}
.tmp_emergency_load .emergency_row{
    margin: 0 -12px;
}
.tmp_emergency_load .emergency_row .emergency_col_1,
.tmp_emergency_load .emergency_row .emergency_col_2{
    padding: 0 12px;
    float: left;
}
.tmp_emergency_load .emergency_row .emergency_col_1{
    width: 51%
}
.tmp_emergency_load .emergency_row .emergency_col_2{
    width: 49%
}
.tmp_emergency_load .emergency_notices_box{
    margin-bottom: 26px;
    padding: 21px 12px 30px;
    color: inherit;
    background-color: #FFFFFF;
    border: 3px solid #f6d5d5
}
.tmp_emergency_load .emergency_notices_box .emergency_notices_ttl,
.tmp_emergency_load .emergency_notices_box .emergency_person_ttl{
    margin-bottom: 5px;
    font-size: 133.3%;
    font-weight: bold;
    color: #c32a00;
}
.tmp_emergency_load #person_box .emergency_notices_ttl{
    color: #333333;
}
.tmp_emergency_load #person_box{
    padding-bottom: 17px;
}
.tmp_emergency_load .special_button{
    margin-top: 36px;
    padding-right: 18px;
    text-align: center;
}
.tmp_emergency_load .special_button a{
    position: relative;
    padding: 15px 30px 11px;
    font-size: 88.8%;
    display: inline-block;
    text-align: center;
    color: inherit;
    background-color: #ffe3e3;
    min-width: 320px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    text-decoration: none;
}
.tmp_emergency_load .special_button a:after{
    position: absolute;
    right: 6px;
    bottom: 6px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    background: transparent url(/shared/site_idsc/images/icon/icon_emergency_link.png) no-repeat;
}
.tmp_emergency_load .special_button a:hover,
.tmp_emergency_load .special_button a:focus{
    text-decoration: underline;
}
.tmp_emergency_load .emergency_contact_box{
    padding: 15px 16px 12px;
    margin-bottom: 14px;
    color: inherit;
    background-color: #f5fffe;
    border: 3px solid #77abcc
}
.tmp_emergency_load .emergency_contact_first{
    margin-bottom: 36px;
}
.tmp_emergency_load .emergency_contact_ttl {
    margin-bottom: 1px;
    font-weight: bold;
}
.tmp_emergency_load .emergency_contact_phone{
    font-size: 133.3%;
    font-weight: bold;
    color: #c50202;
}
.tmp_emergency_load .emergency_contact_paragraph{
    margin-bottom: 7px;
}
.tmp_emergency_load .emergency_contact_arrow .emergency_contact_box{
    position: relative;
}
.tmp_emergency_load .emergency_contact_arrow .emergency_contact_box:before{
    position: absolute;
    right: 3px;
    bottom: 3px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    background: transparent url(/shared/site_idsc/images/icon/icon_blue_light.png) no-repeat;
}
.tmp_emergency_load .emergency_contact_arrow .emergency_contact_paragraph{
    margin: 0;
}
/* footer
================================================== */
#tmp_footer {
    position: relative;
	padding-bottom: 9px;
    color: #ffffff;
    background-color: #0f6f8f;
	border-top: 1px solid transparent;
}
.footer_bottom {
    padding: 25px 46px;
}
.footer_cnt:after {
	content: '';
	display: table;
	clear: both;
}
.footer_title {
    padding-bottom: 5px;
}
.footer_logo {
    font-size: 133.33%;
    font-weight: bold;
    display: block;
}
.footer_logo span {
	margin-left: 10px;
	font-size: 75%;
}
.footer_info {
	float: left;
	width: 60%;
	padding-top: 5px;
	padding-right: 20px;
	clear: left;
    font-size: 88.89%;
	line-height: 1.5
}
.footer_info a {
	color: #ffffff;
	background-color: transparent;
}
.footer_info span {
    margin-right: 18px;
}
.footer_info span:last-child {
	margin-right: 0;
}
.fnavi_link {
	float: right;
    width: 40%;
	text-align: right;
	clear: right;
}
.fnavi_link p {
	display: inline-block;
}
.fnavi_link a {
	display: inline-block;
	padding: 6px 27px 6px 57px;
	color: #222222;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(/shared/site_idsc/images/icon/pc_icon.png);
	background-size: 26px auto;
	-webkit-background-size: 26px auto;
	-moz-background-size: 26px auto;
	background-position: 26px center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 88.9%;
	text-align: left;
	text-decoration: none;
	border: 1px solid transparent;
}
.fnavi_link a:hover,
.fnavi_link a:focus {
	text-decoration: underline;
}
.copyright {
    text-align: right;
    color: #ffffff;
	background-color: transparent;
    font-size: 66.67%;
    padding-right: 48px;
}

/* ==================================================
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: 14px solid transparent;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 50%;
	margin-right: 0;
	float: left;
	padding-right: 7px;
}

div.col2 div.col2R {
	display: table;
	width: 50%;
	float: left;
	padding-left: 7px;
}


/* 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: 25px solid transparent;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 33.3333333%;
	margin-right: 0;
	float: left;
	padding-right: 11px;
}

div.col3 div.col3R {
	display: table;
	width: 33.3333333%;
	float: left;
	padding-left: 11px;
}

div.col3 div.col3M {
	padding-left: 11px;
}
/* lnavi
================================================== */
#tmp_lnavi {
    clear: both;
	margin-bottom: 50px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}
#tmp_lnavi_ttl a {
    display: block;
    padding: 20px 20px 12px 36px;
    text-decoration: none;
    font-size: 144.4%;
    font-weight: bold;
    color: #FFFFFF;
    background: #0f6f8f url(/shared/site_idsc/images/icon/arrow_link_wh.png) no-repeat 15px 33px;
    border: 6px solid transparent;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus {
	border-color: #0f5d77;
}
#tmp_lnavi_cnt {
	padding: 23px 0 19px 20px;
}
#tmp_lnavi_cnt ul {
	list-style: none;
}
#tmp_lnavi_cnt ul li {
	float: left;
	width: 33.33%;
	margin-bottom: 12px;
	padding-right: 41px;
}
#tmp_lnavi_cnt ul li:nth-child(3n+1) {
    clear: left;
}
#tmp_lnavi_cnt ul li:nth-child(3n) {
    clear: right;
	margin-right: 0;
}
#tmp_lnavi_cnt ul li a {
	padding-left:  20px;
	display: inline-block;
	line-height: 1.7;
	color: #222222;
	background: #FFFFFF url(/shared/site_idsc/images/icon/icon_arrow_lnavi_cnt.png) no-repeat 1px 9px;
}
/* inquiry
================================================== */
#tmp_inquiry {
    margin: 0 0 36px;
    clear: both;
}

#tmp_inquiry_ttl {
    padding: 12px 15px;
    font-weight: bold;
    font-size: 111.1%;
    color: #ffffff;
    background-color: #0f6f8f;
	border: 2px solid transparent;
}

#tmp_inquiry_ttl p {
    margin-bottom: 0 !important;
}

#tmp_inquiry_cnt {
    padding: 20px 17px;
    color: #222222;
    background-color: #f4f6ff;
}

#tmp_inquiry_cnt p {
    margin-bottom: 0 !important;
}

#tmp_inquiry_cnt .inquiry_parts {
    margin: 0 0 0.8em;
}

#tmp_inquiry_cnt .inquiry_btn {
    margin: 0.3em 0 0;
}

/* feedback
================================================== */

#tmp_feedback {
    margin: 0 0 47px;
    clear: both;
}

#tmp_feedback_ttl {
    padding: 19px 19px 15px;
    font-weight: bold;
    font-size: 111.1%;
    color: #222222;
    background-color: #f4f6ff;
    border-bottom: 2px solid #751485;
}

#tmp_feedback_ttl p {
    margin-bottom: 0 !important;
}

#tmp_feedback_cnt {
    padding: 20px 19px;
    font-size: 88.9%;
    color: #222222;
    background-color: #f4f6ff;
}

#tmp_feedback_cnt fieldset {
    margin: 0 0 0.6em 0;
    clear: both;
}

#tmp_feedback_cnt fieldset legend {
    margin: 0 0 0.3em 0;
    font-weight: bold;
    clear: both;
}

#tmp_feedback_cnt fieldset p {
    display: inline;
    margin: 0 1.6em 0 0;
    float: left;
}

#tmp_feedback_cnt .submit {
    margin: 2.3em 0 0 0 !important;
    text-align: center;
    clear: both;
}
#tmp_feedback_cnt .submit input {
	font-size: 87.5%;
	font-weight: bold;
    width: 315px;
    height: 46px;
    border: 6px solid transparent;
    color: #ffffff;
    background-color: #0f6f8f;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    box-shadow: 0 3px 9px 1px rgba(18, 16, 107, 0.1);
    -moz-box-shadow: 0 3px 9px 1px rgba(18, 16, 107, 0.1);
    -webkit-box-shadow: 0 3px 9px 1px rgba(18, 16, 107, 0.1);
    cursor: pointer;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus {
	border-color: #0f5d77;
}

/* ==================================================
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_rmenu {
	display:none;
}
#tmp_sma_menu,
.sma_menu {
    display: none;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	text-align:center;
	text-decoration:none;
	font-size:200%;
	font-weight:bold;
	padding:20px;
	background-color:#58415B;
	color:#ffffff;
}
/* ==================================================
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:before,
.color_yellow #tmp_wrapper:before,
.color_black #tmp_wrapper:before {
	box-shadow:none;
	border-right-style: solid;
	border-right-width:1px;
	background-color: transparent !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;
}
/* header */
.color_blue #tmp_search #tmp_gsearch,
.color_black #tmp_search #tmp_gsearch,
.color_yellow #tmp_search #tmp_gsearch {
	border: 1px solid !important;
}
.color_blue #tmp_func_sch_btn,
.color_black #tmp_func_sch_btn,
.color_yellow #tmp_func_sch_btn {
	border-left: 1px solid !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_small #tmp_local_navi li a,
.fsize_big #tmp_local_navi li a,
.fsize_big2 #tmp_local_navi li a {
	font-size: 1.1rem;
}
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_wrapper::after,
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_local_navi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_lnavi_cnt ul: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_btn ul:after,
#tmp_emergency_load_main:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
