@charset "utf-8";

@media screen and (max-width : 480px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
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 */
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
	padding-bottom:0 !important;
}
#tmp_wrapper2 {
	width:100%;
	margin:0;
}
/* main
============================== */
#tmp_wrap_main {
	padding:20px 10px;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none; /* 変更しない */
}
.wrap_col_lft_navi {
	float:none;
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
.col_main {
	padding:0; /* 変更しない */
}
/* top
============================== */
.format_top .column_rnavi .wrap_col_rgt_navi {
	width:auto; /* 変更しない */
}
.format_top .column_rnavi .wrap_col_main {
	margin-right:0; /* 変更しない */
}
.format_top .column_rnavi .col_main {
	margin-right:0; /* 変更しない */
}
/* free
============================== */
.format_free .wrap_col_nm,
.format_free .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_free .wrap_col_lft_navi {
	display:none; /* 変更しない */
}
.format_free .wrap_col_rgt_navi {
	display:none; /* 変更しない */
}
.format_free .column_full .col_main,
.format_free .column_lnavi .col_main {
	margin-left:0; /* 変更しない */
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0; /* 変更しない */
}
/* ==================================================
header
================================================== */
#tmp_header {
	width:auto;
	margin:0;
	padding:0;
	position:relative;
}
#tmp_hlogo {
	margin:0;
	padding:7px 10px 7px;
	float:none;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:159px;
	height:50px;
	background-image:url(/shared/site_smartphone/images/header/hlogo.gif);
	-webkit-background-size:159px 50px;
	-moz-background-size:159px 50px;
	background-size:159px 50px;
}
#tmp_hlogo a {
	width:159px;
	height:50px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:159px;
	height:50px;
}
/* means
============================== */
#tmp_means {
	width:auto; /* 変更しない */
	float:none; /* 変更しない */
}
#tmp_means_primary,
#tmp_means_secondary,
#tmp_means_tertiary {
	display:none; /* 変更しない */
}
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:44px;
	height:44px;
	color:inherit;
	background-color:#FFFFFF;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	background-color:#FFFFFF;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:10px;
	top:10px;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:56px;
	top:10px;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/lmenu_icon.png) no-repeat center center;
	-webkit-background-size:44px 44px;
	-moz-background-size:44px 44px;
	background-size:44px 44px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_smartphone/images/header/lmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:44px 44px;
	-moz-background-size:44px 44px;
	background-size:44px 44px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/rmenu_icon.png) no-repeat center center;
	-webkit-background-size:44px 44px;
	-moz-background-size:44px 44px;
	background-size:44px 44px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_smartphone/images/header/rmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:44px 44px;
	-moz-background-size:44px 44px;
	background-size:44px 44px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:50px;
	height:75px;
	overflow:hidden;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	color:inherit;
	background-color:#D8D8D8;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:20px 10px;
}
/* sma_search */
#tmp_sma_search {
	background:#B4D8B9;
	color:inherit;
	padding:15px 10px;
	margin-bottom:10px;
	clear:both;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #AABBCC;
	text-align:center;
	font-weight:bold;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a {
	display:block;
	padding:10px 10px;
	text-decoration:none;
	color:inherit;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a span {
	display:inline-block;
	background:url(/shared/site_smartphone/images/header/close_icon.png) no-repeat left center;
	padding:0 0 0 30px;
}
/* sma_snavi */
#tmp_sma_snavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_snavi ul {
	list-style:none;
	border-top:1px dotted #FFFFFF;
}
#tmp_sma_snavi li {
	float:none;
	border-bottom:1px dotted #FFFFFF;
}
#tmp_sma_snavi a {
	display:block;
	padding:9px 10px 9px;
	color:inherit;
	text-decoration:none;
	font-size:86%
}
#tmp_sma_snavi2 {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_snavi2 ul {
	list-style:none;
}
#tmp_sma_snavi2 li {
	float:none;
	border-bottom:1px solid #D8D8D8;
}
#tmp_sma_snavi2 a {
	display:block;
	background:#FFFFFF;
	padding:11px 10px 10px;
	color:inherit;
	text-decoration:none;
}
/* gnavi */
#tmp_sma_gnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	margin-bottom:10px;
}
#tmp_sma_gnavi li {
	border:1px solid #BBCCDD;
	margin-bottom:10px;
	font-weight:bold;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_sma_gnavi a {
	display:block;
	padding:10px 10px 10px 22px;
	text-decoration:none;
	color:inherit;
	background:url(/shared/site_smartphone/images/header/gnavi_icon.png) no-repeat 10px center;
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	margin:0;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	padding:10px 10px 8px;
	text-decoration:none;
}
#tmp_lnavi_ttl a {
	display:block;
	padding:17px 15px 15px;
	text-decoration:none;
}
#tmp_lnavi_ttl a:hover {
	color:#00734B;
	background-color:transparent;
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
	/*padding:12px 0 0;*/
}
#tmp_sma_lnavi_cnt li {
	padding:9px 10px 9px;
	border-bottom:1px dotted #FFFFFF;
}
#tmp_sma_lnavi_ttl p a,
#tmp_sma_lnavi_cnt li a,
#tmp_sma_lnavi_cnt li a:hover {
	color:#333333;
	background-color:transparent;
	text-decoration:none;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list {
	padding-left:10px;
	background:none;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_sma_lnavi_cnt .switch_cnt {
	margin-right:-15px;
	margin-left:-10px;
}
#tmp_sma_lnavi_cnt .switch_cnt li {
	margin-top:9px;
	padding-bottom:0;
	padding-left:42px;
	border-top:1px dotted #FFFFFF;
	border-bottom:none;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 28px 1.2em;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi,
#tmp_gnavi {
	display:none; /* 変更しない */
}
#tmp_wrap_idx_search,
#tmp_idx_search {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	display:block;
	padding:20px 0 0;
	clear:both;
}
/* lnavi
============================== */
/* event_cal
============================== */
.format_top #tmp_event_cal {
	display:none;
}
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
#tmp_menu li a {
	padding-right:16px;
}
#tmp_menu li.calender {
	display:block;
}
#tmp_menu li.calender a span {
	background:url(/shared/site_smartphone/images/navi/rnavi/rnavi_icon01.png) no-repeat right center;
	background-size:22px 22px;
}
#tmp_menu li.map a span {
	background:url(/shared/site_smartphone/images/navi/rnavi/rnavi_icon02.png) no-repeat right center;
	background-size:22px 22px;
}
#tmp_menu li.faq a span {
	background:url(/shared/site_smartphone/images/navi/rnavi/rnavi_icon03.png) no-repeat right center;
	background-size:22px 22px;
}
#tmp_menu li.media a span {
	background:url(/shared/site_smartphone/images/navi/rnavi/rnavi_icon04.png) no-repeat right center;
	background-size:22px 22px;
}
#tmp_menu li.shinsei a span {
	background:url(/shared/site_smartphone/images/navi/rnavi/rnavi_icon05.png) no-repeat right center;
	background-size:22px 22px;
}
/* pnavi
============================== */
.pnavi .ptop {
	background:url(/shared/site_smartphone/images/navi/pnavi/pnavi_icon.png) no-repeat right top;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
.pnavi .ptop a {
	display:inline-block;
	width:30px;
	height:30px;
	padding:0;
	text-decoration:none;
}
.pnavi .ptop span {
	display:block;
	width:30px;
	height:30px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
/* top search
============================== */
.format_top #tmp_search {
	padding:15px 9px 15px 10px;
	margin:0 0 2px;
}
#tmp_sma_search {
	margin-bottom:10px;
}
.format_top #tmp_search dl,
#tmp_sma_search dl {
	display:table;
	width:100%;
	margin:0;
	clear:both;
}
.format_top #tmp_search dt,
.format_top #tmp_search dt span,
#tmp_sma_search dt,
#tmp_sma_search dt span {
	width:31px;
	height:29px;
}
.format_top #tmp_search dt,
#tmp_sma_search dt {
	padding:1px 3px 0 0;
	background:url(/shared/site_smartphone/images/navi/gnavi/func_sch_ttl.png) no-repeat left 1px;
}
.format_top #tmp_search dt,
.format_top #tmp_search dd,
.format_top #tmp_search dd p,
#tmp_sma_search dt,
#tmp_sma_search dd,
#tmp_sma_search dd p {
	float:none;
	display:table-cell;
	vertical-align:top;
}
.format_top #tmp_search .sch_box,
#tmp_sma_search .sch_box {
	width:100%;
	padding:0;
}
.format_top #tmp_query {
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
.format_top #tmp_func_sch_btn {
	min-width:50px;
	letter-spacing:normal;
}
.format_top #tmp_search dl:after,
#tmp_sma_search dl:after {
	content:"";
}
#tmp_sma_search #tmp_sma_query {
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	padding:4px 5px;
	border:none;
}
#tmp_sma_search #tmp_sma_func_sch_btn {
	min-width:50px;
	min-height:30px;
	color:#FFFFFF;
	background-color:#626262;
	border:none;
	text-align:center;
	cursor:pointer;
	font-size:115%;
}
/* emergency
============================== */
#tmp_emergency_ttl {
	padding:11px 10px 8px;
}
#tmp_emergency_ttl h2 {
	font-size:128%;
}
#tmp_emergency_cnt {
	padding:12px 10px 0;
}
/* read_all */
#tmp_emergency .read_all {
	padding:14px 10px;
}
/* guide
============================== */
#tmp_guide {
	margin:0 0 25px;
}
#tmp_sma_guide {
	margin:0 0 8px;
}
.guide_cnt01,
.guide_box {
	width:100%;
}
.guide_cnt .col_box {
	float:none;
}
.guide_cnt01 p,
.guide_cnt02 p,
.guide_cnt03 p {
	width:50%;
	padding:0 2px 2px 0;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
.guide_cnt01 p:nth-child(even),
.guide_cnt02 p:nth-child(even),
.guide_cnt03 p:nth-child(even) {
	padding-right:0;
}
.guide_cnt01 p a {
	width:auto !important;
	min-height:34px;
	padding:16px 6px 20px 6px;
	background-size:30px auto;
}
.guide_cnt01 p.kurashi a {
	background-position:102% 90%;
}
.guide_cnt01 p.miryoku a {
	background-position: 97% 89%;
	background-size:26px auto;
}
.guide_cnt01 p.sangyo a {
	background-position: 99% 88%;
	background-size:27px auto;
}
.guide_cnt01 p.gyosei a {
	background-position: 97% 87%;
	background-size:28px auto;
}
.guide_cnt01 p a span {
	font-size:inherit;
}
.guide_cnt02 {
	width:100%;
	float:none;
}
.guide_cnt02 p a {
	width:auto !important;
	min-height:28px;
	padding:16px 6px 16px 6px;
	background-size:30px auto;
}
.guide_cnt02 p.ninshin a {
	background-position:100% 92%;
}
.guide_cnt02 p.kosodate a {
	background-position:94% 96%;
}
.guide_cnt02 p.nyuen a {
	background-position:99% 93%;
}
.guide_cnt02 p.shigoto a {
	background-position:97% 91%;
}
.guide_cnt02 p.ijyu a {
	background-position:100% 96%;
}
.guide_cnt02 p.kekkon a {
	background-position:97% 91%;
}
.guide_cnt02 p.kaigo a {
	background-position:99% 91%;
}
.guide_cnt02 p.second a {
	background-position:98% 93%;
}
.guide_cnt02 p.shigoto a,
.guide_cnt02 p.ijyu a,
.guide_cnt02 p.kaigo a,
.guide_cnt02 p.second a {
	padding-top:6px;
	min-height:38px;
}
.guide_cnt03 {
	width:100%;
	float:none;
}
.guide_cnt03 p a {
	width:auto !important;
	min-height:28px;
	padding:16px 6px 16px 6px;
	background-size:30px auto;
}
.guide_cnt03 p.kyoiku a {
	background-position:99% 93%;
}
.guide_cnt03 p.kankyo a {
	background-position:96% 91%;
}
.guide_cnt03 p.katsudo a {
	background-position:99% 91%;
}
.guide_cnt03 p.syobo a {
	background-position:98% 91%;
}
.guide_cnt03 p.kyoiku a,
.guide_cnt03 p.kankyo a,
.guide_cnt03 p.katsudo a {
	padding-top:6px;
	min-height:38px;
}
/* closeup
============================== */
.no_javascript #tmp_closeup {
	margin-bottom:22px;
}
#tmp_closeup_ttl {
	margin:0 0 10px;
}
#tmp_closeup_cnt {
	width:auto;
	padding:0 10px;
}
#tmp_closeup_cnt ul {
	width:100%;
}
#tmp_closeup_cnt .prev,
#tmp_closeup_cnt .next {
	top:0px;
}
#tmp_closeup_cnt .prev a,
#tmp_closeup_cnt .next a {
	padding:39px 9px 40px 7px;
}
/* info
============================== */
#tmp_info {
	margin:0 0 40px;
}
#tmp_info_ttl ul {
	padding:0 4px 0 5px;
}
#tmp_info_ttl ul li {
	width:33.3%;
}
#tmp_info_ttl ul #tmp_info_ttl_rank {
	font-size:100%;
}
#tmp_info_ttl ul li a {
	padding:12px 10px;
}
#tmp_info_ttl #tmp_info_ttl_rank a {
	padding:6px 8px 7px 12px;
	line-height:1.2;
}
#tmp_info_ttl #tmp_info_ttl_rank span {
	display:block;
	text-align:left;	
}
#tmp_info_cnt {
	padding:10px 1px 0;
}
#tmp_info_cnt table.list_table {
	margin:0 0 8px;
	line-height:1.4;
}
#tmp_info_cnt table.list_table .date {
	width:70px;
}
#tmp_info_cnt ul li {
	margin:0 0 16px;
}
/* rnavi
============================== */
/* aira */
#tmp_koho {
	margin:0 0 30px;
}
/* weather */
#tmp_weather_cnt {
	padding-top:11px;
	padding-bottom:17px;
}
.box_weather .img {
	width:55%;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
	position:static !important;
}
#tmp_publicity {
	width:180px;
	margin:0 auto 19px;
}
#tmp_publicity_ttl {
	padding:0;
	text-align:right;
	font-size:86%;
}
#tmp_publicity_cnt {
	padding-right:0;
	padding-left:0;
	overflow:visible;
}
#tmp_publicity_cnt ul {
	width:180px;
	margin:0;
}
#tmp_publicity_cnt ul li {
	float:none;
}
#tmp_publicity_cnt ul li:last-child {
	padding-bottom:5px;
}
#tmp_publicity_close {
	display:none;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	width:100%;
	margin:0;
}
#tmp_footer_cnt {
	padding:10px 21px 10px;
}
#tmp_footer_cnt address {
	width:100%;
	float:none;
	padding:0;
}
#tmp_footer_cnt address .zipcode,
#tmp_footer_cnt address .tel,
#tmp_footer_cnt address .time {
	display:block;
	margin-right:0;
}
#tmp_footer_cnt .img_map {
	float:none;
	text-align:center;
	padding:21px 0 10px 0;
}
#tmp_copyright {
	width:auto;
	margin:0;
	padding:4px 17px;
	text-align:left;
}
/* ==================================================
class
================================================== */
/* float ▼変更しない
============================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* ==================================================
parts
================================================== */
/* parts ▼変更しない
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;/* CSS3 */
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
}
/* event ▼変更しない
============================== */
/* 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;
}
/* box_photo */
#tmp_contents .wrap_box_photo_txt {
	margin-right:0;
	float:none;
}
#tmp_contents .box_photo_txt {
	margin-right:0;
}
#tmp_contents .box_photo_img {
	width:auto;
	float:none;
}
/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	width:100%; /* 変更しない */
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_gmap_box {
	height:220px !important; /* 変更しない */
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_gmap_box img {
	height:auto; /* 変更しない */
	max-width:none; /* 変更しない */
}
/* shisetsu */
#tmp_map_search p {
	display:block;
	margin-right:0;
}
#tmp_map_search p.keyword {
	margin-right:0;
	margin-left:0;
}
#tmp_map_search strong {
	display:block;
}
#tmp_map_search #keyword {
	margin-left:0;
	width:230px;
}
#search_keyword {
	min-width:60px;
}
#tmp_map_list {
	width:auto; /* 変更しない */
	margin-right:0; /* 変更しない */
	float:none; /* 変更しない */
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
#tmp_refine {
	background:none;
}
#tmp_facilities {
	float:none;
	width:100%;
}
#tmp_contents #tmp_facilities_btn ul {
	display:-webkit-box; /* Webkit */
	display:-moz-box; /* Mozilla */
	display:box; /* CSS3 */
	/*width:100%;*/
	margin:0 -4px 0 0;
}
#tmp_contents #tmp_facilities_btn li {
	display:-webkit-box; /* Webkit */
	display:-moz-box; /* Mozilla */
	display:box; /* CSS3 */
	-webkit-box-flex:1; /* Webkit */
	-moz-box-flex:1; /* Mozilla */
	box-flex:1; /* CSS3 */
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	width:100% !important;
	padding:0 4px 0 0;
}
#tmp_contents #tmp_facilities_btn li a {
	display:-webkit-box;/* Safari,Chrome */
	display:-moz-box;/* Mozilla */
	display:box; /* CSS3 */
	-webkit-box-flex:1; /* Webkit */
	-moz-box-flex:1; /* Mozilla */
	box-flex:1; /* CSS3 */
	-webkit-box-align:center; /* Webkit */
	-moz-box-align:center; /* Mozilla */
	box-align:center; /* CSS3 */
	-webkitbox-pack:center; /* Webkit */
	-moz-box-pack:center; /* Mozilla */
	box-pack:center; /* CSS3 */
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	margin-right:0;
	padding-top:9px;
	padding-bottom:9px;
	min-height:50px;
}
#tmp_contents #tmp_facilities_btn li a span {
	display:block;
	width:100%;
}
#tmp_genre {
	float:none;
	width:100%;
}
#tmp_genre_list {
	height:136px;
}
#tmp_result_list {
	margin:0 0 20px;
}
#tmp_wrap_gmap_box {
	float:none; /* 変更しない */
}
#tmp_wrap_gmap_box2 {
	margin-left:0; /* 変更しない */
}
}