@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color: #125cb6;
}
a:hover {
	color: #ef806f;
}
body {
	font-size:100%;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#990000; /* Setting by CMS sheets */
}
.txt_green {
	color:#007500; /* Setting by CMS sheets */
}
.txt_big {
	font-size:120%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:96%; /* Setting by CMS sheets */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	position: relative;
	min-width: 1020px;
	width: 100%;
	margin:0 auto;
}
.col_main {
	padding:10px 0;
}
#tmp_wrapper input[type="submit"]:hover,
#tmp_wrapper input[type="button"]:hover,
#tmp_wrapper input[type="reset"]:hover,
#tmp_wrapper button:hover,
#tmp_wrapper .btn:hover,
#tmp_wrapper a:hover {
    opacity: 0.8;
    cursor: pointer;
}
#tmp_wrapper .touch_area a:hover {
    opacity: 1;
}
a.btn_text,
.btn_text a {
	display:inline-block;
	text-decoration:none;
}
a.btn_text:hover,
.btn_text a:hover {
	text-decoration:none !important;
}
a.btn_block,
.btn_block a {
	display:block;
}
input[type="submit"],
input[type="button"],
.btn,
a {
	transition: background 0.2s ease,
	background-color 0.2s ease,
	background-image 0.2s ease,
	border 0.2s ease,
	opacity 0.2s ease;
}
.formbtn_area {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
	max-width:100%;
}

.column_rnavi .wrap_col_main {
	margin-right: -350px;
    width: 100%;
	float: left;
	clear: both;
}
.column_rnavi .col_main {
    margin-right: 350px;
    padding: 0;
}
.wrap_col_rgt_navi {
    width: 320px;
    float: right;
}

/* keep_page
================================================== */

#keep_page {
	display: block;
	width: 22em;
	margin: 0 auto;
	min-height: 5em;
	position: fixed;
	right: -18.4em;
	z-index: 110;
	top: 180px;
	border-radius: 10px 0 0 10px;
	transition: right ease .4s,
 filter ease .6s;
}
#keep_page.open {
	right: 0;
	filter:drop-shadow(0 0 5px rgba(78, 78, 78, 0.5));
}
#keep_page > * {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
}
#mymenu_viewsw_wrap {
	display: table-cell;
	vertical-align: top;
	pointer-events: none;
	width: 60px;
}
#mymenu_viewsw {
	display: block;
	text-align: center;
	color: #30749C;
	width: 100%;
	height: auto;
	font-weight: bold;
	background-color: #E8F3F8;
	border: 2px solid #7fbcda;
	border-right: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
	padding: 1.7em 14px;
	transition: background 0.2s ease,
	background-color 0.2s ease,
	background-image 0.2s ease,
	border 0.2s ease,
	opacity 0.2s ease;
	pointer-events: all;
}
.open #mymenu_viewsw {
	color: #65b7da;
	background-color: #f4fcff;
}
#mymenu_viewsw img {
	width: 1em;
	vertical-align: middle;
	display: inline-block;
}
#mymenu_viewsw:hover {
	background-color: #cfedf7;
	transition: background 0.2s ease,
	background-color 0.2s ease,
	background-image 0.2s ease,
	border 0.2s ease,
	opacity 0.2s ease;
}
#mymenu_list_wrap {
	display: table-cell;
	vertical-align: middle;
	background: #f4fcff;
	border: 2px solid #7fbcda;
	width: calc(22em - 60px);
	padding: 16px 10px 10px;
	max-height: 320px;
	overflow: auto;
}
#mymenu_list_wrap2 {
	max-height: 320px;
	overflow: auto;
	padding: 2px;
}
#mymenu_list_wrap2 .btn_func {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 3px 16px;
	color: #1077c1;
	background-color: #ffffff;
	border: 1px solid #1077c1;
	border-radius: 1.1em;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	transition: background 0.2s ease,
	background-color 0.2s ease .4s,
	color 0.2s ease .4s,
	border 0.2s ease,
	opacity 0.2s ease;
}
.open #mymenu_list_wrap2 .btn_func {
	color: #FFFFFF;
	background-color: #1077c1;
}
#mymenu_list_wrap2 .btn_func:hover{
	background-color: #1e95c1;
}
#mymenu_list_wrap2 .mymenu_del_all_wrap {
	text-align:right;
}
#mymenu_list_wrap2 #mymenu_del_all {
	display: inline-block;
	font-size: 0.7em;
	padding: 2px 10px;
	background-color: inherit;
	border: 1px solid #bedded;
	border-radius: 1.1em;
	cursor: pointer;
	color: #6b8ab3;
	transition: background 0.2s ease,
	background-color 0.2s ease,
	background-image 0.2s ease,
	border 0.2s ease,
	opacity 0.2s ease;
}
#mymenu_list_wrap2 #mymenu_del_all:hover {
	border: 1px solid #d29ebf;
	background-color: #ffffff;
	color: #b8244f;
}
#mymenu_item_list {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
	max-height: -webkit-calc(100vh - 200px);
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}
#mymenu_item_list:empty:before{
	content: '登録されていません。'
}
.mymenu_item {
	display: block;
	margin: 0;
	padding: 2px 24px 2px 2px;
	border-bottom: 1px solid #bedded;
	position: relative;
}
.mymenu_item a {
	display: block;
	font-size: .95em;
	padding: 8px 4px;
	color: #136aaa;
}
.mymenu_item a:hover {
	background-color: #cce9f4;
}
.mymenu_item_del {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #94a1a8;
	border-radius: 12px;
	cursor: pointer;
	transition: background 0.2s ease,
	background-color 0.2s ease,
	opacity 0.2s ease;
	border: none;
}
.mymenu_item_del::before,
.mymenu_item_del::after{
  display: block;
  content: "";
  position: absolute;
  padding: 0;
  top: 4px;
  left: 9px;
  width: 3px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
}
.mymenu_item_del::before{
  transform: rotate(135deg);
}
.mymenu_item_del:hover,.mymenu_item_del:focus{
	opacity: 0.5;
}

/* icon
================================================== */
.icon-cancel {
  font-size: 1em;
  display: inline-block;
  position: relative;
  margin: 0 1em 0 .6em;
  padding: 0;
  width: 0.3em;
  height: 1.2em;
  background: #323232;
  transform: rotate(45deg);
  top: 0.2em;
}
.icon-cancel::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -0.45em;
  width: 1.2em;
  height: 0.3em;
  margin-top: -0.2em;
  background: #323232;
}

/* header
================================================== */
#tmp_header {
	position: relative;
	padding: 10px 0 2px;
	border-bottom: 4px solid #1077C1;
}
.format_top #tmp_header {
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
	z-index: 1;
}
#tmp_hlogo {
	float:left;
	width: 210px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width: 210px;
	height: 110px;
	background: #ffffff url(/shared/images/header/logo.png) center / 100% auto no-repeat;
	color: #000000;
}
#tmp_hlogo a {
	display:block;
	width: 220px;
	height: 110px;
}
#tmp_hlogo a:hover {
	opacity: 1;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:220px;
	height: 105px;
	position:relative;
	z-index:-1;
	overflow:hidden;
	font-weight: bold;
	font-size: 40px;
	padding: 20px 0;
	border: 2px solid #FFFFFF;
	text-align: center;
}
#tmp_means:before,
#tmp_means:after,
#tmp_setting:before,
#tmp_setting:after,
#tmp_setting ul:before,
#tmp_setting ul:after {
	content: '';
	display: table;
}
#tmp_means:after,
#tmp_setting:after,
#tmp_setting ul:after {
	clear: both;
}

#tmp_setting {
	overflow: hidden;
	font-size: 0.96em;
	line-height: 1;
}
#tmp_setting * {
	line-height: 1em;
}

#tmp_setting ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#tmp_setting ul li {
	display: inline-block;
	float: left;
	padding-left: 8px;
	margin-bottom: 4px;
}
#tmp_setting ul li:first-child {
	padding-left: 0;
}
#tmp_setting ul li a {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	border-radius: 3px;
	text-decoration: none;
	min-height: 18px;
	display: inline-block;
	padding: 7px 8px;
	background-repeat: no-repeat;
}
#tmp_setting ul li a img {
	vertical-align: middle;
	height: 1.4em;
	width: auto;
	display: block;
}

#tmp_setting ul li a.setting_sound {
	padding-left: 25px;
	background-image: url(/shared/images/icon/sound.png);
	background-position: 5px 2px;
}

#tmp_setting ul li a.setting_change {
	padding-left: 26px;
	background-image: url(/shared/images/icon/size.png);
	letter-spacing: -0.09em;
	background-position: 8px 2px;
}

#tmp_setting ul li a.setting_language {
	/* font-weight: bold; */
}
#tmp_setting ul li a.closs {
	/* font-weight: bold; */
}

#tmp_setting ul li a:hover,
#tmp_setting ul li a:focus {
	text-decoration: underline;
}
/* search */
#tmp_setting .search_panel {
	background-color: #E4E4E4;
	border: 1px solid #D5D5D5;
	border-radius: 3px;
	padding: 2px 4px;
}
#tmp_setting .search_panel #tmp_query {
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	padding: 0 6px;
	width: 190px;
	height: calc(1em + 8px);
}
#tmp_setting .search_panel .sch_btn input {
	background-color: #DBECF4;
	border: 1px solid #6FACD9;
	border-radius: 3px;
	color: #5B5B5B;
	font-weight: bold;
	padding: 4px 16px;
}
#tmp_setting .search_panel img {
	height: 1em;
	padding: 0 2px 0 4px;
}
#tmp_setting .search_panel p {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	padding: 0 2px;
}
#tmp_setting .search_panel .search_hidden {
	display: none;
}
/* change style */
#tmp_setting .changestyle_area p {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	padding: 0 4px;
}
#tmp_setting .changestyle_area p:first-child {
	font-weight: bold;
	padding: 0 4px;
}
#tmp_setting p.setting_cnt {
	background-color: #FFFFFF;
	padding: 2px 7px 0px;
	border-radius: 2px;
}
/* font */
#tmp_setting .setting_fontsize {
	background-color: #E4E4E4;
	border: 1px solid #D5D5D5;
	border-radius: 3px;
	padding: 2px 3px;
}
#tmp_setting .setting_fontsize img {
	height: 1em;
	width: auto;
	vertical-align: top;
	line-height: 1;
	padding-right: .2em;
}
#tmp_setting .setting_fontsize p.setting_cnt {
	padding: 2px 4px;
}
#tmp_setting .setting_fontsize a {
	padding: 2px 4px;
	border: none;
	border: 1px solid #ffffff;
}
#tmp_setting .setting_fontsize a:nth-child(2),
.fsize_small #tmp_setting .setting_fontsize a:nth-child(1),
.fsize_big #tmp_setting .setting_fontsize a:nth-child(3) {
	border-color: #71bdde;
}
.fsize_small #tmp_setting .setting_fontsize a:nth-child(2),
.fsize_big #tmp_setting .setting_fontsize a:nth-child(2) {
	border-color: #ffffff;
}
#tmp_setting .setting_colors a {
	padding: 0;
	border: none;
}

/* color */
#tmp_setting .setting_colors {
	background-color: #E4E4E4;
	border: 1px solid #D5D5D5;
	border-radius: 3px;
	padding: 2px 3px;
}
#tmp_means {
	margin-left: 228px;
	padding-top: 4px;
}

.menu_sp,
.model_pc .menu_sp,
.mobile_control {
	display: none;
}
/* gnavi
================================================== */
.gnavi {
	padding: 4px 0 0;
}
.gnavi > ul {
	display: flex;
	list-style:none;
}
.gnavi > ul > li {
	position: relative;
	width: calc(100% / 6);
	float:left;
	border-left: 1px solid #ccc;
}
.gnavi > ul > li:last-child {
	border-right: 1px solid #ccc;
}
.gnavi > ul > li a {
	color: inherit;
	display:block;
	padding: 2px 0px 10px;
	text-align:center;
	text-decoration:none;
	font-feature-settings: "palt";
	border: 1px solid transparent;
}
#tmp_means .gnavi > ul > li.active > a,
#tmp_means .gnavi > ul > li a:focus,
#tmp_means .gnavi > ul > li a:hover {
	opacity: 1;
}
.gnavi > ul > li span {
	display: block;
}
.gnavi > ul > li .gnavi_ttl {
	display: inline-block;
	font-weight: bold;
	font-size: 1.05em;
	padding-top: 2px;
}
.gnavi > ul > li .link_tourism .gnavi_ttl {
	font-size: 0.85em;
	padding: 0.32em 0 0.22em;
}
.gnavi > ul > li img {
	width: 80px;
	height: auto;
}

/* dropdown menu */

.gnavi > ul > li > .drop_down_hidden {
	width: 490px;
	padding: 20px 250px 20px 20px;
	color: #000000;
	background-color: #35bfe1;
	border: 1px solid transparent;
	position: absolute;
	top: auto;
	display: none;
	z-index: 9999;
	box-sizing: border-box;
	margin-top: 14px;
	box-shadow: 0 0 4px 1px rgba(80, 80, 80, 0.5);
	border-radius: 2px;
	min-height: 300px;
}
.gnavi > ul > li > .drop_down_hidden::after {
	display: block;
	z-index: 2;
	position: absolute;
	content:"";
	width: 220px;
	height: calc(100% - 40px);
	top: 20px;
	right: 18px;
	background-color: white;
	border-radius: 3px;
}
.gnavi > ul > li::after {
	visibility: hidden;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 0 8px;
	border-color: transparent transparent #006E54  transparent;
	transition: all ease .2s;
	z-index: 10000;
}
.gnavi li:hover::after {
	visibility: visible;
	border-width: 0 10px 18px 10px;
}
.gnavi li.glist1::after {
	border-color: transparent transparent #006E54 transparent;
}
.gnavi .glist1 .drop_down_hidden {
	background-color: #006E54;
}
.gnavi li.glist2::after {
	border-color: transparent transparent #be4d64 transparent;
}
.gnavi .glist2 .drop_down_hidden {
	background-color: #be4d64;
}
.gnavi li.glist3::after {
	border-color: transparent transparent #4f7c49 transparent;
}
.gnavi .glist3 .drop_down_hidden {
	background-color: #4f7c49;
}
.gnavi li.glist4::after {
	border-color: transparent transparent #827157 transparent;
}
.gnavi .glist4 .drop_down_hidden {
	background-color: #827157;
	right: 0px
}
.gnavi li.glist5::after {
	border-color: transparent transparent #397176 transparent;
}
.gnavi .glist5 .drop_down_hidden {
	background-color: #397176;
	right: 0px
}
.gnavi li.glist6::after {
	border-color: transparent transparent #437694 transparent;
}
.gnavi .glist6 .drop_down_hidden {
	background-color: #437694;
	right: 0px
}
.gnavi .drop_down_hidden:before{
	content: '';
	position: absolute;
	height: 14px;
	width: 100%;
	z-index: 1;
	top: -14px;
	left: 0;
}
.gnavi .drop_down_hidden ul {
	text-align:left;
	list-style: none;
	/* width: 220px; */
}
.gnavi .drop_down_hidden li {
	margin: 0;
}
.gnavi > ul > li > .drop_down_hidden > ul > li.active {
	width: 230px;
}
.gnavi .drop_down_hidden li a {
	position: relative;
	text-align: left;
	padding: 2px 10px 2px 10px;
	width: auto;
	height: auto;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.gnavi .drop_down_hidden li.active a {
	background-color: rgba(255, 255, 255, 0.4) !important;
	color: #222;
}
.gnavi > ul > li li .drop_down_hidden {
	display: none !important;
	position: absolute;
	top: 20px;
	left: 250px !important;
	width: 220px;
	background-color: #FFFFFF !important;
	border: 1px solid transparent;
	color: #333333;
	height: calc(100% - 40px);
	border-radius: 3px;
	overflow: auto;
	z-index: 3;
}
.gnavi > ul > li li a:focus + .drop_down_hidden,
.gnavi > ul > li li:hover .drop_down_hidden {
	display: block !important;
}
.gnavi > ul > li li .drop_down_hidden:hover,
.gnavi > ul > li li.active .drop_down_hidden {
	display: block !important;
}
.gnavi > ul > li li .drop_down_hidden a {
	color: #333333;
}
.gnavi li.glist1 li .drop_down_hidden a:focus,
.gnavi li.glist1 li .drop_down_hidden a:hover {
	background-color: #B5D7C4 !important;
}
.gnavi li.glist2 li .drop_down_hidden a:focus,
.gnavi li.glist2 li .drop_down_hidden a:hover {
	background-color: #e19fac !important;
}
.gnavi li.glist3 li .drop_down_hidden a:focus,
.gnavi li.glist3 li .drop_down_hidden a:hover {
	background-color: #afd4aa !important;
}
.gnavi li.glist4 li .drop_down_hidden a:focus,
.gnavi li.glist4 li .drop_down_hidden a:hover {
	background-color: #bbab95 !important;
}
.gnavi li.glist5 li .drop_down_hidden a:focus,
.gnavi li.glist5 li .drop_down_hidden a:hover {
	background-color: #94c8cd !important;
}
.gnavi li.glist6 li .drop_down_hidden a:focus,
.gnavi li.glist6 li .drop_down_hidden a:hover {
	background-color: #9ac5df !important;
}
.gnavi li li > a::after {
	display:none;
	content: "";
	position: absolute;
	top: 0;
	right: -4px;
	bottom: 0;
	margin: auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #ffffff transparent transparent;
	transition: all ease .2s;
}
.gnavi li li.active > a::after {
	display: block;
}
.gnavi li li li > a::after {
	display: none !important;
}
/* pankuzu
================================================== */
#tmp_wrap_pankuzu {
	border-bottom: 4px solid #E9E9E9;
	padding: 15px 0;
	margin-bottom: 30px;
}
.format_top #tmp_wrap_pankuzu {
	display: none;
}
#tmp_wrap_pankuzu a {
	color:#125cb6;
}
#tmp_pankuzu {
	margin-bottom: 0.2em;
}
#tmp_pankuzu img {
	position: relative;
	top: .1em;
	height: 1.1em;
	padding-right: .2em;
}
#footstep .trace_ttl {
	display: inline-block;
	color: #FFFFFF;
	background-color: #474747;
	border: 1px solid #474747;
	font-size: .74em;
	font-weight: bold;
	padding: 0.2em 0.3em;
	border-radius: 3px;
	margin-right: .5em;
	line-height: 1;
}
#footstep #footstep_detail {
	display: inline;
}
#footstep .fs_rireki::before {
    content: '>';
    padding: 0 0.4em;
}
#footstep .fs_rireki:nth-child(1)::before {
	display: none;
	content: '';
}
#footstep #clear_footstep {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-left: 0.7em;
    padding: 0;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
}
#footstep #clear_footstep::before,
#footstep #clear_footstep::after{
  display: block;
  content: "";
  position: absolute;
  padding: 0;
  top: 2px;
  left: 6px;
  width: 3px;
  height: 10px;
  background: #bababa !important;
  transform: rotate(45deg);
}
#footstep #clear_footstep::before{
  transform: rotate(135deg);
}

/* social_plugins
================================================== */
#tmp_custom_update {
	float: right;
}
#tmp_custom_update #tmp_update {
	float: right;
	margin-left:10px;
	font-size:87.5%;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn {
	float: left;
	margin-left:10px;
}
#tmp_social_plugins .facebook_btn,
#tmp_social_plugins .twitter_btn,
#tmp_social_plugins .line_btn {
    display:inline-block;
    margin:0 5px;
}
#tmp_social_plugins .social_media_btn.facebook_btn > div >span {
	vertical-align:middle !important;
}
/* update
================================================== */
#tmp_update {
	margin:0 0 0.8em;
	text-align:right;
	float: right;
}

/* thumbnail
================================================== */

.main_img {
	margin-bottom: 20px;
}
.main_img img {
	max-height: 200px;
    width: auto;
}

/* icon_pdf / icon_word / icon_excel
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel {
	text-indent:0 !important;
}
a.icon_pdf::before,
a.icon_word::before,
a.icon_excel::before {
	content:"";
	display:inline-block;
	vertical-align: text-top;
	width: 60px;
	height: 16px;
	box-sizing: content-box;
	margin: 0.15em 6px 0 0;
}
a.icon_pdf::before {
	background:url(/shared/system/images/linkicon/icon_pdf.svg) no-repeat top left;
}
a.icon_word::before {
	background:url(/shared/system/images/linkicon/icon_word.svg) no-repeat top left;
}
a.icon_excel::before {
	background:url(/shared/system/images/linkicon/icon_excel.svg) no-repeat top left;
}

/* plugin
================================================== */
.plugin {
    margin: 30px 0;
    padding: 10px;
    border: 1px solid #D1D1D1;
    clear: both;
    font-size: 0.92em;
    line-height: 1.3;
}

.plugin .plugin_img {
    margin: 0 10px 0 0 !important;
    float: left;
}

.plugin .plugin_img img {
    vertical-align: top;
}

.plugin p {
    margin: 0 !important;
}

/* inquiry
================================================== */
#tmp_inquiry {
	padding: 20px;
	margin: 30px 0;
	border: 1px solid #F1F1F1;
	background-color: #F1F1F1;
	clear:both;
}
#tmp_inquiry_ttl {
	padding: 3px 0 3px 28px;
	color: #2270A2;
	font-weight: bold;
	font-size: 1.125em;
	border-bottom: 1px solid #F1F1F1;
	background: url(/shared/images/free/free_inquiry.svg) left center / 23px auto no-repeat;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding: 8px 10px 8px 30px;
}
#tmp_inquiry_cnt form {
	margin-bottom: 1em;
}
#tmp_inquiry_cnt form + form {
	padding-top: 1em;
	border-top: 1px dashed #cdd6db;
}
#tmp_inquiry_cnt form + .inquiry_memo {
	padding-top: 1em;
	border-top: 1px dashed #cdd6db;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
#tmp_inquiry_cnt .formbtn_area input {
	color: #FFFFFF;
    border: 1px solid #257CB6;
    border-radius: 4px;
    padding: .2em 10px .2em 20px;
    min-width: 16em;
    font-weight: bold;
    background-color: #257CB6;
    background: url(/shared/images/free/free_triangle_right.svg) left 10px center no-repeat #257CB6;
}

/* feedback
================================================== */
#tmp_feedback {
	padding: 20px;
	border: 1px solid #F1F1F1;
	border-top: 4px solid #BEBEBE;
	background-color: #F1F1F1;
	clear:both;
	margin: 30px 0;
}
#tmp_feedback_ttl {
	padding: 3px 0 3px 28px;
	color: #3E7A16;
	font-weight: bold;
	font-size: 1.125em;
	border-bottom: 1px solid #F1F1F1;
	background: url(/shared/images/free/free_feedback.svg) left center / 23px auto no-repeat;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding: 8px 10px 8px 30px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
	width:100%;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .formbtn_area input {
	color: #FFFFFF;
    background-color: #558121;
    border: 1px solid #558121;
    border-radius: 4px;
    padding: .2em 10px .2em 20px;
    min-width: 16em;
    font-weight: bold;
    background: url(/shared/images/free/free_triangle_right.svg) left 10px center no-repeat #558121;
}

/* rnavi
================================================== */
.rnavi {
	margin-bottom: 20px;
}
.rnavi_ttl a {
	display: block;
	color: inherit;
	background-color: #F8CBC4;
	border: 6px solid #F8CBC4;
	border-radius: 6px 6px 0 0;
	padding: 8px 14px;
	margin-bottom: 5px;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.rnavi_cnt {
	background-color: #FFFFFF;
	border: 6px solid #F8CBC4;
	border-radius: 0 0 6px 6px;
	padding: 6px 4px;
}
.rnavi_cnt ul {
	list-style: none;
}
.rnavi_cnt li {
    border-bottom: 1px solid #DEDEDE;
}
.rnavi_cnt li:last-child {
    border-bottom: none;
}
.rnavi_cnt a {
	position: relative;
	display: block;
	color: inherit;
	padding: 10px 10px 10px 22px;
}
.rnavi_cnt a::before {
	position: absolute;
	content: "";
	display: inline-block;
	background-color: #EF806F;
	width: 4px;
	height: 1.4em;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	border-radius: 2px;
	opacity: 1;
}
.rnavi_cnt li.active a {
	background-color: #F4F4F4;
	pointer-events: none;
}
#tmp_main .rnavi_cnt a:hover {
	background-color: #ffebe8;
	opacity: 1;
}

/* rlink */
.rlink {
	margin-bottom: 20px;
}

.rlink_cnt {
	background-color: #DBECF4;
	border: 1px solid #DBECF4;
	padding: 20px 12px 16px;
}
.rlink_cnt:first-child {
	border-radius: 6px 6px 0 0;
}
.rlink_cnt:last-child {
	border-radius: 0 0 6px 6px;
	margin-bottom: 10px;
}
.rlink_cnt + .rlink_cnt {
	margin-top: 2px;
}
.rlink_cnt ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	letter-spacing: -.4em;
}
.rlink_cnt li {
	width: 50%;
	padding: 3px 3px;
	letter-spacing: 0;
}
/* ここから　よくある質問 */
.rlink_cnt:nth-child(1) li:nth-child(6) {
	display:none;
}
/* ここまで */
.rlink_cnt a {
	display: table;
	table-layout: fixed;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	color: inherit;
	font-size: 0.938em;
	font-weight: bold;
	padding: 5px 6px 5px 6px;
	line-height: 1.1;
}
.rlink_cnt a .rlink_img {
	display: table-cell;
	width: 46px;
	height: 40px;
}
.rlink_cnt a .rlink_img img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}
.rlink_cnt a .rlink_txt {
	display: table-cell;
	vertical-align: middle;
	font-feature-settings: "palt";
}
.rlink_cnt a .nowrap {
	white-space: nowrap;
}
.rlink_ttl {
	color: #106DB0;
	text-align: center;
	font-weight: bold;
	margin: -0.6em 0 5px;
}

/* rbanner */
.rbanner {
	margin-bottom: 20px;
}
.rbanner ul {
	list-style: none;
}
.rbanner li {
	margin-bottom: 5px;
}
.rbanner img {
	width: 100%;
	height: auto;
}

/* footer
================================================== */
/* pnavi */
#tmp_footer .pnavi {
    position: absolute;
    bottom: calc(11.5em + 170px);
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 2;
}
.model_pc #tmp_footer .pnavi a {
	display: block;
}
.model_pc #tmp_footer .pnavi a.fixTop {
    position: fixed;
    bottom: 20px;
    top: unset;
    z-index: 999;
}
.pnavi img {
	display: block;
	width: 50px;
	height: auto;
}
/* footer */
#tmp_footer {
	position: relative;
	padding: 10px 0 10px;
	color:#FFFFFF;
	background-color: #156090;
	border-top: 1px solid #156090;
	min-height: calc(260px + 7em);
}
#tmp_footer .container {
	position: relative;
}
#tmp_footer a {
	color:#FFFFFF;
}
.footer_main {
	padding: 20px 0;
}
/* fnavi  */
.fnavi,
.fnavi2 {
	padding:6px 10px 5px;
	color:inherit;
	list-style:none;
	margin-bottom: 5px;
}
.fnavi li,
.fnavi2 li {
	margin: 0 12px 0 0;
	float:left;
}
.fnavi li + li {
	border-left: 1px solid #FFFFFF;
	padding-left: 12px;
}
.fnavi li:last-child {
	margin-right:0;
}
.fnavi2 {
	margin-bottom: 30px;
}
.fnavi2 li a {
	background-color: #004B75;
	border: 2px solid #FFFFFF;
	padding: 6px 22px;
	border-radius: 6px;
	font-weight: bold;
}

.footer_cnt {
	padding:0 10px;
}
.footer_logo {
	margin-bottom: 14px;
}
.footer_logo img {
	width: 160px;
	height: 45px;
}
.footer_cnt address {
	margin: 0 0 10px;
	font-style:normal;
}
.footer_cnt address span {
	margin:0 1em 0 0;
}

.footer_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: auto;
	padding: 260px 0 0 0;
	text-align: center;
	background: url(/shared/images/footer/map.png) top center / 320px auto no-repeat;
}
.footer_right .peaple {
    font-weight: bold;
}
.footer_right .peaple .date {
	font-weight: normal;
}

#tmp_copyright {
	text-align:center;
	background-color: #494949;
	color:#FFFFFF;
	padding: 4px 0;
}

.reserve_div {
	display: none;
}

/* ==================================================
Publicity
================================================== */
#tmp_wrap_publicity {
	background-color: #F5F5F5;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    padding: 26px 0;
}
#tmp_publicity {
	padding:10px 0 0 10px;
	color:inherit;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	clear:both;
}
#tmp_publicity #tmp_publicity {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#tmp_publicity #tmp_publicity_ttl,
#tmp_publicity #tmp_publicity_cnt {
	display: table-cell;
	vertical-align: top;
}
#tmp_publicity #tmp_publicity_ttl {
	width: 200px;
}
#tmp_publicity #tmp_publicity_ttl .ttl {
	font-weight: bold;
	font-size: 1.2em;
}
#tmp_publicity_ttl {
	margin:0 0 0.3em;
}
#tmp_publicity_ttl h2 {
	font-size: 1.188em;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 10px 0 0;
	padding:0 0 10px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
sohiki annai
================================================== */
.kakuka_box {
	position:relative;
	margin-bottom: .8em;
}
.kakuka_box a {
	display: block;
	padding: 20px 24px;
	color: inherit;
	background-color: #f1f1f1;
	border-radius: 4px;
}
.kakuka_box span {
    display:block;
}
.kakuka_box .page_ttl {
	position:relative;
	font-weight: bold;
	color: #1172B8;
	font-size:1.1em;
	margin-bottom: .4em;
	padding: 0 0 0 .8em;
}
.kakuka_box .page_ttl::after {
	position: absolute;
	display:block;
	content:"";
	top:0;
	left:0;
	bottom:0;
	margin:auto;
	width: .4em;
	height: calc(100% - .4em);
	background-color: #65b7da;
	border-radius: .1em;
}
.kakuka_box .page_summary {
    margin-bottom: .2em;
}
.kakuka_box .dept_tel {
}
/* ==================================================
event_calendar ver2.4
================================================== */
/* event_cal
============================== */

/* layout */

.wrap_event_col_lft_navi {
	float:none;
	width:100%;
	margin-right:0;
}
#tmp_wrap_event_cal {
	width:100%;
	margin-bottom:15px;
}
#tmp_contents #tmp_event_cal_tab ul {
	margin-left:0;
	list-style: none;
	border-bottom: 4px solid #1178c2;
}
.wrap_event_col_main {
	float:none;
}
.event_col_main {
	margin-left:0;
}
#tmp_event_cal_list .event_cal_list,
#tmp_event_cal_list .event_cal_list tbody,
#tmp_event_cal_list .event_cal_list tr,
#tmp_event_cal_list .event_cal_list td {
	/* display:block; */
}
/* event_page_navi */
#tmp_contents .event_page_navi div.fixed_col2L,
#tmp_contents .event_page_navi div.fixed_col2R {
	clear:none;
    width:48.5%;
}
#tmp_contents .event_page_navi div.fixed_col2L {
	float:left;
}
#tmp_contents .event_page_navi div.fixed_col2R {
	float:right;
}

#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	/*padding:0;*/
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	font-weight:bold; /* Do not edit */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}

/* tab
============================== */
#tmp_event_cal_tab {
	clear:both;
	margin-bottom: 10px;
}
#tmp_event_cal_tab ul {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0 0 0 10px;
}
#tmp_event_cal_tab li {
	float:left;
	width:50%;
	margin-bottom:-2px !important;
	text-align:center;
	font-weight:bold;
}
#tmp_event_cal_tab li a {
	display:block;
	margin:0 10px 0 0;
	padding:10px 10px;
	font-size: 1.1em;
	color:inherit;
	background-color: #E4E4E4;
	border: 2px solid #E4E4E4;
	text-decoration:none;
	border-radius: 10px;
}
#tmp_event_cal_tab .cal_active a {
	padding: 16px 10px;
	font-size: 1.2em;
	padding-bottom:12px;
	border-bottom:none;
	color: #FFFFFF;
	background-color: #1178C2;
	border: 2px solid #1178C2;
	border-radius: 10px 10px 0 0;
}
#tmp_event_cal_tab li span {
	display:inline-block;
}
/* Refine search
============================== */
#tmp_event_cal_refine {
	display:table;
	width:100%;
	padding:10px;
	clear:both;
	background-color: #CFE6F0;
	border: 1px solid #CFE6F0;
	border-radius:3px;
	margin-bottom: 40px;
}
#tmp_event_cal_refine_ttl,
#tmp_event_cal_refine_cnt {
	display:table-cell;
	vertical-align: middle;
}
#tmp_event_cal_refine_ttl {
	width: 6em;
	font-size: 1.2em;
	font-weight:bold;
	padding-top: .8em;
}
#tmp_event_cal_refine_ttl span {
	display: block;
}
#tmp_event_cal_refine_cnt {
	background-color:#FFFFFF;
	padding: 14px 18px;
}
#tmp_event_cal_refine_cnt .refine_cnt_row {
	display: table;
	width: 100%;
}
#tmp_event_cal_refine_cnt .refine_cnt_l,
#tmp_event_cal_refine_cnt .refine_cnt_r {
    display: table-cell;
    vertical-align:middle;
}
#tmp_event_cal_refine_cnt .refine_cnt_l {
	width: 84%;
}
#tmp_event_cal_refine_cnt dt,
#tmp_event_cal_refine_cnt dd {
	display: inline-block;
	vertical-align: middle;
}
#tmp_event_cal_refine_cnt dd ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}
#tmp_event_cal_refine_cnt dd li {
	float:left;
	margin-right: 10px !important;
	padding: 2px 8px;
	border-radius: 2px;
	line-height: 1;
}
#tmp_event_cal_refine_cnt dd li:nth-child(1) {
	color: #953e25;
	background-color:#F6E7CA;
}
#tmp_event_cal_refine_cnt dd li:nth-child(2) {
	color: #7C5316;
	background-color: #F6E4DB;
}
#tmp_event_cal_refine_cnt dd li:nth-child(3) {
	color: #16497c;
	background-color: #cee6ec;
}
#tmp_event_cal_refine_cnt dd li:nth-child(4) {
	color: #305d18;
	background-color:#C9E7CE;
}
#tmp_event_cal_refine_cnt dd li:nth-child(5) {
	color: #484147;
	background-color:#e8d6ef;
}
#tmp_event_cal_refine_cnt dd li:nth-child(6) {
	color: #4b4b4b;
	background-color:#E4E4E4;
}
#tmp_event_cal_refine_cnt dd li img {
	display: inline-block;
	vertical-align: text-top;
	padding: 0 .2em 0.1em 0;
	height: 1.4em;
	width: auto;
}
#tmp_event_search dd p {
	margin: 0;
}
#event_search {
	font-weight: bold;
}
#event_keyword {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: .2em .5em;
}
#tmp_event_cal_refine_cnt .refine_cnt_r p {
	margin: 0;
}
#event_search_keyword {
	display: block;
	width: 100%;
	border: 1px solid #1178c2;
	background-color: #1178c2;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	padding: .4em 0;
	border-radius: 3px;
	margin-bottom: 6px;
}
#event_search_reset,
#search_clear {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
	background-color: #e4e4e4;
	color: inherit;
	font-weight: bold;
	padding: .1em 0;
	border-radius: 3px;
	text-align: center;
}
/* event_page_navi
============================== */
/* event_col3 */
#tmp_contents .event_col3 {
	clear:both; /* Do not edit */
	width:100%; /* Do not edit */
}
#tmp_contents .event_col3 .event_col3L,
#tmp_contents .event_col3 .event_col3M,
#tmp_contents .event_col3 .event_col3R {
	display:table; /* Do not edit */
	float:left; /* Do not edit */
	width:33.3%; /* Do not edit */
}
/* event_page_navi */
#tmp_contents .event_page_navi .cal_date {
	line-height: 1.6;
	font-weight:bold;
	text-align:center;
}
#tmp_contents .event_page_navi .cal_date .year {
	margin:0 5px 0 0;
	font-size: 120%;
}
#tmp_contents .event_page_navi .cal_date .month {
	font-size: 180%;
}
#tmp_contents .event_page_navi .prev {
	padding:0 12px 0 12px;
}
#tmp_contents .event_page_navi .next {
	padding:0 0 0 12px;
	text-align:right;
}
#tmp_contents .event_page_navi .prev a,
#tmp_contents .event_page_navi .next a {
	display:inline-block;
	padding: 0.2em 1.3em;
	color: inherit;
	background: #e4e4e4;
	border: 1px solid #e4e4e4;
	border-radius:3px;
}
#tmp_contents .event_page_navi .prev,
#tmp_contents .event_page_navi .next {
	padding-top: 8px;
}
/* type calendar
============================== */
/* calendar */
#tmp_event_cal_7w .event_cal_7w,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td {
	border-width:1px; /* Do not edit */
	border-style:solid; /* Do not edit */
	border-color: #d2d2d2;
}
#tmp_event_cal_7w .event_cal_7w {
	width: 100%;
    table-layout:fixed;
	margin: 0 auto 15px;
	padding:0;
	border-collapse:separate; /* Do not edit */
	border-spacing:0; /* Do not edit */
	color:inherit;
	background:url(/shared/images/free/event_calendar_bg.png) left top / 100% auto repeat-y;
}
/* day of the week */
#tmp_event_cal_7w .event_cal_7w tr.cal_th td {
	border-top:none; /* Do not edit */
	border-right:none; /* Do not edit */
	border-left:none; /* Do not edit */
	font-weight: bold;
	width:calc(100%/7);
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td p {
	padding:6px 0;
	color:inherit;
	background-color:#EEEEEE;
	text-align:center;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sun p {
/* 	width:145px; */
	color: #B90F0B;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_mon p {
/* 	width:145px; */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_tue p {
/* 	width:145px; */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_wed p {
/* 	width:144px; */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_thu p {
/* 	width: 144px; */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_fri p {
/* 	width:144px; */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sat p {
/* 	width:144px; */
	color: #0666B8;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_sat p {
	color:#0666B8;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_sun p,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_holiday p {
	color:#B90F0B;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_holiday p span {
	margin-left:0.5em;
	font-size:75%;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_today p {
	background-color:#FEFAC2;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td p,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td p {
	margin:0 0 0 1px; /* Do not edit */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td:first-child p,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td:first-child p {
	margin-left:0; /* Do not edit */
}
#tmp_event_cal_7w .event_cal_7w td {
	vertical-align:top; /* Do not edit */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week + tr td {
	padding:6px 0 0;
}
#tmp_event_cal_7w .event_cal_7w td p {
	margin:0 6px 6px 6px;
}
#tmp_event_cal_7w .event_cal_7w td p a {
	display:block; /* Do not edit */
	padding:3px 5px;
	color:#000000;
	background-color:transparent;
	font-size:86%;
	text-decoration:none;
	border-radius: 3px;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td {
	padding:0; /* Do not edit */
	border-top-width:3px;
	border-right:none; /* Do not edit */
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-left:none; /* Do not edit */
	font-weight: bold;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th + tr.cal_week td {
	border-top:none;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td p {
	padding:3px 6px; /* Do not edit */
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a {
	background-color:#F6E7CA;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a {
	background-color: #F6E4DB;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a {
	background-color:#c8eef7;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a {
	background-color:#C9E7CE;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5 a {
	background-color: #e8d6ef;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_6 a {
	background-color: #E4E4E4;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a:hover {
	background-color:#ffe9bd;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a:hover {
	background-color: #ffd8c3;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a:hover {
	background-color:#c8eef7;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a:hover {
	background-color:#c1f4ca;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5 a:hover {
	background-color:#f0d8f9;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_6.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_6 a:hover {
	background-color:#eeeeee;
}
#tmp_event_cal_7w .event_cal_7w td a:hover {
	opacity: 1;
}
#tmp_event_cal_7w .event_cal_7w td.step_over_prev p {
	margin-left:0; /* Do not edit */
}
#tmp_event_cal_7w .event_cal_7w td.step_over_next p {
	margin-right:0; /* Do not edit */
}
/* more_btn */
#tmp_event_cal_7w .event_cal_7w p.more a,
#tmp_event_cal_list p.more a {
	display:inline-block;
	padding:.1em .5em;
	color:#1178c2;
	border: 1px solid #eeeff1;
	background-color: #eeeff1;
	font-size: .8em;
}
#tmp_event_cal_7w .event_cal_7w p.more a::before,
#tmp_event_cal_list p.more a::before {
	content: ">";
	padding-right: .2em;
}
/* layout
============================== */
#tmp_event_main {
	width:100%; /* Do not edit */
	clear:both; /* Do not edit */
}
.wrap_event_col_lft_navi {
	float:left; /* Do not edit */
	position:relative; /* Do not edit */
	z-index:1; /* Do not edit */
	margin-right: -280px;
}
.wrap_event_col_lft_navi,
#tmp_wrap_event_cal {
	width: 280px;
}
.wrap_event_col_main {
	width:100%; /* Do not edit */
	float:right; /* Do not edit */
}
.event_col_main {
	margin-left: 330px;
}

/* left-navi calendar
============================== */
#tmp_lnavi_event_cal {
	padding: 30px;
	color:inherit;
	border: 1px solid #C0C0C0;
	margin-bottom: 20px;
}
#tmp_lnavi_event_cal_ttl {
	margin:0 0 10px;
	text-align:center;
}
#tmp_lnavi_event_cal_ttl p {
	margin-bottom:0;
	font-weight:bold;
	line-height:1.2;
}
#tmp_lnavi_event_cal_ttl .month {
	font-size:1.4em;
	padding-left:.1em;
}
#tmp_lnavi_event_cal_cnt {
	clear:both;
}
#tmp_lnavi_event_cal_cnt .calendar,
#tmp_lnavi_event_cal_cnt .calendar td {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	/* border:1px solid #AABBCC; */
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 10px;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	background-color:#FFFFFF;
	text-align:center;
	padding: 8px 0;
}
#tmp_lnavi_event_cal_cnt .calendar tr:nth-child(1) {
	display:none;
}
#tmp_lnavi_event_cal_cnt .calendar .cal_th td,
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor {
	color:inherit;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	display:block;
	margin: -8px 0;
	padding: 8px 0;
	color:#333333;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_today {
	color:inherit;
	font-weight:bold;
	background-color:#FEFAC2 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
#tmp_lnavi_event_cal_cnt .calendar td.cal_holiday,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun a,
#tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a {
	color:#D11818 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat a {
	color:#114A9F;
}
/* cal_navi */
#tmp_lnavi_event_cal_cnt .cal_navi {
	list-style:none;
	list-style-image:none;
	margin:0;
	text-align: center;
}
#tmp_lnavi_event_cal_cnt .cal_navi li {
	display: inline-block;
	margin-bottom:0;
	line-height:1.2;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev a,
#tmp_lnavi_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:2px 10px;
	color:inherit;
	background-color: #e4e4e4;
	font-size: .9em;
}
#tmp_lnavi_event_cal_cnt .cal_navi .list {
	display: none;
}
/* type list
============================== */
#tmp_event_cal_list h2 {
	margin-top: 0 !important;
}
#tmp_event_cal_list .event_cal_list {
	width:100%;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #AAAAAA;
}
#tmp_event_cal_list .event_cal_list th {
	background-color: #F4F4F4;
	border: 1px solid #C0D6E1;
}
#tmp_event_cal_list .event_cal_list .cal_th td {
	padding:8px 8px 4px;
	color:inherit;
	background-color:#F3F3F3;
	border:1px solid #AAAAAA;
	vertical-align:top;
	font-weight:normal;
}
#tmp_event_cal_list .event_cal_list .cal_th td.cal_date {
	width:30%;
}
#tmp_event_cal_list .event_cal_list .cal_th td p {
	margin-bottom:0;
}
#tmp_event_cal_list .event_cal_list td {
	padding:7px 8px 1px;
	border: 1px solid #C0D6E1;
	vertical-align:top;
}
#tmp_event_cal_list .event_cal_list p {
	margin-bottom:0;
}
#tmp_event_cal_list .event_cal_list td p {
	margin-bottom:0.5em;
	line-height:1.4;
}
#tmp_event_cal_list .event_cal_list ul {
	margin:0;
	list-style:none;
}
#tmp_event_cal_list .event_cal_list td.cal_date {
	width: 10em;
}
#tmp_event_cal_list .event_cal_list td.cal_sat {
	color:inherit;
	background-color:#E1F2FD;
}
#tmp_event_cal_list .event_cal_list td.cal_sun,
#tmp_event_cal_list .event_cal_list td.cal_holiday {
	color:inherit;
	background-color:#FDEDE8;
}
#tmp_event_cal_list .event_cal_list td.cal_date p span {
	display:block;
	font-size:75%;
}
#tmp_event_cal_list .event_cal_list ul li::before {
    display: inline-block;
    content: "イベント";
    min-width: 9em;
    font-size: .85em;
    padding: .2em .5em .2em 30px;
    margin-right: .5em;
    border-radius: 4px;
    background: url(/shared/images/free/event_category_01.png) left 5px center / 20px auto no-repeat #f2d3d3;
}
#tmp_event_cal_list .event_cal_list ul li.cal_event_index_1::before {
	content: "イベント";
	color: #953e25;
	background-color: #f6e7ca;
	background-image: url(/shared/images/free/event_category_01.png);
}
#tmp_event_cal_list .event_cal_list ul li.cal_event_index_2::before {
	content: "子育て・教育";
	color: #7C5316;
	background-color: #F6E4DB;
	background-image: url(/shared/images/free/event_category_02.png);
}
#tmp_event_cal_list .event_cal_list ul li.cal_event_index_3::before {
	content: "文化・スポーツ・観光";
	color: #16497c;
	background-color: #cee6ec;
	background-image: url(/shared/images/free/event_category_03.png);
}
#tmp_event_cal_list .event_cal_list ul li.cal_event_index_4::before {
	content: "健康・福祉";
	color: #305d18;
	background-color: #c9e7ce;
	background-image: url(/shared/images/free/event_category_04.png);
}
#tmp_event_cal_list .event_cal_list ul li.cal_event_index_5::before {
	content: "式典";
	color: #484147;
	background-color: #e8d6ef;
	background-image: url(/shared/images/free/event_category_05.png);
}
#tmp_event_cal_list .event_cal_list ul li.cal_event_index_6::before {
	content: "その他";
	color: #4b4b4b;
	background-color: #e4e4e4;
	background-image: url(/shared/images/free/event_category_06.png);
}

/* event_page_navi */
#tmp_contents .event_page_navi .next {
	text-align:right;
}


/* ==================================================
layout
================================================== */
/* ==================================================
CMS-function
================================================== */

/* ==================================================
CMS-library
================================================== */

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main 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;
}
#tmp_main table.col3 td.col3L,
#tmp_main 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;
}

/* ==================================================
luminous
================================================== */
img.luminous:hover {
	cursor: pointer;
	opacity: .8;
	transition: all ease .3s;
}
.luminous_img {
	display: inline-block;
	position: relative;
}
.lum-lightbox-inner img {
	pointer-events: none;
}

/* ==================================================
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;
}

/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image:none !important;
	list-style-image:none !important;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index:auto !important;
}
.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color:transparent !important;
}
.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding:0 !important;
	border:none !important;
}
/* headding */
.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border:none !important;
}
.color_blue #tmp_wrap_main h1::before,
.color_blue #tmp_wrap_main h2::before,
.color_blue #tmp_wrap_main h2::after,
.color_blue #tmp_wrap_main h3::before,
.color_blue #tmp_wrap_main h4::before,
.color_yellow #tmp_wrap_main h1::before,
.color_yellow #tmp_wrap_main h2::before,
.color_yellow #tmp_wrap_main h2::after,
.color_yellow #tmp_wrap_main h3::before,
.color_yellow #tmp_wrap_main h4::before,
.color_black #tmp_wrap_main h1::before,
.color_black #tmp_wrap_main h2::before,
.color_black #tmp_wrap_main h2::after,
.color_black #tmp_wrap_main h3::before,
.color_black #tmp_wrap_main h4::before {
	display: none;
}
.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border:none !important;
	padding:0 !important;
}
/* icon */
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin:0 !important;
	padding:0 !important;
}
/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width:auto !important;
	height:auto !important;
}
.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width:auto !important;
	height:auto !important;
	text-decoration:underline !important;
}
.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index:1 !important;
	height:auto !important;
}
/* for Firefox3.0 */
.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color:transparent !important;
}
/* for google box common */
#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color:#FFFFFF !important;
}

/* bg:blue
/* text:yellow
/* link:white
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_blue #tmp_wrapper *::before,
.color_blue #tmp_wrapper *::after {
	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 img.color_cvt {
	filter: brightness(5) hue-rotate(310deg) contrast(200%);
}
.color_blue #tmp_lifescene.top_row .large_h2 span::before,
.color_blue #tmp_lifescene.top_row .large_h2 span::after {
    filter:none;
}
body.color_blue *:focus {
	outline: 2px #50b3ff dashed;
}

/* bg:yellow
/* text:black
/* link:blue
================================================== */
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_yellow #tmp_wrapper *::before,
.color_yellow #tmp_wrapper *::after {
	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 img.color_cvt {
	filter: brightness(60%)  contrast(10);
}
.color_yellow #tmp_lifescene.top_row .large_h2 span::before,
.color_yellow #tmp_lifescene.top_row .large_h2 span::after {
    filter:none;
}
body.color_yellow *:focus {
	outline: 2px #50b3ff dashed;
}

/* bg:black
/* text:yellow
/* link:white
================================================== */
.color_black #tmp_wrapper,
.color_black #tmp_wrapper *,
.color_black #tmp_wrapper *::before,
.color_black #tmp_wrapper *::after {
	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 img.color_cvt {
	filter: brightness(10) grayscale(100%);
}
.color_black #tmp_lifescene.top_row .large_h2 span::before,
.color_black #tmp_lifescene.top_row .large_h2 span::after {
    filter:none;
}
body.color_black *:focus {
	outline: 2px #83cbff dashed;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:86% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

