@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_footer,
#tmp_main_wrapper,
#tmp_top_wrapper,
#tmp_foot_wrapper {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
#tmp_wrapper {
	background:url(/shared/site_smartphone/images/wrapper/wrapper_bg.jpg) no-repeat center top;
	-webkit-background-size:320px 65px;/* Safari,Chrome */
	-moz-background-size:320px 65px;/* Mozilla */
	background-size:320px 65px;/* CSS3 */
}
#tmp_main_wrapper {
	background:url(/shared/site_smartphone/images/wrapper/wrapper_main_bg.png) no-repeat center bottom;
	-webkit-background-size:412px 115px;/* Safari,Chrome */
	-moz-background-size:412px 115px;/* Mozilla */
	background-size:412px 115px;/* CSS3 */
}
#tmp_foot_wrapper {
	border-top:2px solid #FFFFFF;
	background:url(/shared/site_smartphone/images/wrapper/wrapper_foot_bg.png) no-repeat center top;
	-webkit-background-size:412px 115px;/* Safari,Chrome */
	-moz-background-size:412px 115px;/* Mozilla */
	background-size:412px 115px;/* CSS3 */
}
/* format_top */
.format_top #tmp_wrapper {
	background:url(/shared/images/wrapper/sp/wrapper_top_bg.jpg) no-repeat center top;
	-webkit-background-size:320px 128px;/* Safari,Chrome */
	-moz-background-size:320px 128px;/* Mozilla */
	background-size:320px 128px;/* CSS3 */
	padding-bottom:0 !important;
}
.format_top #tmp_main_wrapper {
	margin-top:0;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 10px;
}
#tmp_wrap_main_gallery {
	display:none;
}
/* emergency
============================== */
#tmp_wrap_emergency {
	background:none;
	margin:0;
}
#tmp_emergency {
	border:2px solid #CD2A53;
}
/* emergency_s
============================== */
#tmp_wrap_emergency_s {
	padding:0;
	border:none;
}
#tmp_emergency_s {
	background:none;
	margin:0;
	width:100%;
	display:table;
	color:inherit;
	background-color:#FFFFFF;
	border:2px solid #CD2A53;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_emergency_s_ttl,
#tmp_emergency_s_cnt {
	float:none;
	display:table-cell;
	vertical-align:top;
}
#tmp_emergency_s_ttl {
	width:85px;
	color:#FFFFFF;
	background-color:#D32E57;
	background:-webkit-gradient(linear, center top, center bottom, from(#CB2952), to(#D32E57));/* Webkit */
	background:-moz-linear-gradient(center top, #CB2952, #D32E57);/* Mozilla */
	background:linear-gradient(to bottom, #CB2952, #D32E57);/* CSS3 */
	text-align:left;
}
#tmp_emergency_s_ttl h2 {
	padding:3px 5px;
	line-height:1.2;
	font-weight:normal;
}
#tmp_emergency_s_cnt {
	padding:5px;
	width:auto;
}
/* publicity
============================== */
#tmp_wrap_publicity {
	margin:0 0 10px;
}
#tmp_publicity {
	position:static !important;
	padding-top:7px;
}
#tmp_publicity_close {
	display:none;
}
#tmp_publicity_cnt ul {
	text-align:center;
	padding-left:7px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}
#tmp_publicity_cnt ul li {
	width:140px !important;
	margin-right:5px;
	padding-bottom:7px;
}
#tmp_publicity_cnt ul li img {
	width:140px;
	height:auto;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
#tmp_wrap_contents {
	padding:10px;
}
#tmp_update {
	clear:both;
}
iframe {
	max-width:300px;
}
#tmp_contents table td.date {
	width:60px !important;
	padding:0;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_lft_navi,
.format_free .col_rgt_navi {
	display:none; /* 変更しない */
}
.format_free .col_main {
	margin-right:0 !important; /* 変更しない */
	margin-left:0 !important; /* 変更しない */
}
.format_free .wrap_col_nm2 {
	margin-right:0 !important; /* 変更しない */
}
.column_full .wrap_col_main {
	float:none; /* 変更しない */
}
/* top
============================== */
.format_top .wrap_col_nm,
.format_top .wrap_col_nm2 {
	margin-right:0;
}
.format_top .wrap_col_rgt_navi {
	width:auto;
	float:none; /* 変更しない */
}
.format_top .column_rnavi .wrap_col_main,
.format_top .column_rnavi .col_main {
	margin-right:0;
	padding-bottom:0;
	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_header {
	position:relative;
	padding:0;
}
.format_top #tmp_header {
	margin-bottom:80px;
}
#tmp_hlogo {
	float:none;
	padding:6px 0 5px;
	text-align:center;
}
#tmp_hlogo img {
	width:150px;
	height:auto;
}
#tmp_hmenu .hmenu_list {
	padding:0;
}
#tmp_hmenu .box_hmenu_list {
	width:100%;
}
#tmp_hmenu .wrap_hmenu_main,
#tmp_hmenu .hmenu_navi {
	float:none;
	width:100%;
}
#tmp_hmenu .hmenu_main {
	margin-bottom:10px;
	padding:0;
}
#tmp_hmenu .hmenu_navi ul {
	margin:10px;
}
.box_sitemap {
	padding-bottom:10px;
}
/* means
============================== */
#tmp_wrap_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:42px;
	height:45px;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	background-color:#CCDDEE;
}
#tmp_hnavi_lmenu {
	position:absolute;
	left:10px;
	top:10px;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:10px;
	top:10px;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/lmenu_icon.png) no-repeat center center;
	-webkit-background-size:42px 45px;
	-moz-background-size:42px 45px;
	background-size:42px 45px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_smartphone/images/header/lmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:42px 45px;
	-moz-background-size:42px 45px;
	background-size:42px 45px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/rmenu_icon.png) no-repeat center center;
	-webkit-background-size:42px 45px;
	-moz-background-size:42px 45px;
	background-size:42px 45px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_smartphone/images/header/rmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:42px 45px;
	-moz-background-size:42px 45px;
	background-size:42px 45px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	padding:5px;
	width:32px;
	height:35px;
	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:#205F81;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:20px 10px;
}
/* sma_search */
#tmp_sma_search {
	display:table;
	width:100%;
	margin:0 0 18px;
	clear:both;
}
#tmp_sma_search p {
	display:table-cell;
	padding:0;
	vertical-align:top;
}
#tmp_sma_search .sch_box {
	width:100%;
	margin-bottom:5px;
}
#tmp_sma_search .sch_btn,
#tmp_sma_search #tmp_search_hidden {
	padding-right:0;
}
#tmp_sma_search .sch_btn {
	padding-left:4px;
}
#tmp_sma_query {
	width:100%;
	min-height:30px;
	border:none;
	-webkit-border-radius:0;/* Webkit */
	-moz-border-radius:0;/* Mozilla */
	border-radius:0;/* CSS3 */
}
#tmp_sma_search_sec {
	display:table;
	width:100%;
}
#tmp_sma_search_sec p {
	display:table-cell;
	padding:0 7px 0 0;
	vertical-align:top;
}
#tmp_sma_search_sec select {
	width:100%;
}
#tmp_sma_func_sch_btn {
	font-weight:bold;
	width:70px;
	min-height:30px;
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
	cursor:pointer;
	border:none;
	color:#205F81;
	background-color:#FFFFFF;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#C4F1FD));/* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #C4F1FD);/* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #C4F1FD);/* CSS3 */
}
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #8BABBD;
	text-align:center;
	font-weight:bold;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a {
	display:block;
	padding:10px 10px;
	text-decoration:none;
	color:#FFFFFF;
}
#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:13px 13px;/* Safari,Chrome */
	-moz-background-size:13px 13px;/* Mozilla */
	background-size:13px 13px;/* CSS3 */
	padding:0 0 0 20px;
}
/* sma_snavi */
#tmp_sma_snavi {
	clear:both;
}
#tmp_sma_snavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_sma_snavi li {
	float:left;
	width:49%;
	font-weight:bold;
	text-align:center;
	padding-bottom:7px;
	font-size:85.7%;
}
#tmp_sma_snavi li:nth-child(odd) {
	margin-right:1.8%;
}
#tmp_sma_snavi a {
	display:block;
	padding:10px 0;
	color:#205F81;
	text-decoration:none;
	background-color:#DFDFDF;
	background:-webkit-gradient(linear, center top, center bottom, from(#F5F5F5), to(#DFDFDF));/* Webkit */
	background:-moz-linear-gradient(center top, #F5F5F5, #DFDFDF);/* Mozilla */
	background:linear-gradient(to bottom, #F5F5F5, #DFDFDF);/* CSS3 */
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
/* gnavi */
.sma_gnavi {
	margin:0 0 10px;
	clear:both;
}
.sma_gnavi ul {
	list-style:none;
	list-style-image:none;
	margin-bottom:10px;
	border-bottom:1px solid #90AFC0;
}
.sma_gnavi li {
	font-weight:bold;
	border-top:1px solid #90AFC0;
	border-bottom:1px solid #103C5E;
}
.sma_gnavi li:nth-child(2) {
	border-top:none;
}
.sma_gnavi a {
	display:block;
	padding:10px 10px 10px 18px;
	color:#FFFFFF;
	text-decoration:none;
	background: url(/shared/site_smartphone/images/icon/navi_icon.png) no-repeat left 13px;
	-webkit-background-size:11px 11px;/* Safari,Chrome */
	-moz-background-size:11px 11px;/* Mozilla */
	background-size:11px 11px;/* CSS3 */
}
/* sma_lnavi */
#tmp_sma_lnavi {
	clear:both;
}
#tmp_sma_lnavi_ttl {
	border-bottom:1px solid #0B4276;
	font-weight:bold;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	padding:10px 10px 10px 30px;
	text-decoration:none;
	color:#FFFFFF;
	background:url(/shared/site_smartphone/images/icon/lnavi_ttl_icon.png) no-repeat left 7px;
	-webkit-background-size:24px 24px;/* Safari,Chrome */
	-moz-background-size:24px 24px;/* Mozilla */
	background-size:24px 24px;/* CSS3 */
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_sma_lnavi_cnt li {
	font-weight:bold;
	background-color:#DEEFF8;
	color:#205F81;
	border-top:1px solid #EFF7FC;
	border-bottom:1px solid #7496B5;
}
#tmp_sma_lnavi_cnt li:nth-child(2) {
	border-top:none;
}
#tmp_sma_lnavi_cnt li:last-child {
	border-bottom:none;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	padding:10px 10px 10px 28px;
	color:#205F81;
	text-decoration:none;
	background: url(/shared/site_smartphone/images/icon/navi_icon2.png) no-repeat 10px 13px;
	-webkit-background-size:11px 11px;/* Safari,Chrome */
	-moz-background-size:11px 11px;/* Mozilla */
	background-size:11px 11px;/* CSS3 */
}
#tmp_sma_lnavi_cnt ul ul li {
	border:none;
}
#tmp_sma_lnavi_cnt ul ul li a {
	background:url(/shared/templates/base/images/kusuchan/lnavi_icon.png) no-repeat 15px 12px;
}

/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	padding:10px 0 0;
	clear:both;
}
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi_btn
============================== */
.rnavi_btn {
	width:300px;
	margin:0 auto;
}
.rnavi_btn li {
	float:left;
	width:143px;
	margin-right:5px;
	font-size:71.4%;
}
.rnavi_btn li a {
	padding:12px 8px;
}
.rnavi_btn li span {
	padding-top:5px;
	padding-bottom:5px;
}
.rnavi_btn .rnavi_chiji_btn a {
	-webkit-background-size:62px auto;/* Safari,Chrome */
	-moz-background-size:62px auto;/* Mozilla */
	background-size:62px auto;/* CSS3 */
}
.rnavi_btn .rnavi_gikai_btn a,
.rnavi_btn .rnavi_hinata_btn a,
.rnavi_btn .rnavi_voice_btn a,
.rnavi_btn .rnavi_kokubunsai_btn a {
	-webkit-background-size:auto 46px;/* Safari,Chrome */
	-moz-background-size:auto 46px;/* Mozilla */
	background-size:auto 46px;/* CSS3 */
}
.rnavi_btn .rnavi_kokubunsai_btn a {
	padding:12px 8px;
}
/* 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;
}
/* f_pnavi
============================== */
.f_pnavi .f_ptop {
	float:none;
	margin:10px auto -2px !important;
}
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* top_main
============================== */
#tmp_top_main {
	width:100%;
	min-height:inherit;
	position:static;
	clear:both; /* 変更しない */
}
#tmp_top_main_l,
#tmp_top_main_r {
	width:100%;
	float:none;
}
/* gallery_top
============================== */
#tmp_gallery_top {
	position:static;
	margin-left:auto;
	margin-right:auto;
}
#tmp_wrap_gallery {
	width:240px;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
	position: relative;
}
/* tmp_gallery_pc */
#tmp_gallery_pc {
	display:none;
}
/* tmp_gallery_sp */
#tmp_wrap_gallery #tmp_gallery_sp .box_gallrey {
	height:100px;
	overflow:hidden;
}
#tmp_wrap_gallery #tmp_gallery_sp .box_gallrey img {
	width:220px;
	height:auto;
}
/* tandem_gallery
============================== */
#tmp_tandem_gallery {
	color:inherit;
	background-color:#FFFFFF;
	border-left:none;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
	width:300px;
	margin:0 auto 10px;
	padding:1px;
}
#tmp_tandem_gallery_ttl {
	background:url(/shared/images/navi/rnavi/gallery_s/sp/sp_gallery_ttl.jpg) no-repeat left top;
	width:297px;
	height:42px;
	-webkit-background-size:297px 42px;/* Safari,Chrome */
	-moz-background-size:297px 42px;/* Mozilla */
	background-size:297px 42px;/* CSS3 */
}
#tmp_tandem_gallery_cnt {
	padding:5px 40px;
	height:120px;
	overflow:hidden;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_tandem_gallery .prev {
	position:absolute;
	top:0;
	left:0;
}
#tmp_tandem_gallery .next {
	position:absolute;
	top:0;
	right:0;
	left:inherit;
}
#tmp_tandem_gallery .prev a {
	background:url(/shared/images/navi/rnavi/gallery_s/sp/prev_btn.jpg) no-repeat left top;
}
#tmp_tandem_gallery .next a {
	background:url(/shared/images/navi/rnavi/gallery_s/sp/next_btn.jpg) no-repeat left top;
}
#tmp_tandem_gallery .prev a,
#tmp_tandem_gallery .next a {
	display:block;
	width:16px;
	height:120px;
	-webkit-background-size:16px 120px;/* Safari,Chrome */
	-moz-background-size:16px 120px;/* Mozilla */
	background-size:16px 120px;/* CSS3 */
}
#tmp_tandem_gallery .prev span,
#tmp_tandem_gallery .next span {
	display:block;
	width:16px;
	height:120px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}

/* ==================================================
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
================================================== */
#tmp_wrap_footer {
	padding-top:10px;
}
#tmp_footer_ttl {
	width:75px;
	float:none;
	display:table-cell;
	vertical-align:top;
}
#tmp_footer_cnt {
	width:auto;
	float:none;
	display:table-cell;
	vertical-align:top;
}
/* footer_ttl
============================== */
#tmp_footer_ttl p {
	margin:0 0 0 10px;
}
#tmp_footer_ttl p img {
	width:55px;
	height:auto;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding-left:75px;
	font-size:71.4%;
}
#tmp_fnavi li {
	width:48%;
	margin-bottom:5px;
}
#tmp_fnavi li a {
	padding:2px 10px;
}
/* footer_cnt
============================== */
#tmp_wrap_footer_cnt {
	width:auto;
	display:table-cell;
	float:none;
}
#tmp_footer_cnt {
	padding:5px 0;
}
#tmp_fnavi2  {
	clear:both;
	margin:0;
	width:100%;
	display:-webkit-box;/* Safari,Chrome */
	display:-moz-box;/* Mozilla */
	display:box; /* CSS3 */
}
#tmp_fnavi2 li {
	width:32.6%;
	font-size:71.4%;
	float:none;
	margin:0 3px 0 0;
	display:-webkit-box;/* Safari,Chrome */
	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 */
}
#tmp_fnavi2 li a {
	display:-webkit-box;/* Safari,Chrome */
	display:-moz-box;/* Mozilla */
	display:box; /* CSS3 */
	-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 */
	-webkit-box-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 */
	padding:7px 2px;
	text-align:center;
	background-color:#DFDFDF;
	background:-webkit-gradient(linear, center top, center bottom, from(#F5F5F5), to(#DFDFDF));/* Webkit */
	background:-moz-linear-gradient(center top, #F5F5F5, #DFDFDF);/* Mozilla */
	background:linear-gradient(to bottom, #F5F5F5, #DFDFDF);/* CSS3 */
}
#tmp_footer_cnt address {
	float:none;
	margin-right:0;
}
#tmp_copyright {
	text-align:left;
	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 {
	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_search #keyword1 {
	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_kusuchan_top .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe,
#tmp_kusuchan_top .frame_youtube object,
#tmp_kusuchan_top .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
top
================================================== */
/* htop_btn
============================== */
#tmp_htop_btn {
	position:static;
	padding:0 0 10px;
}
#tmp_htop_btn p {
	margin:0 auto;
	width:300px;
	height:90px;
	background:url(/shared/templates/top/images/sp/miryoku_btn.jpg) no-repeat left top;
	-webkit-background-size:300px 90px;/* Safari,Chrome */
	-moz-background-size:300px 90px;/* Mozilla */
	background-size:300px 90px;/* CSS3 */
}
#tmp_htop_btn p a {
	display:block;
	width:300px;
	height:90px;
	background:url(/shared/templates/top/images/sp/miryoku_btn.jpg) no-repeat left top;
	-webkit-background-size:300px 90px;/* Safari,Chrome */
	-moz-background-size:300px 90px;/* Mozilla */
	background-size:300px 90px;/* CSS3 */
}
#tmp_htop_btn p span {
	display:block;
	padding:0;
	width:300px;
	height:90px;
	line-height:1.2;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* main_info
============================== */
#tmp_wrap_main_info {
	margin-bottom:10px;
}
#tmp_main_info_ttl ul {
	margin:0;
	width:100%;
	display:-webkit-box;/* Safari,Chrome */
	display:-moz-box;/* Mozilla */
	display:box; /* CSS3 */
}
#tmp_main_info_ttl ul li {
	float:none;
	margin:0 3px 0 0;
	display:-webkit-box;/* Safari,Chrome */
	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 */
}
#tmp_main_info_ttl ul li.last{
	margin-right:0px;
}
#tmp_main_info_ttl ul li a {
	background-color:#1772A8;
	background:-webkit-gradient(linear, center top, center bottom, from(#227EB4), to(#1772A8));/* Webkit */
	background:-moz-linear-gradient(center top, #227EB4, #1772A8);/* Mozilla */
	background:linear-gradient(to bottom, #227EB4, #1772A8);/* CSS3 */
	display:-webkit-box;/* Safari,Chrome */
	display:-moz-box;/* Mozilla */
	display:box; /* CSS3 */
	-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 */
	padding:10px 0 8px;
	display:block;
	text-align:center;
}
#tmp_main_info_ttl ul li.active a {
	background-image:none;
	background-color:#FFFFFF;
    color:#005286;
    position:relative;
}
/* chumoku */
#tmp_tab_chumoku .info_cnt_lft,
#tmp_tab_chumoku .info_cnt_rgt {
	float:none;
	width:100%;
}
/* box_top_main
============================== */
.box_top_main_r,
.box_top_main_l {
	float:none;
	width:100%;
}
/* anzen
============================== */
#tmp_anzen {
	margin-bottom:10px;
}
#tmp_anzen_ttl {
	background-color:#2581B8;
	background:-webkit-gradient(linear, center top, center bottom, from(#1772A8), to(#2581B8));/* Webkit */
	background:-moz-linear-gradient(center top, #1772A8, #2581B8);/* Mozilla */
	background:linear-gradient(to bottom, #1772A8, #2581B8);/* CSS3 */
}
/* search_mk
============================== */
#tmp_search_mk {
	margin-bottom:10px;
}
/* keyword */
#tmp_keyword_ttl {
	background-color:#E1F7C8;
	background:-webkit-gradient(linear, center top, center bottom, from(#C4EE91), to(#E1F7C8));/* Webkit */
	background:-moz-linear-gradient(center top, #C4EE91, #E1F7C8);/* Mozilla */
	background:linear-gradient(to bottom, #C4EE91, #E1F7C8);/* CSS3 */
}
#tmp_keyword_ttl h3 {
	font-size:100%;
}
/* keyword */
#tmp_keyword1_ttl {
	background-color:#E1F7C8;
	background:-webkit-gradient(linear, center top, center bottom, from(#C4EE91), to(#E1F7C8));/* Webkit */
	background:-moz-linear-gradient(center top, #C4EE91, #E1F7C8);/* Mozilla */
	background:linear-gradient(to bottom, #C4EE91, #E1F7C8);/* CSS3 */
}
#tmp_keyword1_ttl h3 {
	font-size:100%;
}

/* shinsei
============================== */
#tmp_shinsei {
	margin-bottom:10px;
}
#tmp_shinsei ul li:nth-child(1) {
	width:40%;
	margin-right:2%;
}
#tmp_shinsei ul li:nth-child(2) {
	width:54%;
}
#tmp_shinsei ul li a {
	display:block;
	padding:7px 0 7px 20px;
}
/* search_mk
============================== */
#tmp_mokuteki_ttl ul {
	margin:0;
	width:100%;
	display:-webkit-box;/* Safari,Chrome */
	display:-moz-box;/* Mozilla */
	display:box; /* CSS3 */
}
#tmp_mokuteki_ttl ul li {
	float:none;
	margin:0;
	display:-webkit-box;/* Safari,Chrome */
	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 */
}
#tmp_mokuteki_ttl ul a {
	display:-webkit-box;/* Safari,Chrome */
	display:-moz-box;/* Mozilla */
	display:box; /* CSS3 */
	-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 */
	padding:5px 0;
	display:block;
	text-align:center;
}
#tmp_tab_mokuteki ul li {
	width:31.7%;
	margin-right:1%;
}
#tmp_tab_mokuteki li.mk_tetuduki,
#tmp_tab_mokuteki li.mk_bosyu {
	width:48%;
	font-size:85.7%;
}
#tmp_tab_mokuteki li.mk_tetuduki span {
	padding-top:17px;
	padding-bottom:10px;
}
#tmp_tab_mokuteki .mk_nyusatsu {
	font-size:92.8%;
}
/* brand
============================== */
#tmp_brand_cnt ul {
	background-position:center top;
}
#tmp_brand_cnt ul a {
	padding:0 !important;
}
#tmp_brand_cnt ul span {
	height:25px !important;
	padding:15px 0 10px 55px !important;
	-webkit-background-size:50px auto !important;/* Safari,Chrome */
	-moz-background-size:50px auto !important;/* Mozilla */
	background-size:50px auto !important;/* CSS3 */
}
#tmp_brand_cnt #tmp_brand_menu1 span,
#tmp_brand_cnt #tmp_brand_menu6 span,
#tmp_brand_cnt #tmp_brand_menu7 span {
	padding-top:25px !important;
	height:15px !important;
}
/* keyword
============================== */
#tmp_wrap_keyword {
}
#tmp_keyword {
	width:100%;
	background:none;
}
#tmp_keyword_ttl {
	float:none;
	width:100%;
	padding:0;
	text-align:left;
}
#tmp_keyword_ttl h2 {
	padding:5px;
}
#tmp_keyword_cnt {
	float:none;
	width:auto;
	padding:10px 5px 0;
}
/* keyword1
============================== */
#tmp_wrap_keyword1 {
}
#tmp_keyword1 {
	width:100%;
	background:none;
}
#tmp_keyword1_ttl {
	float:none;
	width:100%;
	padding:0;
	text-align:left;
}
#tmp_keyword1_ttl h2 {
	padding:5px;
}
#tmp_keyword1_cnt {
	float:none;
	width:auto;
	padding:10px 5px 0;
}
/* ==================================================
fukidashi
================================================== */
#tmp_contents .fukidashi_kp,
#tmp_contents .fukidashi_kg,
#tmp_miryoku .fukidashi_kp,
#tmp_miryoku .fukidashi_kg {
	width:100%;
	background:none;
	border-collapse:separate;
}
#tmp_contents .fukidashi_kp .chara,
#tmp_contents .fukidashi_kg .chara,
#tmp_miryoku .fukidashi_kp .chara,
#tmp_miryoku .fukidashi_kg .chara {
	width:80px;
}
#tmp_contents .fukidashi_kp .chara img,
#tmp_contents .fukidashi_kg .chara img,
#tmp_miryoku .fukidashi_kp .chara img,
#tmp_miryoku .fukidashi_kg .chara img {
	max-width:80px;
	height:auto;
}
#tmp_contents .fukidashi_kp .chara p,
#tmp_miryoku .fukidashi_kp .chara p {
	background-position:left bottom;
	margin-left:-5px;
	padding-left:25px;
	position:relative;
	-webkit-background-size:30%; /* Webkit */
	-moz-background-size:30%; /* Mozilla */
	background-size:25%; /* CSS3 */
}
#tmp_contents .fukidashi_kg .chara p,
#tmp_miryoku .fukidashi_kg .chara p {
	background-position:right top;
	margin-right:-5px;
	padding-right:25px;
	position:relative;
	-webkit-background-size:30%; /* Webkit */
	-moz-background-size:30%; /* Mozilla */
	background-size:25%; /* CSS3 */
}
#tmp_contents .fukidashi_kp .fukidashi,
#tmp_miryoku .fukidashi_kp .fukidashi {
	border-collapse:separate;
	border:2px solid #F48AA5;
	-webkit-border-radius:6px; /* Webkit */
	-moz-border-radius:6px; /* Mozilla */
	border-radius:6px; /* CSS3 */
	background:none;
	padding:10px 15px;
}
#tmp_contents .fukidashi_kg .fukidashi,
#tmp_miryoku .fukidashi_kg .fukidashi {
	border-collapse:separate;
	border:2px solid #6ACAEA;
	-webkit-border-radius:6px; /* Webkit */
	-moz-border-radius:6px; /* Mozilla */
	border-radius:6px; /* CSS3 */
	background:none;
	padding:10px 15px;
}
/* ==================================================
chiji
================================================== */
#tmp_chiji_top_ttl {
	background-size:133%;
	padding-top:40%;
	padding-right:0;
}
#tmp_chiji_top_ttl img {
	width:80%;
	height:auto;
}
#tmp_chiji_top_ttl h1,
#tmp_chiji_top_ttl .aisatsu {
	position:static;
	top:0;
	left:0;
}
#tmp_chiji_top_ttl .aisatsu {
	margin-bottom:10px;
}
#tmp_chiji_top_ttl .chiji_top_navi {
	float:none;
	width:100%;
}
#tmp_wrap_chiji_photo,
#tmp_wrap_chiji_interview {
	float:none;
	width:100%;
}
#tmp_chiji_top_cnt {
	padding-left:10px;
	padding-right:10px;
}
#tmp_chiji_photo_cnt .wrap_box_chiji_photo {
	width:48.9%;
	margin-right:0;
	margin-bottom:8px;
}
#tmp_chiji_photo_cnt .wrap_box_chiji_photo:nth-child(odd) {
	margin-right:2%;
}
#tmp_chiji_photo_cnt .wrap_box_chiji_photo img {
	width:100%;
	height:auto;
}
#tmp_wrap_chiji_photo {
	margin-bottom:10px;
}
#tmp_chiji_photo {
	margin-bottom:0;
}
/* ==================================================
miryoku_top
================================================== */
#tmp_miryoku_top {
	background:none;
	height: inherit;
	margin:0 0 10px;
}
#tmp_miryoku_top_ttl {
	padding:10px;
}
#tmp_miryoku_top_ttl img {
	width:100%;
	height:auto;
}
#tmp_wrap_miryoku_top_cnt {
	width:300px;
}
#tmp_wrap_miryoku_top_cnt {
	background-color:transparent;
	color:inherit;
}
#tmp_miryoku_top_cnt {
	padding:0;
}
/* mk_gallery
============================== */
#tmp_mk_gallery {
	width:300px;
	margin:0 auto;
}
#tmp_mk_gallery .box_gallrey {
	width:300px;
	height:auto;
}
#tmp_mk_gallery .box_gallrey .ttl {
	position:static;
}
#tmp_mk_gallery .box_gallrey img {
	width:100%;
	height:auto;
}
#tmp_mk_gallery .box_gallrey .gallery_cnt {
	position:static;
	width:100%;
	min-height:inherit;
}
#tmp_wrap_mk_gallery .list_order,
#tmp_mk_gallery_player {
	position:static;
	float:left;
	padding:5px 0;
}
/* miryoku_top_btn
============================== */
#tmp_miryoku_top_btn {
	margin-bottom:10px;
}
#tmp_miryoku_top_btn li {
	float:none;
	text-align:center;
}
#tmp_miryoku_top_btn li img {
	width:100%;
	height:auto;
}
/* ==================================================
miryoku
================================================== */
#tmp_miryoku img {
	max-width:100%;
	height:auto;
}
#tmp_miryoku {
	padding:10px;
}
#tmp_miryoku_ttl h1 {
	border-width:3px !important;
}
#tmp_miryoku_ttl h1 img {
	width:200px;
	height:auto;
}
#tmp_miryoku_ttl .cate_img {
	top:10px;
}
#tmp_miryoku_ttl .cate_img img {
	width:auto;
	height:70px;
}
/* miryoku_lead
============================== */
#tmp_miryoku_lead {
	background:none !important;
	padding-left:0;
	min-height:inherit;
}
/* ==================================================
kusuchan
================================================== */
#tmp_hcate_ttl.hcate_ttl_kusuchan {
	background:url(/shared/templates/base/images/kusuchan/kusuchan_bg.jpg) repeat left top;
	margin-bottom:10px;
}
#tmp_kusuchan_top_ttl h1,
#tmp_hcate_ttl.hcate_ttl_kusuchan p {
	margin:0 auto;
	width:300px;
	height:69px;
	background-image:url(/shared/templates/base/images/kusuchan/sp/kusuchan_top_ttl.jpg);
	-webkit-background-size:300px 69px;/* Safari,Chrome */
	-moz-background-size:300px 69px;/* Mozilla */
	background-size:300px 69px;/* CSS3 */
}
#tmp_kusuchan_top_ttl span,
#tmp_hcate_ttl.hcate_ttl_kusuchan p span {
	width:300px;
	height:69px;
}
#tmp_kusuchan_top_cnt {
	padding:10px;
}
#tmp_kusuchan_top {
	margin:0 0 20px;
	background:url(/shared/templates/base/images/kusuchan/kusuchan_bg.jpg) repeat left top;
}
#tmp_wrap_kusuchan_main {
	float:none;
	width:100%;
}
#tmp_kusuchan_main {
	padding:0;
}
#tmp_wrap_kusuchan_channel {
	float:none;
	width:272px;
	padding-top:0;
	margin:0 auto 10px;
}
#tmp_kusuchan_recommend_ttl img,
#tmp_kusuchan_latest_ttl img,
#tmp_kusuchan_recommend_cnt img {
	width:100%;
	height:auto;
}
#tmp_kusuchan_recommend_cnt iframe {
	width:100%;
	height:auto;
}
#tmp_kusuchan_top .latest_kusuchan {
	width:100%;
	float:none;
	margin:0 auto !important;
}
#tmp_kusuchan_top .latest_kusuchan .pht {
	text-align:center;
}
#tmp_channel_list .drop_down_hidden {
	display:none !important;
}
#tmp_kusuchan_recommend_text {
	width:100%;
}
/* ==================================================
トップページメインビジュアル拡張
================================================== */
#tmp_top_main2 {
	width:100%;
}
#tmp_gallery_top,
#tmp_wrap_gallery {
	width:auto !important;
}
#tmp_gallery_sp {
	display:block;
}
#tmp_gallery_sp ul li img {
	width:100%;
	height:auto;
}
#tmp_wrap_gallery #tmp_gallery_sp .box_gallrey {
	height:auto;
}
#tmp_wrap_gallery #tmp_gallery_sp .box_gallrey img {
	width:100%;
}
#tmp_wrap_gallery #tmp_gallery_sp .box_gallrey {
	top:0;
}
#tmp_wrap_gallery #tmp_gallery_sp .box_parent_gallrey {
	padding-top:39.66%;
	height:auto !important;
}
#tmp_wrap_gallery .list_order {
	margin-bottom:0;
}
/* ==================================================
トップページメインビジュアル拡張2
================================================== */
#tmp_gallery_top.right_bnr_on .box_gallery_right {
	margin-bottom: 10px;
}
#tmp_top_main2 .gallery_top_left {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#tmp_top_main2 #tmp_gallery_top.right_bnr_on .box_gallery_right {
	margin-left: 0;
	width: 100%;
}
#tmp_gallery_top.right_bnr_on .box_gallery_right .gr_images_pc {
	display: none;
}
#tmp_gallery_top.right_bnr_on  #tmp_wrap_gallery,
#tmp_gallery_top.right_bnr_on  #tmp_wrap_gallery #tmp_gallery_pc,
#tmp_top_main2 #tmp_gallery_top.right_bnr_on #tmp_wrap_gallery,
#tmp_gallery_top.right_bnr_on .box_gallery_right .gr_images_sp {
	display: block;
}
#tmp_gallery_top.right_bnr_on img{
	width: 100%;
	height: auto;
}
#tmp_gallery_top.right_bnr_on .box_gallery_right .gr_link {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 97px;
}
#tmp_gallery_top.right_bnr_on .box_gallery_right .gr_link .gr_images_pc {
	display: none;
}
#tmp_gallery_top.right_bnr_on .box_gallery_right .gr_link .gr_images_sp {
	max-width: 100%;
	height: auto;
}
#tmp_gallery_top.right_bnr_on .box_gallery_right .gr_link .gr_caption {
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	display: block;
	height: 127px;
	overflow: auto;
}
/* 画像リンク切れ用 */
#tmp_gallery_top.right_bnr_on .box_gallery_right .gr_images_sp:before {
	height: 230px;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_snavi ul:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}


}