@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_wrap_fnavi,
#tmp_fnavi,
#tmp_footer_cnt,
#tmp_ls,
#tmp_set_btn,
#tmp_wrap_hg,
#tmp_hg {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px !important;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
/* cate_ttl
============================== */
#tmp_cate_ttl {
	margin:0 0 10px;
	min-height:inherit;
	padding:20px;
	background-image:none !important;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.format_free .wrap_col_lft_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; /* 変更しない */
}
.format_top .column_full .wrap_col_nm,
.format_top .column_full .wrap_col_lft_navi,
.format_top .column_full .wrap_col_rgt_navi {
	float:none;
}
/* 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_htop,
#tmp_ls,
#tmp_set_btn {
    z-index:inherit;
}
#tmp_header {
	position:relative;
	padding:0;
}
#tmp_hlogo {
	position:static;
	padding:0 0 0 10px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:195px;
	height:60px;
	background-image:url(/shared/site_smartphone/images/header/hlogo.jpg);
	-webkit-background-size:195px 60px;
	-moz-background-size:195px 60px;
	background-size:195px 60px;
}
#tmp_hlogo a {
	width:195px;
	height:60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:195px;
	height:60px;
}
/* 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:35px;
	height:39px;
	padding:11px 8px 10px 7px;
}
#tmp_hnavi_s li a.active {
	background-color:#C6EA95;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:58px;
	top:0;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:7px;
	top:0;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/lmenu_icon.png) no-repeat center center;
	-webkit-background-size:35px 39px;
	-moz-background-size:35px 39px;
	background-size:35px 39px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/rmenu_icon.png) no-repeat center center;
	-webkit-background-size:35px 39px;
	-moz-background-size:35px 39px;
	background-size:35px 39px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	text-align:center;
	padding:3px
	width:30px;
	height:30px;
	overflow:hidden;
}
/* search
============================== */
#tmp_wrap_search {
	display:none;
}
.format_top #tmp_wrap_search {
	display:block;
}
#tmp_search {
	float:none;
	width:260px;
	margin:0 auto 10px;
}
#tmp_search dl {
	display:table;
}
#tmp_search dt,
#tmp_search dd,
#tmp_search dd p {
	margin:0;
	float:none;
	display:table-cell;
	vertical-align:top;
	padding-right:5px;
}
#tmp_query {
	width:165px;
	margin:0;
}
#tmp_wrap_search .unfound_btn {
	float:none;
	width:200px;
	margin:0 auto;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	color:inherit;
	background-color:#C6EA95;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:20px;
}
/* sma_search */
#tmp_wrap_sma_search {
	background-color:#ECF8DC;
	color:inherit;
	padding:10px;
	margin:0 0 10px;
}
#tmp_sma_search {
	display:table;
	margin:0 0 10px;
	width:100%;
	clear:both;
}
#tmp_sma_search p {
	display:table-cell;
	padding:0 5px 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:24px;
	border:1px solid #006134;
}
#tmp_sma_func_sch_btn {
	font-weight:bold;
	width:50px;
	min-height:26px;
	border:none;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	cursor:pointer;
	color:#FFFFFF;
	background-color:#006134;
}
#tmp_wrap_sma_search .unfound_btn {
	width:200px;
	margin:0 auto;
}
#tmp_wrap_sma_search .unfound_btn a {
	display:block;
	text-decoration:none;
	min-height:24px;
	background-color:#006134;
	color:#FFFFFF;
	padding:2px 7px 0;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
}
#tmp_wrap_sma_search .unfound_btn span {
	padding:1px 0 0 16px;
	background:url(/shared/images/icon/navi_icon_wh2.png) no-repeat left 5px;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #006134;
	font-size:107%;
	text-align:center;
	font-weight:bold;
	color:#006134;
	background-color:transparent;
}
#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;
	-webkit-background-size:15px 15px;/* Safari,Chrome */
	-moz-background-size:15px 15px;/* Mozilla */
	background-size:15px 15px;/* CSS3 */
	padding:0 0 0 20px;
}
/* sma_hnavi */
#tmp_sma_hnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_hnavi ul {
	list-style:none;
}
#tmp_sma_hnavi li {
	font-weight:bold;
}
#tmp_sma_hnavi a {
	display:inline-block;
	padding:3px 5px 1px 23px;
	color:#FFFFFF;
	background:#006134 url(/shared/images/icon/navi_icon_wh2.png) no-repeat 7px 6px;
	text-decoration:none;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_sma_hnavi li.func_txt,
#tmp_sma_hnavi li.last {
	display: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 {
	margin-bottom:1px;
	font-weight:bold;
}
#tmp_sma_gnavi a {
	display:block;
	padding:13px 20px 13px 10px;
	text-decoration:none;
	color:#FFFFFF;
	background:#006134 url(/shared/site_smartphone/images/header/gnavi_icon.png) no-repeat right center;
	-webkit-background-size:16px 7px;/* Safari,Chrome */
	-moz-background-size:16px 7px;/* Mozilla */
	background-size:16px 7px;/* CSS3 */
}
#tmp_sma_gnavi li:last-child a {
	background-color:#4A4135;
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#006134;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	padding:10px 20px 10px 10px;
	text-decoration:none;
	color:#FFFFFF;
	background:#006134 url(/shared/site_smartphone/images/header/gnavi_icon.png) no-repeat right center;
	-webkit-background-size:16px 7px;/* Safari,Chrome */
	-moz-background-size:16px 7px;/* Mozilla */
	background-size:16px 7px;/* CSS3 */
}
#tmp_sma_lnavi_cnt {
	padding:0 10px;
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
}
#tmp_sma_lnavi_cnt li {
	border-bottom:1px solid #FFFFFF;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	padding:10px 20px 10px 10px;
	background:url(/shared/site_smartphone/images/header/lnavi_icon.png) no-repeat right center;
	-webkit-background-size:16px 7px;/* Safari,Chrome */
	-moz-background-size:16px 7px;/* Mozilla */
	background-size:16px 7px;/* CSS3 */
}
#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;
}
#tmp_sma_rnavi {
	width:100%;
	margin:0 auto 10px;
}
#tmp_sma_rnavi .col_rgt_navi {
	background-color:#FFFFFF;
	color:inherit;
	padding:20px 20px 10px;
}
#tmp_sma_rnavi #tmp_rnavi_create_ttl {
	background-image:url(/shared/images/navi/rnavi/sp/create_ttl.jpg);
	background-size:480px 90px;
	width:100%;
	height:90px;
	margin:0 auto;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	padding:0 0 5px 10px;
	margin-bottom:15px;
	border-bottom:1px solid #69644b;
	display:block;
	clear:both;
}
/* lnavi
============================== */
/* rnavi
============================== */
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* ==================================================
banner
================================================== */
#tmp_publicity_ttl span {
	display:block;
}
#tmp_publicity_cnt ul {
	width:300px;
	margin:0 auto;
}
#tmp_publicity_cnt ul li:nth-child(even) {
	margin:0;
}
#tmp_publicity_cnt ul li {
	width:145px !important;
}
#tmp_publicity_cnt ul li img {
	width:145px;
	height:auto;
}



/* ==================================================
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_footer_cnt #tmp_fcnt_add,
#tmp_footer_cnt #tmp_fcnt_list {
	float:none;
}
#tmp_fnavi li {
	line-height:1.2;
	margin:0 5px 12px 0;
	padding:0 5px 0 0;
}
#tmp_footer_cnt #tmp_fcnt_list ul {
	float:none;
}
#tmp_footer_cnt #tmp_fcnt_list li {
	margin:0;
	width:50%;
	padding-bottom:5px;
}
#tmp_footer_cnt #tmp_fcnt_list li br {
	display:none;
}
#tmp_footer_cnt #tmp_fcnt_list li a {
	min-height:inherit !important;
	padding:10px 5px 10px 25px !important;
	background-position:10px center !important;
}
#tmp_footer_cnt #tmp_fcnt_list li.line a {
	margin-right:5px !important;
}
/* ==================================================
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 {
	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;
}
/* ==================================================
top
================================================== */
/* top_lead
============================== */
#tmp_top_lead {
	width:100%;
	margin:0 auto;
	float:none;
}
#tmp_wrap_hg {
	background:none;
	margin-bottom:0;
}
#tmp_wrap_hgallery {
	width:320px;
    max-width:320px;
	min-width:320px;
	height:210px;
}
#tmp_hgallery {
	position:static !important;
	width:320px;
    max-width:320px;
	min-width:320px;
	margin:0 auto;
	background:none;
    height:210px;
}
#tmp_hgallery .hgallery_img img {
	width:320px;
	height:auto;
}
#tmp_hgallery .hgallery_txt {
	width:320px;
	z-index:0;
}
#tmp_hgallery .hgallery_txt p {
	margin:5px 0;
}
#tmp_set_btn {
	padding-top:0;
}
#tmp_hgallery_player {
	padding-left:40px;
}
/* guide
============================== */
#tmp_guide_ttl {
	width:auto;
	float:none;
	text-align:left;
	padding:5px 5px 3px;
}
#tmp_guide_ttl br {
	display:none;
}
#tmp_guide_cnt {
	width:100%;
	margin:0 auto;
	float:none;
}
#tmp_guide_cnt ul {
	font-size:85.7%;
}
#tmp_guide_cnt ul li {
	width:25%;
}
#tmp_guide_cnt ul li a {
	min-height:54px;
	padding:7px 10px 3px;
}
.rmenu_col div {
	width:49%;
}
.rmenu_col div:first-child {
	margin-right:1.5%;
}
#tmp_top_lead_cntL,
#tmp_top_lead_cntR {
	float:none;
	width:100%;
	border-right:none;
}
#tmp_top_lead_cntL {
	margin-bottom:10px;
}
/* top_info
============================== */
#tmp_top_info_list,
#tmp_top_info_main {
	float:none;
	width:100%;
	padding-top:0;
}
#tmp_info {
	background:none;
}
#tmp_info_ttl {
	float:none;
	width:100%;
	padding:0 0 10px;
	text-align:left;
}
#tmp_info_ttl h2 {
	padding:7px 10px;
	margin-bottom:5px;
	background:url(/shared/templates/top/images/info_bg.jpg) no-repeat left top;
}
#tmp_info_ttl .read_all {
	position:static;
}
#tmp_info_ttl .read_all li {
	margin-bottom:0;
	float:left;
}
#tmp_info_ttl .read_all li a {
	padding-right:15px;
}
#tmp_wrap_info_cnt {
	float:none;
	width:100%;
}
#tmp_info_cnt {
	padding:10px 0;
}
/* top_col2
============================== */
.top_col2L {
	float:none;
	width:100%;
}
.top_col2R {
	float:none;
	margin:0 auto;
}
/* idx_pickup
============================== */
#tmp_idx_pickup_cnt .box_pickup_item {
	clear:none;
	padding:0;
	border:none;
}
#tmp_idx_pickup_cnt .box_pickup_item:after {
	clear:none;
}
#tmp_idx_pickup_cnt .box_item {
	width:50%;
	padding:10px 0;
	border-bottom:1px solid #CAC0B5;
}
#tmp_idx_pickup_cnt .box_item_inner {
	border-left:none !important;
	border-right:1px dotted #CAC0B5 !important;
	padding:0 5px;
}
#tmp_idx_pickup_cnt .box_pickup_item:nth-child(1) .box_item:nth-child(even) .box_item_inner,
#tmp_idx_pickup_cnt .box_pickup_item:nth-child(2) .box_item:nth-child(odd) .box_item_inner {
	border-right:none !important;
}
#tmp_idx_pickup_cnt .box_pickup_item:nth-child(2) .box_item:last-child,
#tmp_idx_pickup_cnt .box_pickup_item:nth-child(2) .box_item:nth-last-child(2) {
	border-bottom:none;
}
#tmp_idx_pickup_cnt .box_item img {
	width:140px;
	height:auto;
}
/* idx_event
============================== */
#tmp_idx_event .box_item_inner img {
	width:140px;
	height:auto;
}
/* visual
============================== */
#tmp_visual {
	width:300px;
	height:400px;
	margin:0 auto;
	position:relative;
	background:none;
}
#tmp_visual_ttl {
	float:none;
	width:135px;
	height:170px;
	position:absolute;
	top:0;
	left:0;
	background:url(/shared/images/visual/visual_bg.jpg) no-repeat left bottom;
}
#tmp_visual_ttl img {
	width:135px;
	height:auto;
}
#tmp_visual_cnt {
	float:none;
	width:100%;
	height:400px;
}
#tmp_visual_gallery .box_parent_gallrey {
	height:400px !important;
}
#tmp_visual_gallery .box_gallrey p,
#tmp_visual_gallery .box_visual p {
	float:none;
	width:140px;
	margin:0;
}
#tmp_visual_cnt .box_gallrey img {
	width:140px;
	height:auto;
}
#tmp_visual_gallery .visual-L {
	position:absolute;
	top:0;
	left:150px;
}
#tmp_visual_gallery .visual-M {
	position:absolute;
	top:200px;
	left:0;
}
#tmp_visual_gallery .visual-R {
	position:absolute;
	top:200px;
	left:150px;
}
#tmp_set_visual_btn {
	width:140px;
	right:10px;
	top:inherit;
	bottom:0;
}
/* visual_gallery */
#tmp_visual_gallery .list_order {
	left:105px;
	bottom:0;
}
#tmp_visual_gallery_player {
	left:85px;
	bottom:0;
}
/* ==================================================
index
================================================== */
/* idx_info
============================== */
#tmp_idx_info_cnt_list,
#tmp_idx_info_cnt_main {
	float:none;
	width:100%;
}
/* idx_event
============================== */
#tmp_idx_event_cnt {
	padding:20px 0 0 0;
}
#tmp_idx_event_ttl .list_btn {
	position:static;
	margin:14px 0 0 10px;
}
#tmp_idx_event_cnt .box_wrap_parent_gallrey {
	border-left:1px dotted #CAC0B5;
	border-right:1px dotted #CAC0B5;
}

#tmp_idx_event_cnt .box_item_inner {
	border:none !important;
}
#tmp_idx_event_cnt .box_item_inner p {
	padding:0 10px;
	margin:0 0 5px;
}
/* ev_gallery */
#tmp_wrap_ev_gallery {
	width:300px;
	margin:0 auto;
	position:relative;
}
#tmp_ev_gallery {
	padding:0 64px;
}
.box_gallrey {
	text-align:center;
	margin:0 auto;
}
#tmp_wrap_ev_gallery .prev_btn {
	position:absolute;
	top:45px;
	left:10px;
}
#tmp_wrap_ev_gallery .next_btn {
	position:absolute;
	top:45px;
	right:10px;
}

/* ==================================================
clearfix
================================================== */
#tmp_info_ttl:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}


}