﻿@charset "utf-8";

@media screen and (max-width : 480px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
body.format_top {
	background: none;
	background-color: #FFFFFF;
}
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 {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_lft_navi,
.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_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; /* 変更しない */
}
.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 {
	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_container {
	margin: 0;
	padding:0;
	width: 100%;
	min-width: 320px;
}
#tmp_header {
	position:relative;
	padding:0;
	width: 100%
	min-width: 320px;
}
#tmp_hlogo {
	float:none;
	padding:10px 0;
	text-align:center;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:220px;
	height:55px;
	background-image:url(/shared/site_smartphone/images/header/hlogo.gif);
	-webkit-background-size:220px 55px;
	-moz-background-size:220px 55px;
	background-size:220px 55px;
}
#tmp_hlogo a {
	width:220px;
	height:55px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:220px;
	height:55px;
}
/* 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; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:50px;
	height:75px;
	color:inherit;
	background-color:#BBCCDD;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	background-color:#CCDDEE;
}
#tmp_hnavi_lmenu {
	position:absolute;
	left:0;
	top:0;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:0;
	top:0;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/lmenu_icon.png) no-repeat center center !important;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_smartphone/images/header/lmenu_icon_on.png) no-repeat center center !important;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/rmenu_icon.png) no-repeat center center !important;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_smartphone/images/header/rmenu_icon_on.png) no-repeat center center !important;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
#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:#fae4e5;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	margin:0;
	padding:0;
}
/* sma_search */
#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:115%;
	font-weight:bold;
	width:80px;
	min-height:31px;
	border:1px solid #AABBCC;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	cursor:pointer;
	color:inherit;
	background-color:#BBCCDD;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	clear: both;
	margin: 0 4%;
	border:1px solid #FFF;
	text-align:center;
	font-weight:bold;
	width: 92%;
	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;
	padding:0 0 0 30px;
}
/* sma_snavi */

#tmp_sma_snavi {
	margin:0 15px 20px;
	clear:both;
}
#tmp_sma_snavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_sma_snavi li {
	float:none;
	margin: 0 0 1px;
	padding: 10px 10px 10px 50px;
	font-weight:bold;
	background: url(/shared/images/sm_menu/config_icon.jpg) 10px 15px no-repeat #FFF !important;
}
#tmp_sma_snavi li:last-child {
	display: none;
}


#tmp_sma_snavi a {
	display:block;
	padding:10px 0;
	color:inherit;
	text-decoration:none;
}
/* gnavi */
#tmp_sma_gnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	list-style-image: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: none;
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	margin:0 0 10px;
	border:1px solid #BBCCDD;
	font-weight:bold;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	padding:10px 10px;
	text-decoration:none;
	color:inherit;
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
	border-top:1px solid #AABBCC;
}
#tmp_sma_lnavi_cnt li {
	font-weight:bold;
	border-bottom:1px solid #AABBCC;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	padding:10px 0 10px 14px;
	color:inherit;
	text-decoration:none;
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 0.8em !important;
}
#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;
}

/* search
============================== */

#tmp_header_area .right_box2 {
	position: relative;
	top:0px;
	right: 0px;
	padding: 0;
	width: 100%;
	min-width: 320px;	
}
#tmp_header_area .right_box2 .icon_search {
  display: none;
}
#srchBox {
	position: relative;
	margin: 0 4%;
	width: 70%;
	height: 140px;
	top: 30px;
}
#srchForm {
	position: absolute;
	top: 10px;
	width: 96%;
	left: 0;
}
#srchInput {
	position: absolute;
	top: 40px;
	width: 70% !important;
	left: 0;
	height: 25px;
	z-index: 1000;
}
#srchselect {
	position: absolute;
	top: 65px;
	left: 0;
	width: 48%;
	height: 30px;	
	display: none;
}
#srchBtn {
	height: 30px;
	background-color: #d6d6d6;
	border: 1px solid #d6d6d6;
	left: 75%;
	width: 35% !important;
	position: absolute;
	top: 40px;
	z-index: 1000;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a span {
	padding: 0;	
}



/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* lnavi
============================== */
/* event_cal
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
/* pnavi
============================== */
.pnavi .ptop {
	color:inherit;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
.pnavi .ptop a {
	display:inline-block;
	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:6px 10px 5px;
	color:inherit;
	background-color:#DDEEFF;
	list-style:none;
	text-align:center;
}
#tmp_fnavi li {
	margin-right:10px;
	padding-right:10px;
	white-space:nowrap;
	float:none;
	display:inline-block;
	border-right:1px solid #333333;
}
#tmp_fnavi .last {
	margin-right:0;
	border-right:none;
}
#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 {
	text-align:center;
	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:10px;
}
#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 !important; /* 変更しない */
}
/* 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_gnavi tmp_header
============================== */

#tmp_header_area {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width:320px;
	background: none;
	background-color: #FFFFFF;
	clear: both;
}

#tmp_header {
	position: absolute;
	margin: 0;
	width: 100%;
	min-width:320px;
	height: 100px;
	top: 0px;
}
#tmp_header .logo_main {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 160px;
	height: 37px;
	background: url(/shared/images/sm_menu/sm_logo.jpg) 0 0 no-repeat !important;
	background-size: 160px 37px !important;
	/*display: none;*/
}
#tmp_header .logo_main a {
	display: block;
	width: 160px;
	height: 37px;	
}
#tmp_gnavi{
	display: none;
}

#tmp_wrap_main_gallery {
	/*padding: 0 0 0 0;*/
	min-width: 320px;
	width: inherit;
}
#tmp_main_gallery {
	width: 100%;
	min-width:320px;
	height: auto;
}
#tmp_wrap_main_gallery .box_gallrey img {
	width: 100%;
}
#tmp_main_gallery_cnt {
	text-align: center;
	margin: 10px auto 0;
	width: 50%;
}
#tmp_main_gallery_cnt .list_order  {
	text-align: center;
	margin: 0 auto;

}
#tmp_main_gallery_cnt ul li {

}
#tmp_main_gallery_cnt #tmp_main_gallery_player {

}

/* header navi
============================== */

#tmp_hnavi_s_lnavi {
	position: absolute;
	right: 10px;
	top: 70px;
	width: 50px;
	height: 50px;
}
#tmp_hnavi_s_lnavi a {
	display: block;
	width: 50px !important;
	height: 50px !important;
	background: url(/shared/images/sm_menu/sm_button_1.jpg) 0 0 no-repeat !important;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px !important;
	/* background-size: 50px 50px; */
}
#tmp_hnavi_s_lnavi a.active {
	background: url(/shared/images/sm_menu/sm_button_1_on.jpg) 0 0 no-repeat !important;
	background-size: 50px !important;
}
#tmp_hnavi_s_lnavi a span {
	display: none;
}

#tmp_hnavi_s_menu {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 50px;
	height: 50px;
}
#tmp_hnavi_s_menu a {
	display: block;
	width: 50px !important;
	height: 50px !important;
	background: url(/shared/images/sm_menu/sm_button_2.jpg) 0 0 no-repeat !important;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	/* background-size: 50px 50px; */
	background-size: 50px !important;
}
#tmp_hnavi_s_menu a.active {
	background: url(/shared/images/sm_menu/sm_button_2_on.jpg) 0 0 no-repeat !important;
	background-size: 50px !important;
}
#tmp_hnavi_s_menu a span {
	display: none;
}


/* tmp_sma_gnavi
============================== */

#tmp_sma_gnavi {
	margin: 10px;
}
#tmp_sma_gnavi ul {
	list-style-type: none;
}
#tmp_sma_gnavi li {
	position: relative;
	margin: 0 0 2px 0;
	padding: 0 0 0 20%;
	border: 0;
	display: block;
	width: 80%;
	height: 79px;
	font-size: 22px;
	background: url(/shared/images/sm_menu/sm_menu1.jpg) 0 0 no-repeat !important;
}
#tmp_sma_gnavi li a {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 30px 0 0 20%;
	display: block;
	width: 80%;
	height: 48px;
	font-size: 90%;
	font-family: "FOT-スキップ Std B";	
}

#tmp_sma_gnavi li:last-child {
	display: none;
}


/* tmp_wrap_main
============================== */

#tmp_wrap_main {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 320px;
}

#tmp_top_navi {
	display: none;

}

#tmp_top_navi_sm {
	clear: both;
	margin: 0 auto 15px;
	padding: 15px 15px;
	background-color: #fae4e5;
}
#tmp_top_navi_sm ul {
	list-style-type: none;
}
#tmp_top_navi_sm li {
	float: left;
	text-align: center;
	margin: 0 16px 0 0;
	padding: 0 0 0 0;
	width: 129px;
	font-family: "FOT-スキップ Std B";
	font-size: 105%;
}
#tmp_top_navi_sm li a {
	display: block;
	padding: 20px 0 20px 0;
	text-decoration: none;
	width: 100%;
	color: #000000;
	text-decoration: none;
}
#tmp_top_navi_sm li.kurashi {
	border: 8px solid #78A4DE;
}
#tmp_top_navi_sm li.kurashi span {
	color:#4C688D;
	background-color: transparent;
	font-size: 115% !important;
}
#tmp_top_navi_sm li.faq {
	border: 8px solid #5c84a7;
}
#tmp_top_navi_sm li.faq span {
	color:#4D708C;
	background-color: transparent;
	font-size: 120% !important;
}
#tmp_top_navi_sm li.form {
	border: 8px solid #68ab9a;
}
#tmp_top_navi_sm li.form span {
	color:#4D7F73;
	background-color: transparent;
	font-size: 120% !important;
}
#tmp_top_navi_sm li.event {
	border: 8px solid #c0bc5b;
}
#tmp_top_navi_sm li.event span {
	color:#757338;
	background-color: transparent;
	font-size: 120% !important;
}
#tmp_top_navi_sm li.map {
	border: 8px solid #af7ca4;
}
#tmp_top_navi_sm li.map span {
	color:#94688B;
	background-color: transparent;
	font-size: 120% !important;
}
#tmp_top_navi_sm li.organization {
	border: 8px solid #f07e65;
	margin: 0;	
}
#tmp_top_navi_sm li.organization span {
	color:#AB5A47;
	background-color: transparent;
	font-size: 120% !important;
}
#tmp_top_navi_sm li {
	margin: 0 0 10px 0;
	padding: 0;
	width: 40%;
	height: auto;
	background-color: #FFFFFF;	

}
#tmp_top_navi_sm li a {
	display: block;
	width: 100%;
	padding: 20px 0;
	height: 100%;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	font-size: 90%;
	text-decoration: none !important;		
}
#tmp_top_navi_sm li:nth-child(odd) {
	float: left;

}
#tmp_top_navi_sm li:nth-child(even) {
	float: right;
}








/* tmp_left_column
============================== */

#tmp_left_column,
#tmp_left_column_0 {
	width: 100%;
	min-width: 320px;
}
#tmp_left_column_0 p.title {
	margin: 0 0 0 15px;
	width: 70%;
}
#tmp_left_column_0 .info_title,
#tmp_left_column .info_title {
	margin: 0 0 0 15px;
	width: 70%;
}

#tmp_left_column_0 .emergency {
	margin: 0 15px 10px;
}
#tmp_left_column_0 .emergency ul li.title {
	text-align: left;
	text-indent: 5px;
	margin: 0;
	padding: 10px 0 10px;
	width: 100%;
}
#tmp_left_column_0 .emergency ul li.bdy {
	margin: 0;
	padding: 10px 5px;
}
#tmp_left_column_0 .board {
	margin: 0 10px 10px;
}
#tmp_left_column_0 .board a {
	width: 300px;
}
#tmp_left_column_0 .board .info ul.divide {
	clear: both;
}
#tmp_left_column_0 .board .info ul.divide li{
	float: left;
	width: 70%;
}
#tmp_left_column_0 .board .info ul.divide li.info {
	margin: 0;
	padding: 0;
	width: 30%;
}
#tmp_left_column_0 .board .info ul.divide2 {
	clear: both;
}
#tmp_left_column_0 .board .info ul.divide2 li{
	float: left;
	width: 90%;
}
#tmp_left_column_0 .board .info ul.divide2 li.info {
	margin: 0;
	padding: 0;
	width: 30%;
}

#tmp_left_column .panel {
	margin: 0 10px 10px;
}
#tmp_left_column .panel ul {	

}
#tmp_left_column .panel li {
	margin: 0 0 10px 0;
	height: 130px;
}
#tmp_left_column .panel li.right {
	float: none;
	margin: 0 0 10px 0;
}
#tmp_left_column .panel li:nth-child(odd) {
	float: left;
	width: 48%;
	padding: 15px 0 15px;
}
#tmp_left_column .panel li:nth-child(even) {
	float: right;
	width: 48%;
	padding: 15px 0 15px;
}
#tmp_left_column .panel li a.caption {
	font-size: 90%;
}
#tmp_left_column .panel li img {
	width: 80%;
}




#tmp_right_column,
#tmp_right_column_0 {
	margin:0;
	padding:0;
	width: 100%;
	min-width: 320px;
}
#tmp_right_column_0 .twitter {
	margin: 15px 10px 10px;
	padding: 0;
	border-bottom: none;
}
#tmp_right_column_0 .twitter .tweet {
	margin: 0;
	padding: 10px 3% 10px 4%;
	width: 93%;
	border-bottom: 1px solid #58adee;
}
#tmp_right_column_0 .twitter .tweet .fleft2 {
	margin: 0;
	padding: 0;
	float: left;
	width: 15%;
}
#tmp_right_column_0 .twitter .tweet .fleft3 {
	float: left;
	margin: 0;
	padding: 0;
	float: left;
	width: 70%;
}


#tmp_right_column .right_navi {
	padding: 0 10px;
}
#tmp_right_column .right_navi li {
  margin: 0 0 5px 0;
  width: 100%;
  height: auto;
}
#tmp_right_column .right_navi li .rnavi img {
	float: left;
	width: 70px;
}
#tmp_right_column .right_navi li .rnavi span {
	float: right;
	width: 60%
	
}
#tmp_right_column .right_navi li .rnavi span a {
	color: #000000;
	background-color: transparent;
}


#tmp_right_column .banner p.title {
	margin: 0 8px 0 0;
	padding: 3px 0 3px 18px;
	background: url(/shared/images/top/footer_icon.gif) 0 8px no-repeat !important;
}
#tmp_right_column .banner {
	padding: 0 3px;
}
#tmp_right_column .banner li {
	margin: 0;
	float: left;
	margin: 0 3px 3px 0;
}





/* footer
============================== */

#tmp_wrap_footer {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	min-width: 320px;
}



#tmp_wrap_footer .obi_navi {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
#tmp_wrap_footer .obi_navi ul {

}
#tmp_wrap_footer .obi_navi li {
	margin: 0 0 0 5%;
	padding: 4px 0 4px 18px;
	float: none;
	width: 85%;
	border-bottom: 1px solid #FFFFFF;
	
}
#tmp_wrap_footer .obi_navi li.last {
	border-bottom: none;
	clear: both;	
}
#tmp_wrap_footer .information {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 320px;
}

#tmp_wrap_footer .footer_logo {
	clear: both;
	float: left;
	margin: 0 0 5px 5%;
}
#tmp_wrap_footer .ueda_city {
	margin: 10px 0 0 0;
	float: left;
}
#tmp_wrap_footer .address {
	clear: both;
	margin: 0 5% 10px;
}
#tmp_wrap_footer .button ul {
	margin: 0 5% 10px;
	width: 90%;
	list-style-type: none;

}
#tmp_wrap_footer .button ul li {
	margin: 0;
	width: 48%;
}
#tmp_wrap_footer .button ul li a {
	margin: 0;
	padding: 4px 2px;
	width: 100%;
	font-size: 85%;
}

#tmp_wrap_footer .copyright {
	margin: 0 5%;
}



/* last
============================== */

#tmp_left_column_last {
	display: none;
}
/* 第2階層のみ左メニュー表示 */
#tmp_main_index ~ #tmp_read_contents #tmp_left_column_last {
  display: block;
  width: 100%;
}
#tmp_left_column_last #tmp_title_index span:after {
	content: "▼";
}
/* 第2階層のみbannerをデフォルト非表示 */
#tmp_main_index ~ #tmp_read_contents #tmp_left_column_last .banner {
	display: none !important;
}
#tmp_right_column_last {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 320px;
}
#tmp_right_column_last_inner {
	padding: 0 10px;
}

#tmp_right_column_last_inner img {
	max-width:100%;
	height:auto;
}


/* index
============================== */
#tmp_main_index {
	position: relative;
	margin: 0 0 15px 0;
	padding: 10px 0;
	width: 100%;
	min-width: 320px;
	background: url(/shared/templates/free/images/contents/index_main.jpg) top right no-repeat;
	text-align: center;
}
#tmp_main_index .inner {
	margin: 0 10px;
	border: 1px solid #e88361;
	background-color: #FFFFFF;
	opacity: 0.8;
}
#tmp_main_index .title2 {
	padding: 0;
	font-size: 100%;
	font-family: "FOT-スキップ Std L";	
}
#tmp_main_index .title1 {
	padding: 0 0 0 0;	
	font-size: 180%;
	font-family: "FOT-スキップ Std L";		
}
#tmp_title_new ul.information li ul.col li.date {
	float: left;
	width: 25%;
}
#tmp_title_new ul.information li ul.col li.text {
	float: left;
	width: 65%;
}
#tmp_title_topic ul.topic_panel li.topic_panel_board img {
	width: 100%;
}
#tmp_title_topic ul.topic_panel li.topic_panel_board:nth-child(odd) {
	float: left;
	margin-right: 0;
	padding: 2%;
	width: 44%;
	border: 1px solid #d6d6d6;
}
#tmp_title_topic ul.topic_panel li.topic_panel_board:nth-child(even) {
	float: right;
	margin-right: 0;
	padding: 2%;
	width: 44%;
	border: 1px solid #d6d6d6;
}

/* second
============================== */
#tmp_main_second {
	postion: relative;
	margin: 0 0 15px 0;
	padding: 10px 0;
	width: 100%;
	min-width: 320px;
	background: none;
	text-align: center;
}
#tmp_main_second .inner {
	margin: 0 10px;
	padding: 10px 0;
	width: auto;
	border: 2px solid #e88361;
	background-color: #FFFFFF;
	opacity: 0.8;
}
#tmp_main_second .title2 {
	padding: 0;
	font-size: 90%;
	font-family: "FOT-スキップ Std L";	
}
#tmp_main_second .title1 {
	padding: 0 0 0 0;	
	font-size: 120%;
	font-family: "FOT-スキップ Std L";		
}

/* calendar
============================== */
#tmp_event_cal2_cnt2 {
  overflow-x: scroll;
  position: relative;
}
#tmp_contents .event_col3 {
	width: 300px;
}
#tmp_contents .event_col3 .event_col3M {
	width: 140px	
}
#tmp_contents .event_col3 .event_col3L, #tmp_contents .event_col3 .event_col3R {
  display: table;
  margin: 5px 0 0 0;
  width: 70px;
  text-align: center;
}
#tmp_contents .event_col3 .prev a {
	padding: 2px 0 2px 23px;
	background:url(/shared/templates/free/images/contents/event/cal_arrow_left.jpg) 0 0.1em no-repeat;
}
#tmp_contents .event_col3 .next a {
  padding: 2px 23px 2px 0;
  background: url(/shared/templates/free/images/contents/event/cal_arrow_right.jpg) right 0.1em no-repeat;
}
#tmp_event_cal2 {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 320px;
}
#tmp_event_cal2_tab {
	margin: 0 5px;
	padding: 0;
	width: 100%;
	min-width: 320px;
}
#tmp_event_cal2_tab #tmp_calendar_icon {
	float:left;
}
#tmp_event_cal2_tab #tmp_list_icon {
	float:right;
}
#tmp_event_cal2_tab li {
	margin: 0 5% !important;
	width: 39% !important;
}
#tmp_event_cal2_tab li a {
	display:block;
	margin: 0 20px 0 0;
	padding: 5%;
	width:100%;
	height:46px;
	text-indent:0px;
}
#tmp_event_cal2_tab #tmp_calendar_icon a {
	background: none;
	border: 1px solid #e78361;
}
#tmp_event_cal2_tab #tmp_calendar_icon a:hover,
#tmp_event_cal2_tab #tmp_calendar_icon.active a {
	background: none;
	background-color: #e78361;
}
#tmp_event_cal2_tab #tmp_list_icon a {
	background: none;
	border: 1px solid #e78361;	
}
#tmp_event_cal2_tab #tmp_list_icon a:hover,
#tmp_event_cal2_tab #tmp_list_icon.active a {
	background: none;
	background-color: #e78361;
}

#tmp_event_genre {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 320px;
}
#tmp_event_genre_cnt {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	min-width: 320px !important;	
}

#tmp_eventsearch_keyword {

}
#tmp_eventsearch_keyword li {
	margin: 0 0 15px 0;
	float: none;
	width: 260px;
}
#tmp_eventsearch_keyword li.title {
	margin: 0 10px 10px 0;
	padding: 8px 0 0 0;
	width: 160px;
	text-align: left;
}
#tmp_eventsearch_keyword li.input #tmp_ev_query {
	width: 260px !important;
	height: 28px;
}
#tmp_eventsearch_keyword li.button input.search_bt {
	margin: 0 0 0 0;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	background-color: #656472;
	border:1px solid #656472;
}
#tmp_eventsearch_genre li{
	float: none;
}
#tmp_eventsearch_genre li.title {
	margin: 0 10px 10px 0;
	padding: 0 0 0 0;
	width: 160px;
	text-align: left;
}
#tmp_eventsearch_genre li.jenre {
	margin: 0 0 15px 0;
	padding: 0;
	width: 250px;
}

/* calendar_list
============================== */

#tmp_event_cal2_cnt2 {
	padding: 0 10px;
}

}
/*
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
/* banner
============================== 
#tmp_right_column .banner li:nth-child(odd) {
	float: none;
	margin: 0 25% 10px 25%;
}
#tmp_right_column .banner li:nth-child(even) {
	float: none;
	margin: 0 25% 10px 25%;
}
}
*/