@charset "utf-8";

@media screen and (max-width : 480px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
/* wrapper
============================== */
#tmp_wrapper_bg,
#tmp_wrapper,
#tmp_wrapper2,
#tmp_header,
#tmp_means_primary2,
#tmp_wrap_footer,
#tmp_footer {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
#tmp_wrapper_bg {
	background-position:top center;
	background-size:auto 600px;/* CSS3 */
}
#tmp_wrapper2 {
	background:none;
	min-height:inherit;
}
/* ==================================================
header
================================================== */
.wrap_head_nm {
	float:none;
	margin-right:0;
}
.wrap_head_nm2 {
	margin-right:0;
}
#tmp_wrap_means_primary {
	width:100%;
	float:none;
}
#tmp_means_primary {
	margin-left:0;
	padding:12px 0;
}
#tmp_wrap_means_secondary {
	position:static;
	width:100%;
}
#tmp_means_secondary {
	padding:0 10px 10px;
}
#tmp_header {
	position:static;
	padding:0;
	background-color:transparent;
}
#tmp_hlogo {
	position:static;
	padding:75px 0 10px;
	text-align:center;
	width:257px;
	margin:0 auto 60px;
}
#tmp_hlogo h1 {
	display:inline-block;
	width:257px;
	height:80px;
	background-image: url(/shared/site_stop/images/header/sp/hlogo.png);
	-webkit-background-size:257px 80px;
	-moz-background-size:257px 80px;
	background-size:257px 80px;
}
#tmp_hlogo h1 span {
	width:257px;
	height:80px;
}
/* means
============================== */
#tmp_wrap_means_primary {
	display:none; /* 変更しない */
}
/* search
============================== */
#tmp_search_ttl,
#tmp_search_cnt {
	height:inherit;
}
#tmp_search_ttl img {
	padding:6px;
	background-size:18px 18px;
}
#tmp_func_sch_btn {
	padding:2px 0;
}
/* emergency
============================== */
#tmp_wrap_emergency {
	position:static;
	padding:0 10px 8px;
	width:100%;
	box-sizing:border-box;/* CSS3 */
}
#tmp_emergency_ttl,
#tmp_wrap_emergency_cnt {
	height:inherit;
	padding:8px 5px;
}
#tmp_emergency_ttl {
	width:auto;
}
#tmp_emergency_ttl span {
	display:inline;
}
#tmp_emergency_cnt {
	max-height:inherit;
	overflow:inherit;
}
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:34px;
	height:34px;
	text-decoration:none;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:15px;
	top:22px;
}
#tmp_hnavi_lmenu a {
	background: url(/shared/site_stop/images/header/sp/lmenu_off.png) no-repeat center center;
	-webkit-background-size:34px 34px;
	-moz-background-size:34px 34px;
	background-size:34px 34px;
}
#tmp_hnavi_lmenu a.active {
	background: url(/shared/site_stop/images/header/sp/lmenu_on.png) no-repeat center center;
	-webkit-background-size:34px 34px;
	-moz-background-size:34px 34px;
	background-size:34px 34px;
}
#tmp_hnavi_lmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:34px;
	height:34px;
	overflow:hidden;
	display:none;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	top:56px !important;
	color:#FFFFFF;
	background-color:#000000;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:20px 10px;
}
/* sma_search */
#tmp_sma_search {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_search dl {
	display:table;
	width:100%;
}
#tmp_sma_search dt,
#tmp_sma_search dd,
#tmp_sma_search dd p {
	display:table-cell;
	vertical-align:top;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_search dt {
	padding:0 10px 0 0;
}
#tmp_sma_search .sch_box {
	width:100%;
	padding:0 10px 0 0;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_query {
	width:100%;
	min-height:31px;
	border:1px solid #AABBCC;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_func_sch_btn {
	font-size:115%;
	font-weight:bold;
	width:80px;
	min-height:31px;
	border:1px solid #AABBCC;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	cursor:pointer;
	color:inherit;
	background-color:#BBCCDD;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #FFFFFF;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a {
	display:block;
	padding:10px 10px;
	text-decoration:none;
	color:inherit;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a span {
	display:inline-block;
	background:url(/shared/site_stop/images/header/sp/close_icon.png) no-repeat left center;
	background-size:15px 15px;
	padding:0 0 0 20px;
}
/* sma_hnavi */
#tmp_sma_hsnavi {
	margin:0 0 20px;
	border:1px solid #AABBCC;
	border-right:none;
	border-left:none;
	clear:both;
}
#tmp_sma_hnavi ul {
	list-style:none;
}
#tmp_sma_hnavi li {
	font-weight:bold;
	border-top:1px solid #FFFFFF;
}
#tmp_sma_hnavi a {
	display:block;
	padding:10px 0;
	color:inherit;
	text-decoration:none;
}
#tmp_sma_hnavi .off {
	display:none;
}
body.furigana #tmp_sma_hnavi .on {
    display: none;
}
body.furigana #tmp_sma_hnavi .off {
    display: inline;
}
/* ==================================================
model_change
================================================== */
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:block;
}
/* 切替ボタン
============================== */
#tmp_model_change {
	width:auto;
	margin:0 10px 10px;
	font-size:100%;
}
#tmp_model_change a {
	display:block;
	border:1px solid #DBDBDB;
	background-color:#FFFFFF;
	color:#333333;
	text-align:center;
	text-decoration:none;
	padding:8px 0;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	position:static;
	margin:-81px 0 0;
	padding-top:80px;
	background-size:15px 150px;/* CSS3 */
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:0 10px;
}
#tmp_fnavi .fnavi1 {
	float:none;
}
#tmp_fnavi .fnavi1 li {
	float:left;
	width:48%;
	margin:0 0 10px;
}
#tmp_fnavi .fnavi1 .contact_btn {
	float:right;
}
#tmp_fnavi .fnavi1 li a {
	border:none;
	padding:28.6% 0 0;
	border-radius:0;
	background-size:100% auto !important;/* CSS3 */
}
#tmp_fnavi .fnavi1 li a,
#tmp_fnavi .fnavi1 li span {
	width:100%;
	height:0;
}
#tmp_fnavi .fnavi1 .access_btn a {
	background:url(/shared/site_stop/images/footer/sp/access_btn.png) no-repeat left top;
}
#tmp_fnavi .fnavi1 .contact_btn a {
	background:url(/shared/site_stop/images/footer/sp/contact_btn.png) no-repeat left top;
}
#tmp_fnavi .fnavi1.used_bg_img span {
	z-index:-1 !important;
	overflow: hidden !important;
}
#tmp_fnavi .fnavi2 {
	float:none;
	font-size:100%;
	clear:both;
}
#tmp_fnavi .fnavi2 li {
	float:none;
	border:none;
}
#tmp_fnavi .fnavi2 li a {
	background: url(/shared/site_stop/images/footer/sp/navi_icon.png) no-repeat left center;
	background-size:7px 10px;/* CSS3 */
	padding:6px 5px 6px 14px;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	padding:0 10px 10px;
}
#tmp_footer_cnt address {
	margin-bottom:10px;
}
#tmp_footer_cnt address span {
	display:block;
	margin-right:0;
}
#tmp_footer_cnt address span.br {
	display:inline; /* block値をinline値に変換 */
}
#tmp_footer_cnt address span.spbr {
	display:block; /* inline値をblock値に変換 */
}
#tmp_copyright {
	float:none;
	text-align:left;
	clear:both;
	font-size:71.4%;
}
/* ==================================================
top
================================================== */
#tmp_tnavi {
	padding:5px 10px;
}
#tmp_tnavi .tnavi {
	position:static !important;
	width:100%;
	display:table;
	background-color:#FFFFFF;
	padding:1px 6px 1px 1px;
	box-sizing:border-box;/* CSS3 */
	border-radius:2px;/* CSS3 */
	margin:0 0 15px;
	clear:both;
}
#tmp_tnavi .tnavi_ttl,
#tmp_tnavi .tnavi_cnt {
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;/* CSS3 */
}
#tmp_tnavi .tnavi_cnt {
	font-size:85.7%;
	padding:0 7px 0 10px;
}
#tmp_tnavi .tnavi_cnt a {
	width:auto !important;
	height:auto !important;
	padding-right:15px;
	color:#000000;
	background:none !important;
}
/* kensei */
#tmp_tnavi_kensei .tnavi_cnt {
	background:url(/shared/templates/stop/images/sp/kensei_icon.png) no-repeat right center;
	background-size:9px auto;/* CSS3 */
}
#tmp_tnavi_kensei .tnavi_ttl {
	width:107px;
	height:82px;
	background:url(/shared/templates/stop/images/sp/kensei_ttl.gif) no-repeat left top;
	background-size:107px 82px;/* CSS3 */
}
#tmp_tnavi_kensei .tnavi_cnt {
	height:82px;
}
/* miryoku*/
#tmp_tnavi_miryoku .tnavi_cnt {
	background:url(/shared/templates/stop/images/sp/miryoku_icon.png) no-repeat right center;
	background-size:9px auto;/* CSS3 */
}
#tmp_tnavi_miryoku .tnavi_ttl {
	width:107px;
	height:66px;
	background:url(/shared/templates/stop/images/sp/miryoku_ttl.gif) no-repeat left top;
	background-size:107px 66px;/* CSS3 */
}
#tmp_tnavi_miryoku .tnavi_cnt {
	height:66px;
}
/* live*/
#tmp_tnavi_live .tnavi_ttl {
	width:107px;
	height:67px;
	background:url(/shared/templates/stop/images/sp/live_ttl.gif) no-repeat left top;
	background-size:107px 67px;/* CSS3 */
}
#tmp_tnavi_live .tnavi_cnt {
	background:url(/shared/templates/stop/images/sp/live_icon.png) no-repeat right center;
	background-size:9px auto;/* CSS3 */
}
#tmp_tnavi_live .tnavi_cnt a {
	width:170px !important;
	height:67px !important;
	background:url(/shared/templates/stop/images/sp/live_cnt.gif) no-repeat left top !important;
	background-size:170px 67px !important;/* CSS3 */
}
#tmp_tnavi #tmp_tnavi_kensei .tnavi_cnt span,
#tmp_tnavi #tmp_tnavi_miryoku .tnavi_cnt span {
	z-index:1;
	overflow:inherit;
	white-space:inherit;
	text-indent:inherit;
}
/* ==================================================
Read Speaker
================================================== */
#tmp_readspeaker {
	margin:0;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
}