@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;
	font-size: 105%;
}
a:link {
	color: #295676;
}
body {
	font-size: 100%;
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color: #9e1c1c;	/* Setting by CMS sheets */
}
.txt_green {
	color: #074a23;	/* 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: #fdecec;	/* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fffad5;	/* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #e6f5ff;	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e6f8e9;	/* Setting by CMS sheets */
}
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1240px;
	margin: 0 auto;
	position: relative;
}
#tmp_wrapper2 {
	position: relative;
	margin-top:-35px;
}
.container {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.format_top #tmp_wrapper {
	min-width: 1440px;
}
.used_javascript.format_top #tmp_wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	z-index: -1;
	background:url(/shared/images/main/bg.jpg) repeat left top;
}
.used_javascript.format_top #tmp_wrapper.left_frame_show::before {
	display:none;
}
.used_javascript.format_top #tmp_wrapper.right_frame_show::before {
	left: 0;
	width: 100%;
}
.format_top .container {
	width:auto;
	max-width: 1440px;
	padding: 0 10px;
}
.custom_topics.type_top #tmp_wrapper2 {
	background: url(/shared/templates/topics_top/images/special_ttl_bg.jpg) repeat-x center top;
	padding-top:84px;
}
.format_top #tmp_main.column_top {
	padding: 100px 0 0;
}

/* 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_lnavi .wrap_col_main {
	width: 100%;	/* 変更しない */
	float: right;	/* 変更しない */
}
.column_rnavi .container {
	padding: 0 10px;
}
.column_rnavi .wrap_col_main {
	width: 100%;	/* 変更しない */
	float: left;	/* 変更しない */
}

/* 県民の声検索 */
#side3 {
	border: 1px solid #cccccc;
	margin: 0 0 20px;
	padding: 12px 10px;
}
#side3 legend {
	width: 100%;
}
#side3 .ttl {
	background: url(/shared/templates/free/images/bg_h2.png) repeat-x left bottom;
	font-weight: bold;
	font-size: 125%;
}
#side3 .ttl:after {
	content: '';
	width: 130px;
	height: 5px;
	display: block;
	border-bottom: 5px solid #295676;
}
#side3 .ttl_sub {
	font-weight: bold;
	padding: 20px 0 8px;
	margin-bottom: 0.6em;
	font-size: 112.6%;
	background: url(/shared/templates/free/images/bg_h2.png) repeat-x left bottom;
}
#side3 input#year {
	width: 4.5em;
}
#side3 input#month,
#side3 input#day {
	width: 2.5em;
}
#side3 .btn {
	margin-top: 20px;
	text-align: center;
}
#side3 .btn input[type='submit'] {
	padding: 5px 20px 5px 20px;
	border: 1px solid #85b8dd;
	cursor: pointer;
	color: #000000;
	background: #FFFFFF;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	transition: 0.2s background-color ease-in-out;
	-webkit-transition: 0.2s background-color ease-in-out;
	-moz-transition: 0.2s background-color ease-in-out;
	-ms-transition: 0.2s background-color ease-in-out;
	-o-transition: 0.2s background-color ease-in-out;
}
#tmp_list_pager .prev{
	float: left;
}
#tmp_list_pager .next{
	float: right;
}
#side3 #form_search #free_word,
#side3 #form_search #dept_name {
    width: 100%;
}
/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 280px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -320px;
}
.format_free .column_rnavi .col_main {
	margin-right: 320px;
}
#tmp_wrap_main {
	padding:0 0 30px;
}
.type_idx1 #tmp_wrap_main {
	padding-bottom:70px;
}
#tmp_contents {
	padding:0 0 40px;
}
/* header
================================================== */
#tmp_header_wrap {
	position: relative;
	width: 1220px;
	margin: 0 auto;
	padding:14px 0 0;
}
.format_top #tmp_header_wrap {
	max-width: 1420px;
	width:auto;
	padding-top:11px;
	margin-bottom:20px;
}
#tmp_header {
	color: #242424;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:	0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow:		 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	position:relative;
	z-index: 10;
	padding: 5px 152px 0 8px;
}
.format_free #tmp_header .container {
	padding:0 10px;
}
#tmp_hlogo {
	float: left;
	margin-top: 10px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size:143%;
	font-weight:bold;
	line-height:1.2;
}
#tmp_hlogo p {
	background:url(/shared/images/header/logo_s.jpg) 0 0 no-repeat;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_hlogo a {
	display:block;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo p span {
	width: 119px;
	height: 40px;
}
/* sub_menu_language */
#tmp_header .sub_menu_language{
	display: none;
	position: absolute;
	right: 0;
	top: 70px;
	background-color: #ffffff;
	list-style: none;
	width: 128px;
	-moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.12);
	padding: 15px 4px 10px 14px;
	border: 1px solid #ffffff;
	border-top-color:#cccccc;
}
#tmp_header .sub_menu_language li{
	margin-bottom: 5px;
}
#tmp_header .sub_menu_language a{
	font-size: 100%;
	background: #ffffff url(/shared/images/icon/arrow_right_blue.png) no-repeat left 4px;
	-moz-background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	padding-left: 10px;
	letter-spacing: 0;
}
/* top */
.format_top #tmp_hlogo {
	padding-bottom: 5px;
	margin-top: 0;
}
#tmp_hlogo h1 {
	display: block;
	background:url(/shared/images/header/logo.jpg) 0 0 no-repeat;
}
#tmp_hlogo h1,
#tmp_hlogo h1 span {
	width: 175px;
	height: 60px;
}
/* gnavi
================================================== */
.used_javascript .left_gnavi,
.used_javascript .right_gnavi {
	display: none;
	opacity: 0;
}
.wrap_gnavi {
	float: left;
}
.gnavi {
	float: left;
}
.format_top .gnavi {
	float:none;
}
.gnavi > ul {
	margin-left: 47px;
	list-style: none;
}
.gnavi > ul > li{
	float: left;
	font-size: 87.5%;
	font-weight: bold;
}
.gnavi > ul > li > a {
	display: block;
	padding: 24px 11px 18px;
	color: #000000;
	text-decoration: none;
	border-bottom: 4px solid transparent;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	letter-spacing: -1.8px;
}
.format_top .gnavi > ul > li > a{
	padding-left: 15px;
	padding-right: 15px;
}
.gnavi > ul > li:hover > a,
.gnavi > ul > li.active > a,
.gnavi > ul > li:focus > a,
.gnavi > ul > li.is-open > a{
	color: #295676;
	border-bottom-color: #37698d;
}
.gnavi > ul > li:hover  > .submenu,
.gnavi > ul > li.active > .submenu,
.gnavi > ul > li:focus  > .submenu{
	display: block;
}
/* free */
.format_free .gnavi {
	width:765px;
}
.format_free .gnavi ul {
	margin-left: 25px;
}
.format_free .gnavi > ul > li:last-child {
	margin: 0;
}
/* Gnavi-Top */
.spmenu_open {
	position: relative;
}
.spmenu_open::before {
	content: "";
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(27, 64, 91, 0.4);
	z-index: 8;
	cursor: pointer;
}
.sub_navi {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	color: #1f1f1f;
	border-top: 1px solid #cccccc;
	background: #ffffff;
	z-index: 1;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.left_frame_show .left_gnavi {
	display:block;
}
.sub_navi .btn_menu {
	position: relative;
	width: 230px;
	float: left;
	display: table;
	height: 205px;
}
.sub_navi .btn_menu .link {
	padding-left:60px;
	padding-bottom:4em;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100%;
}
.sub_navi .btn_menu .link a {
	display:inline-block;
	padding-left:20px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 128.6%;
	color: #295676;
	background: url(/shared/images/icon/arrow_right_blue.png) no-repeat left 0.25em;
	background-size: 8px 14px;
	-moz-background-size: 8px 14px;
	-webkit-background-size: 8px 14px;
}
.sub_navi .btn_menu .link a:hover,
.sub_navi .btn_menu .link a:focus {
	text-decoration: underline;
}
.sub_navi .btn_menu .close_btn {
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
}
.sub_navi .btn_menu .close_btn a{
	padding: 3px 5px 3px 28px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #e6e6e6;
	font-size: 100%;
	line-height:1.2;
	color: #1f1f1f;
	background: #ffffff url(/shared/images/icon/icon_cls_sub.png) no-repeat 11px center;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.sub_navi .btn_menu .close_btn a:hover,
.sub_navi .btn_menu .close_btn a:focus {
	background-color: #e8eff6;
}
.sub_navi .sub_cnt {
	width: 965px;
	float: left;
}
.format_top .sub_navi .sub_cnt {
	width: 1165px;
}
.sub_cnt ul {
	padding: 27px 40px 18px 40px;
	margin:0 !important;
}
.sub_cnt ul li {
	width: 25%;
	float: left;
	padding: 0 5px;
	margin-bottom: 11px;
	list-style: none;
	display: table;
}
.sub_cnt ul li:nth-child(4n+1) {
	clear:both;
}
.sub_cnt ul li a {
	padding: 0 10px 0 52px;
	display: table-cell;
	width: 100%;
	height: 70px;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
	text-decoration: none;
	font-size: 114.3%;
	font-weight: bold;
	color: #1f1f1f;
	background: #ffffff url(/shared/images/icon/icon_arr_blue.png) no-repeat 26px center;
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
.sub_cnt ul li a:hover,
.sub_cnt ul li a:focus {
	background-color: #e8eff6;
}
/* means
================================================== */
#tmp_means{
	float: right;
}
.format_free #tmp_means {
	width:160px;
}
#tmp_setting{
	list-style: none;
	padding-right: 13px;
	padding-top: 7px;
}
.foreign_language .sub_menu_language a,
#tmp_setting a {
	text-decoration: none;
	font-size: 75%;
	color: #555555;
	background-color: #ffffff;
	padding-left: 20px;
	letter-spacing: -0.8px;
	padding-bottom: 4px;
	display: inline-block;
	letter-spacing: -1px;
}
.format_top #tmp_setting a {
	letter-spacing: normal;
}
#tmp_setting a:hover,
#tmp_setting a:focus,
#tmp_setting a.active{
	text-decoration: underline;
}
#tmp_setting .setting_multilingual{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	font-size: 87.5%;
	background: #ffffff url(/shared/images/icon/arrow_down_black.png) center bottom no-repeat;
	border-left: 1px solid #cccccc;
	line-height: 1.2;
	width: 82px;
	padding-left: 13px;
	padding-top: 19px;
}
#tmp_setting .setting_link{
	background: #ffffff url(/shared/images/icon/cog.png) 3px 1px no-repeat;
}
#tmp_setting .setting_sound{
	background: #ffffff url(/shared/images/icon/volume.png) 2px 1px no-repeat;
	padding-left: 22px;
}
.foreign_language{
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 100%;
	padding: 15px 12px 10px;
	font-size: 87.5%;
	border-left: 1px solid #cccccc;
	line-height: 1.2;
}
.foreign_language .setting_multilingual{
	margin-bottom: 4px;
}
.foreign_language.active .setting_multilingual{
	background: #ffffff url(/shared/images/icon/arrow_up_black.png) center bottom no-repeat;
}

.btn_multilingual .setting_multilingual:hover,
.btn_multilingual .setting_multilingual:focus{
	color: #37698d;
}
.format_free .sub_menu_language li a:focus,
.format_free .sub_menu_language li a:hover,
.format_free #tmp_setting a:hover,
.format_free #tmp_setting a:focus,
.format_free #tmp_setting a.active{
	text-decoration: underline;
	color: #37698d;
}
/* footer
================================================== */
#tmp_wrap_footer{
	position:relative;
	margin-top:-60px;
	padding-top:30px;
	clear:both;
}
#tmp_footer{
	position:relative;
	color: inherit;
	background-color: #cce1f6;
	border-top: 1px solid #ffffff;
}
.format_top #tmp_footer {
	margin-top:0;
}
#tmp_footer .container {
	position: relative;
	padding: 56px 15px 15px;
}
.format_top #tmp_footer .container {
	padding-left:45px;
}
#tmp_footer .footer_logo {
	float: left;
	width:100px;
	text-align: center;
	margin-right:30px;
	padding-top:5px;
}
#tmp_footer .footer_logo .number{
	font-size:75%;
	padding-top: 13px;
	line-height: 1.4;
}
#tmp_footer .footer_logo .number span {
	display: block;
}
#tmp_footer .footer_logo .number .number_num {
	font-family:Arial, Helvetica, sans-serif;
}
#tmp_footer .footer_cnt{
	float: left;
	width:380px;
	font-size: 87.5%;
}
.format_top #tmp_footer .footer_cnt{
	width:500px;
}
#tmp_footer .footer_cnt span {
	font-size: 171.4%;
}
#tmp_footer .footer_right {
	float: right;
	width:700px;
	padding-top: 2px;
}
/* fnavi  */
.fnavi {
	list-style: none;
}
.fnavi li {
	margin: 0 0 12px;
	float: left;
	width: 33.3%;
	font-size: 81.3%;
	padding-left: 30px;
}
.fnavi a,
.fnavi .fnavi_input {
	display: inline-block;
	color: #000000;
	background: #cce1f6 url(/shared/images/icon/arrow_right_blue_big.png) left 3px no-repeat;
	-moz-background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
	background-size: 6px 10px;
	text-decoration: none;
	padding-left: 12px;
}
.fnavi .fnavi_input {
	border: none;
	cursor: pointer;
	line-height: 1.4;
	font-weight: 500;
}
.fnavi .fnavi_input:hover,
.fnavi .fnavi_input:focus,
.fnavi a:hover,
.fnavi a.active,
.fnavi a:focus{
	text-decoration: underline;
}
.footer_cnt {
	padding: 0 10px;
}
.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
}
.footer_cnt address span {
	margin: 0 1em 0 0;
}
.copyright {
	text-align: right;
	font-size: 75%;
	margin-top: 27px;
	padding-right:20px;
}
/* ==================================================
search
================================================== */
#tmp_search_wrap {
	border-top:1px solid #e8eff6;
	border-bottom:1px solid #e8eff6;
	background-color: #e8eff6;
	padding: 72px 0 30px;
}
#tmp_search{
	display:table;
	margin: 0 auto;
}
#tmp_search .sch_ttl,
#tmp_search .wrap_sch_box {
	display:inline-block;
	vertical-align: middle;
	line-height:1;
}
#tmp_search .sch_ttl {
	padding-right: 14px;
}
#tmp_search .sch_ttl label {
	font-size: 112.5%;
	font-weight: bold;
}
#tmp_search .wrap_sch_box {
	position:relative;
	width: 545px;
	padding-right:50px;
}
#tmp_search .sch_box #tmp_query {
	font-size: 87.5%;
	width:100%;
	min-height: 40px;
	border: 1px solid #e6e6e6;
	padding:2px 10px;
}
#tmp_search .sch_btn {
	position:absolute;
	top:0;
	right:0;
	z-index:0;
}
#tmp_func_sch_btn {
	display:block;
	text-align: center;
	padding: 0;
	min-height:40px;
	width: 50px;
	border:1px solid #37698d;
	color: #ffffff;
	background-color:#37698d;
	background-image:url(/shared/images/icon/search.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor: pointer;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
}
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:focus {
	background-color: #295676;
}
.format_top #tmp_func_sch_btn:hover,
.format_top #tmp_func_sch_btn:focus {
	background-color: #1a486a;
}
#tmp_gsearch,
#tmp_search .view_btn {
	display:table-cell;
	vertical-align:middle;
}
#tmp_search .view_btn {
	padding-left: 15px;
	font-size: 81.2%;
}
#tmp_search .view_btn a {
	display: inline-block;
	color: #37698d;
	background: transparent url(/shared/images/icon/arrow_right_blue.png) no-repeat left center;
	-moz-background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
	background-size: 6px 10px;
	text-decoration: none;
	padding-left: 11px;
}
#tmp_search .view_btn a:hover,
#tmp_search .view_btn a:focus{
	text-decoration: underline;
}
/* top */
.format_top #tmp_search {
	margin:0;
	border-left:2px solid #37698d;
}
.format_top #tmp_search .sch_ttl {
	padding:0 10px;
	width:182px;
}
.format_top .opened #tmp_search .sch_ttl {
	padding:0 18px;
	width:198px;
}
.format_top #tmp_search .sch_ttl label {
	margin:0;
}
.format_top #tmp_search_wrap {
	padding:0;
	background-color:#fff;
	border:none;
	margin:0 0 11px;
}
.format_top #tmp_search_wrap .container {
	width:auto;
	padding:0 !important;
}
.format_top #tmp_search .wrap_sch_box {
	width: 390px;
}
.format_top .opened #tmp_search .wrap_sch_box {
	width: 460px;
}
.format_top #tmp_search .view_btn {
	padding-left: 22px;
	width:98px;
}
/* ==================================================
emergency
================================================== */
#tmp_emergency{
	display: table;
	width: 100%;
	margin-bottom: 9px;
}
.opened #tmp_emergency{
	margin-bottom: 16px;
}
#tmp_emergency_ttl{
	display: table-cell;
	background-color: #c3161c;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	width: 113px;
	padding: 10px 20px 8px 23px;
	letter-spacing: 1px;
}
#tmp_emergency_ttl h2{
	font-size: 100%;
}
#tmp_emergency_cnt{
	display: table-cell;
	color: #000000;
	background-color: #e6e6e6;
	font-size: 87.5%;
	padding: 10px 15px;
}
/* ==================================================
search_id
================================================== */
#tmp_search_id .query_label {
	background-color: transparent;
	padding: 3px 22px;
	font-size: 112.5%;
	color: #000000;
	font-weight: bold;
	border-left: 2px solid #37698d;
	display: none;
	vertical-align: middle;
}
/* ==================================================
publicity
================================================== */
#tmp_publicity_wrap{
	color: #000000;
	background-color: #f5f5f5;
}
#tmp_publicity_wrap.fixed{
	margin-top: 0;
	color: #ffffff;
	background-color: #000000;
}
#tmp_publicity_wrap .container {
	padding: 0 20px;
}
#tmp_publicity_wrap.fixed .container{
	padding-right: 100px;
	position: relative;
}
#tmp_publicity_wrap.fixed .inside{
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 9999;
	color: #ffffff;
	background-color: rgba(0,0,0,0.6);
}
#tmp_publicity_wrap.fixed #tmp_publicity{
	padding-right: 50px;
	padding-top: 6px;
	padding-bottom: 1px;
}
#tmp_publicity_wrap .close_btn{
	position: absolute;
	right: 9px;
	top: 10px;
	width: 46px;
	height: 46px;
	background: #ebebeb url(/shared/images/icon/x.png) center center no-repeat;
	color: #585858;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#tmp_publicity{
	padding: 14px 0 6px;
	display: table;
	width: 100%;
}
#tmp_publicity_ttl{
	display: table-cell;
	color: #000000;
	vertical-align: top;
	background-color: #f5f5f5;
	padding: 9px 22px 10px 32px;
	width: 265px;
}
#tmp_publicity_wrap.fixed #tmp_publicity_ttl{
	background-color: transparent;
}
#tmp_publicity .ttl {
	padding: 3px 0 5px 20px;
	border-left: 2px solid #37698d;
	display: inline-block;
	font-size: 112.5%;
	font-weight: bold;
	margin-right: 4px;
}
.fixed #tmp_publicity .ttl{
	color: #ffffff;
	border-color: #ffffff;
}
#tmp_publicity .link{
	display: inline-block;
	font-size: 87.5%;
}
#tmp_publicity .link a{
	display: block;
	padding-left: 11px;
	background: transparent url(/shared/templates/top/images/icon/arrow_right_blue.png) left center no-repeat;
	color: #37698d;
	text-decoration: none;
}
#tmp_publicity_wrap.fixed #tmp_publicity .link a{
	color: #ffffff;
	background-image: url(/shared/images/icon/arrow_right_white.png);
}
#tmp_publicity .link a:hover,
#tmp_publicity .link a.active,
#tmp_publicity .link a:focus{
	text-decoration: underline;
}
#tmp_publicity_cnt{
	display: table-cell;
}
#tmp_publicity_cnt ul{
	list-style-type: none;
}
#tmp_publicity_cnt li{
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
}
#tmp_publicity_cnt img{
	max-width: 180px;
	height: auto;
	display: block;
}
/* box_gmap
================================================== */
#tmp_contents .box_gmap {
	width: 600px;
	margin: 50px 0 60px;
	clear: both;
}
#tmp_contents .box_gmap #tmp_gmap_box {
	position:relative;
	padding-bottom: 75%;
}
#tmp_contents .box_gmap #tmp_gmap_box iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* gg_adv
================================================== */
.format_top .gg_adv,
.gg_adv_hide {
	display: none;
}
.gg_adv {
	padding: 40px 0;
	text-align: center;
}
.left_frame_show .gg_adv,
.right_frame_show .gg_adv,
.gg_adv_visible {
	display: block;
}
/* nocnt
================================================== */
.nocnt {
	padding:20px;
	margin:0 !important;
}
/* ==================================================
navi
================================================== */
#tmp_wrap_main {
	padding:0 0 30px;
}
.type_idx1 #tmp_wrap_main {
	padding-bottom:70px;
}
/* lnavi / snavi
================================================== */
#tmp_lnavi,
#tmp_snavi {
	border: 1px solid #cccccc;
	margin:0 0 20px;
}
#tmp_lnavi_ttl,
#tmp_snavi_ttl {
	font-weight: bold;
	font-size: 112.5%;
	border-bottom: 1px solid #cccccc;
}
#tmp_snavi_ttl {
	padding: 30px 20px 25px;
}
#tmp_lnavi_ttl a {
	position: relative;
	display: block;
	padding: 30px 20px 25px;
	text-decoration: none;
	color: #3c6c8b;
	background-color: #FFFFFF;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#tmp_lnavi_ttl a:after{
	content: "";
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #37698d transparent;
}
#tmp_lnavi_ttl .active a,
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus{
	background-color: #e8eff6;
}
#tmp_lnavi_cnt ul,
#tmp_snavi_cnt ul {
	list-style: none;
}
#tmp_lnavi_cnt ul li,
#tmp_snavi_cnt ul li {
	border-bottom: 1px dotted #cccccc;
}
#tmp_lnavi_cnt ul li:last-child,
#tmp_snavi_cnt ul li:last-child {
	border: none;
}
#tmp_lnavi_cnt ul a,
#tmp_snavi_cnt ul a {
	display: block;
	text-decoration: none;
	padding: 12px 10px 11px 34px;
	color: #326485;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background: #ffffff url(/shared/images/icon/arrow_right_blue.png) no-repeat 17px 19px;
	-moz-background-size: 6px 9px;
	-webkit-background-size: 6px 9px;
	background-size: 6px 9px;
	line-height: 1.5;
}
#tmp_lnavi_cnt ul a:hover,
#tmp_lnavi_cnt ul a:focus,
#tmp_lnavi_cnt ul .active a,
#tmp_snavi_cnt ul a:hover,
#tmp_snavi_cnt ul a:focus,
#tmp_snavi_cnt ul .active a {
	background-color: #e8eff6;
}
/* もっと見る */
#tmp_lnavi_cnt ul li.hidden,
#tmp_snavi_cnt ul li.hidden {
	display: none;
}
#tmp_snavi_cnt ul li.lnavi_more_btn a,
#tmp_lnavi_cnt ul li.lnavi_more_btn a {
	background: #37698d;
	color: #ffffff;
	padding-right: 0;
	position: relative;
}
#tmp_snavi_cnt ul li.lnavi_more_btn a:before,
#tmp_lnavi_cnt ul li.lnavi_more_btn a:before {
	content: "";
	background: transparent url(/shared/images/icon/arrow_right_white.png) no-repeat;
	height: 17px;
	width: 10px;
	background-size: 6px 10px;
	position: absolute;
	left: 12px;
	top: 18px;
	transform: rotate(90deg);
}
/* rnavi_func
================================================== */
.rnavi_func {
	margin:0 0 20px;
}
.rnavi_func_ttl {
	font-size:112.5%;
	font-weight:bold;
	padding:0 0 10px;
	background:url(/shared/templates/free/images/topics/dot_line.png) repeat-x left bottom;
}
.rnavi_func_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_rnavi_func_theme .rnavi_func_cnt {
	padding-top:20px;
}
#tmp_rnavi_func_new .rnavi_func_cnt li {
	font-size:87.5%;
	padding:20px 0;
	border-bottom:1px solid #89b7d9;
}
#tmp_rnavi_func_new .rnavi_func_cnt li a {
	display:flex;
	width:100%;
	text-decoration:none;
}
#tmp_rnavi_func_new .rnavi_func_cnt li span {
	vertical-align:top;
}
#tmp_rnavi_func_new .rnavi_func_cnt li .func_img {
	width:104px;
	flex-shrink: 0;
}
#tmp_rnavi_func_new .rnavi_func_cnt li .func_img img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#tmp_rnavi_func_new .rnavi_func_cnt li .func_txt {
	padding:0 0 0 10px;
}
#tmp_rnavi_func_new .rnavi_func_cnt li a:hover {
	font-weight:bold;
	text-decoration:underline;
}
#tmp_rnavi_func_new .rnavi_func_cnt li a:hover .func_img img {
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
/* box_rnavi
================================================== */
.box_rnavi {
	margin:0 0 40px;
}
.box_rnavi_ttl {
	font-size:125%;
	line-height:1.1;
	margin:0 0 20px;
	padding:0 0 12px;
	background:url(/shared/templates/free/images/bg_h2.png) repeat-x left bottom;
}
.box_rnavi_ttl p {
	position:relative;
	padding-left:15px;
}
.box_rnavi_ttl p::before {
	content:"";
	position:absolute;
	left:0;
	top:3px;
	width:4px;
	height:16px;
	border-left:4px solid #295676;
}
#tmp_rnavi_photo .box_rnavi_cnt {
	background-color:#e8eff6;
	color:inherit;
	padding:20px 20px 15px;
	font-size:87.5%;
}
#tmp_rnavi_photo .box_rnavi_cnt a {
	display:block;
	color:#000;
}
#tmp_rnavi_photo .box_rnavi_cnt a:hover {
	text-decoration:none;
}
#tmp_rnavi_photo .box_rnavi_cnt span {
	display:block;
	margin:0 0 5px;
}
.box_rnavi_cnt img {
	vertical-align:top;
	max-width:100%;
	height:auto;
}
/* rnavi_related */
.box_rnavi ul {
	list-style:none;
	list-style-image:none;
	padding:0 0 10px;
}
.box_rnavi ul li {
	margin:0 0 10px;
}
.box_rnavi ul li a {
	display:block;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* related_list */
.box_rnavi ul.related_list li {
	font-size:112.5%;
	font-weight:bold;
}
.box_rnavi ul.related_list li a {
	border:1px solid #e6e6e6;
	padding:24px 20px 24px 13px;
	color:#000000;
	text-decoration:none;
	position: relative;
}
.box_rnavi ul.related_list li a::after {
	content:"";
	position:absolute;
	right:6px;
	bottom:6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #37698d transparent;
}
.box_rnavi ul.related_list li a:hover,
.box_rnavi ul.related_list li a:focus {
	background-color:#e8eff6;
}
.rnavi_timeline_tw,
.rnavi_timeline_fb {
	margin:0 0 30px;
}
/* cnavi_genre
================================================== */
#tmp_cnavi_genre,
#tmp_wrap_cnavi_attraction,
#tmp_cnavi_station {
	padding: 28px 0 0;
	background: #ffffff url(/shared/templates/free/images/bg_h2.png) repeat-x left top;
	margin:0 0 20px;
	clear:both;
}
#tmp_cnavi_genre:first-child,
#tmp_wrap_cnavi_attraction:first-child,
#tmp_cnavi_station:first-child {
	padding-top: 0;
	background: #ffffff;
}
.custom_topics #tmp_wrap_cnavi_attraction {
	padding-top:0;
	background:none;
	margin-bottom:30px;
}
#tmp_cnavi_genre ul {
	list-style: none;
	margin: 0 -5px;
}
#tmp_cnavi_genre ul li {
	cursor: pointer;
	width: 50%;
	float: left;
	padding: 0 5px;
	margin:0 0 12px;
	text-align: center;
	font-weight: bold;
	line-height:1.2;
}
#tmp_cnavi_genre ul li:nth-child(odd) {
	clear: both;
}
#tmp_cnavi_genre .genre_item {
	cursor: pointer;
	min-height:90px;
	color: #000000;
	background-color:#ffffff;
	border: 1px solid #e6e6e6;
	box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#tmp_cnavi_genre .genre_item.active,
#tmp_cnavi_genre .genre_item:hover,
#tmp_cnavi_genre .genre_item:focus {
	background-color: #e8eff6;
}
#tmp_cnavi_genre ul li p {
	display:table;
	width:100%;
}
#tmp_cnavi_genre ul li a {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:36px;
	padding:0 3px 3px;
	color: #000000;
	text-decoration: none;
}
#tmp_cnavi_genre ul li p span {
	display:block;
}
#tmp_cnavi_genre ul li .cnavi_icon {
	padding:7px 0 0;
}
#tmp_cnavi_genre ul li .cnavi_text {
	font-size:87.5%;
}
#tmp_cnavi_genre ul li .cnavi_text_s {
	font-size:75%;
	letter-spacing:-0.1em;
}
/* cnavi_attraction
================================================== */
/* ▼修正する！ */
#tmp_cnavi_attraction {
	border: 1px solid #e6e6e6;
	-moz-box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
}
#tmp_cnavi_attraction p {
	border: 2px solid #98c2e1;
	padding: 4px;
	background-color: #ffffff;
	color: #000000;
	font-size: 137.5%;
	font-weight: bold;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
	 display: table;
	width:100%;
}
#tmp_cnavi_attraction a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width:100%;
	height: 156px;
	padding: 10px 35px;
	text-decoration: none;
	color: #000000;
	background: transparent url(/shared/images/main/bg_attraction.png) no-repeat left top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#tmp_cnavi_attraction a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 33px 33px;
	border-color: transparent transparent #37698d transparent;
	z-index: 2;
}
#tmp_cnavi_attraction a:focus,
#tmp_cnavi_attraction a:hover{
	background: transparent url(/shared/images/main/bg_attraction_hv.png) no-repeat left top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
/* cnavi_img_btn
================================================== */
.cnavi_img_btn {
	list-style:none;
}
.cnavi_img_btn li {
	margin:0 0 10px;
	font-weight: bold;
}
.cnavi_img_btn li .item_btn {
	cursor: pointer;
	display: table;
	width:100%;
	color: #000000;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	-moz-box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.cnavi_img_btn li a {
	text-decoration: none;
	color: #000000;
}
.cnavi_img_btn li p {
	display:table-cell;
	vertical-align:middle;
	height:74px;
}
.cnavi_img_btn li .cnavi_icon {
	width:63px;
	padding:10px 18px 10px 20px;
	text-align:center;
}
.cnavi_img_btn li .item_btn:hover,
.cnavi_img_btn li .item_btn:focus {
	background-color: #e8eff6;
}
.cnavi_img_btn li .cnavi_icon img {
	max-width:100%;
	height:auto;
}
/* rnavi_bnr
================================================== */
.rnavi_bnr {
	list-style: none;
	padding:0 0 10px;
}
.rnavi_bnr li {
	margin:0 0 20px;
}
.rnavi_bnr li a {
	display: block;
}
.rnavi_bnr li img {
	width: 100%;
	height: auto;
	vertical-align:top;
	-moz-box-shadow: 0.1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	box-shadow: 0.1px 1px 3px 0 rgba(11, 2, 5, 0.2);
}
.rnavi_bnr li a:hover,
.rnavi_bnr li a:focus {
	opacity: 0.8;
}
/* related_links_btn
================================================== */
.related_links_btn {
	margin:0 0 30px;
	border: 1px solid #4079a2;
}
.related_links_btn p {
	padding: 3px;
	background-color: #ffffff;
	color: #000000;
}
.related_links_btn a {
	display: block;
	color: #ffffff;
	background: #4079a2 url(/shared/images/icon/arrow_right_white_big.png) no-repeat 19px 31px;
	text-decoration: none;
	font-size: 112.5%;
	font-weight: bold;
	padding: 23px 15px 21px 35px;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.related_links_btn a:hover,
.related_links_btn a:focus {
	text-decoration: underline;
}
/* rnavi_part_list
================================================== */
.rnavi_part_list .part_list_ttl p{
	position: relative;
	font-size: 112.5%;
	color: #ffffff;
	background-color: #4079a2;
	padding: 12px 2px 12px 13px;
	font-weight: bold;
}
.rnavi_part_list .part_list_ttl p:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	bottom: 1px;
	left: 0;
}
.rnavi_part_list .part_list_cnt ul{
	list-style: none;
}
.rnavi_part_list .part_list_cnt ul li{
	border-bottom: 1px dotted #cccccc;
}
.rnavi_part_list .part_list_cnt ul a{
	display: block;
	color: #326485;
	text-decoration: none;
	background: #ffffff url(/shared/images/icon/arrow_right_blue.png) no-repeat 10px 20px;
	-moz-background-size: 6px 9px;
	-webkit-background-size: 6px 9px;
	background-size: 6px 9px;
	padding: 9px 10px 8px 26px;
	line-height: 1.9;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.rnavi_part_list .part_list_cnt ul li:first-child a{
	padding: 14px 10px 8px 26px;
	background-position: 10px 24px;
}
.rnavi_part_list .part_list_cnt ul .active a:hover,
.rnavi_part_list .part_list_cnt ul a:hover,
.rnavi_part_list .part_list_cnt ul a:focus{
	background-color: #e8eff6;
}
.rnavi_part_list .list_cnt_group{
	margin-bottom: 20px;
}
.rnavi_part_list .view_list{
	text-align: center;
}
.rnavi_part_list .view_list a{
	display: inline-block;
	padding: 9px 26px 7px 32px;
	color: #000000;
	text-decoration: none;
	font-size: 87.5%;
	border: 1px solid #e6e6e6;
	-moz-box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	box-shadow: 1px 1px 3px 0 rgba(11, 2, 5, 0.2);
	background: #ffffff url(/shared/images/icon/arrow_right_blue.png) no-repeat 22px 15px;
	-moz-background-size: 6px 9px;
	-webkit-background-size: 6px 9px;
	background-size: 6px 9px;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.rnavi_part_list .view_list a:hover,
.rnavi_part_list .view_list a:focus{
	background-color: #e8eff6;
}
.rnavi_part_list{
	margin-bottom: 40px;
}
/* ==================================================
navigation
================================================== */
#tmp_wrap_navigation {
	padding:10px 0 20px;
	clear:both;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size: 87.5%;
	color: #222222;
	background-color: transparent;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a.active,
#tmp_pankuzu a:focus{
	text-decoration: none;
}
/* update
================================================== */
#tmp_wrap_navigation #tmp_custom_update {
	margin-top: 10px;
}
#tmp_wrap_navigation .wrap_update {
	text-align:right;
	font-size: 87.5%;
	line-height:1.4;
	margin-top: 10px;
}
#tmp_wrap_navigation #tmp_custom_update .wrap_update {
	margin-top: 0;
}
#tmp_wrap_navigation .wrap_update .page_id,
#tmp_update {
	display: inline-block;
	margin: 0;
}
#tmp_update {
	margin-left: 14px;
}
/* social_plugins
================================================== */
#tmp_social_plugins {
	margin:0 0 40px;
	text-align:center;
	clear:both;
}
#tmp_social_plugins .social_media_btn {
	display:inline-block;
	vertical-align:top;
	line-height:1.2;
	margin:0 3px;
}
#tmp_custom_update {
	float:right;
}
#tmp_special_top #tmp_social_plugins,
#tmp_custom_update #tmp_social_plugins {
	margin: 0;
	text-align: right;
	min-height: 28px;
}
#tmp_custom_update #tmp_social_plugins .social_media_btn {
	margin-right: 0;
	margin-left: 6px;
}
#tmp_custom_update #tmp_update {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 10px;
}
#tmp_special_top #tmp_social_plugins {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: right;
}
/* pnavi
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
.pnavi .container {
	padding:0;
}
.pnavi .ptop {
	text-align:center;
	line-height: 1.2;
	font-size:87.5%;
	position: relative;
	z-index: 5;
}
.pnavi .ptop a {
	display: block;
	text-decoration:none;
	border:1px solid #89b8e4;
	padding: 32px 0 8px;
	color:#222222;
	background: #ffffff url(/shared/images/icon/arrow_big_black.png) center 11px no-repeat;
	-moz-background-size: 17px auto;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
}
.pnavi .ptop a:hover,
.pnavi .ptop a:focus {
	background-color: #e8eff6 ;
}
/* top */
.format_top .pnavi .ptop {
	font-size: 75%;
	letter-spacing: -1px;
}
.format_top .pnavi .ptop a {
	position: absolute;
	color: #000000;
	background: #ffffff url(/shared/images/icon/arrow_top_black.png) center 12px no-repeat;
	right: 9px;
	top: -65px;
	width: 72px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-decoration: none;
	min-height: 72px;
	border: 1px solid #89b8e4;
	padding: 30px 0 0;
	z-index: 999;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
}
.format_top .pnavi .ptop a:hover,
.format_top .pnavi .ptop a:focus,
.format_top .pnavi .ptop a.active{
	background-color: #ffffff;
	text-decoration: underline;
}
.format_top .pnavi .ptop span {
	display:block;
}
/* plugin
================================================== */
.plugin {
	margin:0 0 40px;
	padding:20px;
	border:1px solid #cccccc;
	clear:both;
}
.plugin .plugin_img {
	margin:0 20px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	line-height:1.4;
	margin:0 !important;
}
/* ==================================================
CMS-parts
================================================== */
/* box_faq
================================================== */
.box_faq {
	border: 1px solid #cccccc;
	margin-bottom: 42px;
}
.box_faq .box_faq_ttl {
	padding: 10px 20px;
	font-size: 112.5%;
	color: inherit;
	font-weight: bold;
	background-color: #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.box_faq .box_faq_ttl p {
	margin-bottom: 0;
}
.box_faq .box_faq_cnt {
	padding: 27px 10px 9px;
}
.box_faq .box_faq_cnt ul {
	margin-bottom: 0.8em;
	margin-left: 11px;
	list-style: none;
}
.box_faq  .box_faq_cnt ul li {
	padding: 0 0 0 15px;
	margin: 0 0 14px;
	color: #000000;
	background: #FFFFFF url(/shared/images/icon/arrow_right_blue.png) no-repeat left 5px;
	background-size: 6px 9px;
	-moz-backround-size: 6px 9px;
	-webkit-background-size: 6px 9px;
}
.box_faq  .box_faq_cnt ul li a {
	color: #1f1f1f;
	background: transparent;
	text-decoration: none;
}
.box_faq  .box_faq_cnt ul li a:hover,
.box_faq  .box_faq_cnt ul li a:focus {
	color: #295676;
	text-decoration: underline;
}
/* inquiry
================================================== */
#tmp_inquiry {
	border: 1px solid #cccccc;
	margin:0 0 40px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding: 10px 20px;
	font-size: 112.5%;
	font-weight: bold;
	color: inherit;
	background-color: #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
#tmp_inquiry_cnt {
	padding: 23px 27px 9px;
}
#tmp_inquiry_cnt p {
	margin-bottom: 5px;
	color: #000000;
	background-color: #ffffff;
}
#tmp_inquiry_cnt p a {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}
#tmp_inquiry_cnt p a:hover,
#tmp_inquiry_cnt p a:focus {
	text-decoration: underline;
}
/* inquiry_btn */
#tmp_inquiry .inquiry_btn {
	display: table;
	margin: 20px auto 10px;
	font-size: 87.5%;
}
#tmp_inquiry .inquiry_btn input {
	min-width: 200px;
	line-height:1.5;
	padding:9px 25px 8px 33px;
	border: 1px solid #85b8dd;
	cursor: pointer;
	color: #000000;
	background: #FFFFFF url(/shared/images/icon/arrow_right_blue.png) no-repeat 19px center;
	background-size: 6px 9px;
	-moz-backround-size: 6px 9px;
	-webkit-background-size: 6px 9px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	transition: 0.2s background-color ease-in-out;
	-webkit-transition: 0.2s background-color ease-in-out;
	-moz-transition: 0.2s background-color ease-in-out;
	-ms-transition: 0.2s background-color ease-in-out;
	-o-transition: 0.2s background-color ease-in-out;
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}
#tmp_inquiry .inquiry_btn input:hover,
#tmp_inquiry .inquiry_btn input:focus {
	background-color: #e8eff6;
}
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width: 100%;
}
div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}
div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding: 0;
}
div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}
div.col2 div.col2 div.col2R {
	width: 47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
	width: 100%;
}
div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}
div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}

/* col3
================================================== */
table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}
div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}
div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #595959;
	padding: 15px 0;
	font-size: 300%;
}
/* ==================================================
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;
	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;
}

/* 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;
}
.color_blue #tmp_header,
.color_yellow #tmp_header,
.color_black #tmp_header,
.color_blue #tmp_contents .special_partE,
.color_yellow #tmp_contents .special_partE,
.color_black #tmp_contents .special_partE,
.color_blue #tmp_topic .topic_item,
.color_yellow #tmp_topic .topic_item,
.color_black #tmp_topic .topic_item {
	border-style:solid;
	border-width:1px;
}
/* hlogo */
.color_blue #tmp_hlogo,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo span,
.color_yellow #tmp_hlogo,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo span {
	width: auto !important;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
}
.color_blue #tmp_hlogo span,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo span {
	padding:20px 10px !important;
}
/* gnavi */
.color_blue #tmp_wrapper .gnavi > ul > li > a,
.color_yellow #tmp_wrapper .gnavi > ul > li > a,
.color_black #tmp_wrapper .gnavi > ul > li > a {
	border-bottom:none !important;
	padding-bottom:22px !important;
}
.color_blue #tmp_wrapper .gnavi > ul > li > a:hover,
.color_blue #tmp_wrapper .gnavi > ul > li > a:focus,
.color_yellow #tmp_wrapper .gnavi > ul > li > a:hover,
.color_yellow #tmp_wrapper .gnavi > ul > li > a:focus,
.color_black #tmp_wrapper .gnavi > ul > li > a:hover,
.color_black #tmp_wrapper .gnavi > ul > li > a:focus,
.color_blue .btn_multilingual .setting_multilingual:hover,
.color_blue .btn_multilingual .setting_multilingual:focus,
.color_yellow .btn_multilingual .setting_multilingual:hover,
.color_yellow .btn_multilingual .setting_multilingual:focus,
.color_black .btn_multilingual .setting_multilingual:hover,
.color_black .btn_multilingual .setting_multilingual:focus {
	text-decoration:underline;
}
/* 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;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}
.color_blue #tmp_search .sch_box #tmp_query,
.color_yellow #tmp_search .sch_box #tmp_query,
.color_black #tmp_search .sch_box #tmp_query {
	text-indent:10px !important;
}
.color_blue #tmp_search #tmp_func_sch_btn,
.color_yellow #tmp_search #tmp_func_sch_btn,
.color_black #tmp_search #tmp_func_sch_btn,
.color_blue #id_search_btn,
.color_yellow #id_search_btn,
.color_black #id_search_btn {
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
	width: auto !important;
}
.color_blue #tmp_search #tmp_func_sch_btn,
.color_yellow #tmp_search #tmp_func_sch_btn,
.color_black #tmp_search #tmp_func_sch_btn {
	min-width:50px;
}
.color_blue #id_search_btn,
.color_yellow #id_search_btn,
.color_black #id_search_btn {
	padding:3px 5px;
	border-left-style:solid;
	border-left-width:1px;
}
/* img */
.color_blue #tmp_footer .footer_logo .f_logo img,
.color_yellow #tmp_footer .footer_logo .f_logo img,
.color_black #tmp_footer .footer_logo .f_logo img,
.color_blue #tmp_cnavi_genre ul li .cnavi_icon img,
.color_yellow #tmp_cnavi_genre ul li .cnavi_icon img,
.color_black #tmp_cnavi_genre ul li .cnavi_icon img,
.color_blue #tmp_wrapper .cnavi_img_btn li .item_btn .cnavi_icon img,
.color_yellow #tmp_wrapper .cnavi_img_btn li .item_btn .cnavi_icon img,
.color_black #tmp_wrapper .cnavi_img_btn li .item_btn .cnavi_icon img,
.color_blue #tmp_special_top_ttl h1 img,
.color_yellow #tmp_special_top_ttl h1 img,
.color_black #tmp_special_top_ttl h1 img,
.color_blue #tmp_cnavi_attraction img,
.color_yellow #tmp_cnavi_attraction img,
.color_black #tmp_cnavi_attraction img,
.color_blue #tmp_contents .special_partB .part_ttl img,
.color_yellow #tmp_contents .special_partB .part_ttl img,
.color_black #tmp_contents .special_partB .part_ttl img,
.color_blue #tmp_search_purpose .search_purpose_cnt .cnt_icon img,
.color_yellow #tmp_search_purpose .search_purpose_cnt .cnt_icon img,
.color_black #tmp_search_purpose .search_purpose_cnt .cnt_icon img,
.color_blue #tmp_search_category .search_purpose_cnt .cnt_icon img,
.color_yellow #tmp_search_category .search_purpose_cnt .cnt_icon img,
.color_black #tmp_search_category .search_purpose_cnt .cnt_icon img,
.color_blue #tmp_news .news_item .cnt_icon img,
.color_yellow #tmp_news .news_item .cnt_icon img,
.color_black #tmp_news .news_item .cnt_icon img {
	background-color:#ffffff !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;
}
/* (2画面)トップの背景画像 */
 .color_blue #tmp_wrapper #tmp_detail_controls p,
 .color_yellow #tmp_wrapper #tmp_detail_controls p,
 .color_black #tmp_wrapper #tmp_detail_controls p {
    background-color: transparent !important;
}
/* lnavi */
.color_blue #tmp_lnavi_ttl .active a,
.color_blue #tmp_lnavi_ttl a:hover,
.color_blue #tmp_lnavi_ttl a:focus,
.color_blue #tmp_lnavi_cnt ul a:hover,
.color_blue #tmp_lnavi_cnt ul a:focus,
.color_blue #tmp_lnavi_cnt ul .active a,
.color_blue #tmp_snavi_cnt ul a:hover,
.color_blue #tmp_snavi_cnt ul a:focus,
.color_blue #tmp_snavi_cnt ul .active a,
.color_yellow #tmp_lnavi_ttl .active a,
.color_yellow #tmp_lnavi_ttl a:hover,
.color_yellow #tmp_lnavi_ttl a:focus,
.color_yellow #tmp_lnavi_cnt ul a:hover,
.color_yellow #tmp_lnavi_cnt ul a:focus,
.color_yellow #tmp_lnavi_cnt ul .active a,
.color_yellow #tmp_snavi_cnt ul a:hover,
.color_yellow #tmp_snavi_cnt ul a:focus,
.color_yellow #tmp_snavi_cnt ul .active a,
.color_black #tmp_lnavi_ttl .active a,
.color_black #tmp_lnavi_ttl a:hover,
.color_black #tmp_lnavi_ttl a:focus,
.color_black #tmp_lnavi_cnt ul a:hover,
.color_black #tmp_lnavi_cnt ul a:focus,
.color_black #tmp_lnavi_cnt ul .active a,
.color_black #tmp_snavi_cnt ul a:hover,
.color_black #tmp_snavi_cnt ul a:focus,
.color_black #tmp_snavi_cnt ul .active a {
	text-decoration:underline;
}

/* idx_menu */
.color_blue #tmp_idx_menu li a::after,
.color_yellow #tmp_idx_menu li a::after,
.color_black #tmp_idx_menu li a::after {
	content:"";
	position:absolute;
	right:10px;
	top:18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
}
.color_blue #tmp_idx_menu li a::after,
.color_black #tmp_idx_menu li a::after {
	border-color: #ffffff transparent transparent transparent;
}
.color_yellow #tmp_idx_menu li a::after {
	border-color: #000000 transparent transparent transparent;
}
/* topics */
.color_blue.custom_topics.type_top #tmp_wrapper2,
.color_yellow.custom_topics.type_top #tmp_wrapper2,
.color_black.custom_topics.type_top #tmp_wrapper2 {
	border-top-style:solid;
	border-top-width:1px;
}
/* contents */
.color_blue #tmp_contents h2::after,
.color_yellow #tmp_contents h2::after,
.color_black #tmp_contents h2::after,
.color_blue.custom_topics #tmp_contents h3::before,
.color_yellow.custom_topics #tmp_contents h3::before,
.color_black.custom_topics #tmp_contents h3::before,
.color_blue #tmp_contents .special_partE::after,
.color_yellow #tmp_contents .special_partE::after,
.color_black #tmp_contents .special_partE::after {
	display:none !important;
}
.color_blue #tmp_lnavi_ttl a::after,
.color_black #tmp_lnavi_ttl a::after,
.color_blue #tmp_cnavi_attraction a::after,
.color_black #tmp_cnavi_attraction a::after,
.color_blue .box_rnavi ul.related_list li a::after,
.color_black .box_rnavi ul.related_list li a::after,
.color_blue #tmp_general_gnavi ul li p::after,
.color_black #tmp_general_gnavi ul li p::after {
	border-color:transparent transparent #ffffff transparent;
}
.color_yellow #tmp_lnavi_ttl a::after,
.color_yellow #tmp_cnavi_attraction a::after,
.color_yellow .box_rnavi ul.related_list li a::after,
.color_yellow #tmp_general_gnavi ul li p::after {
	border-color:transparent transparent #000000 transparent;
}
.color_blue #tmp_idx2_ttl,
.color_yellow #tmp_idx2_ttl,
.color_black #tmp_idx2_ttl {
	padding:0;
	border:none;
}
.color_blue #tmp_idx2_ttl .ttl_img,
.color_yellow #tmp_idx2_ttl .ttl_img,
.color_black #tmp_idx2_ttl .ttl_img {
	display:none;
}
.color_blue #tmp_main_info.tab_area .main_info_ttl,
.color_yellow #tmp_main_info.tab_area .main_info_ttl,
.color_black #tmp_main_info.tab_area .main_info_ttl,
.color_blue .box_tab_info .tab_info .tab_info_ttl a,
.color_yellow .box_tab_info .tab_info .tab_info_ttl a,
.color_black .box_tab_info .tab_info .tab_info_ttl a {
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.color_blue #tmp_main_info.tab_area .active .main_info_ttl,
.color_yellow #tmp_main_info.tab_area .active .main_info_ttl,
.color_black #tmp_main_info.tab_area .active .main_info_ttl,
.color_blue .box_tab_info .tab_info.tb_active .tab_info_ttl a,
.color_yellow .box_tab_info .tab_info.tb_active .tab_info_ttl a,
.color_black .box_tab_info .tab_info.tb_active .tab_info_ttl a {
	border-bottom:none;
}
/* general_top */
.color_blue #tmp_general_top,
.color_yellow #tmp_general_top,
.color_black #tmp_general_top {
	padding-left:720px;
}
.color_blue #tmp_general_top_ttl,
.color_yellow #tmp_general_top_ttl,
.color_black #tmp_general_top_ttl {
	padding:0 10px;
}
/* btn_control */
.color_blue #tmp_detail_controls .btn_control span,
.color_yellow #tmp_detail_controls .btn_control span,
.color_black #tmp_detail_controls .btn_control span {
	background-color:#ffffff !important;
}
.color_blue #tmp_detail_controls .btn_control .btn_gray,
.color_yellow #tmp_detail_controls .btn_control .btn_gray,
.color_black #tmp_detail_controls .btn_control .btn_gray {
	background-color: #cedce7 !important;
	background-image: url(/shared/templates/top/images/text_left.png) !important;
}
.color_blue #tmp_detail_controls .btn_control .btn_white,
.color_yellow #tmp_detail_controls .btn_control .btn_white,
.color_black #tmp_detail_controls .btn_control .btn_white {
	background-image: url(/shared/templates/top/images/text_right.png) !important;
}
.color_blue #tmp_wrapper .btn_slides a::before,
.color_black #tmp_wrapper .btn_slides a::before {
	border-color: transparent transparent transparent #fff !important;
}
.color_yellow #tmp_wrapper .btn_slides a::before {
	border-color: transparent transparent transparent #000 !important;
}
.color_blue #tmp_wrapper .slick-dots li button,
.color_blue #tmp_wrapper .slick-dots li a,
.color_black #tmp_wrapper .slick-dots li button,
.color_black #tmp_wrapper .slick-dots li a {
	background-color:#ffffff !important;
}
.color_yellow #tmp_wrapper .slick-dots li button,
.color_yellow #tmp_wrapper .slick-dots li a {
	background-color:#000000 !important;
}
.color_blue #tmp_wrapper .slick-dots li button:before,
.color_blue #tmp_wrapper .slick-dots li a:before {
	background-color:#00008B !important;
	border-color:#ffffff !important;
}
.color_black #tmp_wrapper .slick-dots li button:before,
.color_black #tmp_wrapper .slick-dots li a:before {
	background-color:#000000 !important;
	border-color:#ffffff !important;
}
.color_yellow #tmp_wrapper .slick-dots li button:before,
.color_yellow #tmp_wrapper .slick-dots li a:before {
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_blue #tmp_wrapper .slick-prev::before,
.color_black #tmp_wrapper .slick-prev::before,
.color_yellow #tmp_wrapper .slick-prev::before,
.color_blue #tmp_wrapper .slick-next::before,
.color_black #tmp_wrapper .slick-next::before,
.color_yellow #tmp_wrapper .slick-next::before {
	display:none !important;
}
.color_blue #tmp_wrapper #tmp_lnavi_event_cal_cnt .calendar .cal_today a,
.color_yellow #tmp_wrapper #tmp_lnavi_event_cal_cnt .calendar .cal_today a,
.color_black #tmp_wrapper #tmp_lnavi_event_cal_cnt .calendar .cal_today a {
	border-style:solid;
	border-width:1px;
}
/* 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.format_top #tmp_wrapper .pnavi .ptop a {
	background-color: #00008B !important;
}
.color_blue #tmp_wrapper #tmp_lnavi_event_cal_cnt .calendar .cal_today a {
	background-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.format_top #tmp_wrapper .pnavi .ptop a {
	background-color: #FFFF00 !important;
}

.color_yellow #tmp_wrapper #tmp_lnavi_event_cal_cnt .calendar .cal_today a {
	background-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.format_top #tmp_wrapper .pnavi .ptop a {
	background-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_lnavi_event_cal_cnt .calendar .cal_today a {
	background-color:#000000 !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
.fsize_big .gnavi {
	width:900px;
}
.fsize_big2 .gnavi {
	width:860px;
}
.fsize_big.format_free .gnavi,
.fsize_big2.format_free .gnavi {
	width:790px;
}
.fsize_big.format_free #tmp_means,
.fsize_big2.format_free #tmp_means {
	width:190px;
}
.fsize_big .box_tab_info {
	padding-top:60px;
}
.fsize_big .btn_multilingual .setting_multilingual,
.fsize_big2 .btn_multilingual .setting_multilingual {
	font-size:1rem;
}
.fsize_big.format_top .pnavi .ptop,
.fsize_big2.format_top .pnavi .ptop {
	font-size:0.8rem;
}
.fsize_big #tmp_header .sub_menu_language {
	width:160px;
}
.fsize_big #tmp_event_cal_refine_cnt .box_refine_area .refine_list,
.fsize_big2 #tmp_event_cal_refine_cnt .box_refine_area .refine_list {
	font-size:1rem;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 .box_tab_info {
	padding-top:62px;
}
.fsize_big2 .box_tab_info .tab_info .tab_info_ttl {
	font-size:1.5rem;
}
.fsize_big2 #tmp_footer .footer_logo {
	width:auto;
}
.fsize_big #tmp_footer .footer_cnt,
.fsize_big2 #tmp_footer .footer_cnt {
	width:490px;
}
.fsize_big2.format_top .opened #tmp_search .sch_ttl {
	width:200px;
}
.fsize_big.format_top .opened #tmp_search .view_btn,
.fsize_big2.format_top .opened #tmp_search .view_btn {
	width:120px;
}
.fsize_big2 #tmp_header .sub_menu_language {
	width:220px;
}
.fsize_big2 #tmp_main_info.tab_area {
	padding-top:80px;
}
.fsize_big .shadow_box_lg_ttl,
.fsize_big2 .shadow_box_lg_ttl,
.fsize_big #tmp_topic .topic_item_ttl,
.fsize_big2 #tmp_topic .topic_item_ttl {
	position:relative;
}
/* ==================================================
多言語対応
================================================== */
.translated-ltr .gnavi ul li a {
	letter-spacing:normal !important;
}
.translated-ltr .gnavi ul li a,
.translated-ltr #tmp_search_purpose .search_purpose_cnt li a,
.translated-ltr #tmp_cnavi_genre .genre_item,
.translated-ltr #tmp_contents .box_menu_ttl p,
.translated-ltr #tmp_contents ul.idx_box_btn li {
	word-break: break-all !important;
}
/* top */
.translated-ltr #tmp_main_info.tab_area,
.translated-ltr .custom_general #tmp_contents .box_tab_info {
	padding-top: 0 !important;
	border:none !important;
}
.translated-ltr #tmp_main_info .main_info_wrap,
.translated-ltr #tmp_tab_info_item2.box_tab_info .tab_info {
	border: 1px solid #cccccc !important;
	margin:0 0 20px !important;
}
.translated-ltr #tmp_main_info.tab_area .main_info_ttl,
.translated-ltr #tmp_tab_info_item2.box_tab_info .tab_info .tab_info_ttl {
	width: 100% !important;
	position: static !important;
}
.translated-ltr #tmp_main_info.tab_area .main_info_ttl a,
.translated-ltr .box_tab_info .tab_info .tab_info_ttl {
	color: #000000 !important;
	background-color: #f0f0f0 !important;
}
.translated-ltr #tmp_main_info.tab_area .main_info_wrap:nth-child(2) .main_info_ttl {
	border-left:none !important;
}
.translated-ltr #tmp_main_info.tab_area .main_info_cnt,
.translated-ltr .custom_general #tmp_contents .tab_info_cnt {
	display:block !important;
}
.translated-ltr .box_tab_info .tab_info .tab_info_ttl {
	border-left:right !important;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_list_pager:after,
.container:after,
.format_free #tmp_header_wrap:after,
.format_free .gnavi ul:after,
#tmp_publicity_cnt:after,
#tmp_header:after,
#tmp_hnavi:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_navigation:after,
#tmp_cnavi_genre ul: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_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 */
}


