@charset "utf-8";

@media screen and (max-width : 767px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body,
input,
select,
textarea {
	font-family:'メイリオ',Meiryo,sans-serif;
}
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper .caution p,
#tmp_wrapper3 {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
#tmp_wrapper2 {
	min-width:320px; /* 変更しない */
	padding:5px 0 0;
	background:url(/shared/site_atsubetsu/images/main/sp/body_bg.jpg) repeat-x left top;
	background-size:10px 5px;/* CSS3 */
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px !important;
	margin:0 !important;
}
/* update
============================== */
#tmp_contents #tmp_twitter,
#tmp_contents #tmp_facebook,
#tmp_contents #tmp_mixi,
#tmp_contents #tmp_gooble_plus,
#tmp_contents #tmp_hatena {
	width:auto;
	margin:0 5px 5px 0;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
#tmp_contents h1 {
	font-size: 128.5%;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4 {
	font-size: 114.3%;
}
#tmp_contents h5,
#tmp_contents h6 {
	font-size: 100%;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	background:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
.col_main {
	padding:0; /* 変更しない */
}
/* top
============================== */
.format_top #tmp_main_menu,
.format_top #tmp_main_cnt {
	float:none;
	width:100%;
}
.format_top .column_full .wrap_col_nm {
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:100%;
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:100%;
}
.format_top .column_full .col_main {
	margin-left:0; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm,
.format_free .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_free .wrap_col_lft_navi {
	display:none; /* 変更しない */
}
.format_free.custom_event .wrap_col_lft_navi {
	display:block;
	width:100%;
	margin-right:0;
}
.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;
	background-position:30px top;
	background-size:auto 52px !important;/* CSS3 */
}
#tmp_hlogo {
	float:none;
	padding:10px 10px 9px;
	margin:0;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	width:120px;
	height:auto;
}
/* means
============================== */
#tmp_means {
	width:100% !important;
	float:none;
	background-color:#278276;
	color:#FFFFFF;
	padding:10px 0 !important;
	margin:0;
}
#tmp_means_primary,
#tmp_means_secondary,
#tmp_help_ttl {
	display:none; /* 変更しない */
}
#tmp_means_tertiary {
	padding:0 10px !important;
	float:none !important;
	position:relative;
	margin:0;
}
#tmp_means_quaternary {
	padding:10px 10px 0 !important;
}
#tmp_serach_ttl {
	display:block;
	margin:0 120px 0 0;
	font-size:85.7%;
}
#tmp_search {
	width:200px;
	padding:0;
	float:none;
}
#tmp_search p {
	padding:0 4px 0 0;
}
#tmp_query {
	font-size:85.7%;
	width:130px !important;
	margin:0;
	padding:0 5px;
}
#tmp_search .sch_btn {
	padding:0;
}
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:50px;
	height:43px;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	height:40px;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:10px;
	top:3px;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_atsubetsu/images/header/sp/menu_off.png) no-repeat center center;
	-webkit-background-size:50px 43px;
	-moz-background-size:50px 43px;
	background-size:50px 43px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_atsubetsu/images/header/sp/menu_on.png) no-repeat center center;
	-webkit-background-size:50px 40px;
	-moz-background-size:50px 40px;
	background-size:50px 40px;
}
#tmp_hnavi_lmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:50px;
	height:40px;
	overflow:hidden;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	top:43px !important;
	left:0; /* 変更しない */
	color:#FFFFFF;
	background-color:#278276;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:20px 10px;
}
/* sma_search */
#tmp_sma_search {
	width:100%;
	display:table;
	margin:0 0 10px;
}
#tmp_sma_search p {
	display:table-cell;
	vertical-align:middle;
	font-size:85.7%;
}
#tmp_sma_search .sch_box {
	padding-right:5px;
}
#tmp_sma_search .sch_btn {
	padding-right:10px;
}
#tmp_sma_search .sch_help {
	background:url(/shared/site_smartphone/images/icon/hnavi_icon.png) no-repeat left center;
	padding:0 0 0 10px;
}
#tmp_sma_search .sch_help a {
	display:block;
	width:7em;
	padding:3px 0;
	text-align:center;
	border:1px solid #CCCCCC;
	text-decoration:none;
	border-radius:3px;/* CSS3 */
	color:#006600;
	background-color:#F7F7F7;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#F7F7F7));/* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #F7F7F7);/* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #F7F7F7);/* CSS3 */
}
#tmp_sma_query {
	width:100%;
	min-height:29px;
	padding:0 5px;
	border:1px solid #999999;
	box-sizing:border-box;/* CSS3 */
}
#tmp_sma_func_sch_btn {
	width:40px;
	min-height:31px;
	border:none;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	cursor:pointer;
	color:#FFFFFF;
	background-color:#222222;
	background:-webkit-gradient(linear, center top, center bottom, from(#555555), to(#222222));/* Webkit */
	background:-moz-linear-gradient(center top, #555555, #222222);/* Mozilla */
	background:linear-gradient(to bottom, #555555, #222222);/* CSS3 */
	box-sizing:border-box;/* CSS3 */
}
/* sma_hnavi */
#tmp_sma_hnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_sma_hnavi ul li,
#tmp_sma_sitemap {
	border-bottom:1px dotted #93C1BB;
}
#tmp_sma_hnavi a,
#tmp_sma_sitemap a {
	display:block;
	color:#FFFFFF;
	background:#278276 url(/shared/site_smartphone/images/icon/hnavi_icon.png) no-repeat left center;
	background-size:4px auto;/* CSS3 */
	padding:5px 0 5px 10px;
	text-decoration:none;
}
/* sma_func */
#tmp_sma_func {
	padding:20px 0 0;
	margin:0 0 20px;
}
#tmp_sma_func_txt .func_txt_down a {
	background:url(/shared/site_smartphone/images/header/func_txt_sml.png) no-repeat left top;
	background-size:35px 28px;/* CSS3 */
	width:35px;
	height:28px;
}
#tmp_sma_func_txt .func_txt_normal a {
	background:url(/shared/site_smartphone/images/header/func_txt_dft.png) no-repeat left top;
	background-size:35px 28px;/* CSS3 */
	width:35px;
	height:28px;
}
#tmp_sma_func_txt .func_txt_up a {
	background:url(/shared/site_smartphone/images/header/func_txt_big.png) no-repeat left top;
	background-size:35px 28px;/* CSS3 */
	width:35px;
	height:28px;
}
#tmp_sma_func_txt dd span {
	width:35px;
	height:28px;
}
/* snavi */
#tmp_sma_func_snavi,
#tmp_snavi,
.custom_english #tmp_snavi li,
.custom_english #tmp_sma_func_snavi li,
.custom_korean #tmp_snavi li,
.custom_korean #tmp_sma_func_snavi li,
.custom_chinese #tmp_snavi li,
.custom_chinese #tmp_sma_func_snavi li,
.custom_russian #tmp_snavi li,
.custom_russian #tmp_sma_func_snavi li {
	background-color:#EEEEEE;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(60%, #FFFFFF), to(#EEEEEE));/* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #FFFFFF 60%, #EEEEEE);/* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #FFFFFF 60%, #EEEEEE);/* CSS3 */
	margin-bottom:10px;
	border-radius:3px;/* CSS3 */
	padding:3px 0;
}
#tmp_snavi li {
	float:none;
}
#tmp_snavi .snavi1 a,
#tmp_snavi .snavi2 a,
#tmp_snavi .snavi3 a {
	background:none !important;
	width:inherit !important;
	height:inherit !important;
	display:block;
}
#tmp_snavi .snavi1 span,
#tmp_snavi .snavi2 span,
#tmp_snavi .snavi3 span {
	width:inherit !important;
	height:inherit !important;
	z-index:10;
}
#tmp_sma_func_snavi ul,
#tmp_snavi {
	margin:0;
	font-size:85.7%;
	display:-webkit-box; /* Webkit */
	display:-moz-box; /* Mozilla */
	display:box; /* CSS3 */
	width:100%;
	list-style:none;
	text-align:center;
}
#tmp_sma_func_snavi li,
#tmp_snavi li {
	display:-webkit-box; /* Webkit */
	display:-moz-box; /* Mozilla */
	display:box; /* CSS3 */
	-webkit-box-flex:1; /* Webkit */
	-moz-box-flex:1; /* Mozilla */
	box-flex:1; /* CSS3 */
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	text-align:center;
}
#tmp_sma_func_snavi li a,
#tmp_snavi li a {
	display:block;
	-webkit-box-flex:1; /* Webkit */
	-moz-box-flex:1; /* Mozilla */
	box-flex:1; /* CSS3 */
	-webkit-box-align:center; /* Webkit */
	-moz-box-align:center; /* Mozilla */
	box-align:center; /* CSS3 */
	-webkitbox-pack:center; /* Webkit */
	-moz-box-pack:center; /* Mozilla */
	box-pack:center; /* CSS3 */
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	color:#C40000 !important;
}
#tmp_sma_func_snavi .snavi1,
#tmp_snavi .snavi1 a {
	border-right:1px solid #CCCCCC;
}
#tmp_sma_func_snavi .snavi2,
#tmp_snavi .snavi2 a {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
}
#tmp_sma_func_snavi .snavi3,
#tmp_snavi .snavi3 a {
	border-left:1px solid #FFFFFF;
}
#tmp_sma_func_snavi .snavi1 a span,
#tmp_snavi .snavi1 span {
	background:url(/shared/site_smartphone/images/icon/snavi_toban_icon.png) no-repeat left center;
	background-size:20px 20px;/* CSS3 */
}
#tmp_sma_func_snavi .snavi2 a span,
#tmp_snavi .snavi2 span {
	background:url(/shared/site_smartphone/images/icon/snavi_renrakusaki_icon.png) no-repeat left center;
	background-size:20px 20px;/* CSS3 */
}
#tmp_sma_func_snavi .snavi3 a span,
#tmp_snavi .snavi3 span {
	background:url(/shared/site_smartphone/images/icon/snavi_hinan_icon.png) no-repeat left center;
	background-size:20px 20px;/* CSS3 */
}
#tmp_sma_func_snavi li a span,
#tmp_snavi li span {
	display:inline-block;
	padding:2px 5px 2px 22px;
}
/* func_tc */
#tmp_sma_func_tc {
	clear:both;
}
#tmp_sma_func_txt dt {
	float:left;
	padding-top:4px;
	margin-right:10px;
}
#tmp_sma_func_txt dd {
	float:left;
	margin:0 4px 0 0;
}
#tmp_sma_func_clr {
	float:right;
}
#tmp_sma_func_clr a {
	background: url(/shared/site_smartphone/images/header/func_clr_ttl.png) no-repeat left top;
	background-size:90px 28px;/* CSS3 */
	width:90px;
	height:28px;
}
#tmp_sma_func_clr span {
	width:90px;
	height:28px;
}
/* sma_gnavi */
#tmp_sma_gnavi {
	border-top:1px dotted #93C1BB;
	padding-top:20px;
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	margin-bottom:10px;
}
#tmp_sma_gnavi li {
	margin:0 0 1px;
	font-weight:bold;
	background:url(/shared/site_smartphone/images/navi/gnavi_bg.jpg) repeat-x left top;
	background-size:auto 100%;/* CSS3 */
}
#tmp_sma_gnavi a {
	display:block;
	padding:10px 10px 10px 22px;
	text-decoration:none;
	color:#1D635A;
	background:url(/shared/site_atsubetsu/images/header/sp/gnavi_icon.png) no-repeat 10px center;
	background-size:6px auto;/* CSS3 */
}
/* sma_lnavi */
#tmp_sma_lnavi {
	border-top:1px dotted #80BBDA;
	padding-top:20px;
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	margin:0 0 1px;
	color:#1D635A;
	border-radius:4px 4px 0 0;/* CSS3 */
	background-color:#E8F7F5;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#E8F7F5));/* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #E8F7F5);/* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #E8F7F5);/* CSS3 */
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	padding:5px 10px 5px 20px;
	color:#1D635A;
	text-decoration:none;
	background:url(/shared/site_atsubetsu/images/header/sp/gnavi_icon.png) no-repeat 10px center;
	background-size:6px auto;/* CSS3 */
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
}
#tmp_sma_lnavi_cnt li {
	margin:0 0 1px;
	padding:5px 0 5px 34px;
	color:#333333;
	background:#FFFFFF url(/shared/site_smartphone/images/icon/list_icon.png) no-repeat 20px 1em;
	background-size:5px 5px;/* CSS3 */
}
#tmp_sma_lnavi_cnt li:first-child {
	border-top:none;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	text-decoration:none;
	color:#333333;
	margin:-5px 0 -5px -34px; /* #tmp_sma_lnavi_cnt liのpadding値と同じマイナス数値 */
	padding:5px 0 5px 34px; /* #tmp_sma_lnavi_cnt liのpadding値と同じ数値 */
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list.active {
	padding-bottom:0;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list > a {
	margin-left:0;
	padding-left:0;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch {
	float:left;
	margin-right:8px;
}
#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:0 0 0 10px;
	border-top:1px dotted #BBCCDD;
	clear:both;
}
#tmp_sma_lnavi_cnt .switch_cnt li {
	border-top:1px dotted #BBCCDD;
}
#tmp_sma_lnavi_cnt .switch_cnt li:first-child {
	border-top:none;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:10px 10px 0;
	font-size:85.7%;
}
/* menu
============================== */
.box_atsubetsu {
	background:none;
	margin-bottom:10px;
}
.box_atsubetsu_ttl {
	position:relative;
	padding:0;
	background:url(/shared/site_atsubetsu/images/navi/menu/sp/box_atsubetsu_bg.jpg) no-repeat right top;
	background-size:auto 30px;/* CSS3 */
}
#tmp_news .box_atsubetsu_ttl h2 a {
	background:url(/shared/site_atsubetsu/images/navi/menu/sp/news_ttl.jpg) no-repeat left top;
	width:150px;
	height:30px;
	background-size:150px 30px;/* CSS3 */
}
#tmp_news .box_atsubetsu_ttl h2 span {
	width:150px;
	height:30px;
}
#tmp_shokai .box_atsubetsu_ttl h2 a {
	background:url(/shared/site_atsubetsu/images/navi/menu/sp/shokai_ttl.jpg) no-repeat left top;
}
#tmp_machi .box_atsubetsu_ttl h2 a {
	background:url(/shared/site_atsubetsu/images/navi/menu/sp/machi_ttl.jpg) no-repeat left top;
}
#tmp_shisetsu .box_atsubetsu_ttl h2 a {
	background:url(/shared/site_atsubetsu/images/navi/menu/sp/shisetsu_ttl.jpg) no-repeat left top;
}
#tmp_koho .box_atsubetsu_ttl h2 {
	background:url(/shared/site_atsubetsu/images/navi/smenu/sp/koho_ttl.jpg) no-repeat left top;
}
#tmp_ichimai .box_atsubetsu_ttl h2 {
	background:url(/shared/site_atsubetsu/images/navi/smenu/sp/ichimai_ttl.jpg) no-repeat left top;
}
#tmp_chumoku .box_atsubetsu_ttl h2 {
	background:url(/shared/templates/atsubetsu_top/images/sp/chumoku_ttl.jpg) no-repeat left top;
}
#tmp_new .box_atsubetsu_ttl h2 a {
	background:url(/shared/templates/atsubetsu_top/images/sp/new_ttl.jpg) no-repeat left top;
}
#tmp_shokai .box_atsubetsu_ttl h2 a,
#tmp_machi .box_atsubetsu_ttl h2 a,
#tmp_shisetsu .box_atsubetsu_ttl h2 a,
#tmp_koho .box_atsubetsu_ttl h2,
#tmp_chumoku .box_atsubetsu_ttl h2,
#tmp_new .box_atsubetsu_ttl h2 a {
	width:120px;
	height:30px;
	background-size:120px 30px;/* CSS3 */
}
#tmp_shokai .box_atsubetsu_ttl h2 span,
#tmp_machi .box_atsubetsu_ttl h2 span,
#tmp_shisetsu .box_atsubetsu_ttl h2 span,
#tmp_koho .box_atsubetsu_ttl h2 span,
#tmp_chumoku .box_atsubetsu_ttl h2 span,
#tmp_new .box_atsubetsu_ttl h2 span {
	width:120px;
	height:30px;
}
#tmp_ichimai .box_atsubetsu_ttl h2 {
	width:242px;
	height:30px;
	background-size:242px 30px;
}
#tmp_ichimai .box_atsubetsu_ttl h2 span {
	width:242px;
	height:30px;
}

.box_atsubetsu_ttl .switch {
	display:block;
	position:absolute;
	right:3px;
	top:3px;
	width:25px !important;
	height:25px !important;
	background:none !important;
}
.read_on .box_atsubetsu_cnt {
	display:block !important;
}
.read_on .box_atsubetsu_ttl .switch {
	display:none !important;
}
/* toukei
============================== */
#tmp_toukei .toukei_day {
	text-align:right;
}
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* smenu
============================== */
/* link_btn */
.link_btn li {
	text-align:center;
}
/* link_btn2 */
.link_btn2 li a,
.link_btn2 li.long a {
	padding:5px 10px 5px 27px;
	min-height:inherit;
}
.link_btn2 li.long br {
	display:none;
}
/* faq */
#tmp_faq_cnt #tmp_search_smenu {
	display:table;
	width:100%;
}
#tmp_faq_cnt #tmp_search_smenu p {
	float:none;
	width: inherit;
	display:table-cell;
}
#tmp_faq_cnt #tmp_search_smenu p.sch_btn {
	width:50px;
	padding-left:5px;
}
#tmp_faq_cnt #tmp_query_smenu {
	margin:0;
	width:100%;
	box-sizing:border-box;/* CSS3 */
}
#tmp_faq_cnt p.call_txt br {
	display:none;
}
/* pnavi
============================== */
#tmp_sma_pnavi .pnavi {
	margin:0;
	padding:0 10px 5px;
}
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* ==================================================
model_change
================================================== */
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:block;
	position:absolute;
	bottom:0;
	right:10px;
	width:90px;
	color:inherit;
	background-color:transparent;
	padding:0;
	border-bottom:none;
	min-width:inherit;
}
/* 切替ボタン
============================== */
#tmp_model_change p {
	font-size:85.7%;
	text-align:center;
	font-weight:normal;
}
#tmp_model_change p a {
	display:block;
	padding:2px 3px;
	text-decoration:none;
	color:#278276;
	background:#FFFFFF url(/shared/site_smartphone/images/header/model_change_bg.jpg) repeat-x left center;
	background-size:auto 100%;/* CSS3 */
	border-radius:3px;/* CSS3 */
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
	box-sizing:border-box;/* CSS3 */
}
#tmp_footer {
	width:100%; /* 変更しない */
	padding-top:5px;
}
#tmp_flogo {
	width:25px;
	padding-top:5px;
}
#tmp_flogo img {
	max-width:100%;
	height:auto;
}
#tmp_wrap_contact {
	margin-left:-35px;
}
#tmp_contact {
	margin-left:35px;
	font-size:85.7%;
}
#tmp_contact2 {
	margin-bottom:10px;
}
#tmp_contact_navi li span {
	width:auto !important;
	height:auto !important;
}
#tmp_f_address address span {
	display:block;
}
#tmp_f_address address span.phone_number {
	display:inline;
}
#tmp_f_address address span.name {
	font-size:116.7%;
	font-weight:bold;
}
#tmp_f_address address span.last {
	margin-left:-35px;
}
/* contact_navi
============================== */
#tmp_contact_navi {
	margin-left:0;
	margin-bottom:0;
}
#tmp_contact_navi li {
	float:none;
	margin:0 0 10px;
	border:1px solid #9F9F9F;
	background-color:#DDDDDD;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#DDDDDD));/* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #DDDDDD);/* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #DDDDDD);/* CSS3 */
}
#tmp_contact_navi li a {
	width:auto !important;
	height:auto !important;
	padding:2px 0 0 22px;
	text-decoration:none;
	color:#333333;
	background:url(/shared/site_smartphone/images/icon/fnavi_icon.png) no-repeat 5px center !important;
	background-size:14px 14px !important;/* CSS3 */
}
#tmp_contact_navi li span {
	overflow:inherit;
	z-index:1;
}
/* fnavi
============================== */
#tmp_fnavi li {
	margin:0;
	padding:0 0 0 20px;
	background: url(/shared/site_smartphone/images/icon/fnavi_icon.png) no-repeat left center;
	background-size:14px 14px;/* CSS3 */
	white-space:normal;
	float:none;
}
#tmp_fnavi li a {
	display:inline-block;
}
/* copyright
============================== */
#tmp_wrap_copyright {
	min-width:320px;
	box-sizing:border-box;/* CSS3 */
	margin:0;
}
#tmp_copyright {
	text-align:center;
	width:100%;
	clear:both;
	margin:0;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
	padding:5px;
	margin:0 10px 10px;
}
#tmp_publicity {
	padding:0;
}
#tmp_publicity_ttl {
	padding:10px;
	margin-bottom:0;
}
#tmp_publicity_ttl h2 {
	margin:0 0 10px;
	float:none;
}
#tmp_publicity_ttl p {
	font-size:85.7%;
	margin-right:1em;
}
#tmp_publicity_cnt {
	padding:0 0 10px 10px;
}
#tmp_publicity_cnt ul li {
	margin:0 3% 0 0;
	width:47%;
	padding:0 0 5px;
	text-align:center;
}
#tmp_publicity_cnt ul li img {
	max-width:100%;
	height:auto;
}
#tmp_publicity_cnt .text_banner {
	margin:0 20px 0 10px;
	padding-top:10px;
	font-size:71.4%;
}
#tmp_publicity_cnt .text_banner ul li {
	float:none;
	margin:0;
	padding:0 0 1em;
	width:100%;
}
#tmp_publicity_cnt .bnr_detail a {
	display:none;
}
#tmp_publicity_cnt ul:after {
	clear:none;
}
#tmp_publicity_cnt .text_banner ul:after {
	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,
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,
#tmp_contents select {
	width:100% !important;
	padding:0;
	box-sizing:border-box;/* CSS3 */
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
}
/* enquete_table
============================== */
#tmp_contents table.enquete_table {
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-right:none;
	border-bottom:none;
}
#tmp_contents table.enquete_table th,
#tmp_contents table.enquete_table td {
	width:100%;
	display:block;
	box-sizing:border-box;/* CSS3 */
	border-top:none;
	border-left:none;
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
}
/* 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;
}
/* event_cal_ttl */
#tmp_event_cal_ttl .cal_ym {
	float:right;
}
/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	width:100%; /* 変更しない */
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_gmap_box {
	height:220px !important; /* 変更しない */
	width:100%;
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
	box-sizing:border-box;/* CSS3 */
}
#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;
}
/* youtube
============================== */
#tmp_contents .frame_youtube,
#tmp_contents .frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_ustream object,
#tmp_contents .frame_youtube iframe,
#tmp_contents .frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* movie
============================== */
#tmp_contents object embed {
	max-width:100%;
	height:auto;
}
/* index
============================== */
#tmp_wrap_index {
	background:#FBFAEE;
	border:1px solid #B59F4A;
	border-radius:4px;/* CSS3 */
}
#tmp_wrap_index2,
#tmp_index {
	background:none;
}
#tmp_index_cnt ul {
	margin:0;
	float:none;
	width:100%;
}
#tmp_index_cnt li {
	margin:0 0 5px !important;
	width:49%;
}
#tmp_index_cnt li:nth-child(odd) {
	margin-right:2% !important;
}
#tmp_index_cnt .index_btn_01 {
	margin:0 0 5px;
	float:none;
}
#tmp_index_cnt a {
	border:1px solid #CCCCCC;
	border-radius:3px;/* CSS3 */
	box-sizing:border-box;/* CSS3 */
}
#tmp_index_cnt .index_btn_01 a {
	background:url(/shared/templates/atsubetsu_top/images/sp/index_btn_01.jpg) no-repeat left top;
	background-size:100% auto;/* CSS3 */
	width:100%;
	height:0;
	padding-top:12.5%;
}
#tmp_index_cnt li.index_btn_02 a {
	background:url(/shared/templates/atsubetsu_top/images/sp/index_btn_02.jpg) no-repeat left top;
}
#tmp_index_cnt li.index_btn_03 a {
	background:url(/shared/templates/atsubetsu_top/images/sp/index_btn_03.jpg) no-repeat left top;
}
#tmp_index_cnt li.index_btn_04 a {
	background:url(/shared/templates/atsubetsu_top/images/sp/index_btn_04.jpg) no-repeat left top;
}
#tmp_index_cnt li.index_btn_05 a {
	background:url(/shared/templates/atsubetsu_top/images/sp/index_btn_05.jpg) no-repeat left top;
}
#tmp_index_cnt li.index_btn_02 a,
#tmp_index_cnt li.index_btn_03 a,
#tmp_index_cnt li.index_btn_04 a,
#tmp_index_cnt li.index_btn_05 a {
	background-size:100% auto;/* CSS3 */
	width:100% ;
	height:0;
	padding-top:25.5%;
}
#tmp_index_cnt span {
	width:100% !important;
	height:0 !important;
}
/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	padding:5px 20px 10px 10px;
	background:url(/shared/templates/atsubetsu/images/contents/sp/h1_bg.jpg) no-repeat left bottom;
	background-size:100% auto;/* CSS3 */
}
#tmp_contents h2 {
	padding:2px 20px 2px 10px;
	background:url(/shared/templates/atsubetsu/images/contents/sp/h2_bg.jpg) no-repeat left bottom;
	background-size:100% auto;/* CSS3 */
}
/* ==================================================
parts
================================================== */
/* box_menu
============================== */
#tmp_contents table.box_menu,
#tmp_contents div.box_menu {
	background:url(/shared/templates/atsubetsu/images/contents/sp/box_bg.jpg) no-repeat right top;
	background-size:100% auto !important;/* CSS3 */
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after,
#tmp_sma_func:after,
#tmp_sma_func_snavi:after,
#tmp_sma_func_snavi ul:after,
#tmp_sma_func_tc:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* ==================================================
フローティングメニュー
================================================== */
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fixed_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 -26px 21px 21px #000;
    -moz-box-shadow: 0 -26px 21px 21px #000;
    box-shadow: 0 -26px 21px 21px #000;
}
#tmp_header .header_topbar {
	transform: translate3d(0, 0, 0);
}
.spmenu_open #tmp_header .header_topbar {
	transform: none;
}
#tmp_header .header_topbar.fixed_sticky {
	padding-top:5px;
	background:#FFFFFF url(/shared/site_atsubetsu/images/main/sp/body_bg.jpg) repeat-x left top;
	background-size:10px 5px;/* CSS3 */
}
#tmp_header .header_topbar.fixed_sticky #tmp_hlogo {
	background:url(/shared/site_atsubetsu/images/header/header_bg.jpg) no-repeat 30px top;
	background-size:auto 52px !important;
}
#tmp_header .header_topbar.fixed_sticky #tmp_means {
	display:none;
}
#tmp_header .header_topbar.fixed_sticky #tmp_hnavi_lmenu {
	top:8px;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	text-align:center;
	font-weight:bold;
}
#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/images/header/sp/close_icon.png) no-repeat left center;
	background-size:17px 17px;/* CSS3 */
	padding:0 0 0 30px;
}
/* 検索 */
#tmp_sma_search #tmp_search {
	width:100%;
}
#tmp_sma_search #tmp_query {
	width:100% !important;
	min-height:29px;
	padding:0 5px;
	border:1px solid #999999;
	box-sizing:border-box;/* CSS3 */
	font-size:100%;
}
#tmp_sma_search #DO_SEARCH,
#tmp_sma_search #tmp_serach_ttl,
#tmp_sma_search #tmp_model_change_pub {
	display:none;
}
#tmp_sma_search p {
	float:none;
}
#tmp_sma_search #tmp_search .sch_btn {
	font-size:85.7%;
}

}