@charset "utf-8";
/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body #tmp_contents p em {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
a:link {
	color:#003d93;
	text-decoration:underline;
}
a:hover,
a:focus,
a:active {
	text-decoration:none;
}
body {
	color:#222222;
	background-color:transparent;
	font-size:112.5%;	/* 18px */
	font-weight:500;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#C6153F; /* Setting by CMS sheets */
}
.txt_green {
	color:#2F6033; /* Setting by CMS sheets */
}
.txt_blue {
	color:#14661B;
}
.txt_red_bold {
	font-weight:bold;
	color:#C6153F;
	background-color:transparent;
}
.txt_green_bold {
	font-weight:bold;
	color:#2F6033;
	background:transparent;
}
.txt_blue_bold {
	font-weight:bold;
	color:#14661B;
	background:transparent;
}
.txt_big {
	font-size:130%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:86%; /* Setting by CMS sheets */
}
.txt_pdd_left {
	padding-left:1em; /* 変更しない */
}
.txt_ruby {
	font-size:70%;
	font-weight:normal;
}
.center {
	text-align:center;
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#fce8e9; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#fff9d7; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#e9e9e9; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width:1240px;
	margin:0 auto;
}
#tmp_wrapper2 {
	padding-bottom:30px;
}
.type_idx #tmp_wrapper2 {
	border-bottom:4px solid #e5fdf9;
	margin-bottom:28px;
}
.container {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
#tmp_contents {
	padding-bottom:20px;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_lft_navi {
    float: left;    /* 変更しない */
    position: relative;    /* 変更しない */
    z-index: 1;    /* 変更しない */
}
.wrap_col_rgt_navi {
    float: right;	/* 変更しない */
}
.type_idx .wrap_col_rgt_navi {
	margin-top: -175px;
    position: relative;
}
.column_lnavi .wrap_col_main {
    width: 100%;    /* 変更しない */
    float: right;    /* 変更しない */
}
.column_rnavi .wrap_col_main {
    width: 100%;    /* 変更しない */
    float: left;    /* 変更しない */
}
#tmp_contents {
	padding:0 0 20px;
}
/* free
============================== */
.wrap_col_rgt_navi {
    width: 288px;
    padding: 0 0 0 48px;    /* デザインによって変更 */
}
.column_rnavi .wrap_col_main {
    margin-right: -288px;    /* デザインによって変更 */
}
.column_rnavi .col_main {
    margin-right: 288px;    /* デザインによって変更 */
}
/* edu
============================== */
.custom_edu.edu_top .wrap_col_rgt_navi {
    width: 285px;
	padding-left:42px;
}
.custom_edu.edu_top .column_rnavi .wrap_col_main {
    margin-right: -285px;
}
.custom_edu.edu_top .column_rnavi .col_main {
    margin-right: 285px;
}
/* header
================================================== */
#tmp_header {
	padding:40px 0;
}
#tmp_hlogo {
	float:left;
	padding: 15px 0 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
    width: 281px;
    height: 72px;
	background: #ffffff url(/shared/rn/images/header/hlogo.png) no-repeat left top;
	background-size: 281px 72px;
	-webkit-background-size: 281px 72px;
	-moz-background-size: 281px 72px;
	font-size:2rem;
	font-weight:bold;
}
#tmp_hlogo a {
	display:block;
	width:281px;
	height:72px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:281px;
	height:72px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_setting_wrap {
    float: right;
    max-width: 900px;
}
#tmp_means {
	float: left;
	margin: 0 19px 0 0;
}
#tmp_means > ul {
	list-style: none;
	margin: 0;
	padding-right: 78px;
}
#tmp_means > ul > li {
	position: relative;
	font-weight: bold;
    float: left;
    margin-left: 26px;
}
#tmp_means ul li.func_btn > a {
	display: inline-block;
    min-width: 107px;
    position: relative;
    top: -3px;
    text-decoration: none;
    color: #222222;
    border: 1px solid #ffffff;
    background: transparent url(/shared/rn/images/icon/func_icon.png) no-repeat 11px center;
    background-size: 19px auto;
    -webkit-background-size: 19px auto;
    -moz-background-size: 19px auto;
    font-size: 88.89%;
    padding: 7px 0 6px 37px;
}
#tmp_means ul li.func_btn > a:hover,
#tmp_means ul li.func_btn > a:focus,
#tmp_means ul li.func_btn > a:active {
	text-decoration: underline;
}
#tmp_means ul li.func_btn > a.active {
	position: relative;
    border: 1px solid #3cb393 !important;
    border-bottom-color: #b6ffdc !important;
    background: #b6ffdc url(/shared/rn/images/icon/close_green_icon.png) no-repeat 13px center;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    z-index: 2;
}
#tmp_function {
	display: none;
}
.function_menu {
	position: absolute;
	display: block;
	width: 559px;
	top: 31px;
	z-index: 1;
	left: -55px;
    font-size: 88.89%;
	font-weight: normal;
}
.function_menu ul {
	list-style: none;
	margin: 0;
	display:inline-block;
	background-color: #b6ffdc;
	color: #222222;
	border: 1px solid #3cb393;
	padding: 6px 5px 5px 4px;
}
.function_menu ul li {
	float: left;
	padding:0 1px 0 2px;
}
.function_menu ul li a {
	display: block;
	text-decoration: none;
	color: #222222;
	background-color:#ffffff;
	padding: 11px 12px 8px 28px;
	background-repeat:no-repeat;
}
.function_menu ul li a:hover,
.function_menu ul li a:focus,
.function_menu ul li a:active {
	text-decoration: underline;
}
.function_menu ul li.setting_func a {
	background-image:url(/shared/rn/images/icon/fsize_icon.png);
	background-position:9px center;
	background-size: 17px auto;
	-webkit-background-size: 17px auto;
	-moz-background-size: 17px auto;
}
.function_menu ul li.setting_speaker a {
	background-image:url(/shared/rn/images/icon/hear_icon.png);
	background-position:14px center;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
	padding-left:33px;
}
.function_menu ul li.setting_furigana a {
	background-image:url(/shared/rn/images/icon/furigana_icon.png);
	background-position:16px center;
    background-size: 17px auto;
    -webkit-background-size: 17px auto;
    -moz-background-size: 17px auto;
	padding-left:37px;
}
.custom_event .function_menu ul li.setting_func {
	display:none;
}
.function_menu .close_btn {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
}
.close_btn a {
	display: block;
	background-color: #000000;
	color: #ffffff;
}
li.language_link a {
	display: inline-block;
	text-decoration: none;
	color: #222222;
	background: transparent url(/shared/rn/images/icon/language_icon.png) no-repeat 0 center;
	background-size: 20px auto;
	font-size: 55.6%;
	padding: 5px 0 4px 29px;
}
li.language_link a:hover,
li.language_link a:focus,
li.language_link a:active {
	text-decoration: underline;
}
li.language_link a span {
	font-size: 140%;
}
#tmp_search {
    position: relative;
    display: table;
    vertical-align: top;
    width: 491px;
    float: right;
    margin: -3px 0 0;
}
#tmp_search .wrap_sch_box {
	width: 100%;
    display: table-cell;
    vertical-align: top;
}
#tmp_search .sch_ttl label {
	position: absolute;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	color: #222222;
	background: transparent url(/shared/rn/images/icon/search_icon.png) no-repeat top left;
	background-size: 26px auto;
	-webkit-background-size: 26px auto;
	-moz-background-size: 26px auto;
    top: 13px;
    left: 11px;
}
#tmp_search .wrap_sch_box input {
    display: block;
    width: 100%;
    background-color: #ffffff;
	border: 1px solid #46bfac;
	border-right: none;
    color: #222222;
    padding: 10px 10px 10px 45px;
    height: 52px;
}
#tmp_search .wrap_sch_btn {
    display: table-cell;
    vertical-align: top;
    width: 120px;
}
#tmp_search .wrap_sch_btn input {
    width: 120px;
    height: 52px;
	border: 1px solid #46bfac;
    background-color: #7febda;
    color: #222222;
    font-size: 100%;
    cursor: pointer;
    padding: 6px 5px 5px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#tmp_search .wrap_sch_btn input:hover,
#tmp_search .wrap_sch_btn input:focus,
#tmp_search .wrap_sch_btn input:active {
	background-color:#cefff7;
}
#tmp_header_btn {
	float: left;
	padding: 6px 0 0;
}
#tmp_header_btn .header_btns {
	display: table;
	list-style: none;
	margin: 0 auto;
}
#tmp_header_btn .header_btns > div {
	float: left;
	width: 80px;
	margin-left:1px;
}
#tmp_header_btn .header_btns > div > a {
	display: table-cell;
	width: 80px;
	height: 80px;
	color: #222222;
	font-weight: bold;
	font-size: 77.77%;
	line-height: 1.14;
	text-decoration: none;
	vertical-align: middle;
	padding: 20px 5px 16px 14px;
}
#tmp_header_btn .header_btns > div > a span {
	display: block;
}
#tmp_header_btn .header_btns > div.notice_board > a {
	color: #ffffff;
	background: #bd2626 url(/shared/rn/images/icon/dropdown_icon.png) no-repeat center 100%;
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
}
#tmp_header_btn .header_btns > div.notice_board > a.active {
	background: #bd2626 url(/shared/rn/images/icon/up_icon.png) no-repeat center 100%;
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
}
#tmp_header_btn .header_btns > div.notice_board > a:hover,
#tmp_header_btn .header_btns > div.notice_board > a:focus,
#tmp_header_btn .header_btns > div.notice_board > a.active:hover,
#tmp_header_btn .header_btns > div.notice_board > a.active:focus {
	background-color:#cc3636;
}
/* ==================================================
emergency
================================================== */
#tmp_wrap_emergency {
	display: none;
	position:relative;
	top:-28px;
	padding: 10px 0;
	border-top:2px solid #bd2626;
	border-bottom:2px solid #bd2626;
	background-color: #bd2626;
	color: #ffffff;
	margin-bottom:-28px;
}
#tmp_wrap_emergency .container {
	position: relative;
}
#tmp_emergency {
	position: relative;
	background-color: #ffffff;
	color: #222222;
	padding: 14px 40px 23px 30px;
}
#tmp_emergency_ttl {
	background-color: #ffffff;
	color: #bd2626;
	font-weight: bold;
	padding-right: 95px;
}
#tmp_emergency_cnt ul {
	list-style: none;
	margin: 0;
	padding: 7px 0 0;
}
#tmp_emergency_cnt li {
    border-bottom: 1px dashed #cccccc;
    padding: 0 0 6px;
    margin: 0 0 7px;
}
#tmp_emergency_cnt li a {
	display: inline-block;
    color: #2c3da5;
    font-size: 88.89%;
    background: transparent url(/shared/rn/images/icon/red_arrow_icon.png) no-repeat 2px 1px;
    background-size: 18px auto;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    padding: 0 0 0 34px;
}
#tmp_emergency_cnt li a:hover,
#tmp_emergency_cnt li a:focus,
#tmp_emergency_cnt li a:active {
	text-decoration: none;
}
/* notice_btn */
#tmp_emergency_cnt .notice_btn {
    font-size: 88.89%;
	text-align: center;
    margin: 17px 0 0;
}
#tmp_emergency_cnt .notice_btn a {
	text-align: left;
	display: inline-block;
	color: #222222;
	text-decoration: none;
	border:1px solid #ffdddd;
	background: #ffdddd url(/shared/rn/images/icon/notice_arrow.png) no-repeat 100% center;
	padding: 6px 43px 4px 11px;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
}
#tmp_emergency_cnt .notice_btn a:hover,
#tmp_emergency_cnt .notice_btn a:focus,
#tmp_emergency_cnt .notice_btn a:active {
	text-decoration: underline;
}
/* close_btn */
#tmp_wrap_emergency .close_btn {
	position: absolute;
    top: 13px;
    right: 62px;
}
#tmp_wrap_emergency .close_btn a {
	display: inline-block;
    border: 1px solid #a5e3e3;
    text-decoration: none;
    color: #222222;
    font-size: 77.78%;
    background: #ffffff url(/shared/rn/images/icon/close_icon.png) no-repeat 11px center;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
    padding: 4px 9px 4px 35px;
}
#tmp_header_btn .header_btns > div.disaster_url a,
#tmp_header_btn .header_btns > div.medical_link a {
	background-color: #ffca4b;
}
#tmp_header_btn .header_btns > div.org_link a {
	background-color: #7febda;
}
#tmp_header_btn .header_btns > div.disaster_url a:hover,
#tmp_header_btn .header_btns > div.disaster_url a:focus,
#tmp_header_btn .header_btns > div.disaster_url a:active,
#tmp_header_btn .header_btns > div.medical_link a:hover,
#tmp_header_btn .header_btns > div.medical_link a:focus,
#tmp_header_btn .header_btns > div.medical_link a:active {
	background-color: #ffde8f;
}
#tmp_header_btn .header_btns > div.org_link a:hover,
#tmp_header_btn .header_btns > div.org_link a:focus,
#tmp_header_btn .header_btns > div.org_link a:active {
	background-color: #cefff7;
}
/* gnavi
================================================== */
.gnavi {
	position: relative;
	color:inherit;
	clear:both;
	background-color: #444444;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	font-weight: 500;
}
.gnavi ul {
	list-style:none;
}
.gnavi li {
	width: 14.28%;
	float:left;
}
.gnavi a {
	position: relative;
	display:block;
	text-align: center;
	padding: 22px 5px 17px;
	text-decoration:none;
	background-color: transparent;
	color: #ffffff;
	border: 3px solid transparent;
}
.gnavi > .container > ul > li > a {
	font-size: 94.4%;
}
.gnavi a:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: auto;
	right: -4px;
    top: 21px;
    bottom: 16px;
	background-color: #c6c6c6;
}
.gnavi li:last-child a:after {
	display: none;
}
.gnavi li[class^="glist"].active > a,
.gnavi li[class^="glist"] > a:hover,
.gnavi li[class^="glist"] > a:focus {
	border: 3px solid #7febda;
	background: transparent url(/shared/rn/images/icon/dropdown_green_icon.png) no-repeat center 100%;
}
.gnavi .active a:after,
.gnavi a:hover:after,
.gnavi a:focus:after {
	display: none;
}
.drop_down_hidden {
	display: none;
	position: absolute;
	background-color: #444444;
	border-top: 1px solid #7febda;
	color: #ffffff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 5;
}
.gnavi > .drop_down_menu > ul li:last-child .drop_down_hidden {
	left: 0 !important;
}
.drop_down_hidden ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 1240px;
	margin: 0 auto;
	padding:0 0 30px;
}
.drop_down_hidden ul li {
	width: 25%;
	padding: 0 17px 0 9px;
}
.drop_down_hidden ul li a {
	height: 100%;
	text-align: left;
	border: none;
	background: transparent url(/shared/rn/images/icon/arrow_icon.png) no-repeat 100% 35px;
	padding: 28px 25px 11px 20px;
}
.drop_down_hidden ul li a:hover,
.drop_down_hidden ul li a:focus,
.drop_down_hidden ul li a:active {
	text-decoration: underline;
}
.drop_down_hidden ul li a:before {
	content: '';
	position: absolute;
	display: block;
	width: auto;
	left: 20px;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #5e5e5e;
}
.drop_down_hidden ul li a:after {
	display: none;
}

.drop_down_hidden ul li a:hover,
.drop_down_hidden ul li a:focus,
.drop_down_hidden ul li a:active {
	border: none;
}
.drop_down_hidden ul li a:hover:before ,
.drop_down_hidden ul li a:focus:before ,
.drop_down_hidden ul li a:active:before {
	background-color: #7febda;
}
.drop_down_hidden .close_btn {
	position: relative;
	display: block;
	background-color: #232323;
	color: #ffffff;
	font-size: 77.78%;
	padding: 10px 5px 10px;
	border: none;
	width: 100%;
	cursor: pointer;
}
.drop_down_hidden .close_btn:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: transparent url(/shared/rn/images/icon/close_wh_icon.png) no-repeat top left;
	margin-right: 12px;
}
.model_pc #tmp_sma_rmenu,
.model_pc #tmp_sma_lmenu {
    display: none !important;
}
/* footer
================================================== */
#tmp_wrap_footer {
	padding-top: 305px;
	background: transparent url(/shared/rn/images/footer/bg_main_footer.png) no-repeat top center;
}
#tmp_footer {
	position: relative;
    padding: 66px 0;
	color: #222222;
	background-color: #e5fdf9;
	border-top:2px solid #e5fdf9;
}
.footer_rgt,
.footer_lft{
	float: left;
	width: 50%;
}
#tmp_footer .footer_ttl .ttl_name{
	display: inline-block;
	vertical-align: middle;
	width: 208px;
	min-height: 40px;
	background: #e5fdf9 url(/shared/rn/images/footer/logo_footer.png) no-repeat 1px 0;
	-webkit-background-size: 208px auto;
	-moz-background-size: 208px auto;
	background-size: 208px auto;
	color: #222222;
	margin-right: 30px;
}

#tmp_footer .footer_ttl .ttl_name a{
	color: #222222;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: 208px;
	min-height: 40px;
}
#tmp_footer .footer_ttl .ttl_name span{
	display: block;
	position: relative;
    z-index: -1;
	overflow: hidden;
	width: 208px;
	min-height: 40px;
}
#tmp_footer .footer_ttl .ttl_name a:hover,
#tmp_footer .footer_ttl .ttl_name a:focus{
	text-decoration: underline;
}

#tmp_footer .footer_ttl .ttl_link{
	display: inline-block;
}
#tmp_footer .footer_ttl .ttl_link a {
	display: inline-block;
    padding: 5px 47px 5px 50px;
	background-color: #7febdb;
	color: #222222;
	font-size: 88.8%;
	text-decoration: none;
	background-color:#7febda;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position:relative;
}
#tmp_footer .footer_ttl .ttl_link a:hover,
#tmp_footer .footer_ttl .ttl_link a:focus{
	background-color:#cefff7;
}
#tmp_footer .footer_ttl .ttl_link a::after {
	content:'';
	position:absolute;
	top:50%;
	right:14px;
	width:20px;
	height:9px;
	margin-top:-4px;
	background:url(/shared/rn/images/icon/arrow_black_s.png) no-repeat;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#tmp_footer .footer_ttl .ttl_link a:hover::after,
#tmp_footer .footer_ttl .ttl_link a:focus::after,
#tmp_footer .footer_ttl .ttl_link a:active::after {
	right:4px;
}

#tmp_footer .footer_ttl .ttl_des{
	font-size: 88.8%;
	margin: 11px 0 0;
}
.footer_ttl_wrap{
    margin-bottom: 10px;
}
/* fnavi  */
.fnavi {
    width: 465px;
	float: right;
	list-style:none;
	font-size: 88.8%;
	overflow: hidden;
}
.fnavi li {
	width: 50%;
	float:left;
	margin-bottom: 27px;
}
.fnavi li:nth-child(2n){
	padding-left: 14px;
	clear: right
}

.fnavi li:nth-child(2n+1){
	clear: left
}
.fnavi li a{
	display: inline-block;
	padding: 0 0 0 23px;
	text-decoration: none;
	color: #222222;
	background: transparent url(/shared/rn/images/icon/arrow_yellow.png) no-repeat 0 3px;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
}
.fnavi .active a,
.fnavi li a:hover,
.fnavi li a:focus{
	text-decoration: underline;
}
.fnavi li:last-child {
	margin-right:0;
}
.footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
.footer_cnt address span {
	margin:0 1em 0 0;
}
.copyright_wrap{
	clear: both;
}
.copyright {
	font-size: 77.7%;
	text-align:left;
}
/* ==================================================
navi
================================================== */
/* lnavi
================================================== */
#tmp_lnavi,
.col_rgt_navi .cal_navi {
	margin-bottom: 40px;
}
#tmp_lnavi_ttl,
.col_rgt_navi .cal_navi_ttl {
	display: block;
	font-weight: bold;
	font-size: 111.1%;
	padding: 21px 15px 19px 15px;
	background-color: #444444;
	color: #FFFFFF;
	border:1px solid #444444;
	border-bottom:none;
}
#tmp_lnavi_ttl a,
.col_rgt_navi .cal_navi_ttl a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 21px 15px 19px 46px;
	margin: -21px -15px -19px -15px;
	background: #444444 url(/shared/rn/images/icon/arrow_yellow.png) no-repeat 16px 50%;
	-moz-background-size: 18px auto;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}

#tmp_lnavi_ttl .active a,
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus,
.col_rgt_navi .cal_navi_ttl.active a,
.col_rgt_navi .cal_navi_ttl a:hover,
.col_rgt_navi .cal_navi_ttl a:focus {
	text-decoration: underline;
}
#tmp_lnavi_cnt,
.col_rgt_navi .cal_navi_cnt {
	border: 1px solid #3cb393;
}
#tmp_lnavi_cnt ul li,
.col_rgt_navi .cal_navi_cnt ul li {
	list-style: none;
	border-bottom: 1px solid #3cb393;
}
#tmp_lnavi_cnt ul li:last-child,
.col_rgt_navi .cal_navi_cnt ul li:last-child {
	border-bottom: none;
}
#tmp_lnavi_cnt ul li a,
.col_rgt_navi .cal_navi_cnt ul li a {
	display: block;
    padding: 11px 10px 10px 40px;
	color: #222222;
	text-decoration: none;
	background: #FFFFFF url(/shared/rn/images/icon/arrow_lgreen.png) no-repeat 14px 50%;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#tmp_lnavi_cnt ul .active a,
#tmp_lnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li a:focus,
.col_rgt_navi .cal_navi_cnt ul li.active a,
.col_rgt_navi .cal_navi_cnt ul li a:hover,
.col_rgt_navi .cal_navi_cnt ul li a:focus {
	background-color: #7febda;
}
/* box_lnavi
================================================== */
.box_lnavi {
	margin-bottom:20px;
}
.box_lnavi_ttl {
	font-size:111%;
	line-height:1.4;
	font-weight:bold;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #444444;
	position:relative;
	padding:3px 60px 3px 12px;
	background-repeat:no-repeat;
	background-position:right bottom;
}
.no_javascript .box_lnavi_ttl,
.active .box_lnavi_ttl {
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.box_lnavi_ttl a {
	display:table-cell;
	vertical-align:middle;
	height:62px;
	text-decoration:none;
	color:#444444;
	background-color:transparent;
}
.box_lnavi_ttl a:hover,
.box_lnavi_ttl a:focus,
.box_lnavi_ttl a:active {
	text-decoration:underline;
}
.box_lnavi_ttl .switch_btn {
	position:absolute;
	top:10px;
	right:10px;
	background:url(/shared/rn/images/navi/rnavi/switch_icon_down.png) no-repeat;
	width:43px;
	height:43px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
}
.active .box_lnavi_ttl .switch_btn {
	background-image:url(/shared/rn/images/navi/rnavi/switch_icon_up.png);
}
.no_javascript .box_lnavi_ttl .switch_btn {
	display:none;
}
.box_lnavi_cnt ul {
	list-style:none;
}
.box_lnavi_cnt ul li a {
	display:block;
	text-decoration:none;
	padding:12px 10px 12px 40px;
	border-left:1px solid #444444;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	background-image:url(/shared/rn/images/navi/rnavi/lnavi_icon_black.png);
	background-position:16px 16px;
	background-repeat:no-repeat;
	color:#222222;
}
.box_lnavi_cnt ul li:last-child a {
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.box_lnavi_cnt ul li a:hover,
.box_lnavi_cnt ul li a:focus,
.box_lnavi_cnt ul li a:active,
.box_lnavi_cnt ul li.active a {
	color:#ffffff;
}
#tmp_lnavi_miryoku1 .box_lnavi_ttl {
	background-color:#c0e6fd;
	background-image: url(/shared/rn/images/navi/rnavi/lnavi_miryoku_rank.png);
}
#tmp_lnavi_miryoku1 .box_lnavi_cnt ul li a {
	background-color:#e8f6ff;
}
#tmp_lnavi_miryoku1 .box_lnavi_cnt ul li a:hover,
#tmp_lnavi_miryoku1 .box_lnavi_cnt ul li a:focus,
#tmp_lnavi_miryoku1 .box_lnavi_cnt ul li a:active,
#tmp_lnavi_miryoku1 .box_lnavi_cnt ul li.active a {
	background-color:#444444;
	background-image:url(/shared/rn/images/navi/rnavi/lnavi_icon_blue.png);
}
#tmp_lnavi_miryoku2 .box_lnavi_ttl {
	background-color:#91d4c2;
	background-image: url(/shared/rn/images/navi/rnavi/lnavi_miryoku_gallery.png);
}
#tmp_lnavi_miryoku2 .box_lnavi_cnt ul li a {
	background-color:#fcffe0;
}
#tmp_lnavi_miryoku2 .box_lnavi_cnt ul li a:hover,
#tmp_lnavi_miryoku2 .box_lnavi_cnt ul li a:focus,
#tmp_lnavi_miryoku2 .box_lnavi_cnt ul li a:active,
#tmp_lnavi_miryoku2 .box_lnavi_cnt ul li.active a {
	background-color:#444444;
	background-image:url(/shared/rn/images/navi/rnavi/lnavi_icon_yellow.png);
}
#tmp_lnavi_miryoku3 .box_lnavi_ttl {
	background-color:#fcb6b6;
	background-image: url(/shared/rn/images/navi/rnavi/lnavi_miryoku_charm.png);
}
#tmp_lnavi_miryoku3 .box_lnavi_cnt ul li a {
	background-color:#FFF0F0;
}
#tmp_lnavi_miryoku3 .box_lnavi_cnt ul li a:hover,
#tmp_lnavi_miryoku3 .box_lnavi_cnt ul li a:focus,
#tmp_lnavi_miryoku3 .box_lnavi_cnt ul li a:active,
#tmp_lnavi_miryoku3 .box_lnavi_cnt ul li.active a {
	background-color:#444444;
	background-image:url(/shared/rn/images/navi/rnavi/lnavi_icon_yellow.png);
}
/* rgt_banner
================================================== */
.rgt_banner{
	background: #f1f1f1 url(/shared/rn/images/main/bg_banner_lnavi.png) no-repeat bottom right;
	padding-bottom: 11px;
}
.rgt_banner_ttl{
	font-size: 133.3%;
	font-weight: bold;
	background-color: transparent;
	color: #03513c;
	padding: 20px 10px 10px 10px;
	text-align: center;
}
.rgt_banner_cnt{
	padding: 5px 30px;
}
.rgt_banner_cnt ul{
	list-style: none;
}
.rgt_banner_cnt ul li{
	margin-bottom: 10px;
}
.rgt_banner_cnt ul li a{
	display: block;
	border: 1px solid transparent;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.rgt_banner_cnt ul li a img{
	max-width: 100%;
	height: auto;
}
.rgt_banner_cnt ul li a:focus,
.rgt_banner_cnt ul li a:hover{
	border: 1px solid #3cb393;
}
/* advertising_btn
================================================== */
.advertising_btn {
	text-align: center;
	padding: 0 14px;
}
.advertising_btn a {
	display: block;
	text-decoration: none;
	color: #222222;
	background-color:#7febdb;
	font-size: 88.8%;
	padding: 11px 45px 10px 10px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position:relative;
}
.advertising_btn a:hover,
.advertising_btn a:focus,
.advertising_btn a:active {
	background-color:#cefff7;
}
.advertising_btn a::after {
	content:'';
	position:absolute;
	top:50%;
	right:10px;
	width:20px;
	height:9px;
	margin-top:-4px;
	background:url(/shared/rn/images/icon/arrow_black_s.png) no-repeat;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.advertising_btn a:hover::after,
.advertising_btn a:focus::after,
.advertising_btn a:active::after {
	right:5px;
}
/* rnavi_banner
================================================== */
.wrap_col_rgt_navi .rnavi_banner {
	margin:0 0 46px;
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	background-color: #ffffff;
	color: #222222;
}
.wrap_col_rgt_navi .rnavi_banner a {
	display: block;
	border: 2px solid #FFFFFF;
}
.wrap_col_rgt_navi .rnavi_banner a:hover,
.wrap_col_rgt_navi .rnavi_banner a:focus {
	border: 2px solid #ffff00;
}
.wrap_col_rgt_navi .rnavi_banner img {
	width: 100%;
	height: auto;
}
/* rnavi_banner_s */
.wrap_col_rgt_navi .rnavi_banner_s {
	margin:0 0 20px;
}
.wrap_col_rgt_navi .rnavi_banner_s a {
	display: block;
	background:url(/shared/rn/images/navi/rnavi/rnavi_banner_s.jpg) no-repeat left top;
	position:relative;
}
.wrap_col_rgt_navi .rnavi_banner_s a,
.wrap_col_rgt_navi .rnavi_banner_s span {
	width:240px;
	height:72px;
}
.wrap_col_rgt_navi .rnavi_banner_s a:hover::after,
.wrap_col_rgt_navi .rnavi_banner_s a:focus::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border: 2px solid #ffff00;
}
/* rnavi_miryoku_other */
.rnavi_miryoku_other {
	margin:0 0 38px;
}
.rnavi_miryoku_other a {
	display: block;
	background:url(/shared/rn/images/navi/rnavi/miryoku_other.gif) no-repeat left top;
}
.rnavi_miryoku_other a,
.rnavi_miryoku_other span {
	width:236px;
	height:85px;
}
/* rnavi_menu
================================================== */
#tmp_rnavi_news {
	margin:0 0 20px;
}
#tmp_rnavi_news_ttl {
	font-size: 111.1%;
	background: #098261 url(/shared/rn/images/icon/news_rnavi.png) no-repeat 13px 12px;
	-moz-background-size: 29px auto;
	-webkit-background-size: 29px auto;
	background-size: 29px auto;
	color: #FFFFFF;
	font-weight: bold;
    padding: 12px 10px 10px 54px;
}
#tmp_rnavi_news_cnt .box_rnavi_news {
	padding: 19px 0 17px;
	border-bottom: 1px dotted #cccccc;
	clear:both;
}
#tmp_rnavi_news_cnt .box_rnavi_news_img {
	float:left;
	width:82px;
}
#tmp_rnavi_news_cnt .box_rnavi_news_img img {
	max-width:100%;
	height:auto;
}
#tmp_rnavi_news_cnt .box_rnavi_news_cnt {
	float:right;
	width:calc(100% - 93px);
	font-size:88.9%;
	line-height:1.35;
}
#tmp_rnavi_news_cnt .box_rnavi_news_cnt .date {
	font-size:75%;
	margin-top:14px;
}
#tmp_rnavi_news_cnt .box_rnavi_news_cnt .lavel {
	font-size:87.5%;
	padding:1px 4px;
	margin-bottom:4px;
	display:inline-block;
	vertical-align:top;
	line-height:1.2;
}
#tmp_rnavi_news_cnt .box_rnavi_news_cnt .lavel.news {
	border: 1px solid #a3cbec;
	background-color: #dfeffd;
	color:#1e335e;
}
#tmp_rnavi_news_cnt .box_rnavi_news_cnt .lavel.blog {
	border: 1px solid #e0a5b3;
	background-color: #ffeef2;
	color: #82102c;
}
/* rnavi ブログ */
#tmp_rnavi_news_cnt .wrap_box_fb .wrap_box_rnavi_news{
	position:relative;
}
#tmp_rnavi_news_cnt .wrap_box_fb .wrap_box_rnavi_news .lavel{
	font-size:87.5%;
	padding:2px 4px;
	margin-bottom:4px;
	display:inline-block;
	vertical-align:top;
	line-height:1.2;
}
#tmp_rnavi_news_cnt .wrap_box_fb .wrap_box_rnavi_news .lavel.blog{
	position:absolute;
	top:20px;
	left:95px;
	font-size:77.8%;
	border: 1px solid #e0a5b3;
	background-color: #ffeef2;
	color: #82102c;
}
#tmp_rnavi_news_cnt .wrap_box_fb .box_rnavi_news_cnt {
    padding-top: 30px;
}
/* rnavi_sns_btn
================================================== */
.rnavi_sns_btn {
	font-size:83.3%;
	line-height:1.4;
	margin:0 0 20px;
}
.rnavi_sns_btn a {
	display:block;
	text-decoration:none;
	padding:8px 8px 8px 48px;
	border:1px solid #76accb;
	color:#222222;
	background:#e5f6ff url(/shared/rn/images/navi/rnavi/rnavi_sns_icon.png) no-repeat 6px center;
}
.rnavi_sns_btn a:hover,
.rnavi_sns_btn a:focus {
	border-color:#ffff00;
}
/* read_all
================================================== */
.read_all {
	font-size: 88.8%;
	padding:20px 0 17px;
	border-bottom: 1px dotted #cccccc;
}
.type_idx .read_all {
	border-bottom: none;
}
.type_idx .col_rgt_navi .read_all {
	margin-left: 10px;
	border-bottom: 1px dotted #cccccc;
}
.read_all ul {
	list-style: none !important;
	margin:0 !important;
}
.read_all ul li {
	display: inline-block !important;
	margin:0 10px 0 0 !important;
}
.read_all ul li a {
	display:inline-block;
	padding: 0 0 0 24px;
	min-height:18px;
	color: #222222;
	text-decoration: none;
	background: #ffffff url(/shared/rn/images/icon/green_arrow_icon.png) no-repeat left 2px;
	-moz-background-size: 18px auto;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}
.read_all ul li a:hover,
.read_all ul li a:focus {
	text-decoration: underline;
}
.col_rgt_navi .read_all {
	padding: 0 0 10px;
	margin:20px 0 23px;
}
.col_rgt_navi .read_all ul li {
	display: block !important;
	margin:0 0 10px !important;
}
/* layouttable
================================================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* free_table
================================================== */
table.free_table {
	width:100% !important;
	border-collapse:collapse;
	border-spacing:0;
}
table.free_table td {
	vertical-align:top;
}
/* list_table
================================================== */
table.list_table {
	width:100% !important;
	border-collapse:collapse;
	border-spacing:0;
}
table.list_table td {
	padding:5px;
	vertical-align:top;
	text-align:left;
}
table.list_table td p {
	margin-bottom:0 !important;
}
table.list_table .date {
	width:5em;
	white-space:nowrap;
}
table.list_table .date_year {
	width:8em;
	white-space:nowrap;
}
/* publicity
================================================== */
#tmp_publicity {
	padding:0 80px 0 100px;
	margin-bottom: 60px;
	clear:both;
}
#tmp_publicity_ttl {
	position: relative;
	margin:0 0 30px;
}
#tmp_publicity_ttl .pub_ttl {
	display:inline-block;
	color: #18837a;
	background-color: transparent;
	font-size: 166.66%;
	font-weight: bold;
}
#tmp_publicity_ttl .pub_link {
	text-align: center;
    position: absolute;
    top: 0;
    right:0;
    display: inline-block;
    min-width: 190px;
    font-size: 88.89%;
}
#tmp_publicity_ttl .pub_link a {
	display:block;
    color: #222222;
    text-decoration: none;
	background-color:#7febda;
    padding: 11px 40px 10px 16px;
    text-align: center;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position:relative;
}
#tmp_publicity_ttl .pub_link a:hover,
#tmp_publicity_ttl .pub_link a:focus,
#tmp_publicity_ttl .pub_link a:active {
	background-color:#cefff7;
}
#tmp_publicity_ttl .pub_link a::after {
	content:'';
	position:absolute;
	top:50%;
	right:14px;
	width:20px;
	height:9px;
	margin-top:-4px;
	background:url(/shared/rn/images/icon/arrow_black_s.png) no-repeat;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#tmp_publicity_ttl .pub_link a:hover::after,
#tmp_publicity_ttl .pub_link a:focus::after,
#tmp_publicity_ttl .pub_link a:active::after {
	right:4px;
}
#tmp_publicity_cnt ul {
	list-style: none;
	margin: 0 -15px;
	clear: both;
}
#tmp_publicity_cnt li {
	width: 210px !important;
	float: left;
	padding: 0 13px;
	margin: 0 0 15px;
}
#tmp_publicity_cnt li:nth-child(5n+1) {
	clear: both;
}
#tmp_publicity_cnt li a {
	display: block;
	overflow: hidden;
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_publicity_cnt li a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#tmp_publicity_cnt li a:hover,
#tmp_publicity_cnt li a:focus,
#tmp_publicity_cnt li a:active {
	border-color: #3cb393;
}
/* 県議会 */
.custom_gikai #tmp_publicity {
	padding:0;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 0;
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_social_plugins {
	margin-bottom: 35px;
	float:left;
}
#tmp_social_plugins .social_media_btn {
	font-size:77.8%;
    line-height: 1.4;
	margin:0 0 0 10px;
	padding:0 0 5px;
	float:left;
}
#tmp_custom_update #tmp_update {
	font-size:77.8%;
    line-height: 1.4;
	margin-bottom: 35px;
	margin-left:20px;
	padding:0 0 5px;
	float:right;
}
/* pankuzu
================================================== */
#tmp_pankuzu{
	font-size: 88.9%;
	margin: 17px 0 20px;
}
/* plugin ▼変更しない
================================================== */
.plugin {
    padding:15px 19px 15px;
    border:3px solid #ededed;
	font-size: 88.9%;
    margin:0 0 40px;
	clear:both;
}
.plugin .plugin_img {
    margin: 6px 20px 0 0 !important;
    float:left;
}
.plugin .plugin_img img {
    vertical-align:top;
}
#tmp_contents .plugin p {
	line-height: 1.5 !important;
	margin-bottom: 0 !important;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
#tmp_footer .ptop {
	text-align:left;
	position: absolute;
    z-index: 110;
	top: -135px;
    right: 50%;
    margin-right:-630px;
    width: 60px;
    height: 60px;
}
#tmp_footer .ptop a {
	display:block;
    width: 60px;
    height: 60px;
    background: transparent url(/shared/rn/images/icon/pagetop.png) 0 0 no-repeat;
}
#tmp_footer .ptop span {
	display:block;
    width: 60px;
    height: 60px;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
}
#tmp_footer .pnavi_relative .ptop {
    position: fixed;
	bottom: 20px;
	top: auto;
}
@media screen and (max-width : 1200px) {
	#tmp_footer .ptop {
		right: 20px;
		margin-right:0;
	}
}
/* ==================================================
inquiry
================================================== */
#tmp_inquiry {
	border: 1px solid #3cb393;
	margin:0 0 40px;
	clear:both;
}
#tmp_inquiry #tmp_inquiry_ttl{
	padding: 15px 20px;
    color: inherit;
    font-weight: bold;
    background: #eafffc url(/shared/templates/free_rn/images/bg_inquiry.png) no-repeat 2px 2px;
    color: #222222;
    border-bottom: 1px solid #3cb393;
    font-size: 122.2%;
}
#tmp_inquiry #tmp_inquiry_cnt{
	padding: 20px;
}
#tmp_inquiry #tmp_inquiry_cnt a:hover,
#tmp_inquiry #tmp_inquiry_cnt:focus{
	text-decoration: none;
}
/* ==================================================
cate_ttl - 第一階層用
================================================== */
#tmp_cate_ttl {
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin:0 0 55px;
}
.no_javascript #tmp_cate_ttl_img {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	margin-left: -720px;
}
#tmp_cate_ttl .container{
	position: relative;
	padding: 71px 20px 73px;
}
#tmp_cate_ttl .container::before{
	content: "";
	position: absolute;
	top: 0;
	left: -103px;
	width: 496px;
	height: 260px;
	background: transparent url(/shared/rn/images/main/banner_idx.png)
}
#tmp_cate_ttl_text {
	width: 460px;
	background-color: #3cb393;
	color: #ffffff;
}
#tmp_cate_ttl_text h1 {
	position: relative;
	z-index: 2;
	font-size: 200%;
	display: table-cell;
	width: 460px;
	height: 115px;
	vertical-align: middle;
	padding: 10px 10px 10px 35px;
	text-shadow: rgb(3, 134, 99) 2px 0px 0px, rgb(3, 134, 99) 1.75517px 0.958851px 0px, rgb(3, 134, 99) 1.0806px 1.68294px 0px, rgb(3, 134, 99) 0.141474px 1.99499px 0px, rgb(3, 134, 99) -0.832294px 1.81859px 0px, rgb(3, 134, 99) -1.60229px 1.19694px 0px, rgb(3, 134, 99) -1.97998px 0.28224px 0px, rgb(3, 134, 99) -1.87291px -0.701566px 0px, rgb(3, 134, 99) -1.30729px -1.5136px 0px, rgb(3, 134, 99) -0.421592px -1.95506px 0px, rgb(3, 134, 99) 0.567324px -1.91785px 0px, rgb(3, 134, 99) 1.41734px -1.41108px 0px, rgb(3, 134, 99) 1.92034px -0.558831px 0px;
}
/* ==================================================
cate_sttl - サブサイト
================================================== */
#tmp_wrap_cate_sttl {
	display:table;
	width:100%;
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 60px;
	clear:both;
}
#tmp_cate_sttl {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:160px;
	background-repeat:no-repeat;
	background-position:right top;
}
#tmp_cate_sttl p {
	font-size:155.6%;
	font-weight:bold;
	background-color:#ffffff;
	border-bottom-width:2px;
	border-bottom-style:solid;
	display:inline-block;
	min-width:470px;
	padding:14px 28px;
}
/* bosai */
.custom_bosai #tmp_wrap_cate_sttl {
	background-color:#ffffcd;
	background-image:url(/shared/rn/images/main/cate_sttl_bosai_bg.gif);
}
.custom_bosai #tmp_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_bosai_img.jpg);
}
.custom_bosai #tmp_cate_sttl p {
	border-bottom-color:#ffa145;
}
/* edu */
.custom_edu #tmp_wrap_cate_sttl {
	background-color:#c4e7ff;
	background-image:url(/shared/rn/images/main/cate_sttl_edu_bg.gif);
}
.custom_edu #tmp_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_edu_img.jpg);
}
.custom_edu #tmp_cate_sttl p {
	border-bottom-color:#0068b7;
}
/* cate_sttl - top
================================================== */
.bosai_top #tmp_wrap_cate_sttl,
.edu_top #tmp_wrap_cate_sttl,
#tmp_wrap_cate_sttl.cate_sttl_chiji,
#tmp_wrap_cate_sttl.cate_sttl_kigyo,
#tmp_wrap_cate_sttl.cate_sttl_jigyosha,
#tmp_wrap_cate_sttl.cate_sttl_soshiki,
#tmp_wrap_cate_sttl.cate_sttl_foreign {
	display:block;
	width:auto;
	position:relative;
	z-index:0;
	margin:0 80px 80px 0;
	padding-top:20px;
}
.bosai_top #tmp_cate_sttl,
.edu_top #tmp_cate_sttl,
#tmp_wrap_cate_sttl.cate_sttl_chiji #tmp_cate_sttl,
#tmp_wrap_cate_sttl.cate_sttl_kigyo #tmp_cate_sttl,
#tmp_wrap_cate_sttl.cate_sttl_jigyosha #tmp_cate_sttl,
#tmp_wrap_cate_sttl.cate_sttl_soshiki #tmp_cate_sttl,
#tmp_wrap_cate_sttl.cate_sttl_foreign #tmp_cate_sttl {
	display:block;
	width:auto;
	height:275px;
	position:relative;
	z-index:1;
	margin-right:-80px;
}
#tmp_cate_sttl h1 {
	position:absolute;
	left:0;
	bottom:-20px;
	font-size:200%;
	font-weight:bold;
	background-color:#ffffff;
	display:inline-block;
	min-width:584px;
	padding:18px 20px 18px 40px;
	border-bottom-width:10px;
	border-bottom-style:solid;
}
#tmp_cate_sttl h1::after {
	content:"";
	position: absolute;
	top:10px;
	right:-10px;
	height:100%;
	width:10px;
	z-index:-999;
	color:inherit;
}
#tmp_cate_sttl .sub {
	display:block;
	font-size:55.5%;
}
#tmp_wrap_cate_sttl.cate_sttl_jigyosha #tmp_cate_sttl h1 {
	line-height:1.3;
	padding-top:16px;
	padding-bottom:8px;
}
/* bosai */
.custom_bosai.bosai_top #tmp_wrap_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_bosai_top_bg.gif);
}
.custom_bosai.bosai_top #tmp_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_bosai_top_img.jpg);
}
.custom_bosai.bosai_top #tmp_cate_sttl h1 {
	border-bottom-color:#ffa145;
}
.custom_bosai.bosai_top #tmp_cate_sttl h1::after {
	background-color:#ffa145;
}
/* edu */
.custom_edu.edu_top #tmp_wrap_cate_sttl {
	background-color:#c0e3ff;
	background-image:url(/shared/rn/images/main/cate_sttl_edu_top_bg.gif);
}
.custom_edu.edu_top #tmp_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_edu_top_img.jpg);
}
.custom_edu.edu_top #tmp_cate_sttl h1 {
	border-bottom-color:#0068b7;
}
.custom_edu.edu_top #tmp_cate_sttl h1::after {
	background-color:#0068b7;
}
/* タイトル用 */
#tmp_wrap_cate_sttl.cate_sttl_chiji,
#tmp_wrap_cate_sttl.cate_sttl_kigyo {
	background-color:#caefff;
	background-image:url(/shared/rn/images/main/cate_sttl_top_bg.gif);
}
#tmp_wrap_cate_sttl.cate_sttl_jigyosha {
	background-color:#caf0ff;
	background-image:url(/shared/rn/images/main/cate_sttl_jigyosha_top_bg.gif);
}
#tmp_wrap_cate_sttl.cate_sttl_soshiki,
#tmp_wrap_cate_sttl.cate_sttl_foreign {
	background-color:#dffffa;
	background-image:url(/shared/rn/images/main/cate_sttl_top_bg2.gif);
}
#tmp_wrap_cate_sttl.cate_sttl_chiji #tmp_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_chiji_top_img.jpg);
}
#tmp_wrap_cate_sttl.cate_sttl_kigyo #tmp_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_kigyo_top_img.jpg);
}
#tmp_wrap_cate_sttl.cate_sttl_jigyosha #tmp_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_jigyosha_top_img.jpg);
}
#tmp_wrap_cate_sttl.cate_sttl_soshiki #tmp_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_soshiki_top_img.jpg);
}
#tmp_wrap_cate_sttl.cate_sttl_foreign #tmp_cate_sttl {
	background-image:url(/shared/rn/images/main/cate_sttl_foreign_top_img.jpg);
}
#tmp_wrap_cate_sttl.cate_sttl_chiji #tmp_cate_sttl h1,
#tmp_wrap_cate_sttl.cate_sttl_kigyo #tmp_cate_sttl h1,
#tmp_wrap_cate_sttl.cate_sttl_jigyosha #tmp_cate_sttl h1 {
	min-width:460px;
	border-bottom-color:#0077a9;
}
#tmp_wrap_cate_sttl.cate_sttl_chiji #tmp_cate_sttl h1::after,
#tmp_wrap_cate_sttl.cate_sttl_kigyo #tmp_cate_sttl h1::after,
#tmp_wrap_cate_sttl.cate_sttl_jigyosha #tmp_cate_sttl h1::after {
	background-color:#0077a9;
}
#tmp_wrap_cate_sttl.cate_sttl_soshiki #tmp_cate_sttl h1,
#tmp_wrap_cate_sttl.cate_sttl_foreign #tmp_cate_sttl h1 {
	min-width:460px;
	border-bottom-color:#3cb393;
}
#tmp_wrap_cate_sttl.cate_sttl_soshiki #tmp_cate_sttl h1::after,
#tmp_wrap_cate_sttl.cate_sttl_foreign #tmp_cate_sttl h1::after {
	background-color:#3cb393;
}
/* ==================================================
cate_ttl - オリジナル
================================================== */
/* gikai
================================================== */
#tmp_cate_ttl_gikai {
	background:url(/shared/rn/images/main/gikai_ttl_bg.jpg) no-repeat left top;
	padding:48px 0 53px 53px;
	margin:0 0 46px;
	clear:both;
}
/* movie
================================================== */
#tmp_cate_ttl_movie {
	background:url(/shared/rn/images/main/cate_ttl_movie.jpg) no-repeat left center;
	margin:0 0 38px;
	clear:both;
}
.tib_top #tmp_cate_ttl_movie {
	margin-bottom:0;
}
#tmp_cate_ttl_movie,
#tmp_cate_ttl_movie h1,
#tmp_cate_ttl_movie p,
#tmp_cate_ttl_movie span {
	width:1200px;
	height:252px;
}
#tmp_cate_ttl_movie h1 {
	font-size:150%;
}
/* information
================================================== */
/* ranking */
#tmp_cate_ttl_ranking {
	background:#c0e6fd url(/shared/templates/info_free/images/cate_ttl_ranking.gif) no-repeat left bottom;
	min-height:180px;
	padding:63px 0 57px;
	margin:0 0 38px;
	clear:both;
}
#tmp_cate_ttl_ranking h1 {
	font-size:188.9%;
	padding:3px 20px;
	display:inline-block;
	background-color:#444444;
	color:#ffffff;
	position:relative;
	margin-right:100px;
}
#tmp_cate_ttl_ranking h1::after {
	content:'';
	position:absolute;
	right:-60px;
	top:0;
	width:60px;
	height:100%;
	background:url(/shared/templates/info_free/images/cate_ttl_h1_bg.png) no-repeat;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
/* ==================================================
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:50%;
	padding-right:10px;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:50%;
	padding-left:10px;
	float:left;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding:0;
}
/* fixed_col2 */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:50%;
	padding-right:10px;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:50%;
	padding-left:10px;
	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 {
	margin:0 -10px;
}
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R {
	display:table;
	width:33.3%;
	padding:0 10px;
	float:left;
}
/* 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_switch_sp_style {
	display: none;
	width: 100%;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 10px;
	background-color: #3cb393;
	text-decoration: none;
	text-align: center;
	font-size:250%;
}
/* map
================================================== */
#tmp_gmap_link {
	width:320px;
	font-size:89%;
	margin:50px auto;
	clear:both;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#tmp_contents #tmp_gmap_img {
	text-align:center;
	margin:0 0 20px;
}
#tmp_gmap_img a {
	text-decoration:none;
	background-color:#7febda;
	color:#222222;
	display:block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#tmp_gmap_img a:hover {
	opacity: 0.8;
}
#tmp_gmap_img span {
	display:inline-block;
	background:url(/shared/rn/images/icon/gmap_icon.png) no-repeat left center;
	padding:13px 0 11px 45px;
}
#tmp_contents #tmp_gmap_btn ul {
	margin-left:1em;
}
/* ==================================================
line style
================================================== */
.search_recommend_list ul li a::after,
.attention_list ul li a::after,
#tmp_contents .section_cnt_anchor .area_cnt h2 a::after,
.wrap_area_chumoku .area_chumoku ul li a::after,
#tmp_tab .tab_list li::after {
	content:'';
	display: block;
	position:absolute;
	left:0;
	right: 0;
	bottom:2px;
	height:2px;
	border-bottom: 2px solid #ffff00;
	transform: scale(0, 1);
	transform-origin: left top;
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.search_recommend_list ul li a:hover::after,
.search_recommend_list ul li a:focus::after,
.search_recommend_list ul li a:active::after,
.attention_list ul li a:hover::after,
.attention_list ul li a:focus::after,
.attention_list ul li a:active::after,
#tmp_contents .section_cnt_anchor .area_cnt h2 a:hover::after,
#tmp_contents .section_cnt_anchor .area_cnt h2 a:focus::after,
#tmp_contents .section_cnt_anchor .area_cnt h2 a:active::after,
.wrap_area_chumoku .area_chumoku ul li a:hover::after,
.wrap_area_chumoku .area_chumoku ul li a:focus::after,
.wrap_area_chumoku .area_chumoku ul li a:active::after,
#tmp_tab .tab_list li.active::after {
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/* ==================================================
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;
	box-shadow:none !important;
	text-shadow: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;
}
#tmp_means ul li.func_btn > a {
	border: 0 !important;
}
.color_blue #tmp_search .wrap_sch_btn input,
.color_black #tmp_search .wrap_sch_btn input,
.color_blue #tmp_info_search .wrap_sch_btn input,
.color_black #tmp_info_search .wrap_sch_btn input,
.color_yellow #tmp_search .wrap_sch_btn input,
.color_yellow #tmp_info_search .wrap_sch_btn input,
.color_blue #tmp_pickup .pickup_btn a,
.color_yellow #tmp_pickup .pickup_btn a,
.color_black #tmp_pickup .pickup_btn a,
.color_blue #tmp_pickup .slick-arrow,
.color_yellow #tmp_pickup .slick-arrow,
.color_black #tmp_pickup .slick-arrow,
.color_blue #tmp_publicity_ttl .pub_link a,
.color_yellow #tmp_publicity_ttl .pub_link a,
.color_black #tmp_publicity_ttl .pub_link a,
.color_blue #tmp_event_cal_refine_cnt fieldset .refine_list .genre li,
.color_yellow #tmp_event_cal_refine_cnt fieldset .refine_list .genre li,
.color_blue #tmp_event_cal_refine_cnt fieldset .refine_list .genre li {
	border-style:solid !important;
	border-width:1px !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;
}
/* hlogo */
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	width:auto !important;
	height:auto !important;
}

/* ptop */
.color_blue #tmp_footer .ptop,
.color_yellow #tmp_footer .ptop,
.color_black #tmp_footer .ptop {
	width:auto !important;
	height:auto !important;
}
.color_blue #tmp_footer .ptop a,
.color_yellow #tmp_footer .ptop a,
.color_black #tmp_footer .ptop a {
	padding:10px;
	border-style:solid;
	border-width:2px;
}
/* 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;
	background-image:none !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;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
	padding:0 !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;
}
/* display */
.color_blue #tmp_wrapper #tmp_cate_ttl .container:before,
.color_yellow #tmp_wrapper #tmp_cate_ttl .container:before,
.color_black #tmp_wrapper #tmp_cate_ttl .container:before,
.color_blue #tmp_find_info:before,
.color_yellow #tmp_find_info:before,
.color_black #tmp_find_info:before,
.color_blue #tmp_wrapper .purpose_target:after,
.color_yellow #tmp_wrapper .purpose_target:after,
.color_black #tmp_wrapper .purpose_target:after,
.color_blue #tmp_know:before,
.color_yellow #tmp_know:before,
.color_black #tmp_know:before,
.color_blue #tmp_pickup:before,
.color_yellow #tmp_pickup:before,
.color_black #tmp_pickup:before,
.color_blue #tmp_banner:after,
.color_yellow #tmp_banner:after,
.color_black #tmp_banner:after,
.color_blue #tmp_wrapper .purpose_btn a:after,
.color_yellow #tmp_wrapper .purpose_btn a:after,
.color_black #tmp_wrapper .purpose_btn a:after,
.color_blue #tmp_wrapper .know_video_btn a:after,
.color_yellow #tmp_wrapper .know_video_btn a:after,
.color_black #tmp_wrapper .know_video_btn a:after,
.color_blue #tmp_pickup .pickup_btn a:after,
.color_yellow #tmp_pickup .pickup_btn a:after,
.color_black #tmp_pickup .pickup_btn a:after,
.color_blue #tmp_publicity_ttl .pub_link a:after,
.color_yellow #tmp_publicity_ttl .pub_link a:after,
.color_black #tmp_publicity_ttl .pub_link a:after,
.color_blue #tmp_footer .footer_ttl .ttl_link a:after,
.color_yellow #tmp_footer .footer_ttl .ttl_link a:after,
.color_black #tmp_footer .footer_ttl .ttl_link a:after,
.color_blue #tmp_photonews_cnt .news_text::after,
.color_yellow #tmp_photonews_cnt .news_text::after,
.color_black #tmp_photonews_cnt .news_text::after {
	display: none !important;
}
/* slick */
.color_blue #tmp_wrapper .slick-dots .slick-active button,
.color_blue #tmp_wrapper .slick-dots .slick-active a,
.color_blue #tmp_wrapper .slick-dots li button:hover,
.color_blue #tmp_wrapper .slick-dots li button:focus,
.color_blue #tmp_wrapper .slick-dots li a:hover,
.color_blue #tmp_wrapper .slick-dots li a:focus,
.color_black #tmp_wrapper .slick-dots .slick-active button,
.color_black #tmp_wrapper .slick-dots .slick-active a,
.color_black #tmp_wrapper .slick-dots li button:hover,
.color_black #tmp_wrapper .slick-dots li button:focus,
.color_black #tmp_wrapper .slick-dots li a:hover,
.color_black #tmp_wrapper .slick-dots li a:focus {
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .slick-dots .slick-active button,
.color_yellow #tmp_wrapper .slick-dots .slick-active a,
.color_yellow #tmp_wrapper .slick-dots li button:hover,
.color_yellow #tmp_wrapper .slick-dots li button:focus,
.color_yellow #tmp_wrapper .slick-dots li a:hover,
.color_yellow #tmp_wrapper .slick-dots li a:focus {
    background-color: #000000 !important;
}
.color_blue #tmp_wrapper .gallery_slide .slick-arrow img,
.color_yellow #tmp_wrapper .gallery_slide .slick-arrow img,
.color_black #tmp_wrapper .gallery_slide .slick-arrow img {
    background-color: #ffffff !important;
}
.color_blue #tmp_header_btn .header_btns div,
.color_black #tmp_header_btn .header_btns div,
.color_yellow #tmp_header_btn .header_btns div,
.color_blue #tmp_wrapper .btn_slides a,
.color_black #tmp_wrapper .btn_slides a,
.color_yellow #tmp_wrapper .btn_slides a,
.color_blue #tmp_wrapper .know_video_btn a,
.color_black #tmp_wrapper .know_video_btn a,
.color_yellow #tmp_wrapper .know_video_btn a,
.color_blue #tmp_wrapper .purpose_btn a,
.color_black #tmp_wrapper .purpose_btn a,
.color_yellow #tmp_wrapper .purpose_btn a,
.color_blue #tmp_tab .box_tab_rgt .tab_btn .view_more a,
.color_black #tmp_tab .box_tab_rgt .tab_btn .view_more a,
.color_yellow #tmp_tab .box_tab_rgt .tab_btn .view_more a,
.color_blue #tmp_footer .footer_ttl .ttl_link,
.color_black #tmp_footer .footer_ttl .ttl_link,
.color_yellow #tmp_footer .footer_ttl .ttl_link,
.color_blue #tmp_wrapper .more_item li,
.color_black #tmp_wrapper .more_item li,
.color_yellow #tmp_wrapper .more_item li,
.color_blue .lnavi_kids #tmp_lnavi_cnt ul li a,
.color_black .lnavi_kids #tmp_lnavi_cnt ul li a,
.color_yellow .lnavi_kids #tmp_lnavi_cnt ul li a {
	border-style:solid;
	border-width:1px;
}
.color_blue #tmp_header_btn .header_btns > div.notice_board > a,
.color_yellow #tmp_header_btn .header_btns > div.notice_board > a,
.color_black #tmp_header_btn .header_btns > div.notice_board > a {
	position:relative;
}
.color_blue #tmp_header_btn .header_btns > div.notice_board > a::after,
.color_yellow #tmp_header_btn .header_btns > div.notice_board > a::after,
.color_black #tmp_header_btn .header_btns > div.notice_board > a::after {
	content:"";
	position: absolute;
	left:50%;
	bottom:10px;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
}
.color_blue #tmp_header_btn .header_btns > div.notice_board > a::after,
.color_black #tmp_header_btn .header_btns > div.notice_board > a::after {
	border-color: #ffffff transparent transparent transparent;
}
.color_yellow #tmp_header_btn .header_btns > div.notice_board > a::after {
	border-color: #000000 transparent transparent transparent;
}
.color_blue #tmp_header_btn .header_btns > div.notice_board > a.active::after,
.color_yellow #tmp_header_btn .header_btns > div.notice_board > a.active::after,
.color_black #tmp_header_btn .header_btns > div.notice_board > a.active::after {
	border-width: 0 5px 8px 5px;
}
.color_blue #tmp_header_btn .header_btns > div.notice_board > a.active::after,
.color_black #tmp_header_btn .header_btns > div.notice_board > a.active::after {
	border-color: transparent transparent #ffffff transparent;
}
.color_yellow #tmp_header_btn .header_btns > div.notice_board > a.active::after {
	border-color: transparent transparent #000000 transparent;
}
.color_blue #tmp_wrapper .btn_slides a:before,
.color_black #tmp_wrapper .btn_slides a:before {
    border-color: transparent transparent transparent #ffffff !important;
}
.color_yellow #tmp_wrapper .btn_slides a:before {
    border-color: transparent transparent transparent #000000 !important;
}
.color_blue #tmp_wrapper .know_rgt .know_item .know_txt a,
.color_yellow #tmp_wrapper .know_rgt .know_item .know_txt a,
.color_black #tmp_wrapper .know_rgt .know_item .know_txt a {
	position:relative;
}
.color_blue #tmp_wrapper .know_rgt .know_item .know_txt a::after,
.color_yellow #tmp_wrapper .know_rgt .know_item .know_txt a::after,
.color_black #tmp_wrapper .know_rgt .know_item .know_txt a::after {
	content:"";
	position: absolute;
	right:0;
	top:50%;
	margin-top:-4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
}
.color_blue #tmp_wrapper .know_rgt .know_item .know_txt a::after,
.color_black #tmp_wrapper .know_rgt .know_item .know_txt a::after {
	border-color: #ffffff transparent transparent transparent;
}
.color_yellow #tmp_wrapper .know_rgt .know_item .know_txt a::after {
	border-color: #000000 transparent transparent transparent;
}
.color_blue #tmp_wrapper .know_rgt .know_item .know_link.active .know_txt a::after,
.color_yellow #tmp_wrapper .know_rgt .know_item .know_link.active .know_txt a::after,
.color_black #tmp_wrapper .know_rgt .know_item .know_link.active .know_txt a::after {
	border-width: 0 9px 10px 9px;
}
.color_blue #tmp_wrapper .know_rgt .know_item .know_link.active .know_txt a::after,
.color_black #tmp_wrapper .know_rgt .know_item .know_link.active .know_txt a::after {
	border-color: transparent transparent #ffffff transparent;
}
.color_yellow #tmp_wrapper .know_rgt .know_item .know_link.active .know_txt a::after {
	border-color: transparent transparent #000000 transparent;
}
/* idx_navi */
.color_blue #tmp_contents .idx_navi ul li a,
.color_black #tmp_contents .idx_navi ul li a,
.color_yellow #tmp_contents .idx_navi ul li a {
	position:relative;
}
.color_blue #tmp_contents .idx_navi ul li a::after,
.color_black #tmp_contents .idx_navi ul li a::after,
.color_yellow #tmp_contents .idx_navi ul li a::after {
	content:"";
	position: absolute;
	right:15px;
	top:50%;
	margin-top:-4px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.color_blue #tmp_contents .idx_navi ul li a::after,
.color_black #tmp_contents .idx_navi ul li a::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.color_yellow #tmp_contents .idx_navi ul li a::after {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.color_blue #tmp_contents .section_cnt_anchor .area_cnt h2 a,
.color_black #tmp_contents .section_cnt_anchor .area_cnt h2 a,
.color_yellow #tmp_contents .section_cnt_anchor .area_cnt h2 a {
	position:relative;
	padding-left:30px;
}
.color_blue #tmp_contents .section_cnt_anchor .area_cnt h2 a::before,
.color_black #tmp_contents .section_cnt_anchor .area_cnt h2 a::before,
.color_yellow #tmp_contents .section_cnt_anchor .area_cnt h2 a::before {
	content:'';
	position:absolute;
	left:10px;
	top:0.6em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	transform:none;
}
.color_blue #tmp_contents .section_cnt_anchor .area_cnt h2 a::before,
.color_black #tmp_contents .section_cnt_anchor .area_cnt h2 a::before {
	border-color: transparent transparent transparent #ffffff;
}
.color_yellow #tmp_contents .section_cnt_anchor .area_cnt h2 a::before {
	border-color: transparent transparent transparent #000000;
}
.color_blue #tmp_contents .section_cnt_anchor .area_cnt li a,
.color_black #tmp_contents .section_cnt_anchor .area_cnt li a,
.color_yellow #tmp_contents .section_cnt_anchor .area_cnt li a,
.color_blue #tmp_contents ul.box_btn li a,
.color_black #tmp_contents ul.box_btn li a,
.color_yellow #tmp_contents ul.box_btn li a,
.color_blue #tmp_contents .box_menu .box_menu_ttl a,
.color_black #tmp_contents .box_menu .box_menu_ttl a,
.color_yellow #tmp_contents .box_menu .box_menu_ttl a {
	position:relative;
}
.color_blue #tmp_contents .section_cnt_anchor .area_cnt li a::before,
.color_black #tmp_contents .section_cnt_anchor .area_cnt li a::before,
.color_yellow #tmp_contents .section_cnt_anchor .area_cnt li a::before,
.color_blue #tmp_contents ul.box_btn li a::before,
.color_black #tmp_contents ul.box_btn li a::before,
.color_yellow #tmp_contents ul.box_btn li a::before,
.color_blue #tmp_contents .box_menu .box_menu_ttl a::before,
.color_black #tmp_contents .box_menu .box_menu_ttl a::before,
.color_yellow #tmp_contents .box_menu .box_menu_ttl a::before {
	content:'';
	position:absolute;
    left: 20px;
	top:24px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_kids_idx_cnt #tmp_contents ul.box_btn li a,
.color_black #tmp_kids_idx_cnt #tmp_contents ul.box_btn li a,
.color_yellow #tmp_kids_idx_cnt #tmp_contents ul.box_btn li a {
	border-style:solid;
	border-width:1px;
	padding:10px;
	display:block;
}
.color_blue #tmp_kids_idx_cnt #tmp_contents ul.box_btn li a::before,
.color_black #tmp_kids_idx_cnt #tmp_contents ul.box_btn li a::before,
.color_yellow #tmp_kids_idx_cnt #tmp_contents ul.box_btn li a::before {
	display:none;
}
.color_blue #tmp_contents .section_cnt_anchor .area_cnt li a::before,
.color_black #tmp_contents .section_cnt_anchor .area_cnt li a::before,
.color_blue #tmp_contents ul.box_btn li a::before,
.color_black #tmp_contents ul.box_btn li a::before,
.color_blue #tmp_contents .box_menu .box_menu_ttl a::before,
.color_black #tmp_contents .box_menu .box_menu_ttl a::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.color_yellow #tmp_contents .section_cnt_anchor .area_cnt li a::before,
.color_yellow #tmp_contents ul.box_btn li a::before,
.color_yellow #tmp_contents .box_menu .box_menu_ttl a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.color_blue #tmp_cate_ttl_gikai img,
.color_black #tmp_cate_ttl_gikai img,
.color_yellow #tmp_cate_ttl_gikai img {
	background-color:#ffffff !important;
}
.color_blue #tmp_edu_rnavi .edu_rmenu3 li .icon,
.color_black #tmp_edu_rnavi .edu_rmenu3 li .icon,
.color_yellow #tmp_edu_rnavi .edu_rmenu3 li .icon {
	display:none !important;
}
.color_blue .lnavi_kids #tmp_lnavi_cnt ul li a,
.color_black .lnavi_kids #tmp_lnavi_cnt ul li a,
.color_yellow .lnavi_kids #tmp_lnavi_cnt ul li a {
	padding:10px !important;
}
.color_blue #tmp_event_cal_refine_cnt fieldset .refine_list .genre label,
.color_black #tmp_event_cal_refine_cnt fieldset .refine_list .genre label,
.color_yellow #tmp_event_cal_refine_cnt fieldset .refine_list .genre label {
	position: static !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;
}
.color_blue #tmp_pickup .slick-arrow {
	background-color:#00008B !important;
}
.color_blue #tmp_wrapper .gnavi > .container > ul > li > a:hover,
.color_blue #tmp_wrapper .gnavi > .container > ul > li > a:focus,
.color_blue #tmp_wrapper .gnavi > .container > ul > li > a.active a,
.color_blue #tmp_lnavi_cnt ul li a:hover,
.color_blue #tmp_lnavi_cnt ul li a:focus,
.color_blue #tmp_lnavi_cnt ul li.active a,
.color_blue .col_rgt_navi .cal_navi_cnt ul li a:hover,
.color_blue .col_rgt_navi .cal_navi_cnt ul li a:focus,
.color_blue .col_rgt_navi .cal_navi_cnt ul li.active a {
	color:#00008B !important;
	background-color:#FFFF00 !important;
}
.color_blue #tmp_wrapper .gnavi > .container > ul > li > a:hover span,
.color_blue #tmp_wrapper .gnavi > .container > ul > li > a:focus span,
.color_blue #tmp_wrapper .gnavi > .container > ul > li > a.active a span {
	color:#00008B !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;
}
.color_yellow #tmp_pickup .slick-arrow {
	background-color:#FFFF00 !important;
}
.color_yellow.format_top #tmp_main_visual .scroll_icon img,
.color_yellow.format_top #tmp_wrapper .block_ttl h2 img {
	background-color:#000000 !important;
}
.color_yellow .search_recommend_list ul li a:after,
.color_yellow .attention_list ul li a:after {
	border-bottom-color:#000000 !important;
}
.color_yellow .attention_item.hover_item::after,
.color_yellow .purpose_item.hover_item::after,
.color_yellow .purpose_target .target_item.hover_item::after,
.color_yellow #tmp_contents .section_cnt_anchor .area_cnt h2 a::after,
.color_yellow .wrap_area_chumoku .area_chumoku ul li a::after {
	border-color:#000000 !important;
}
.color_yellow #tmp_wrapper .gnavi > .container > ul > li > a:hover,
.color_yellow #tmp_wrapper .gnavi > .container > ul > li > a:focus,
.color_yellow #tmp_wrapper .gnavi > .container > ul > li > a.active a,
.color_yellow #tmp_lnavi_cnt ul li a:hover,
.color_yellow #tmp_lnavi_cnt ul li a:focus,
.color_yellow #tmp_lnavi_cnt ul li.active a,
.color_yellow .col_rgt_navi .cal_navi_cnt ul li a:hover,
.color_yellow .col_rgt_navi .cal_navi_cnt ul li a:focus,
.color_yellow .col_rgt_navi .cal_navi_cnt ul li.active a {
	color:#FFFF00 !important;
	background-color:#00008B !important;
}
.color_yellow #tmp_wrapper .gnavi > .container > ul > li > a:hover span,
.color_yellow #tmp_wrapper .gnavi > .container > ul > li > a:focus span,
.color_yellow #tmp_wrapper .gnavi > .container > ul > li > a.active a span {
	color:#FFFF00 !important;
}

/* bg:black
/* text:yellow
/* link:white
================================================== */
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_black #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_black #tmp_wrap_main h2 {
	border-left:3px solid yellow !important;
	border-bottom:1px solid yellow !important;
}
.color_black #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* for google box */
.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
.color_black #tmp_pickup .slick-arrow {
	background-color:#000000 !important;
}
.color_black #tmp_wrapper .gnavi > .container > ul > li > a:hover,
.color_black #tmp_wrapper .gnavi > .container > ul > li > a:focus,
.color_black #tmp_wrapper .gnavi > .container > ul > li > a.active a,
.color_black #tmp_lnavi_cnt ul li a:hover,
.color_black #tmp_lnavi_cnt ul li a:focus,
.color_black #tmp_lnavi_cnt ul li.active a,
.color_black .col_rgt_navi .cal_navi_cnt ul li a:hover,
.color_black .col_rgt_navi .cal_navi_cnt ul li a:focus,
.color_black .col_rgt_navi .cal_navi_cnt ul li.active a {
	color:#000000 !important;
	background-color:#FFFF00 !important;
}
.color_black #tmp_wrapper .gnavi > .container > ul > li > a:hover span,
.color_black #tmp_wrapper .gnavi > .container > ul > li > a:focus span,
.color_black #tmp_wrapper .gnavi > .container > ul > li > a.active a span {
	color:#000000 !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
.fsize_small #tmp_contents .section_attention .notify_list a {
    background: transparent url(/shared/templates/top_rn/images/icon/attention_icon.png) no-repeat 2px 1px;
    background-size: 13px auto;
    -webkit-background-size: 13px auto;
    -moz-background-size: 13px auto;
    padding: 0 0 0 20px;
}
.fsize_small .function_menu {
	width: 426px;
    top: 25px;
}
.fsize_small #tmp_means ul li.language_link a {
	padding: 4px 0 3px 29px;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
.fsize_big #tmp_means > ul > li {
	margin-left: 20px;
}
.fsize_big .function_menu {
    width: 603px;
	top: 34px;
}
.fsize_big #tmp_means ul li.func_btn > a {
	min-width: 111px;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}
.fsize_big2 #tmp_contents .section_attention .notify_list a {
    background: transparent url(/shared/templates/top_rn/images/icon/attention_icon.png) no-repeat 2px 11px;
    background-size: 18px auto;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
}
.fsize_big2 #tmp_contents .section_attention .list_news .news_day{
	width: 112px;
}
.fsize_big2 #tmp_means {
	max-width: 545px;
}
.fsize_big2 #tmp_means > ul > li.language_link {
    margin-top: -10px;
    margin-bottom: 10px;
}
.fsize_big2 #tmp_means ul li.func_btn > a {
	background: transparent url(/shared/rn/images/icon/func_icon.png) no-repeat 0 center;
	background-size: 19px auto;
    -webkit-background-size: 19px auto;
    -moz-background-size: 19px auto;
	padding: 7px 0 6px 26px;
}
.fsize_big2 #tmp_means ul li.func_btn > a.active {
	background: #b6ffdc url(/shared/rn/images/icon/close_green_icon.png) no-repeat 5px center;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
}
.fsize_big2 .drop_down_hidden ul li a {
	background: transparent url(/shared/rn/images/icon/arrow_icon.png) no-repeat 100% 42px;
}
.fsize_big2 .function_menu {
	width: 780px;
    top: 45px;
}
.fsize_big2 #tmp_header_btn ul li a {
	padding: 9px 5px 15px 30px;
}
.fsize_big2 .notice_list li a {
	background: transparent url(/shared/rn/images/icon/red_arrow_icon.png) no-repeat 2px 14px;
    background-size: 18px auto;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
}
/* 報道発表一覧 */
.wrap_col_rgt_navi .rnavi_hodo_btn{
	margin-bottom: 30px;
}
.wrap_col_rgt_navi .rnavi_hodo_btn p{
	display: block;
	font-weight: bold;
	font-size: 111.1%;
	padding: 21px 15px 19px 15px;
	background-color: #444444;
	color: #FFFFFF;
}
.wrap_col_rgt_navi .rnavi_hodo_btn p a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 21px 15px 19px 46px;
	margin:  -21px -15px -19px -15px;
	background: #444444 url(/shared/rn/images/icon/arrow_yellow.png) no-repeat 16px 50%;
	-moz-background-size: 18px auto;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}
/* 開閉メニューアイコン */
.color_blue #tmp_wrapper .box_lnavi_ttl .switch_btn,
.color_yellow #tmp_wrapper .box_lnavi_ttl .switch_btn,
.color_black #tmp_wrapper .box_lnavi_ttl .switch_btn {
    background: url(/shared/rn/images/navi/rnavi/switch_icon_down.png) no-repeat !important;
}
.color_blue #tmp_wrapper .active .box_lnavi_ttl .switch_btn,
.color_yellow #tmp_wrapper .active .box_lnavi_ttl .switch_btn,
.color_black #tmp_wrapper .active .box_lnavi_ttl .switch_btn {
    background: url(/shared/rn/images/navi/rnavi/switch_icon_up.png) no-repeat !important;
}
.color_blue #tmp_wrapper #tmp_idx_info_ttl .accordion_switch span,
.color_yellow #tmp_wrapper #tmp_idx_info_ttl .accordion_switch span,
.color_black #tmp_wrapper #tmp_idx_info_ttl .accordion_switch span {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    text-indent: 0 !important;
    font-size: 100% !important;
    border-style: solid !important;
    border-width: 1px !important;
}
.color_blue #tmp_wrapper #tmp_idx_info_ttl .accordion_switch,
.color_yellow #tmp_wrapper #tmp_idx_info_ttl .accordion_switch,
.color_black #tmp_wrapper #tmp_idx_info_ttl .accordion_switch {
    width: auto !important;
    height: auto !important;
}
.color_blue #tmp_wrapper #tmp_contents #tmp_idx_info h2,
.color_yellow #tmp_wrapper #tmp_contents #tmp_idx_info h2,
.color_black #tmp_wrapper #tmp_contents #tmp_idx_info h2 {
	padding-right: 40px !important;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
#tmp_header_btn ul:after,
#tmp_hnavi:after,
#tmp_means ul: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_rnavi_news_cnt .box_rnavi_news: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:after,
#tmp_publicity_ttl: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 {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}



