@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#2C2C2C;
	background-color:#FFFFFF;
}
* html body {
	text-align:center; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
html,
body.format_sogo_top,
.format_sogo_top #tmp_wrapper,
.format_sogo_top #tmp_wrapper2,
.format_sogo_top #tmp_wrap_main,
.format_sogo_top #tmp_main,
.format_sogo_top .wrap_col_main {
	height:830px;
	min-height:300px;
}
/* wrapper
============================== */
.format_sogo_top #tmp_wrapper {
	margin:0;
	width:auto;
	position:relative;
}
.format_sogo_top #tmp_wrapper2 {
	width:auto;
	margin:0 0 5px 0;
	position:relative;
}
#tmp_wrapper {
	width:100%; /* デザインによって変更 */
}
#tmp_wrapper2 {
	width:1200px; /* デザインによって変更 */
	margin:0 auto;
}
* html #tmp_wrapper {
	text-align:left;
}
.format_sogo_top #tmp_wrapper noscript {
	display:block;
	background-color:#FFFFFF;
	color:#2C2C2C;
}
/* hgallery
============================== */
#tmp_hgallery {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:830px !important;
}
.no_javascript #tmp_hgallery {
	margin-top:35px;
}
#tmp_hgallery {
    background:url(/shared/images/hgallery/hgallery01.jpg) no-repeat right top;
	-webkit-background-size:cover;/* Safari,Chrome */
	-moz-background-size:cover;/* Mozilla */
	background-size:cover;/* CSS3 */
}
#tmp_hgallery .box_parent_gallrey,
#tmp_hgallery .box_gallrey {
    width:100%;
    height:830px !important;
}
#tmp_hgallery .box_parent_gallrey {
	z-index:0;
}
#tmp_hgallery .gallery {
	width:100%;
	height:100%;
	position:absolute;
}
#tmp_hgallery .img1 {
	width:100%;
	height:100%;
	background:url(/shared/images/hgallery/hgallery01.jpg) no-repeat right top;
	-webkit-background-size:cover;/* Safari,Chrome */
	-moz-background-size:cover;/* Mozilla */
	background-size:cover;/* CSS3 */
}
#tmp_hgallery .img2 {
	width:100%;
	height:100%;
    background:url(/shared/images/hgallery/hgallery02.jpg) no-repeat right top;
	-webkit-background-size:cover;/* Safari,Chrome */
	-moz-background-size:cover;/* Mozilla */
	background-size:cover;/* CSS3 */
}
#tmp_hgallery .img3 {
	width:100%;
	height:100%;
    background:url(/shared/images/hgallery/hgallery03.jpg) no-repeat right top;
	-webkit-background-size:cover;/* Safari,Chrome */
	-moz-background-size:cover;/* Mozilla */
	background-size:cover;/* CSS3 */
}
#tmp_hgallery .img4 {
	width:100%;
	height:100%;
    background:url(/shared/images/hgallery/hgallery04.jpg) no-repeat right top;
	-webkit-background-size:cover;/* Safari,Chrome */
	-moz-background-size:cover;/* Mozilla */
	background-size:cover;/* CSS3 */
}
#tmp_hgallery .img5 {
	width:100%;
	height:100%;
    background:url(/shared/images/hgallery/hgallery05.jpg) no-repeat right top;
	-webkit-background-size:cover;/* Safari,Chrome */
	-moz-background-size:cover;/* Mozilla */
	background-size:cover;/* CSS3 */
}
#tmp_hgallery .wrap_gallery_cntrol {
	position:relative;
	z-index:9999;
}
#tmp_hgallery .gallery_ctrl {
	position:absolute;
	left:10px;
	top:-40px;
	width:200px;
}
#tmp_hgallery .gallery_cntrol {
	float:left;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_hgallery .list_order {
	list-style:none;
}
#tmp_hgallery .list_order li {
	float:left;
	margin:0 0 0 8px;
}
#tmp_hgallery .list_order a {
	display:block;
}
/* main
============================== */
.format_sogo_top #tmp_wrap_main {
	width:100%;
	margin:0;
	padding:0;
	border-bottom:none;
}
#tmp_wrap_main {
	margin-bottom:20px;
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:0; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:380px; /* デザインによって変更 */
	margin-right:-820px; /* デザインによって変更 */
}
.format_top .column_full .col_lft_navi {
	padding:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:0; /* デザインによって変更 */
}
.format_top .column_full .col_rgt_navi {
	padding:0 0 0 40px; /* デザインによって変更 */
}
.format_top .column_full .col_main {
	margin-left:420px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:0; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:280px; /* デザインによって変更 */
	margin-right:-280px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding:0; /* デザインによって変更 */
	color:inherit;
	background-color:#FFFFFF;
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_free .column_full .col_main {
	margin-left:0; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:340px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:210px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
.format_sogo_top.no_javascript #tmp_wrap_header {
	position:relative;
}
.format_sogo_top #tmp_wrap_header {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.format_top #tmp_wrap_header,
.format_free #tmp_wrap_header {
	position:relative;
	z-index:3;
	box-shadow:0 0 3px 3px rgba(0,0,0,0.3);
}
#tmp_wrap_header {
	width:100%;
	color:#2C2C2C;
	background-color:#FFFFFF;
}
.format_sogo_top #tmp_header {
	width:auto;
	margin:0;
	color:inherit;
	background-color:#FFFFFF;
	position:relative;
	z-index:3;
	box-shadow:0 0 3px 3px rgba(0,0,0,0.3);
}
#tmp_header {
	width:1200px;
	margin:0 auto;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_hlogo {
	float:left;
	margin:10px 20px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:186px;
	height:39px;
	background:url(/shared/images/header/hlogo.gif) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:186px;
	height:39px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:186px;
	height:39px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	color:inherit;
	background-color:inherit;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	margin:0;
	float:left;
}
/* func_txt */
#tmp_func_txt {
	margin:0 10px 5px 0;
	float:left;
}
#tmp_func_txt dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	color:inherit;
	background-color:#CCDDEE;
	float:left;
}
#tmp_func_txt dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
/* func_clr */
#tmp_func_clr {
	margin:0 0 5px;
	float:left;
}
#tmp_func_clr dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_clr dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	float:left;
}
#tmp_func_clr dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
#tmp_color_default {
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_darkblue {
	color:#FFFF00;
	background-color:#00008B;
}
#tmp_yellow {
	color:#000000;
	background-color:#FFFF00;
}
#tmp_black {
	color:#FFFF00;
	background-color:#000000;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0;
	float:right;
	color:#464646;
	background-color:#E4E4E4;
}
/* search */
.format_sogo_top #tmp_search dt,
.format_free #tmp_search dt {
	margin:16px 0;
}
#tmp_search dt {
	float:left;
	width:66px;
	text-align:center;
}
#tmp_search dd {
	float:left;
}
.format_top #tmp_search dd {
	clear:both;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:197px;
	min-height:60px;
	margin:0;
	border:1px solid #FFFFFF;
	box-sizing:border-box;
}
* html #tmp_query {
	width:222px;
}
#tmp_func_sch_btn {
	min-width:60px;
	min-height:60px;
	cursor:pointer;
}
/* hnavi
============================== */
#tmp_hnavi {
	list-style:none;
}
#tmp_hnavi li {
	margin:0 1px 0 0;
	float:left;
	width:160px;
	min-height:60px;
}
#tmp_hnavi li a {
	display:block;
	padding:21px 0;
	color:#262626;
	background-color:#F2F2F2;
	font-size:90%;
	text-align:center;
	text-decoration:none;
}
#tmp_hnavi li a:hover,
#tmp_hnavi li a:focus {
	background-color:#DEDEDE;
}
#tmp_hnavi li.h_sogo_top a {
	color:#262626;
	background:url(/shared/images/header/header_bg.png) repeat left top;
}
#tmp_hnavi li.h_sogo_top a:hover,
#tmp_hnavi li.h_sogo_top a:focus {
	color:inherit;
	background:url(/shared/images/header/header_bg_on.png) repeat left top;
}
#tmp_hnavi .last {
	margin-right:0;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	width:100%;
	margin:0 auto;
}
.format_sogo_top.no_javascript #tmp_wrap_gnavi {
	position:absolute;
}
.format_sogo_top #tmp_wrap_gnavi {
	position:absolute;
	left:0;
	z-index:2;
}
.format_top #tmp_wrap_gnavi,
.format_free #tmp_wrap_gnavi {
	margin-bottom:30px;
	color:#000000;
	background-color:#ABD649;
	min-width:1200px;
}
#tmp_gnavi {
	clear:both;
	margin-right:17%;
}
.format_top #tmp_gnavi,
.format_free #tmp_gnavi {
	width:1200px;
	height:95px;
	margin:0 auto;
}
#tmp_gnavi ul {
	list-style:none;
}
.format_sogo_top #tmp_gnavi li {
	width:200px;
	float:left;
	margin:0 5px 0 0;
	color:#222222;
	background-color:#F2F2F2;
}
.format_top #tmp_gnavi li,
.format_free #tmp_gnavi li {
	margin:10px 4px 0 0;
	float:left;
	height:97px;
}
#tmp_gnavi li:last-child {
	margin-right:0;
}
.format_sogo_top #tmp_gnavi a {
	padding:20px 10px 15px 50px;
	text-decoration:none;
	color:#222222;
	background-color:#F2F2F2;
	font-size:130%;
	text-align:unset;
}
#tmp_gnavi a {
	display:block;
	color:#000000;
}
* html #tmp_gnavi a {
	width:100%;
}
.format_sogo_top #tmp_glist1 a {
	background:url(/shared/templates/sogo_top/images/icon_kurashi.png) no-repeat 10px center;
}
.format_sogo_top #tmp_glist2 a {
	background:url(/shared/templates/sogo_top/images/icon_kosodate.png) no-repeat 10px center;
}
.format_sogo_top #tmp_glist3 a {
	background:url(/shared/templates/sogo_top/images/icon_kanko.png) no-repeat 10px center;
}
.format_sogo_top #tmp_glist4 a {
	background:url(/shared/templates/sogo_top/images/icon_iju.png) no-repeat 10px center;
}
.format_sogo_top #tmp_glist5 a {
	background:url(/shared/templates/sogo_top/images/icon_furusato.png) no-repeat 10px center;
}
.format_sogo_top #tmp_gnavi a:hover,
.format_sogo_top #tmp_gnavi a:focus {
	background-color:#DEDEDE;
}
/* pankuzu
============================== */
#tmp_wrap_pankuzu {
	margin-bottom:5px;
}
#tmp_pankuzu {
	padding:5px 25px 2px;
	color:inherit;
	background-color:#FFFFFF;
	background:url(/shared/images/icon/home_icon.png) no-repeat left center;
	clear:both;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi,
#tmp_lnavi_help {
	margin:0 0 30px;
	clear:both;
}
#tmp_lnavi_ttl,
#tmp_lnavi_help_ttl {
	font-weight:bold;
	font-size:115%;
	color:#4C4C4C;
	background-color:#E9E9E9;
}
#tmp_lnavi_ttl a {
	display:block;
	padding:12px 10px 8px 45px;
	color:#4C4C4C;
	background-color:#E9E9E9;
	background:url(/shared/images/navi/lnavi/lnavi_ttl_bg.png) no-repeat 10px center;
	text-decoration:none;
}
#tmp_lnavi_cnt,
#tmp_lnavi_help_cnt {
	padding:0 5px;
}
.col_lft_navi ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	margin:0;
	border-bottom:1px dashed #A1A1A1;
}
#tmp_lnavi_cnt a,
#tmp_lnavi_help_cnt a {
	display:block;
	padding:13px 20px 13px 14px;
	color:#2C2C2C;
	background-color:inherit;
	text-decoration:none;
	background:url(/shared/images/navi/lnavi/lnavi_bg.png) no-repeat right center;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
/* lnavi_help */
#tmp_lnavi_help_ttl {
	padding:12px 0 8px;
	color:#4C4C4C;
	background-color:#F8DAD1;
	text-align:center;
}
#tmp_lnavi_help_cnt li {
	border-bottom:1px solid #BEBEBE;
	background:url(/shared/images/navi/lnavi/benri_bg.png) no-repeat right center;
}
#tmp_lnavi_help_cnt a {
	padding-left:50px;
	color:#1D2426;
	background-color:inherit;
	text-decoration:none;
}
#tmp_lnavi_help_cnt li.tobani a {
	background:url(/shared/images/navi/lnavi/l_tobani.png) no-repeat 11px center;
}
#tmp_lnavi_help_cnt li.kyukyu a {
	background:url(/shared/images/navi/lnavi/l_kyukyu.png) no-repeat 11px center;
}
#tmp_lnavi_help_cnt li.bosai a {
	background:url(/shared/images/navi/lnavi/l_bosai.png) no-repeat 12px center;
}
#tmp_lnavi_help_cnt li.gomi a {
	background:url(/shared/images/navi/lnavi/l_gomi.png) no-repeat 14px center;
}
#tmp_lnavi_help_cnt li.basu a {
	background:url(/shared/images/navi/lnavi/l_basu.png) no-repeat 11px center;
}
/* topic */
#tmp_topic {
	clear:both;
	margin-bottom:35px;
}
#tmp_topic li {
	margin-bottom:10px;
}
#tmp_topic li a:hover,
#tmp_topic li a:focus {
	opacity:0.8;
}
/* pickup */
.tmp_pickup {
	clear:both;
	margin-bottom:35px;
}
.tmp_pickup li {
	margin-bottom:20px;
}
.tmp_pickup li a:hover,
.tmp_pickup li a:focus {
	opacity:0.8;
}
/* event_cal
============================== */
#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;
	margin-top:18px;
}
#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:3px 2px 2px; /* 通常トップページにて必要！ */
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #A3A3A3;
}
#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 td.ttl_sun {
	color:#992222;
	background-color:#F1DCDC;
}
#tmp_event_cal_cnt .calendar td.ttl_sat {
	color:#1B5F83;
	background-color:#DCE8EB;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	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;
}
#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;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
/* pnavi
============================== */
.no_javascript #tmp_pnavi {
	display:none;
}
#tmp_pnavi {
	position:fixed;
	bottom:30px;
	right:40px;
	opacity:0.5;
	transition:opacity 0.2s;
	z-index:1;
}
#tmp_pnavi:hover {
	opacity:1;
	cursor:pointer;
}
/* ==================================================
main
================================================== */
.format_sogo_top #tmp_main {
	position:relative;
}
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* bosai_info
============================== */
#tmp_bosai_info {
	position:relative;
	margin-top:10px;
}
/* emergency
============================== */
.format_sogo_top #tmp_wrap_emergency {
	margin:0 0 0 10px;
	width:80%;
	position:static;
	float:left;
	color:#4C4C4C;
	background-color:#FFFFFF;
	border-radius:3px;
}
#tmp_wrap_emergency {
	margin-bottom:10px;
	clear:both;
	color:#4C4C4C;
	background-color:#FFFFFF;
}
.format_sogo_top #tmp_emergency {
	margin:3px;
}
.format_sogo_top #tmp_emergency_cnt {
	margin:5px 10px;
}
.format_top #tmp_emergency,
.format_top #tmp_emergency_s {
	display:table;
	width:100%;
}
.format_sogo_top #tmp_emergency_ttl {
	padding:2px 10px;
	color:#FFFFFF;
	background-color:#CB3939;
}
.format_top #tmp_emergency_ttl {
	display:table-cell;
	width:20%;
	color:#FFFFFF;
	background-color:#CB3A3A;
	vertical-align:middle;
	text-align:center;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
.format_top #tmp_emergency_cnt,
.format_top #tmp_emergency_cnt_fixed,
.format_top #tmp_emergency_s_cnt {
	color:#2C2C2C;
	background-color:#F2F2F2;
}
.format_top #tmp_emergency_cnt {
	padding:15px 20px;
	display:table-cell;
	width:60%;
	vertical-align:middle;
}
.format_top #tmp_emergency_cnt .list_table {
	padding:0;
}
#tmp_emergency_cnt td.date,
#tmp_emergency_cnt td.date {
	color:#4C4C4C;
	background-color:inherit;
	background:url(/shared/images/icon/emergency_list_icon.png) no-repeat left 5px;
	vertical-align:top;
}
#tmp_emergency_cnt ul li,
#tmp_emergency_cnt_fixed ul li {
	margin-bottom:0.3em;
}
#tmp_emergency_cnt p.date a {
	margin:0 0 0 10px
}
.format_top #tmp_emergency_cnt_fixed {
	display:table-cell;
	width:20%;
	vertical-align:bottom;
}
.format_sogo_top #tmp_emergency_cnt_fixed {
	margin-bottom:10px;
}
#tmp_emergency_cnt_fixed ul {
	list-style:none;
	float:right;
}
.format_sogo_top #tmp_emergency_cnt_fixed ul li {
	margin-right:10px;
	float:left;
	border-radius:3px;
}
.format_top #tmp_emergency_cnt_fixed ul {
	margin-bottom:5px;
}
.format_top #tmp_emergency_cnt_fixed ul li {
	margin:0 10px 5px 0;
	float:right;
	border-radius:3px;
	text-align:center;
}
#tmp_emergency_cnt_fixed .rss a {
	color:#B20000;
	background-color:#F5C9C9;
	border-radius:3px;
}
#tmp_emergency_cnt_fixed .rss a span {
	background:url(/shared/images/icon/erss_icon.png) no-repeat left center;
	padding:0 5px 0 20px;
}
#tmp_emergency_cnt_fixed .list a {
	color:#FFFFFF;
	background:#C01010;
	border-radius:3px;
}
#tmp_emergency_cnt_fixed .list a span {
	background:url(/shared/images/icon/ichiran_icon.png) no-repeat left center;
}
#tmp_emergency_cnt_fixed .rss a:hover,
#tmp_emergency_cnt_fixed .rss a:focus {
	color:#B20000;
	background-color:#F5B1B1;
}
#tmp_emergency_cnt_fixed .list a:hover,
#tmp_emergency_cnt_fixed .list a:focus {
	color:#FFFFFF;
	background-color:#A70404;
}
/* emergency_s
============================== */
#tmp_wrap_emergency_s {
	clear:both;
	margin-bottom:10px;
}
.format_sogo_top #tmp_wrap_emergency_s {
	margin:0;
	width:17%;
	position:absolute;
	right:5px;
	top:10px;
}
.format_sogo_top #tmp_emergency_s {
	width:100%;
	padding:3px 0;
	color:#4C4C4C;
	background-color:#FFFFFF;
	border-radius:3px;
}
#tmp_emergency_s {
	clear:both;
	color:#2C2C2C;
	background-color:#F2F2F2;
}
.format_sogo_top #tmp_emergency_s_ttl {
	padding:0 5px;
	margin:0 3px;
	color:#FFFFFF;
	background-color:#CB3939;
	display:block;
	text-align:left;
}
.format_top #tmp_emergency_s_ttl {
	width:20%;
	padding:5px 0;
}
#tmp_emergency_s_ttl {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	background-color:#CB3A3A;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
.format_sogo_top #tmp_emergency_s_ttl h2 {
	font-size:90%;
}
.format_sogo_top #tmp_emergency_s_cnt {
	width:75%;
	padding:0 5px;
	display:table-cell;
	vertical-align:middle;
}
.format_top #tmp_emergency_s_cnt {
	padding:0 10px 0 20px;
	display:table-cell;
	width:80%;
	vertical-align:middle;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* emergency_m
============================== */
.format_sogo_top #tmp_emergency_m {
	margin:0 5px 0 0;
	width:17%;
	color:#4C4C4C;
	background-color:#FFFFFF;
	border-radius:3px;
	float:right;
}
#tmp_emergency_m {
	margin-bottom:10px;
	color:#4C4C4C;
	background-color:#FFFFFF;
}
.format_sogo_top #tmp_emergency_ul {
	margin:10px 15px;
}
.format_top #tmp_emergency_m {
	display:table;
	width:100%;
}
.format_sogo_top #tmp_emergency_m_ttl {
	padding:0 10px;
	margin:3px;
	color:#FFFFFF;
	background-color:#C84722;
}
.format_top #tmp_emergency_m_ttl {
	display:table-cell;
	width:20%;
	color:#FFFFFF;
	background-color:#C84722;
	vertical-align:middle;
	text-align:center;
}
.format_top #tmp_emergency_m_ttl h2 {
	font-size:130%;
}
#tmp_emergency_m_ttl h2 {
	font-size:90%;
}
.format_top #urgency_list {
	color:#2C2C2C;
	background-color:#F2F2F2;
}
.format_top #urgency_list {
	padding:10px 10px 10px 35px;
	display:table-cell;
	width:80%;
	vertical-align:middle;
}
.format_sogo_top #urgency_list {
	padding:5px 20px;
}
#urgency_list ul {
	list-style:url(/shared/images/icon/bosai_list_icon.png);
}
#urgency_list ul li {
	margin-bottom:0.3em;
}
#urgency_list li a {
	margin:0;
}
/* contents
============================== */
#tmp_wrap_search,
#tmp_wrap_service {
	width:100%;
	color:#2C2C2C;
	background-color:#F2F2F2;
	margin-bottom:30px;
}
#tmp_service,
.format_top #tmp_search {
	padding:12px 20px 0;
}
#tmp_service h2,
.format_top #tmp_search h2 {
	padding:10px 65px 5px;
	margin-bottom:5px;
}
/* search
============================== */
#tmp_wrap_search {
	margin-bottom:30px;
	background-image:url(/shared/templates/top/images/sch_bg.png);
	background-repeat:no-repeat;
	background-position:right 25px top 5px;
}
.format_top #tmp_search h2 {
	color:#44774A;
	background-color:inherit;
	background-image:url(/shared/templates/top/images/sch_ttl.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.format_top #tmp_search dt,
#tmp_search_chumoku p {
	padding:2px 20px 0px 15px;
	clear:both;
	width:auto;
	font-weight:bold;
	color:#2C2C2C;
	background-color:inherit;
}
.format_top #tmp_search dt {
	background-image:url(/shared/templates/top/images/sch_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.format_top #tmp_query {
	margin-bottom:15px;
	width:290px;
	min-height:40px;
}
.format_top #tmp_func_sch_btn {
	min-width:50px;
	min-height:40px;
	opacity:0.9;
}
.format_top #tmp_func_sch_btn:hover,
.format_top #tmp_func_sch_btn:focus {
	opacity:1.0;
}
#tmp_search_chumoku {
	margin-bottom:30px
}
#tmp_search_chumoku p {
	background-image:url(/shared/templates/top/images/chumoku_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#tmp_search_chumoku ul {
	list-style:none;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px;
}
#tmp_search_chumoku li {
	float:left;
	margin:0 8px 0 0;
	padding:0 8px 0 0;
	border-right:solid 1px #4F9B50;
}
#tmp_search_chumoku li:last-child {
	border-right:none;
}
/* tmp_tab
============================== */
.tmp_tab_ttl {
	padding:0 7px;
	list-style:none;
	text-align:center;
	margin-bottom:-1px;
}
.tmp_tab_ttl li {
	margin:0 5px 0 0;
	font-size:140%;
	font-weight:bold;
	float:left;
	display:block;
}
.tmp_tab_ttl li:last-child {
	margin-right:0;
}
.tmp_tab_ttl li a:hover,
.tmp_tab_ttl li.a:focus {
	color:#FFFFFF;
	background-color:#356C39;
}
.tmp_tab_ttl li a {
	display:block;

	padding:10px 0 4px;
	color:#FFFFFF;
	background-color:#3F7D43;
	text-decoration:none;
	border:1px solid #3F7D43;
	border-bottom:none;
	box-sizing:border-box;
}
.tmp_tab_ttl li.active a {
	color:#3B3B3B;
	background-color:#F2F2F2;
}
.tmp_tab_ttl li a span {
	display:block;
	width:100%;
}
.tmp_tab_ttl li a span span {
	width:auto;
	display:inline-block;
}
.tmp_tab_cnt {
	border-top:1px solid #3F7D43;
	color:#303030;
	background-color:#F2F2F2;
	padding:15px;
}
/* tmp_wrap_info
============================== */
#tmp_wrap_info {
	width:100%;
	margin-bottom:30px;
}
.tmp_info_ttl li {
	width:180px;
}
#tmp_info_shinchaku tr,
#tmp_info_chumoku tr {
	margin-bottom:5px;
}
.tmp_tab_cnt .list_table {
	margin-bottom:15px
}
#tmp_info_shinchaku td.date,
#tmp_info_chumoku td.date {
	color:#3B3B3B;
	background-color:inherit;
	background:url(/shared/images/icon/info_list_icon.png) no-repeat left 5px;
	vertical-align:top;
}
.tmp_tab_cnt .read_all li {
	margin-bottom:5px;
}
/* service
============================== */
#tmp_wrap_service {
	margin-bottom:0;
}
#tmp_service h2 {
	margin-bottom:15px;
	color:#3F67A6;
	background-color:inherit;
	background-image:url(/shared/templates/top/images/service_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#tmp_service_cnt {
	padding-bottom:25px;
}
#tmp_service ul {
	list-style:none;
}
#tmp_service ul li {
	margin-bottom:5px;
	color:#2C2C2C;
	background-color:#FFFFFF;
}
#tmp_service ul li a {
	display:block;
	padding:13px 10px 10px 30px;
	color:inherit;
	background-color:inherit;
	background:url(/shared/images/icon/service_list_icon.png) no-repeat 6px center;
	text-decoration:none;
	border:1px solid #FFFFFF;
	box-sizing:border-box;
}
#tmp_service ul li.active a,
#tmp_service ul li a:hover,
#tmp_service ul li a:focus {
	color:inherit;
	background-color:#FAFAFA;
	border:1px solid #3A9AE0
}
/* bosaimusen
============================== */
#tmp_wrap_bosaimusen {
	margin-bottom:40px;
	width:100%;
	clear:both;
	color:#2C2C2C;
	background-color:#F2F2F2;
}
.format_top #tmp_bosaimusen {
	display:table;
}
#tmp_bosaimusen_ttl {
	display:table-cell;
	width:20%;
	color:#FFFFFF;
	background-color:#C34737;
	vertical-align:middle;
	text-align:center;
}
#tmp_bosaimusen_ttl h2 {
	filter:dropshadow(color="#CB3A3A",offX=3,offY=3);
	text-shadow:3px 3px 3px #CB3A3A;
	font-size:130%;
}
#tmp_bosaimusen_cnt,
#tmp_bosaimusen_cnt_fixed {
	color:#2C2C2C;
	background-color:#F2F2F2;
}
#tmp_bosaimusen_cnt {
	padding:15px 10px 15px 20px;
	display:table-cell;
	width:55%;
	vertical-align:middle;
}
#tmp_bosaimusen_cnt .list_table {
	padding:0;
}
#tmp_bosaimusen_cnt td.date {
	color:#2C2C2C;
	background-color:inherit;
	background:url(/shared/images/icon/bosaimusen_list_icon.png) no-repeat left 5px;
	vertical-align:top;
}
#tmp_bosaimusen_cnt ul li,
#tmp_bosaimusen_cnt_fixed ul li {
	margin-bottom:0.3em;
}
#tmp_bosaimusen_cnt p.date a {
	margin:0 0 0 10px
}
#tmp_bosaimusen_cnt_fixed {
	display:table-cell;
	width:25%;
	vertical-align:bottom;
}
#tmp_bosaimusen_cnt_fixed ul {
	margin:5px;
	list-style:none;
	float:right;
}
#tmp_bosaimusen_cnt_fixed ul li {
	margin:0 10px 5px 0;
	float:right;
	border-radius:3px;
	text-align:center;
}
#tmp_bosaimusen_cnt_fixed .rss a {
	color:#B33100;
	background:#F7E1C8;
	border-radius:3px;
	border:1px solid #F7E1C8;
}
#tmp_bosaimusen_cnt_fixed .rss a span {
	background:url(/shared/images/icon/brss_icon.png) no-repeat left center;
}
#tmp_bosaimusen_cnt_fixed .list a {
	color:#FFFFFF;
	background:#C44A31;
	border-radius:3px;
	border:1px solid #C44A31;
}
#tmp_bosaimusen_cnt_fixed .list a span {
	background:url(/shared/images/icon/ichiran_icon.png) no-repeat left center;
}

#tmp_bosaimusen_cnt_fixed .rss a:hover,
#tmp_bosaimusen_cnt_fixed .rss a:focus {
	color:#B33100;
	background-color:#F1CA9E;
}
#tmp_bosaimusen_cnt_fixed .list a:hover,
#tmp_bosaimusen_cnt_fixed .list a:focus {
	color:#FFFFFF;
	background-color:#B33939;
}
/* tmp_wrap_navi
============================== */
#tmp_wrap_navi {
	width:100%;
	margin-bottom:40px;
}
.tmp_navi_ttl li {
	width:260px;
}
.tmp_navi_cnt {
	padding:15px 10px;
}
.tmp_navi_cnt ul {
	list-style:none;
}
.tmp_navi_cnt li {
	float:left;
	border-radius:3px;
}
#tmp_navi_kurashi li {
	margin:0 5px 0px 0;
}
.no_javascript #tmp_navi_kurashi li {
	margin-bottom:5px;
}
#tmp_navi_help li {
	margin:0 8px 0 0;
}
#tmp_navi_kurashi li:last-child,
#tmp_navi_help li:last-child {
	margin-right:0;
}
.tmp_navi_cnt li a {
	padding:65px 0 15px;
	display:block;
	color:#2C2C2C;
	background-color:#FFFFFF;
	border-radius:3px;
	text-decoration:none;
	text-align:center;
	border:1px solid #FFFFFF;
	box-sizing:border-box;
}
#tmp_navi_kurashi li a {
	width:90px;	
}
.tmp_navi_cnt li.ninshin a {
	background-image:url(/shared/templates/top/images/icon/ninshin.png);
	background-repeat:no-repeat;
	background-position:center 17px;
}
.tmp_navi_cnt li.kosodate a {
	background-image:url(/shared/templates/top/images/icon/kosodate.png);
	background-repeat:no-repeat;
	background-position:center 18px;
}
.tmp_navi_cnt li.nyuen a {
	background-image:url(/shared/templates/top/images/icon/nyuen.png);
	background-repeat:no-repeat;
	background-position:center 20px;
}
.tmp_navi_cnt li.shusyoku a {
	background-image:url(/shared/templates/top/images/icon/shusyoku.png);
	background-repeat:no-repeat;
	background-position:center 18px;
}
.tmp_navi_cnt li.hikkoshi a {
	background-image:url(/shared/templates/top/images/icon/hikkoshi.png);
	background-repeat:no-repeat;
	background-position:center 22px;
}
.tmp_navi_cnt li.kekkon a {
	background-image:url(/shared/templates/top/images/icon/kekkon.png);
	background-repeat:no-repeat;
	background-position:center 25px;
}
.tmp_navi_cnt li.kore a {
	background-image:url(/shared/templates/top/images/icon/kore.png);
	background-repeat:no-repeat;
	background-position:center 18px;
}
.tmp_navi_cnt li.okuyami a {
	background-image:url(/shared/templates/top/images/icon/okuyami.png);
	background-repeat:no-repeat;
	background-position:center 20px;
}
#tmp_navi_kurashi li.active a,
#tmp_navi_kurashi li a:hover,
#tmp_navi_kurashi li a:focus {
	color:#2C2C2C;
	background-color:#FAFAFA;
	border:1px solid #4F9B50;
}
#tmp_navi_help li a {
	width:145px;
}
.tmp_navi_cnt li.tobani a {
	background-image:url(/shared/templates/top/images/icon/tobani.png);
	background-repeat:no-repeat;
	background-position:center 18px;
}
.tmp_navi_cnt li.kyukyu a {
	background-image:url(/shared/templates/top/images/icon/kyukyu.png);
	background-repeat:no-repeat;
	background-position:center 25px;
}
.tmp_navi_cnt li.bosai a {
	background-image:url(/shared/templates/top/images/icon/bosai.png);
	background-repeat:no-repeat;
	background-position:center 22px;
}
.tmp_navi_cnt li.gomi a {
	background-image:url(/shared/templates/top/images/icon/gomi.png);
	background-repeat:no-repeat;
	background-position:center 21px;
}
.tmp_navi_cnt li.basu a {
	background-image:url(/shared/templates/top/images/icon/basu.png);
	background-repeat:no-repeat;
	background-position:center 24px;
}
#tmp_navi_help li.active a,
#tmp_navi_help li a:hover,
#tmp_navi_help li a:focus {
	color:#2C2C2C;
	background-color:#FAFAFA;
	border:1px solid #CB3A3A;
}
/* tmp_pickup
============================== */
.format_top #tmp_wrap_pickup_sp {
	display:none;
}
.format_top .tmp_pickup {
	width:460px;
	margin:0 0px 20px 0;
	float:left;
}
.format_top .tmp_pickup ul {
	list-style:none;
}
.format_top .tmp_pickup ul li {
	float:left;
	margin:0 20px 20px 0;
}
.format_top .tmp_pickup ul li:nth-child(2n) {
	margin-right:0;
}
.format_top .tmp_pickup ul li a {
	display:block;
}
.format_top .tmp_pickup ul li a:hover,
.format_top .tmp_pickup ul li a:focus {
	opacity:0.8;
}
/* tmp_shise
============================== */
.tmp_shise {
	margin:0 0 20px 0;
	float:right;
	width:295px;
}
.tmp_shise ul {
	list-style:none;
}
.tmp_shise ul li {
	float:left;
	margin:0 10px 10px 0;
	border-radius:3px;
}
.tmp_shise ul li:nth-child(2n) {
	margin-right:0;
}
.tmp_shise ul li a {
	display:block;
	border:1px solid #FFFFFF;
	box-sizing:border-box;
	border-radius:3px;
}
.tmp_shise ul li a:hover,
.tmp_shise ul li a:focus {
	border:1px solid #4F9B50;
}
/* menu
============================== */
#tmp_menu {
	clear:both;
	margin-bottom:40px;
}
#tmp_menu_sp {
	display:none;
}
/* koho_cnt
============================== */
.tmp_koho {
	float:left;
	margin-right:20px;
	width:220px;
	color:#2C2C2C;
	background-color:#E3F2F7;
}
#tmp_koho_ttl,
#tmp_koho_cnt,
#tmp_koho_cnt_fixed {
	text-align:center;
}
#tmp_koho_ttl {
	margin-top:18px;
	color:#2C2C2C;
	background-color:inherit;
}
#tmp_koho_cnt {
	margin-bottom:15px;
}
#tmp_koho_cnt p {
	font-size:130%;
	font-weight:bold;
	color:#3A3A3A;
	background-color:inherit;
}
#tmp_koho_cnt p .ttl {
	font-size:120%;
	color:#3B3B3B;
	background-color:inherit;
}
#tmp_koho_cnt_fixed {
	margin-bottom:20px;
}
#tmp_koho_cnt_fixed p {
	margin:0 20px;
	border-radius:2px;
	text-align:center;
}
#tmp_koho_cnt_fixed p a {
	padding:5px 0;
}
/* event_cal
============================== */
.tmp_event_cal {
	float:left;
	margin-right:20px;
	width:280px;
	color:#2C2C2C;
	background-color:#F2F2F2;
	background-image:none;
	text-align:center;
	border:none;
	padding:0;
}
.format_top #tmp_event_cal_cnt {
	margin:0 20px 10px;
	width:auto;
	position:relative;
}
#tmp_event_cal_cnt .calendar caption {
	font-size:160%;
	color:#3A3A3A;
}
.format_top #tmp_event_cal_cnt ul.cal_navi li {
	border:none;
}
.format_top #tmp_event_cal_cnt ul.cal_navi li.prev {
	position:absolute;
	top:10px;
	left:0;
}
.format_top #tmp_event_cal_cnt ul.cal_navi li.next {
	position:absolute;
	top:10px;
	right:0;
}
.format_top #tmp_event_cal_cnt ul.cal_navi li a {
	background:none;
	padding:0;
}
#tmp_event_cnt_fixed {
	margin-bottom:20px;
}
#tmp_event_cnt_fixed p {
	margin:0 20px;
	border-radius:2px;
}
#tmp_event_cnt_fixed p a {
	padding:5px 0;
}
/* tmp_weather
============================== */
.tmp_weather {
	float:left;
	width:240px;
	color:#393939;
	background-color:#F2F2F2;
	text-align:center;
}
#tmp_weather_ttl {
	margin-top:18px;
}
#tmp_weather_cnt {
	margin:0 20px 15px;
}
#tmp_weather_cnt .day:first-child {
	border-bottom:1px solid #969696;
}
#tmp_weather_cnt .day:last-child {
	margin-top:12px;
}
#tmp_weather_cnt p.date {
	float:left;
	color:#343434;
	background-color:#D5E2E6;
	font-weight:bold;
	padding:1px 5px 0;
}
#tmp_weather_cnt p.air span.high {
	margin-right:5px;
	color:#BA2929;
	background-color:inherit;
}
#tmp_weather_cnt p.air span.low {
	color:#1D5EAD;
	background-color:inherit;
}
#tmp_weather_cnt .wt {
	margin:5px auto;
	clear:both;
	text-align:center;
}
#tmp_weather_cnt .wt p {
	color:#393939;
	background-color:inherit;
}
#tmp_weather_cnt .wt img {
	margin-bottom:4px;
}
#tmp_weather_cnt_fixed {
	margin-bottom:20px;
}
#tmp_weather_cnt_fixed p {
	margin:0 20px;
	border-radius:2px;
}
#tmp_weather_cnt_fixed p a {
	padding:5px 0;
}
/* tmp_wadai
============================== */
#tmp_wrap_wadai {
	clear:both;
	margin-bottom:40px;
	padding-bottom:35px;
	width:100%;
	min-width:1220px;
	color:#2C2C2C;
	background-color:#E8EED6
}
#tmp_wadai {
	margin:0 auto;
	width:1200px;
	padding:0 10px;
}
#tmp_wadai_ttl {
	margin-bottom:10px;
}
#tmp_wadai_ttl .ttl {
	float:left;
	padding:30px 0 15px 70px;
	color:#437549;
	background:#E8EED6 url(/shared/templates/top/images/wadai_ttl.png) no-repeat 5px center;
}
#tmp_wadai_ttl .list_btn {
	float:right;
	margin-top:40px;
	border-radius:2px;
}
#tmp_wadai .list_btn a {
	width:140px;
	padding:5px 10px;
	color:#FFFFFF;
	background-color:#44774A;
	border-radius:2px;
	border-color:#44774A;
}
#tmp_wadai .list_btn a:hover,
#tmp_wadai .list_btn a:focus {
	color:#FFFFFF;
	background-color:#37623D;
}
#tmp_wadai_ttl .list_btn a span {
	padding-left:25px
}
#tmp_wadai_cnt {
	margin:0 auto;
	width:1095px;
	position:relative;
}
.box_wrap_parent_gallrey {
	height:auto !important;
}
 #tmp_wadai_cnt ul {
	list-style:none;
}
 #tmp_wadai_cnt ul li {
	float:left;
	color:#2C2C2C;
	background-color:#FFFFFF;
	border-radius:3px;
	width:240px;
	text-align:center;
	margin:0 27px 10px 0;
	padding:20px 0;
}
#tmp_wadai_cnt .box_gallrey {
	margin-right:27px;
	padding:20px 0;
	width:240px !important;
	height:auto !important;
	color:#2C2C2C;
	background-color:#FFFFFF;
	border-radius:3px;
}
#tmp_wadai_cnt .wadai a,
#tmp_wadai_cnt .box_gallrey a {
	display:block;
	padding:0 20px;
}
#tmp_wadai_cnt .list_order {
	display:none;
}
#tmp_wadai_cnt ul li:nth-child(4n) {
	margin-right:0;
}
#tmp_wadai_cnt span {
	clear:both;
	display:block;
}
#tmp_wadai_cnt span.wadai_img {
	display:inline-block;
	margin-bottom:5px;
}
#tmp_wadai_cnt img:hover,
#tmp_wadai_cnt img:focus {
	opacity:0.8;
}
#tmp_wadai_cnt span.wadai_img img {
	width:200px;
	height:auto;
}
#tmp_wadai_cnt span.wadai_ttl {
	text-align:center;
}
.wadai_gallery_navi .prev_btn {
	position:absolute;
	left:-60px;
	top:0;
	border-radius:10px 0 0 10px;
}
.wadai_gallery_navi .next_btn {
	position:absolute;
	right:-60px;
	top:0;
	border-radius:0 10px 10px 0;
}
.wadai_gallery_navi a {
	display:block;
	padding:95px 19px;
	color:inherit;
	background-color:#44774A;
}
.wadai_gallery_navi .prev_btn a{
	border-radius:10px 0 0 10px;
}
.wadai_gallery_navi .next_btn a{
	border-radius:0 10px 10px 0;
}
.wadai_gallery_navi a:hover,
.wadai_gallery_navi a:focus {
	color:inherit;
	background-color:#37623D;
}
.wadai_gallery_cntrol p {
	margin-right:20px;
}
.wadai_gallery_cntrol p a,
#tmp_wadai_cnt .wadai_gallery_cntrol p a {
	width:110px;
	padding-left:0;
	text-align:center;
}
.wadai_gallery_cntrol p img {
	float:left;
	padding:2px 0 0 25px;
}
.wadai_gallery_cntrol a span,
#tmp_wadai_cnt .wadai_gallery_cntrol span  {
	display:inline;
	background:none !important;
	padding:0 0 0 10px;
}
/* tmp_banner
============================== */
#tmp_wrap_banner {
	clear:both;
	margin-bottom:30px;
	width:100%;
	color:#2C2C2C;
	background-color:#FFFFFF
}
#tmp_banner {
	margin:0 auto;
	width:1200px;
}
#tmp_banner ul {
	list-style:none;
}
#tmp_banner ul li {
	float:left;
	margin:0 24px 10px 0;
}
#tmp_banner ul li:nth-child(5n) {
	margin-right:0;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .twitter_btn {
	width:120px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	margin:0 0 3px;
	text-align:right;
}
/* gomi
============================== */
#tmp_garbage_keyword,
#tmp_garbage_50word,
#tmp_garbage_type,
#tmp_garbage_clear {
	padding-left:15px;
	padding-right:15px;
}
#tmp_switch .switch_menu {
	list-style:none;
	margin-left:0;
	margin-bottom:0;
}
#tmp_switch .switch_list {
	list-style:none;
	float:left;
	margin:0 10px 0 0;
}
#tmp_switch .switch_cnt {
	list-style:none;
	margin:5px 0 0;
	text-align:center;
}
#tmp_switch .switch_cnt input {
	border:1px solid #44774a;
	cursor:pointer;
	color:#FFFFFF;
	background-color:#44774a;
	width:100%;
}
#tmp_garbage_type {
	margin:0 0 10px 0;
}
#resultData {
	padding:10px;
}
#resultData div.result {
	border-bottom:1px dotted #000000;
}
#searchtext {
	border:1px solid #44774a;
	min-width:300px;
}
#keyword_button,
#type_button,
#clear_button {
	background-color:#44774a;
	color:#FFFFFF;
	min-width:68px;
	border:1px solid #44774a;
	padding:0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
#clear_button {
	min-width:130px;
	margin:1px 0 0;
}
/* 特設
============================== */
.tokusetsu_top #tmp_wrap_gnavi {
	margin-bottom:0;
	position:relative;
	z-index:2;
}
.tokusetsu_top #tmp_wrapper2 {
	min-width:1200px;
}
.tokusetsu_top #tmp_wrapper2,
.tokusetsu_top #tmp_wrap_maincnt {
	width:100%;
}
.tokusetsu_top #tmp_kosodate_top,
.tokusetsu_top #tmp_iju_top,
.tokusetsu_top #tmp_kanko_top,
.tokusetsu_top #tmp_kanko_japanin {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.tokusetsu_top #tmp_kanko_japanin {
	padding: 20px 20px;
	background-color: #FFFFFF;
	border-radius: 30px;
	border: 2px dashed #2b9142;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.tokusetsu_top #tmp_wrapper2.kosodate {
	color:inherit;
	background-color:#FDF1D3;
}
.tokusetsu_top #tmp_wrapper2.iju {
	color:inherit;
	background-color:#FCF7C8;
}
.tokusetsu_top #tmp_wrapper2.kanko {
	color:inherit;
	background-color:#EEF7E9;
}
.tokusetsu_top #tmp_wrap_pankuzu {
	width:1200px;
	margin:0 auto;
}
.tokusetsu_top #tmp_pankuzu {
	margin:0 0 0 250px;
}
.tokusetsu_top #tmp_wrap_main {
	margin-bottom:0px;
}
.tokusetsu_top #tmp_contents {
	padding-bottom:0;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.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 {
	margin:0 0 35px; /* 変更しない */
	clear:both; /* 変更しない */
}
#tmp_inquiry_ttl {
	margin-bottom:2px;
	padding:10px 20px 5px;
	color:#4B4B4B;
	background-color:#D6D6D6;
	border-radius:5px 5px 0 0;
}
#tmp_inquiry_ttl p {
	font-size:128.6%;
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:12px 17px 7px;
	border:1px solid #D2D2D2;
	border-radius:0 0 5px 5px;
}
#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;
	text-align:center;
}
#tmp_inquiry_cnt .inquiry_btn input {
	min-width:230px;
	padding:9px 30px 7px 15px;
	color:#FFFFFF;
	background:#57823E url(/shared/images/icon/btn_icon.png) no-repeat right 15px center;
	border:1px solid #57823E;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:5px;
	border:1px solid #57823E;
	font-size:114%;
	cursor:pointer;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 35px; /* 変更しない */
	clear:both; /* 変更しない */
}
#tmp_feedback_ttl {
	margin-bottom:2px;
	padding:10px 20px 5px;
	color:#4B4B4B;
	background-color:#D6D6D6;
	border-radius:5px 5px 0 0;
}
#tmp_feedback_ttl p {
	font-size:128.6%;
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:12px 17px 18px;
	border:1px solid #D2D2D2;
	border-radius:0 0 5px 5px;
}
#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;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	width:230px;
	padding:9px 10px 7px;
	color:#FFFFFF;
	background:#57823E url(/shared/images/icon/btn_icon.png) no-repeat 205px center;
	border:1px solid #57823E;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:5px;
	border:1px solid #57823E;
	font-size:114%;
	cursor:pointer;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
	clear:both;
}
.floating_pub {
	background:url(/shared/images/main/publicity/publicity_bg.png) left top repeat;
	position:fixed;
	right:0;
	bottom:0;
	z-index:9999;
	width:85%;
}
#tmp_publicity {
	padding:5px 10px 0;
	color:#2C2C2C;
	clear:both;
}
#tmp_publicity_close {
	float:right;
	margin:0 10px;
}
.floating_pub #tmp_publicity_ttl {
	float:none;
	text-align:right;
	margin:5px 0 10px;
}
#tmp_publicity_ttl {
	float:left;
	margin:15px 10px 0 0;
}
.floating_pub #tmp_publicity_cnt {
	clear:both;
}
#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:nth-child(5n) {
	margin-right:0;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width :480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer,
#tmp_wrap_fnavi,
#tmp_wrap_copyright {
	clear:both;
	width:100%;
}
#tmp_wrap_fnavi {
	color:#FFFFFF;
	background:#466D4A url(/shared/images/footer/fnavi_bg.png) repeat-x center center;
	position:relative;
}
#tmp_wrap_footer {
	color:#383838;
	background-color:#FFFFFF;
}
.format_sogo_top #tmp_fnavi,
.format_sogo_top #tmp_footer,
.format_sogo_top #tmp_copyright {
	width:auto;
}
#tmp_fnavi,
#tmp_footer,
#tmp_copyright {
	width:1200px;
	margin:0 auto;
}
#tmp_fnavi {
	color:inherit;
	background-color:inherit;
	position:relative;
}
#tmp_fnavi img {
	position:absolute;
	bottom:-100px;
	right:10px;
}
#tmp_footer {
	color:#383838;
	background-color:#FFFFFF;
}
#tmp_wrap_copyright {
	color:#FFFFFF;
	background-color:#424242;
}
/* fnavi_cnt
============================== */
#tmp_fnavi_cnt {
	margin:0 auto;
	padding:6px 25px;
	list-style:url(/shared/images/footer/fnavi_list_icon.png);
}
#tmp_fnavi li {
	margin:0 25px 0 0;
	float:left;
}
#tmp_fnavi li a {
	color:#FFFFFF;
	background-color:inherit;
}
#tmp_fnavi .last {
	margin-right:0;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	margin:0;
	padding:5px 22px 10px;
	clear:both;
}
#tmp_footer_cnt img {
	float:left;
	margin:19px 0 0;
}
#tmp_footer_cnt address {
	float:left;
	margin:0 0 0 64px;
	font-style:normal;
}
#tmp_footer_cnt p {
	float:left;
	margin:0 0 0 50px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
#tmp_copyright {
	padding:5px 0 3px;
	text-align:center;
	clear:both;
	color:#FFFFFF;
	background-color:#424242;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* list_table
============================== */
.list_table {
	padding:0;
}
.list_table td.date {
	width:80px;	
	padding-left:10px;
}
/* rss list
============================== */
.read_all {
	padding:0 0 10px 0;
}
.read_all ul {
	list-style:none;
	float:right;
}
.read_all li {
	margin-right:6px;
	float:left;
	border-radius:2px;
}
li.rss a,
li.list a {
	display:block;
	padding:5px;
	text-decoration:none;
	text-align:center;
}
li.rss a span,
li.list a span,
.list_btn a span {
	padding:2px 5px 2px 20px;
}
/* list_btn
============================== */
.list_btn a {
	display:block;
	color:#FFFFFF;
	background-color:#585858;
	border-radius:2px;
	border:1px solid #585858;
	text-decoration:none;
	text-align:center;
}
.list_btn a span {
	color:#FFFFFF;
	background:url(/shared/images/icon/ichiran_icon.png) no-repeat left center;
}
.list_btn .active a,
.list_btn a:hover,
.list_btn a:focus {
	color:#FFFFFF;
	background-color:#3A3A3A;
}
/* ttl
============================== */
.ttl {
	font-size:160%;
	font-weight:bold;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* 影
============================== */
.shadow {
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.24);
}
.gnavi_shadow {
	box-shadow:2px 0 0px 0px rgba(0,0,0,0.3);
}
.shadow_w {
	box-shadow:2px 0 3px -2px rgba(0,0,0,0.3);
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
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 {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
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;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	margin-bottom:2px;
	padding:7px 10px 2px;
	font-size:128%;
	color:#444444;
	background-color:#C8DBA4;
	border-radius:4px 4px 0 0;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
	border:1px solid #D2D2D2;
	border-radius:0 0 4px 4px;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.png) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
@media screen and (max-width :480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_emergency_cnt_fixed:after,
#tmp_main:after,
#tmp_switch:after,
#tmp_wrap_main:after,
#tmp_search_chumoku ul:after,
.tmp_info_ttl ul:after,
.read_all:after,
.read_all ul:after,
.tmp_navi_ttl ul:after,
.tmp_navi_cnt ul:after,
#tmp_wadai_ttl:after,
#tmp_wadai_cnt:after,
.box_gallrey:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_contents .idx_cnt ul:after,
#tmp_switch .switch:after,
#tmp_switch .switch_menu:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_menu:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_kosodate_news:after,
#tmp_iju_news:after,
#tmp_kanko_news:after,
#tmp_kosodate_info:after,
#tmp_center_cnt:after,
#tmp_passport_cnt:after,
#tmp_shisetsu_cnt:after,
#tmp_kanko_info:after,
#tmp_kanko_cnt:after,
.kosodate ul.btn:after,
#tmp_saport_cnt:after,
.iju ul.btn:after,
.kanko ul.btn:after,
#tmp_kanko_info_l ul:after,
#tmp_spot_ei_cnt:after,
#tmp_spot_chiran_cnt:after,
#tmp_spot_kawanabe_cnt:after,
#tmp_kanko_kokoku:after,
.box_photo_img:after,
.box_sub_photo_img: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 dd:after,
#tmp_publicity_cnt:after,
#tmp_banner ul:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_fnavi_cnt:after,
#tmp_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:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html #tmp_wrap_custom_update,
*:first-child+html #tmp_custom_update,
*:first-child+html #tmp_social_plugins,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_means_primary,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_means_tertiary,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_gnavi ul,
* html #tmp_wrap_main,
* html #tmp_main,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt .cal_navi,
* html #tmp_emergency,
* html #tmp_emergency_ttl,
* html #tmp_emergency_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_s_cnt,
* html #tmp_wrap_custom_update,
* html #tmp_custom_update,
* html #tmp_social_plugins,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_feedback,
* html #tmp_feedback_ttl,
* html #tmp_feedback_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity_cnt,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html .box_faq,
* html .box_faq_ttl,
* html .box_faq_cnt {
	display:inline-block; /* 変更しない */
}