@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"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper,
#tmp_wrapper2,
#tmp_header_primary,
.pnavi_footer,
#tmp_wrap_footer,
#tmp_footer {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 10px;
	border-bottom:2px solid #B6BEB6;
	margin-bottom:10px;
}
.format_top #tmp_wrap_main {
	padding-top:10px;
}
/* cate_ttl
============================== */
#tmp_wrap_cate_ttl {
	margin:0 0 15px;
}
#tmp_cate_ttl {
	width:inherit;
	height:inherit;
	padding-left:40px;
	background-image:url(/shared/templates/passport/images/contents/sp/cate_ttl_bg.png);
	-webkit-background-size:auto 80px;/* Safari,Chrome */
	-moz-background-size:auto 80px;/* Mozilla */
	background-size:auto 80px;/* CSS3 */
	-webkit-box-shadow:inset 0 0 20px 0 #BFEFFF; /* Webkit */
	-moz-box-shadow:inset 0 0 20px 0 #BFEFFF; /* Mozilla*/
	box-shadow:inset 0 0 20px 0 #BFEFFF; /* CSS3 */
}
#tmp_cate_ttl h1 {
	padding:0;
	margin:0 !important;
}
#tmp_cate_ttl h1 img {
	height:80px;
	width:auto;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.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; /* 変更しない */
}
#tmp_lnavi {
	display:none; /* 変更しない */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm,
.format_top .column_full .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_top .column_full .wrap_col_lft_navi {
	width:auto;
	margin-right:0; /* 変更しない */
}
.format_top .column_full .col_lft_navi,
.format_top .column_full .col_rgt_navi {
	padding:0; /* 変更しない */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:auto; /* 変更しない */
	float:none;
}
.format_top .column_full .col_main {
	margin-left:0; /* 変更しない */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:0; /* 変更しない */
}
.format_free .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_free .wrap_col_lft_navi {
	width:100%; /* デザインによって変更 */
	margin-right:0 !important; /* 変更しない */
}
.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:0;
}
#tmp_hlogo {
	float:none;
	display:block;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:200px;
	height:59px;
	background-image:url(/shared/site_passport/images/header/sp/hlogo.jpg);
	-webkit-background-size:200px 59px;
	-moz-background-size:200px 59px;
	background-size:200px 59px;
}
#tmp_hlogo p a {
	display:block;
	width:200px;
	height:59px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:200px;
	height:59px;
	padding:0;
}
/* means
============================== */
#tmp_header_primary {
	padding:33px 0 34px;
}
#tmp_means {
	display:none; /* 変更しない */
}
#tmp_wrap_header_secondary {
	display:none; /* 変更しない */
}
.format_top #tmp_wrap_header_secondary,
.format_top #tmp_header_secondary,
.format_top #tmp_header_secondary2 {
	display:block;
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
.format_top #tmp_header_secondary {
	padding-top:100px;
	background:url(/shared/site_passport/images/header/sp/main_img_top_bg.jpg) no-repeat center top;
	-webkit-background-size:100% auto;/* Safari,Chrome */
	-moz-background-size:100% auto;/* Mozilla */
	background-size:100% auto;/* CSS3 */
}
.format_top #tmp_catch {
	display:none;
}
.format_top #tmp_wrap_header_secondary #tmp_wrap_search {
	display:none;
}
.format_top #tmp_sma_lmenu {
	top:67px !important;
}
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:44px;
	height:44px;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	height:57px;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:10px;
	top:10px;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:59px;
	top:10px;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_passport/images/header/sp/rmenu_icon.jpg) 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_passport/images/header/sp/rmenu_icon_on.jpg) no-repeat center center;
	-webkit-background-size:44px 57px;
	-moz-background-size:44px 57px;
	background-size:44px 57px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_passport/images/header/sp/lmenu_icon.jpg) 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_passport/images/header/sp/lmenu_icon_on.jpg) no-repeat center center;
	-webkit-background-size:44px 57px;
	-moz-background-size:44px 57px;
	background-size:44px 57px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:44px;
	height:44px;
	overflow:hidden;
}
#tmp_sma_menu .no_cnt #tmp_sma_lnavi_cnt {
	padding:0;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	color:inherit;
	background-color:#DEFBE5;
	border-top:2px solid #218633;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:14px 10px 20px;
}
/* sma_search */
#tmp_sma_search {
	display:table;
	width:100%;
	margin:0 0 14px;
	clear:both;
}
#tmp_sma_search_ttl {
	display:table-cell;
	vertical-align:top;
}
#tmp_sma_search_input {
	display:table-cell;
	vertical-align:top;
	padding:3px;
	background-color:#FFFFFF;
	color:inherit;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_sma_search_input p {
	display:table-cell;
	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 #FFFFFF;
}
#tmp_sma_func_sch_btn {
	font-weight:bold;
	width:50px;
	min-height:31px;
	border:1px solid #1E7F2F;
	-webkit-border-radius:5px; /* Webkit */
	-moz-border-radius:5px; /* Mozilla */
	border-radius:5px; /* CSS3 */
	cursor:pointer;
	color:#FFFFFF;
	background-color:#1E7F2F;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #186726;
	text-align:center;
	font-weight:bold;
	color:#186726;
	background-color:#DEFBE5;
}
#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_passport/images/header/sp/close_icon.png) no-repeat left center;
	-webkit-background-size:12px 12px;/* Safari,Chrome */
	-moz-background-size:12px 12px;/* Mozilla */
	background-size:12px 12px;/* CSS3 */
	padding:0 0 0 20px;
}
/* sma_snavi */
#tmp_sma_snavi {
	background-color:#FFFFFF;
	color:inherit;
	padding:5px 10px 10px;
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_snavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_sma_snavi li {
	float:none;
	font-weight:bold;
	border-bottom:1px dotted #CCCCCC;
	background-repeat:no-repeat;
	background-position:left center;
	-webkit-background-size:19px 16px;/* Safari,Chrome */
	-moz-background-size:19px 16px;/* Mozilla */
	background-size:19px 16px;/* CSS3 */
	padding:0 0 0 22px;
}
#tmp_sma_snavi li.hnavi_saitama {
	text-align:center;
}
#tmp_sma_snavi a {
	display:block;
	padding:10px 0;
	color:inherit;
	text-decoration:none;
}
#tmp_sma_snavi li.hnavi_moji {
	background-image:url(/shared/site_passport/images/header/sp/txt_color_icon.png);
}
#tmp_sma_snavi li.hnavi_read {
	background-image:url(/shared/site_passport/images/header/sp/read_icon.png);
}
#tmp_sma_snavi li.hnavi_saitama a {
	padding:5px 0 9px;
}
/* gnavi */
#tmp_sma_gnavi {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_sma_gnavi li {
	margin-bottom:2px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0753B8;
	background:-webkit-gradient(linear, center top, center bottom, from(#0A65C9), to(#0753B8));/* Webkit */
	background:-moz-linear-gradient(center top, #0A65C9, #0753B8);/* Mozilla */
	background:linear-gradient(to bottom, #0A65C9, #0753B8);/* CSS3 */
}
#tmp_sma_gnavi a {
	display:block;
	padding:14px 22px 14px 12px;
	text-decoration:none;
	color:#FFFFFF;
	background: url(/shared/site_passport/images/icon/sp/navi_icon.png) no-repeat right 15px;
	-webkit-background-size:17px 8px;/* Safari,Chrome */
	-moz-background-size:17px 8px;/* Mozilla */
	background-size:17px 8px;/* CSS3 */
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	margin:0 0 1px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0753B8;
	background:-webkit-gradient(linear, center top, center bottom, from(#0A65C9), to(#0753B8));/* Webkit */
	background:-moz-linear-gradient(center top, #0A65C9, #0753B8);/* Mozilla */
	background:linear-gradient(to bottom, #0A65C9, #0753B8);/* CSS3 */
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	padding:11px 25px 11px 12px;
	text-decoration:none;
	color:#FFFFFF;
	background: url(/shared/site_passport/images/icon/sp/navi_icon.png) no-repeat right 17px;
	-webkit-background-size:17px 8px;/* Safari,Chrome */
	-moz-background-size:17px 8px;/* Mozilla */
	background-size:17px 8px;/* CSS3 */
}
#tmp_sma_lnavi_cnt {
	background-color:#FFFFFF;
	color:inherit;
	padding:8px 8px 10px;
}
#tmp_sma_lnavi_cnt ul {
	border-top:1px dotted #CCCCCC;
	list-style:none;
	list-style-image:none;
}
#tmp_sma_lnavi_cnt li {
	padding:10px 0;
	border-bottom:1px dotted #CCCCCC;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	padding-left:20px;
	background:url(/shared/site_passport/images/icon/sp/list_icon_b.png) no-repeat 8px 2px;
	-webkit-background-size:7px 10px;/* Safari,Chrome */
	-moz-background-size:7px 10px;/* Mozilla */
	background-size:7px 10px;/* CSS3 */
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list > a {
	display:inline-block;
	padding-right:0;
	padding-left:0;
	background:none;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a {
	vertical-align:middle;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch img {
	margin-right:5px;
	vertical-align:top;
}
#tmp_sma_lnavi_cnt .switch_cnt li {
	display:block;
	width:auto;
	border:none;
	padding-left:14px;
}
#tmp_sma_lnavi_cnt .switch_cnt li a {
	display:block;
	border-bottom:1px dotted #BBCCDD;
}
#tmp_sma_lnavi_cnt .switch_cnt li:last-child a {
	border-bottom:none;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	padding:0 10px 5px;
	clear:both;
}
/* lnavi
============================== */
#tmp_lnavi_board {
	background-image:none;
	background-color:#DCF3FC;
	color:inherit;
	margin-left:-10px;
	margin-right:-10px;
}
/* event_cal
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
/* pnavi
============================== */
.pnavi .ptop {
	color:inherit;
	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;
	text-decoration:none;
}
.pnavi .ptop span {
	display:block;
	position:relative;
	z-index:-1;
	width:30px;
	height:30px;
	overflow:hidden;
}
/* pnavi_footer
============================== */
.pnavi_footer .ptop {
	text-align:right;
}
.pnavi_footer .ptop a {
	display:inline-block;
	width:auto;
	border:none;
	background-color:transparent;
	color:#000000;
	margin:0;
	padding:5px 10px 5px 0;
	position:relative;
}
.pnavi_footer .ptop a span {
	background:url(/shared/site_passport/images/icon/sp/ptop_icon.png) no-repeat left 6px;
	-webkit-background-size:8px 6px;/* Safari,Chrome */
	-moz-background-size:8px 6px;/* Mozilla */
	background-size:8px 6px;/* CSS3 */
	padding:0 0 0 15px;
}
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* ==================================================
model_change
================================================== */
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:block;
	padding:0 10px;
	font-size:114.2%;
}
#tmp_model_change p a span {
	background-image:url(/shared/images/icon/right_icon_black.gif);
	padding-left:12px;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	background:none;
	padding:0;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:5px 0;
	list-style:none;
}
#tmp_fnavi li {
	float:none;
}
#tmp_fnavi li a {
	display:block;
	padding:5px 5px 5px 10px;
	background-position:left 9px;
}
#tmp_footer_cnt {
	padding:0 10px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	display:block;
	margin-right:0;
}
#tmp_copyright {
	clear:both;
}
/* ==================================================
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 {
	width:100%;
	margin-right:0;
	float:none;
}
div.col2 div.col2R,
div.col3 div.col3R {
	width:100%;
	float:none;
}
div.col2 div.col2L,
div.col2 div.col2R {
	clear:both;
}
div.col2 div.col2 div.col2L,
div.col2 div.col2 div.col2R {
	width:100%;
	clear:both;
}
div.fixed_col2 div.fixed_col2L,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	clear:both;
}
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R {
	width:100%;
	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 {
	width:100%; /* 変更しない */
	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 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_inquiry_cnt .inquiry_btn,
#tmp_feedback_cnt .inquiry_btn {
	padding:7px 0;
	width:100%;
}
/* ==================================================
free
================================================== */
#tmp_contents h2 {
	background-color:#D8F9FC;
	background:-webkit-gradient(linear, center top, center bottom, from(#A6E7EE), to(#D8F9FC));/* Webkit */
	background:-moz-linear-gradient(center top, #A6E7EE, #D8F9FC);/* Mozilla */
	background:linear-gradient(to bottom, #A6E7EE, #D8F9FC);/* CSS3 */
}
#tmp_contents h3 {
	background-image:none;
}
/* box_menu
============================== */
#tmp_contents .box_menu {
	background-color:#E1FCFF;
	background:-webkit-gradient(linear, center top, center bottom, from(#F0FBFF), color-stop(60%, #E1FCFF), to(#E1FCFF));/* Webkit */
	background:-moz-linear-gradient(center top, #F0FBFF, #E1FCFF 60%, #E1FCFF);/* Mozilla */
	background:linear-gradient(to bottom, #F0FBFF, #E1FCFF 60%, #E1FCFF);/* CSS3 */
}
/* box_btn
============================== */
#tmp_contents ul.box_btn li {
	background-color:#E1FCFF;
	background:-webkit-gradient(linear, center top, center bottom, from(#F0FBFF), to(#E1FCFF));/* Webkit */
	background:-moz-linear-gradient(center top, #F0FBFF, #E1FCFF);/* Mozilla */
	background:linear-gradient(to bottom, #F0FBFF, #E1FCFF);/* CSS3 */
}
/* ==================================================
top
================================================== */
/* top_gaiyo
============================== */
#tmp_wrap_top_gaiyo {
	background:none;
	border:solid 1px #42B6DE;
	padding:15px;
	-webkit-box-shadow:inset 0 0 10px 0 #9DDEF7; /* Webkit */
	-moz-box-shadow:inset 0 0 10px 0 #9DDEF7; /* Mozilla*/
	box-shadow:inset 0 0 10px 0 #9DDEF7; /* CSS3 */
}
#tmp_top_gaiyo {
	background:none;
}
#tmp_top_gaiyo2 {
	background:none;
	padding:0;
}
#tmp_top_gaiyo_photo,
#tmp_top_gaiyo_cnt {
	float:none;
	width:100%;
}
#tmp_top_gaiyo_photo {
	padding-top:10px;
	text-align:center;
}
/* top_info
============================== */
.top_info {
	margin:0 -10px 20px !important;
}
.top_info_ttl,
.top_info_s_ttl {
	background-color:#FFFFFF;
	background:-webkit-gradient(linear, center top, center bottom, from(#BEEBFC), to(#FFFFFF));/* Webkit */
	background:-moz-linear-gradient(center top, #BEEBFC, #FFFFFF);/* Mozilla */
	background:linear-gradient(to bottom, #BEEBFC, #FFFFFF);/* CSS3 */
}
/* top_kankyo
============================== */
#tmp_top_kankyo_ttl {
	background-image:none;
	background-color:#0A65C9;
	color:inherit;
	padding:0 1px;
}
#tmp_top_kankyo_ttl h2 {
	color:#FFFFFF;
	font-size:114.3%;
	border-bottom:solid 1px #D0EFFB;
	padding:8px 9px 4px;
	margin:0;
}
#tmp_top_kankyo_cnt .box_kankyo_pht,
#tmp_top_kankyo_cnt .box_kankyo_cnt {
	float:none;
	width:100%;
}
#tmp_top_kankyo_cnt .box_kankyo_pht {
	margin:0 auto 5px;
	text-align:center;
}
/* rnavi_info
============================== */
#tmp_wrap_rnavi_info {
	background-image:none;
	color:inherit;
	background-color:#FFFFFF;
	border:solid 7px #E0F18D;
	padding:15px;
	margin-bottom:20px;
}
#tmp_rnavi_info {
	background:none;
}
#tmp_rnavi_info_cnt {
	background:none;
	padding:0;
}
#tmp_rnavi_info_cnt img {
	width:100%;
	height:auto;
}
#tmp_rnavi_info_cnt p {
	margin:0 0 10px;
}
/* rnavi_pickup
============================== */
#tmp_rnavi_pickup {
	background:none;
	border:solid 1px #CFEA52;
}
#tmp_rnavi_pickup_ttl {
	background-color:#FFFFFF;
	background:-webkit-gradient(linear, center top, center bottom, from(#DFF07B), color-stop(60%, #FFFFFF), to(#FFFFFF));/* Webkit */
	background:-moz-linear-gradient(center top, #DFF07B, #FFFFFF 60%, #FFFFFF);/* Mozilla */
	background:linear-gradient(to bottom, #DFF07B, #FFFFFF 60%, #FFFFFF);/* CSS3 */
	border-bottom:none;
	padding:10px;
}
#tmp_rnavi_pickup_cnt {
	border:none;
}
#tmp_rnavi_pickup_cnt ul li {
	background-image:url(/shared/site_passport/images/icon/sp/list_icon_b2.png);
	-webkit-background-size:7px 10px;
	-moz-background-size:7px 10px;
	background-size:7px 10px;
}



}