@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,
#tmp_wrapper2,
#tmp_wrapper3,
#tmp_wrapper4 {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
	margin:0;
	padding:0;
}
#tmp_wrapper4 {
	border:none;
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.format_free .wrap_col_lft_navi,
.format_free .col_rgt_navi {
	display:none; /* 変更しない */
}
.format_free .col_main {
	margin-right:0 !important; /* 変更しない */
	margin-left:0 !important; /* 変更しない */
}
.format_free .wrap_col_nm2 {
	margin-right:0 !important; /* 変更しない */
}
.column_full .wrap_col_main {
	float:none; /* 変更しない */
}
/* top
============================== */
.format_top .column_rnavi .wrap_col_nm,
.format_top .column_rnavi .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_top .column_rnavi .wrap_col_lft_navi {
	width:auto;
	margin-right:0; /* 変更しない */
}
.format_top .column_rnavi .col_lft_navi,
.format_top .column_rnavi .col_rgt_navi {
	padding:0; /* 変更しない */
}
.format_top .column_rnavi .wrap_col_rgt_navi {
	width:auto; /* 変更しない */
}
.format_top .column_rnavi .col_main {
	margin-left:0; /* 変更しない */
}
.format_top .column_rnavi .wrap_col_main,
.format_top .column_rnavi .wrap_col_nm,
.format_top .column_rnavi .wrap_col_lft_navi,
.format_top .column_rnavi .wrap_col_rgt_navi {
	float:none;
}
.format_top .column_rnavi .wrap_col_main {
	margin:0;
}
.format_top .column_rnavi .col_main {
	margin:0; /* デザインによって変更 */
}
.format_top .column_rnavi .wrap_col_rgt_navi {
	width:100%; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:0; /* 変更しない */
}
.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 {
	position:relative;
	padding:10px 0 0;
	background: #FFFFFF url(/shared/renewal2014/images/header/sp_header_bg.jpg) no-repeat right bottom;
	background-size:contain;
	min-height: 70px;
}
#tmp_hlogo {
	float:none;
	margin:5px 0 0 30px;
	text-align:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	/*
	display:inline-block;
	text-indent:-100%;
	overflow: hidden;*/
	background:url(/shared/renewal2014/images/header/sp_hlogo.png) no-repeat left top;
	background-size:121px 48px;
	width:121px;
	height:48px;
}
#tmp_hlogo a {
	width:121px;
	height:48px;
	display: block;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	display:none;
}
/* means
============================== */
#tmp_means {
	width:auto; /* 変更しない */
	float:none; /* 変更しない */
}
#tmp_means_primary,
#tmp_means_secondary,
#tmp_means_tertiary {
	display:none; /* 変更しない */
}
#tmp_wrap_search {
	display: none;
}
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:51px;
	height:60px;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
}

#tmp_hnavi_lmenu {
	position:absolute;
	left:180px;
	top:5px;
}
#tmp_hnavi_rmenu {
	position:absolute;
	left:250px;
	top:5px;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/renewal2014/images/header/sp_lmenu_icon.png) no-repeat center center;
	-webkit-background-size:51px 56px;
	-moz-background-size:51px 56px;
	background-size:51px 56px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/renewal2014/images/header/sp_lmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:51px 56px;
	-moz-background-size:51px 56px;
	background-size:51px 56px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/renewal2014/images/header/sp_rmenu_icon.png) no-repeat center center;
	-webkit-background-size:51px 56px;
	-moz-background-size:51px 56px;
	background-size:51px 56px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/renewal2014/images/header/sp_rmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:51px 56px;
	-moz-background-size:51px 56px;
	background-size:51px 56px;
}
#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:#157BBF;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:20px 20px;
}
#tmp_sma_foreign #tmp_func_clr {
	display: none;
}
/* sma_search */
#tmp_wrap_sma_search {
	padding:10px;
	background:#FFFFFF;
	margin:0 0 20px;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_search {
	display:table;
	width:100%;
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_search p {
	display:table-cell;
	padding:0 10px 0 0;
	vertical-align:top;
}
#tmp_sma_search .sch_box {
	width:100%;
}
#tmp_sma_search .sch_btn,
#tmp_sma_search #tmp_search_hidden {
	padding-right:0;
}
#tmp_sma_query {
	width:100%;
	min-height:29px;
	border:1px solid #AABBCC;
}
#tmp_sma_func_sch_btn {
	font-size:100%;
	font-weight:bold;
	width:40px;
	min-height:31px;
	border:1px solid #004B97;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	cursor:pointer;
	color:#FFFFFF;
	background-color:#004B97;
}
#tmp_howtosearch {
	display: inline-block;
	float:none;
	width:47%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	margin:0 4% 0 0;
}
#tmp_howtosearch a {
	background: url(/shared/renewal2014/images/icon/sp_link_icon_bl2.png) no-repeat left center;
	background-size:11px;
}
#tmp_s_search {
	display: inline-block;
	float:none;
	width:48%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_s_search a {
	background:url(/shared/renewal2014/images/icon/sp_link_icon_bl2.png) no-repeat 5px center;
	background-size:11px;
	padding:5px 8px 1px 20px;
	width:auto;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #FFFFFF;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background:none;
}
#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/renewal2014/images/header/sp_close_icon.png) no-repeat left center;
	background-size:15px 15px;
	font-size:107%;
	padding:3px 0 0 20px;
}
/* sma_snavi */
#tmp_sma_snavi {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_snavi ul {
	list-style:none;
	border-top:1px solid #AABBCC;
}
#tmp_sma_snavi li {
	float:none;
	font-weight:bold;
	border-bottom:1px solid #AABBCC;

}
#tmp_sma_snavi a {
	background:url(/shared/renewal2014/images/icon/sp_link_icon_bl.png) no-repeat 4px center;
	background-size:11px;
	display:block;
	padding:5px 0 5px 20px;
	color:inherit;
	text-decoration:none;
}
#tmp_sma_snavi ul {
	border:none;
	margin:0 14px;
}
#tmp_sma_snavi li {
	border:none;
}
#tmp_sma_snavi a {
	color:#FFFFFF;
	background-color:inherit;
	text-decoration: none;
	font-size:85.7%;
}
#tmp_sma_snavi li.tmp_func_mobile {
	display: none;
}
#tmp_sma_foreign {
	margin:0 12px 0;
}
#tmp_sma_foreign li {
	width:auto;
	display: inline-block;
	border-right:solid 1px #FFFFFF;
	padding:0 15px 0 0;
	margin:0 20px 17px 0;
}
#tmp_sma_foreign li.last {
	border:none;
	margin:0;
}
#tmp_sma_foreign a {
	color:#FFFFFF;
	background-color:inherit;
	text-decoration: none;
	font-size:85.7%;
}
/* gnavi */
#tmp_sma_gnavi {
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	margin-bottom:0;
	border-top:solid 1px #FFFFFF;
}
#tmp_sma_gnavi li {
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight: bold;
	background:-webkit-gradient(linear, center top, center bottom, from(#1582CA), to(#0558AB)); /* Webkit */
	background:-moz-linear-gradient(center top, #1582CA, #0558AB); /* Mozilla */
	background:linear-gradient(to bottom, #1582CA, #0558AB); /* CSS3 */
	background-color:#1582CA;
}
#tmp_sma_gnavi li:first-child {
	display:none;
}
#tmp_sma_gnavi a {
	display:block;
	font-size:107%;
	padding:14px 10px 14px 9px;
	background:url(/shared/renewal2014/images/icon/sp_list_icon_w.png) no-repeat right 10px center;
	background-size:6px 7px;
	text-decoration:none;
	color:#FFFFFF;
}
/* tmp_sma_snavi2 */
#tmp_sma_snavi2 {
	margin:0 0 20px;
}
#tmp_sma_snavi2 li {
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	font-weight: bold;
	list-style: none;
	list-style-image: none;
}
#tmp_sma_snavi2 a {
	display:block;
	font-size:107%;
	padding:14px 10px 14px 9px;
	background:url(/shared/renewal2014/images/icon/sp_list_icon_bk.png) no-repeat right 10px center;
	background-size:6px 7px;
	text-decoration:none;
	color:#000000;
}
#tmp_sma_snavi2 li#tmp_snavi01 {
	background:-webkit-gradient(linear, center top, center bottom, from(#FBE3EF), to(#F18DBF)); /* Webkit */
	background:-moz-linear-gradient(center top, #FBE3EF, #F18DBF); /* Mozilla */
	background:linear-gradient(to bottom, #FBE3EF, #F18DBF); /* CSS3 */
	background-color:#F18DBF;
}
#tmp_sma_snavi2 li#tmp_snavi02 {
	background:-webkit-gradient(linear, center top, center bottom, from(#FEF4D6), to(#F7D05E)); /* Webkit */
	background:-moz-linear-gradient(center top, #FEF4D6, #F7D05E); /* Mozilla */
	background:linear-gradient(to bottom, #FEF4D6, #F7D05E); /* CSS3 */
	background-color:#F7D05E;
}
#tmp_sma_snavi2 li#tmp_snavi03 {
	background:-webkit-gradient(linear, center top, center bottom, from(#FCCFC2), to(#F48560)); /* Webkit */
	background:-moz-linear-gradient(center top, #FCCFC2, #F48560); /* Mozilla */
	background:linear-gradient(to bottom, #FCCFC2, #F48560); /* CSS3 */
	background-color:#F48560;
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:9px 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight: bold;
	background:-webkit-gradient(linear, center top, center bottom, from(#1582CA), to(#0558AB)); /* Webkit */
	background:-moz-linear-gradient(center top, #1582CA, #0558AB); /* Mozilla */
	background:linear-gradient(to bottom, #1582CA, #0558AB); /* CSS3 */
	background-color:#1582CA;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	font-size:107%;
	padding:8px 10px 11px 29px;
	background:url(/shared/renewal2014/images/icon/sp_link_icon_bl.png) no-repeat 12px center;
	background-size:11px 11px;
	text-decoration:none;
	color:#FFFFFF;
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
	padding:0 0 5px;
	border-top:1px solid #AABBCC;
}
#tmp_sma_lnavi_cnt li {
	border-bottom:1px solid #FFFFFF;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	font-size:107%;
	padding:14px 20px 14px 9px;
	background:url(/shared/renewal2014/images/icon/sp_list_icon_w.png) no-repeat right 14px center;
	background-size:6px 7px;
	text-decoration:none;
	color:#FFFFFF;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	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:10px 0 0;
	padding:10px 0 0 10px;
	border-top:1px dotted #BBCCDD;
}
#tmp_sma_lnavi_cnt .switch_cnt li {
	border-bottom:1px dotted #BBCCDD;
}
#tmp_sma_lnavi_cnt .switch_cnt li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
/* ==================================================
gallery
================================================== */
#tmp_gallery {
	width:100%;
	height:auto;
	overflow: visible;
	margin:0;
}
#tmp_gallery.single_image {
	margin:0 0 20px;
}
#tmp_gallery img {
	max-width:100%;
	height:auto;
}
#tmp_gallery_cntl {
	/*top: 162px;
	left: 86px;*/
	position: static;
	top: 0;
	left: 0;
	z-index: 15;
	clear: both;
	width: 70%;
	margin: 0 auto;
	padding:10px 0
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* snavi
============================== */
#tmp_snavi {
	display: none;
}
/* lnavi
============================== */
/* event_cal
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
/* pnavi
============================== */
.pnavi .ptop {
	color:inherit;
	background:none;
}
.pnavi .ptop a {
	text-decoration:none;
}
.pnavi .ptop span {
	display:block;
	position:relative;
	z-index:-1;
	width:30px;
	height:30px;
	overflow:hidden;
}
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* ==================================================
model_change
================================================== */
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:block;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	margin-top:0;
	margin-bottom:0;
}
#tmp_model_change li {
	font-size:100%;
}
#tmp_model_change li a {
	padding-top:12px;
	padding-bottom:12px;
}
/* ==================================================
footer
================================================== */
/* fnavi
============================== */
#tmp_fnavi {
	padding:0;
	color:inherit;
	list-style:none;
}
#tmp_fnavi li {
	margin-right:5px;
	padding-right:5px;
	white-space:nowrap;
	float:none;
	display:inline-block;
	border-right:1px solid #333333;
}
#tmp_fnavi .last {
	margin-right:0;
	border-right:none;
}
#tmp_fnavi li.image {
	display: block;
	margin: 10px 0;
}
#tmp_footer_cnt {
	padding:0 10px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
	padding:0;
}
#tmp_footer_cnt address strong {
	margin:0;
}
#tmp_footer_cnt address strong span {
	display:block;
	padding: 13px 10px 12px 45px;
}
#tmp_footer_cnt address span {
	display:block;
	margin-right:0;
}
#tmp_footer_cnt address span.br {
	display:inline; /* block値をinline値に変換 */
}
#tmp_footer_cnt address span.spbr {
	display:block; /* inline値をblock値に変換 */
}
#tmp_copyright {
	text-align:left;
	clear:both;
	min-height: 25px;
	padding: 10px 0 6px;
}
/* ==================================================
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; /* 変更しない */
	width:auto;
}
#tmp_gmap_box img {
	height:auto; /* 変更しない */
	max-width:none; /* 変更しない */
}
/* shisetsu */
#tmp_map_search p {
	display:block;
	margin-right:0;
}
#tmp_map_search strong {
	display:block;
}
#tmp_map_search #keyword {
	margin-left:0;
}
#tmp_map_list {
	width:auto; /* 変更しない */
	margin-right:0; /* 変更しない */
	float:none; /* 変更しない */
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
#tmp_wrap_gmap_box {
	float:none; /* 変更しない */
}
#tmp_wrap_gmap_box2 {
	margin-left:0; /* 変更しない */
}
#tmp_contents #tmp_facilities_btn li {
	width:50%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_result_list {
	margin:0 0 20px;
}
#tmp_shisetsu_btn li {
	width:48%;
}
/* top
============================== */
#tmp_smenu_machikado_ttl img {
	width:100%;
	height:auto;
}
#tmp_info_guide_cnt li {
	width:45%;
	height:auto;
}
#tmp_info_guide_cnt li img {
	width:100%;
	height:auto;
}
#tmp_main_information_ttl ul {
	display: table;
	width:100%;
}
#tmp_main_information_ttl ul li {
	/*float:none;*/
	/*display:table-cell;*/
	width:32%;
	margin:11px 2% 0 0;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	border: solid 1px #CCCCCC;
	border-bottom: none;
}
#tmp_main_information_ttl ul li a {
	width:auto;
	background:url(/shared/templates/top_new/images/contents/tab_icon_off.png) no-repeat 8px 0.6em;
	padding:9px 10px 10px 23px;
	min-height: 35px;
}
#tmp_main_information_ttl ul li.active a {
	background: url(/shared/templates/top_new/images/contents/tab_icon_on.png) no-repeat 15px 1.2em;
}
#tmp_main_information_ttl ul li.active {
	margin:0 2% 0 0;
}
#tmp_main_information_ttl ul li:last-child {
	margin-right:0px;
}
#tmp_main_information_cnt .list_btn {
	float:none;
}
#tmp_main_information_cnt .list_btn p {
	float:none;
}
#tmp_main_information_cnt .list_btn p.list_all {
	margin-bottom: 0.8em;
}
#tmp_publicity {
	padding: 0 0 5px 10px;
	margin:10px;
    width: auto;
}
#tmp_publicity #tmp_publicity_ttl {
	float:none;
	width:auto;
    margin: 0 0 0.8em 0;
}
#tmp_publicity #tmp_publicity_cnt {
	float:none;
    width: auto;
}
#tmp_publicity #tmp_publicity_cnt ul {
	margin: 5px 0;
}
#tmp_publicity #tmp_publicity_cnt li {
	margin: 0 10px 10px 0;
    float: none;
    display: inline-block;
}
#tmp_info_chumoku_cnt {
}
#tmp_info_chumoku_cnt .col2L,
#tmp_info_chumoku_cnt .col2R {
	width:auto;
}
.banner_box {
	text-align: center;
}
#tmp_info_chumoku_cnt .float_lft {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	float: left;
}
#tmp_fnavi li.image a {
	padding: 20px 24px 17px 24px;
}
li.rnavi_btn a {
	text-align: left;
}
/* ==================================================
category_top
================================================== */
#tmp_contents #tmp_cate_ttl {
	width: auto;
	background-size: 100% 100%;
}
#tmp_contents #tmp_cate_ttl_room {
	background: url(/shared/templates/free_new/images/contents/cate_ttl_room_spbg.jpg) right top repeat-x;
	background-size: 100% 100%;
}
/* ==================================================
kosodate
================================================== */
#tmp_contents #tmp_kosodate_ttl {
	background:none;
	background-color:#FBD9EC;
	margin:0 0 10px;
}
#tmp_contents #tmp_kosodate_ttl h1 {
	margin:0 0 10px;
}
#tmp_contents #tmp_kosodate_ttl p {
	padding: 0 10px;
	overflow:inherit;
}
#tmp_contents .kosodate_btn {
	background:#FDECF5;
}
#tmp_contents .kosodate_guide,
#tmp_contents .wrap_jido_sodanshitsu {
	float:none;
	margin:0 0 20px;
	width:100%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_contents .kosodate_guide p.photo {
	float:none;
	text-align:center;
	margin:0 0 10px;
}
#tmp_contents .kosodate_guide p.btn_kosodate {
	text-align:center;
}
#tmp_contents .jido_sodanshitsu2 {
	background:none;
}
/* ==================================================
kanko
================================================== */
#tmp_contents #tmp_wrap_kanko_ttl {
	background:none;
}
#tmp_contents #tmp_kanko_gallery {
	width:100%;
	height:auto;
	float:none;
}
#tmp_contents #tmp_kanko_ttl {
	width:100%;
	float:none;
	background:#FFE28A;
	padding:10px 0;
}
#tmp_contents #tmp_kanko_ttl p {
	margin:0;
	padding:10px 10px 0;
}
#tmp_kanko_gallery #tmp_gallery {
	width:100%;
	height:auto;
	overflow: visible;
	margin:0;
}
#tmp_kanko_gallery #tmp_gallery.single_image {
	margin:0 0 20px;
}
#tmp_kanko_gallery #tmp_gallery img {
	max-width:100%;
	height:auto;
}
#tmp_kanko_gallery #tmp_gallery_cntl {
	/*top: 162px;
	left: 86px;*/
	position: static;
	top: 0;
	left: 0;
	z-index: 15;
	clear: both;
	width: 70%;
	margin: 0 auto;
	padding:10px 0
}
#tmp_contents .kanko_idx_cnt1 {
	text-align:center;
	margin:0;
}
#tmp_contents .box_kanko_cnt1 {
	float:none;
	display: inline-block;
	vertical-align:top;
	margin:10px 5px;
}
#tmp_contents .kanko_idx_cnt2 {
	margin:0;
}
#tmp_contents .box_kanko_cnt2 {
	float:none;
	width:100%;
	margin:0 0 10px;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_contents .box_osusume_spot_cnt .osusume_box {
	float:none;
	width:auto;
}
#tmp_contents .box_osusume_spot_cnt .osusume_box p {
	overflow: initial;
}
#tmp_contents .box_osusume_spot_cnt .osusume_box p.photo {
	float:none;
	margin:0 0 12px;
}
#tmp_contents .box_osusume_spot_cnt td,
#tmp_contents .box_osusume_spot_cnt .col2L,
#tmp_contents .box_osusume_spot_cnt .col2R {
	width:100%;
}
/* ==================================================
bosai
================================================== */
#tmp_contents .box_bosai_btn,
#tmp_contents .bosai_taisaku,
#tmp_contents .bosai_guide {
	width:100%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	float:none;
	margin:0 0 20px;
}
#tmp_contents #tmp_bosai_ttl {
	background:none;
	background-color:#FFCEBF;
	margin:0 0 10px;
}
#tmp_contents #tmp_bosai_ttl h1 {
	margin:0 0 10px;
}
#tmp_contents #tmp_bosai_ttl p {
	padding: 0 10px;
	overflow:inherit;
}
#tmp_contents .bosai_btn {
	background:#FFEFEA;
	padding:20px 15px 0;
	margin:0 0 20px;
}
#tmp_contents .bosai_guide p.photo {
	float:none;
	text-align:center;
	margin:0 0 10px;
}
#tmp_contents .bosai_guide p.btn_kosodate {
	text-align:center;
}
}