@charset "utf-8";

@media screen and (min-width : 481px) and (max-width : 768px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust: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,
#tmp_wrapper2,
#tmp_wrap_fnavi,
#tmp_fnavi,
#tmp_wrap_footer_cnt,
#tmp_footer_cnt,
#tmp_copyright {
	width:768px;
	min-width:481px;
	max-width:inherit;
}
#tmp_wrapper .notablet {
	display:none;
}
#tmp_resize_width {
	width:481px;
}
#tmp_wrapper,
#tmp_wrapper2 {
	background:none;
}
/* top
============================== */
.format_top .wrap_col_lft_navi {
	width:100%; /* デザインによって変更 */
	margin:20px 0 0;
}
.format_top .column_lnavi .col_main {
	margin-left:0; /* デザインによって変更 */
	padding-bottom:20px;
}
#tmp_maincontents {
	padding: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 .column_full .col_main,
.format_free .column_lnavi .col_main {
	margin-left:0; /* 変更しない */
	margin-right:0;
}
.custom_bosai .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.custom_bosai .column_rnavi .wrap_col_main {
	margin-right:-220px; /* デザインによって変更 */
}
.custom_bosai .column_rnavi .col_main {
	margin-right:220px; /* デザインによって変更 */
}
.custom_spot .column_rnavi .wrap_col_main {
	margin-top:0;
}
.custom_spot .wrap_col_rgt_navi {
	width:100%; /* デザインによって変更 */
}
.custom_spot .column_rnavi .wrap_col_main {
	margin-right:0; /* デザインによって変更 */
	margin-top:0;
}
.custom_spot .column_rnavi .col_main {
	margin-right:0; /* デザインによって変更 */
}
/* main
============================== */
#tmp_wrap_main {
	padding-right:15px;
	padding-left:15px;
}
/* contents
============================== */
.custom_education #tmp_wrap_contents {
	padding:5px 35px 10px;
}
/* cate_ttl
============================== */
.custom_education #tmp_cate_ttl,
.custom_education.site_top #tmp_cate_ttl {
	-webkit-background-size:100% auto;/* Safari,Chrome */
	-moz-background-size:100% auto;/* Mozilla */
	background-size:100% auto;/* CSS3 */
}
/* header
============================== */
#tmp_header {
	background:#f7f7f7 url(/shared/images/header/header_bg.jpg) no-repeat left top;
	position:relative;
	padding:20px 15px 11px !important;
}
#tmp_hlogo {
	float:none;
	position:static;
	width:184px !important;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:184px;
	height:54px;
	background:url(/shared/site_smartphone/images/header/hlogo_t.png) no-repeat left top;
}
#tmp_hlogo p a {
	width:184px;
	height:54px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:184px;
	height:54px;
}
/* means
============================== */
#tmp_means {
	display:none; /* 変更しない */
}
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	background-color:#666666;
	border-radius:3px;
	border:1px solid #666666;
	box-sizing:border-box;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:61px;
	top:17px;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:7px;
	top:17px;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/lmenu.png) no-repeat center 7px;
	-webkit-background-size:23px;
	-moz-background-size:23px;
	background-size:23px;
	background-position:center 7px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/rmenu.png) no-repeat center 8px;
	-webkit-background-size:24px 20px;
	-moz-background-size:24px 20px;
	background-size:24px 20px;
}
#tmp_hnavi_lmenu a.active,
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_smartphone/images/header/close.png) no-repeat center 6px;
	-webkit-background-size:22px;
	-moz-background-size:22px;
	background-size:22px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	color:#FFFFFF;
	font-size:0.625rem;
	padding-top:31px;
	text-align:center;
}
#tmp_hnavi_lmenu .active span,
#tmp_hnavi_rmenu .active span{
	color:#666666;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	top:81px !important;
	left:0; /* 変更しない */
	color:#000000;
	background-color:#ffffff;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
/* sma_search */
#tmp_sma_search {
	padding:10px;
	clear:both;
}
#tmp_sma_search .wrap_sch_box {
	float:left;
	padding-bottom:10px;
}
#tmp_sma_search .wrap_sch_box p {
	float:left;
}
#tmp_sma_search .sch_box {
	margin-right:5px;
}
#tmp_sma_search .sch_ttl img {
	vertical-align:top;
	-webkit-border-radius:4px 0 0 4px;/* Webkit */
	-moz-border-radius:4px 0 0 4px;/* Mozilla */
	border-radius:4px 0 0 4px;/* CSS3 */
}
#tmp_sma_query {
	width:100%;
	min-height:28px;
	border:1px solid #d9d9d9;
	border-left:none;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_sma_search .sch_select {
	margin:0 5px 0 0;
}
#tmp_sma_search .sch_select select {
	border:1px solid #d9d9d9;
	padding:1px;
	width:100%;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_sma_func_sch_btn {
	font-size:114.3%;
	min-width:100px;
	border:none;
	background-color:#666666;
	color:#ffffff;
	padding:2px 1px 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	-webkit-border-radius:0 4px 4px 0;/* Webkit */
	-moz-border-radius:0 4px 4px 0;/* Mozilla */
	border-radius:0 4px 4px 0;/* CSS3 */
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
/* view_btn */
#tmp_sma_search .view_btn {
	clear:both;
}
#tmp_sma_search .view_btn a {
	display:block;
	text-decoration:none;
	background:#dbebfc url(/shared/images/icon/arrow_icon_s.png) no-repeat 8px center;
	padding:6px 5px 4px 26px;
	-webkit-border-radius:6px;/* Webkit */
	-moz-border-radius:6px;/* Mozilla */
	border-radius:6px;/* CSS3 */
}

/* 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;
	color:#ffffff;
	background-color:#666666;
}
#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;
	padding:0 0 0 20px;
	background-size:12px auto;/* CSS3 */
}
/* sma_hnavi */
#tmp_sma_hnavi {
	clear:both;
}
#tmp_sma_hnavi ul {
	list-style:none;
	font-size:85.7%;
}
#tmp_sma_hnavi li {
	float:left;
	text-align:center;
	border-bottom:2px solid #ffffff;
}
#tmp_sma_hnavi li.hnavi_read {
	width:42%;
}
#tmp_sma_hnavi li.hnavi_size {
	width:58%;
}
#tmp_sma_hnavi li.hnavi_lang {
	clear:both;
	float:none;
	width:100%;
}
#tmp_sma_hnavi a {
	display:block;
	color:#000000;
	background-color:#ddf6fe;
	text-decoration:none;
}
#tmp_sma_hnavi li.hnavi_read a {
	border-right:2px solid #ffffff;
}
#tmp_sma_hnavi li.hnavi_read span {
	background-image:url(/shared/site_smartphone/images/header/hnavi_icon_read.png);
}
#tmp_sma_hnavi li.hnavi_size span {
	background-image:url(/shared/site_smartphone/images/header/hnavi_icon_size.png);
}
#tmp_sma_hnavi li.hnavi_lang span {
	background-image:url(/shared/site_smartphone/images/header/hnavi_icon_lang.png);
}
#tmp_sma_hnavi li span {
	display:inline-block;
	padding:12px 0 11px 40px;
	background-size:30px 30px;/* CSS3 */
	background-repeat:no-repeat;
	background-position:left center;
}
/* sma_cnavi */
#tmp_sma_cnavi {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_cnavi ul {
	list-style:none;
	font-size:121.4%;
	font-weight:bold;
	border-bottom:1px solid #f0f0f0;
}
#tmp_sma_cnavi li {
	margin:3px 0 0;
}
#tmp_sma_cnavi .cnavi_kosodate {
	border-left:5px solid #ec5399;
}
#tmp_sma_cnavi .cnavi_kosodate a {
	background-image:url(/shared/images/navi/cnavi/sp/cnavi_kosodate.png);
}
#tmp_sma_cnavi .cnavi_support {
	border-left:5px solid #8058bd;
}
#tmp_sma_cnavi .cnavi_support a {
	background-image:url(/shared/images/navi/cnavi/sp/cnavi_support.png);
}
#tmp_sma_cnavi .cnavi_jigyo {
	border-left:5px solid #2c6ed5;
}
#tmp_sma_cnavi .cnavi_jigyo a {
	background-image:url(/shared/images/navi/cnavi/sp/cnavi_jigyo.png);
}
#tmp_sma_cnavi .cnavi_room {
	border-left:5px solid #2489b0;
}
#tmp_sma_cnavi .cnavi_room a {
	background-image:url(/shared/images/navi/cnavi/sp/cnavi_room.png);
}
#tmp_sma_cnavi ul li a {
	display:block;
	text-decoration:none;
	color:#010101;
	background-color:transparent;
	padding:15px 5px 14px 55px;
	background-repeat:no-repeat;
	background-position:9px center;
	border-top:1px solid #ebebeb;
	background-size:40px auto;/* CSS3 */
}
/* sma_gnavi */
#tmp_sma_gnavi {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	font-size:107%;
}
#tmp_sma_gnavi li {
	margin-bottom:1px;
	font-weight:bold;
}
#tmp_sma_gnavi a {
	display:block;
	padding:10px 30px 10px 10px;
	text-decoration:none;
	color:#ffffff;
	background:#152565 url(/shared/site_smartphone/images/header/gnavi_icon.png) no-repeat right center;
	background-size:22px 20px;/* CSS3 */
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	margin:0 0 10px;
	padding:10px 10px;
	color:inherit;
	background-color:#FFFFFF;
	font-weight:bold;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	margin:-10px -10px; /* #tmp_sma_lnavi_ttl のpadding値と同じマイナス数値 */
	padding:10px 10px; /* #tmp_sma_lnavi_ttl のpadding値と同じ数値 */
	color:inherit;
	text-decoration:none;
	background-color:#AABBCC;
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
}
#tmp_sma_lnavi_cnt li {
	padding:10px 0 10px 24px;
	border-top:1px solid #BBCCDD;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 10px 0.8em;
}
#tmp_sma_lnavi_cnt li:first-child {
	border-top:none;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	margin:-10px 0 -10px -14px; /* #tmp_sma_lnavi_cnt liのpadding値と同じマイナス数値 */
	padding:10px 0 10px 14px; /* #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;
}
/* sma_sch_kwd */
#tmp_sma_sch_kwd {
	clear:both;
}
#tmp_sma_sch_kwd_ttl {
	font-size:114.3%;
	font-weight:bold;
	padding:0 10px 5px;
}
#tmp_sma_sch_kwd_cnt {
	padding:0 10px 5px 2px;
}
#tmp_sma_sch_kwd_cnt ul {
	list-style:none;
}
#tmp_sma_sch_kwd_cnt li {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	line-height:1;
	padding:2px 8px;
	border-right:1px solid #333333;
	margin-bottom:5px;
}
/* sma_sch_list */
#tmp_sma_sch_list {
	padding:0 8px 10px 10px;
	clear:both;
}
#tmp_sma_sch_list ul {
	list-style:none;
	letter-spacing:-.4em;
}
#tmp_sma_sch_list ul li {
	display:inline-block;
	vertical-align:top;
	padding-bottom:1px;
	width:49.5%;
	letter-spacing:normal;
}
#tmp_sma_sch_list ul li:nth-child(odd) {
	margin-right:1px;
}
#tmp_sma_sch_list ul li a {
	display:block;
	background:#f4f4f4 url(/shared/images/icon/arrow_icon_s.png) no-repeat 8px 19px;
	color:#1356a2;
	padding:17px 5px 3px 26px;
	min-height:30px;
}
#tmp_sma_sch_list ul li.line a {
	padding-top:7px;
	min-height:40px;
}
/* pankuzu
============================== */
#tmp_wrap_pankuzu {
	width:auto;
	float:none;
}
/* gnavi
============================== */
#tmp_gnavi {
	width:100%;
	float:none;
}
#tmp_gnavi ul {
}
#tmp_gnavi ul li {
	width:25%;
	margin-bottom:1px;
}
#tmp_gnavi a {
	padding:8px 0;
}
#tmp_gnavi li span {
	padding-top:0.6em;
	padding-bottom:0.6em;
}
#tmp_gnavi #tmp_glist5 span,
#tmp_gnavi #tmp_glist6 span {
	padding-top:0;
	padding-bottom:0;
}
/* info
============================== */
#tmp_info_ttl ul {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	width:100%;
	list-style:none;
	list-style-image:none;
	clear:both;
}
#tmp_info_ttl li {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	box-flex:1;
	float:none;
}
#tmp_info_ttl li a {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	box-flex:1;
	-webkit-box-align:center;
	-moz-box-align:center;
	box-align:center;
	-webkitbox-pack:center;
	-moz-box-pack:center;
	box-pack:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#tmp_info_ttl li span {
	display:block;
	width:100%;
}
/* cnavi
============================== */
#tmp_cnavi {
	margin:0 0 16px;
}
#tmp_cnavi ul {
	border-bottom:none;
}
#tmp_cnavi ul li {
	margin:0;
	float:left;
	width:33.3%;
	font-weight:bold;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_cnavi ul li a {
	background-color:#ffffff;
	border-top:none;
}
#tmp_cnavi ul li.cnavi_support {
	letter-spacing:-0.07em;
}
#tmp_cnavi ul li.cnavi_support a {
	padding-left:50px;
	padding-right:2px;
	background-position:6px center;
}
/* lnavi_bnr
============================== */
.lnavi_bnr {
	display:none;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	float:left;
	width:243px;
	margin:0 0 13px;
}
#tmp_emergency_s p a {
	padding:25px 0 24px;
}
#tmp_emergency_s p span {
	background: url(/shared/images/icon/arrow_icon_m3.png) no-repeat right center;
	padding:2px 23px 0 0;
}
/* safety_mail
============================== */
#tmp_safety_mail {
	float:right;
	width:477px;
	margin:0;
}
/* bosai
============================== */
#tmp_bosai {
	clear:both;
	float:none;
	width:100%;
	margin:0 0 13px;
	border-top:3px solid #006600;
	color:#006600;
	background-color:#ffffff;
	display:table;
}
#tmp_bosai_ttl {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	width:105px;
	padding:0 15px;
	border-bottom:none;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_bosai_ttl p {
	line-height:1.3;
}
#tmp_bosai_ttl span {
	display:block;
}
#tmp_bosai_cnt {
	display:table-cell;
	vertical-align:top;
}
#tmp_bosai_cnt ul li {
	border-bottom:none;
	float:left;
	width:50%;
}
#tmp_bosai_cnt ul li:nth-child(1),
#tmp_bosai_cnt ul li:nth-child(2) {
	border-bottom:1px solid #f0f0f0;
}
#tmp_bosai_cnt ul li a {
	background-position:8px 12px;
	padding:10px 0 9px 28px;
}
/* publicity
============================== */
#tmp_publicity {
	margin:0;
}
#tmp_publicity_cnt ul li {
	width:177px !important;
	margin-right:9px;
}
#tmp_publicity_cnt ul:nth-child(4n+1) li:nth-child(4),
#tmp_publicity_cnt ul:nth-child(4n+2) li:nth-child(3),
#tmp_publicity_cnt ul:nth-child(4n+3) li:nth-child(2),
#tmp_publicity_cnt ul:nth-child(4n) li:nth-child(4n+1) {
	margin-right:0;
}
#tmp_publicity_cnt ul li img {
	width:100%;
	height:auto;
}
/* fnavi
============================== */
#tmp_fnavi2 {
	padding-left:20px;
}
/* ==================================================
top
================================================== */
/* gallery
============================== */
#tmp_top_gallery .box_gallrey {
	width:100%;
}
#tmp_top_gallery .box_gallrey img {
	width:100%;
	height:auto;
}
/* top_lead
============================== */
.top_lead {
	padding:10px 0;
}
.top_leadL,
.top_leadR {
	float:none;
	width:100%;
}
.top_leadR {
	margin:0 0 10px;
}

/* top_bnr
============================== */
.tb_colL {
	float:left;
	width:486px;
}
.tb_colR {
	float:right;
	width:235px;
}
#tmp_top_bnr a {
	background: url(/shared/templates/top/images/tb/skoto.jpg) no-repeat left top;
}
#tmp_top_bnr a,
#tmp_top_bnr span {
	width:486px;
	height:180px;
}
#tmp_top_bnr2 a {
	background: url(/shared/templates/top/images/tb/spot.jpg) no-repeat left top;
}
#tmp_top_bnr2 a,
#tmp_top_bnr2 span {
	width:235px;
	height:180px;
}
/* hcount
============================== */
#tmp_hcount {
	width:100%;
	padding:8px 12px 8px 8px;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_hcount_ttl {
	padding:0;
	float:left;
	width:225px;
}
#tmp_hcount_cnt {
	padding:0;
	float:right;
	width:240px;
}
#tmp_hcount .hcount {
	padding-top:11px;
	padding-bottom:10px;
}
#tmp_olympic_ttl #tmp_hcount {
	margin:0;
	padding:0 0 5px;
}
#tmp_olympic_ttl #tmp_hcount_ttl {
	float:none;
	width:auto;
	padding:10px 5px 5px;
}
#tmp_olympic_ttl #tmp_hcount_ttl p {
	font-size:85.7%;
}
#tmp_olympic_ttl #tmp_hcount_cnt {
	float:none;
	margin:0 auto;
}
#tmp_olympic_ttl #tmp_hcount .hcount {
	padding-top:5px;
	padding-bottom:5px;
}
/* top_sch
============================== */
#tmp_top_sch {
	margin-bottom:10px;
	border:none;
}
#tmp_top_sch .sch_list {
	width:538px;
}
#tmp_top_sch .sch_list li {
	width:174px;
}
#tmp_top_sch .sch_list2 {
	width:145px;
}
/* box_read
============================== */
.box_read_cnt {
	padding:0 15px 15px;
}
/* news */
#tmp_news_list {
	width:400px;
}
/* event */
#tmp_read_event .event {
	width:160px;
}
#tmp_read_event .event_cnt {
	padding:7px 7px 3px;
}
/* media */
#tmp_read_media .box_media {
	float:none;
	width:100%;
	margin-bottom:0 !important;
}
#tmp_read_media .media {
	width:340px;
	margin-right:24px;
	margin-bottom:24px;
}
#tmp_read_media .media:nth-child(2n) {
	margin-right:0;
}
#tmp_read_media .media:nth-child(2n+1) {
	clear:both;
}
#tmp_read_media .box_media_s {
	clear:both;
	float:none;
	width:100%;
	display:table;
	table-layout:fixed;
}
#tmp_read_media .box_media_s p {
	display:table-cell;
	padding:0 5px;
	margin-right:0;
	width:226px;
}
#tmp_read_media .box_media_s p a {
	text-align:left;
}
#tmp_read_media .box_media_s p.twitter_btn a span,
#tmp_read_media .box_media_s p.facebook_btn a span,
#tmp_read_media .box_media_s p.mailmagazine_btn a span,
#tmp_read_media .box_media_s p.line_btn a span {
	background-position:10px center;
	padding-left:55px;
}
#tmp_read_media .box_media_s p.twitter_btn a:hover span,
#tmp_read_media .box_media_s p.twitter_btn a:focus span,
#tmp_read_media .box_media_s p.facebook_btn a:hover span,
#tmp_read_media .box_media_s p.facebook_btn a:focus span,
#tmp_read_media .box_media_s p.line_btn a:hover span,
#tmp_read_media .box_media_s p.line_btn a:focus span {
	background-position:8px center;
	padding-left:53px;
}
#tmp_read_media .media .media_cnt img {
	width:100%;
	height:auto;
}
/* guidance */
#tmp_guidance_list {
	width:370px;
}
/* top_cate
============================== */
#tmp_top_cate {
	clear:inherit;
	float:left;
	width:360px;
	margin:0;
	padding-bottom:4px;
}
#tmp_top_cate p,
#tmp_top_cate ul li {
	margin-bottom:6px;
}
#tmp_top_cate p.mayor_btn,
#tmp_top_cate p.assembly_btn {
	font-size:128.6%;
}
#tmp_top_cate p.mayor_btn a,
#tmp_top_cate p.assembly_btn a {
	text-align:left;
	padding-left:125px;
}
#tmp_top_cate p a br {
	display:none;
}
#tmp_top_cate p.mayor_btn span,
#tmp_top_cate p.assembly_btn span {
	font-size:66.7%;
	vertical-align:middle;
}
/* lmenu
============================== */
#tmp_lmenu_kusei {
	clear:inherit;
	float:right;
	width:360px;
	margin:0 0 10px;
}
#tmp_lmenu_kusei .lmenu_cnt ul li {
	padding:7px 5px;
}
/* ==================================================
free
================================================== */
/* 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.list_table .date {
	width:5.2em;
}
#tmp_contents table.list_table .year {
	width:8.5em;
}
#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 */
}
/* map
============================== */
#tmp_gmap_box img {
	height:auto; /* 変更しない */
	max-width:none; /* 変更しない */
}
/* shisetsu */
#tmp_map_search {
	text-align:left;
}
#tmp_map_search .box_keyword {
	float:none;
	margin-right:0;
	margin-bottom:10px;
}
#tmp_map_search #keyword {
	width:360px;
}
#tmp_map_search .wrap_box_keyword .riyo {
	float:none;
}
#tmp_map_list {
	width:100%;
	margin-right:0;
	float:none;
	position:static;
	z-index:auto;
	display:table;
}
#tmp_facilities {
	width:100%;
}
#tmp_contents #tmp_facilities_btn ul {
	font-size:100%;
	margin-right:3px;
}
#tmp_contents #tmp_facilities_btn li {
	width:133px !important;
}
#tmp_contents #tmp_facilities_btn li a {
	background-position:center 10px;
	-webkit-background-size:35px auto !important;/* Safari,Chrome */
	-moz-background-size:35px auto !important;/* Mozilla */
	background-size:35px auto !important;/* CSS3 */
	padding-top:50px;
	min-height:40px;
}
#tmp_contents #tmp_facilities_btn li:nth-child(8) a {
	border-left:none;
}
#tmp_contents #tmp_facilities_btn li:nth-child(1) a,
#tmp_contents #tmp_facilities_btn li:nth-child(6) a,
#tmp_contents #tmp_facilities_btn li:nth-child(11) a {
	border-left:1px solid #b4b3b3;
}
#tmp_result {
	padding:0;
	display:table-cell;
	vertical-align:top;
}
#tmp_result_list {
	height:277px;
}
#tmp_wrap_gmap_box {
	float:none;
}
#tmp_wrap_gmap_box2 {
	margin-left:0;
}
#tmp_wrap_gmap_box #tmp_gmap_box {
	height:400px;
}
/* youtube
============================== */
#tmp_contents .frame_youtube,
#tmp_contents .frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
}
#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%;
}
/* ==================================================
event_calendar ver2.4
================================================== */
/* タブ
============================== */
#tmp_event_cal_tab ul {
	margin:0;
	padding:0 0 0 10px;
	font-size:128.6%;
}
#tmp_event_cal_tab li a {
	margin:0 10px 0 0;
}
/* カラムのレイアウトのロジック
============================== */
.wrap_event_col_lft_navi {
	width:210px; /* デザインによって変更 */
	margin-right:-230px; /* デザインによって変更 */
}
.event_col_main {
	margin-left:230px; /* デザインによって変更 */
}
#tmp_wrap_event_cal {
	position:static !important;
	width:210px; /* .wrap_event_col_lft_naviと同じwidth値を設定 */
}
#tmp_lnavi_event_cal {
	-webkit-background-size:210px auto;/* Safari,Chrome */
	-moz-background-size:210px auto;/* Mozilla */
	background-size:210px auto;/* CSS3 */
	padding-top:40px;
}
/* 絞り込み検索
============================== */
#tmp_event_cal_refine {
	padding:10px;
}
#tmp_event_cal_refine_cnt {
	padding:15px 10px 10px;
}
#tmp_event_cal_refine_main ul {
	margin:0;
}
#tmp_event_cal_refine_main,
#tmp_event_cal_refine_btn {
	width:100%;
	float:none;
}
#tmp_event_cal_refine_main ul li {
	width:25%;
	padding-right:0;
	padding-bottom:5px;
	font-size:85.7%;
}
/* 検索ボタン */
#tmp_event_cal_refine_btn {
	text-align:center;
}
#tmp_event_cal_refine_btn p input {
	width:200px;
	height:50px;
	margin:0 auto;
	padding-left:90px;
	background-position:57px center;
}
#tmp_lnavi_event_cal_cnt .cal_navi li {
	font-size:100%;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev {
	margin-right:15px;
}
#tmp_event_cal_list .event_cal_list {
	font-size:85.7%;
}
/* ==================================================
index
================================================== */
#tmp_idx,
#tmp_idx2 {
	padding:0;
}
/* idx_lead
============================== */
#tmp_contents .idx_lead_ttl,
#tmp_contents .idx_lead_cnt,
#tmp_contents .idx_lead_bnr {
	float:none;
	width:100%;
	margin:0 0 10px;
}
#tmp_contents .idx_lead_ttl h1 {
	margin:0 0 20px;
	padding:10px 0;
}
#tmp_info,
#tmp_benri {
	margin-bottom:20px;
}
#tmp_contents .idx_lead_bnr ul {
	margin:0;
}
#tmp_contents .idx_lead_bnr ul li {
	float:left;
	margin:0 20px 0 0;
}
/* box_idx
============================== */
#tmp_contents .box_idx_cnt .idx_img {
	display:none;
}
#tmp_contents .box_idx_cnt .idx_list {
	float:none;
	width:100%;
}
#tmp_contents .box_idx_cnt ul li {
	width:308px;
}
/* ==================================================
press
================================================== */
/* press_tab
============================== */
#tmp_contents #tmp_press_tab p {
	width:32%;
	font-size:100%;
	line-height:1.2;
}
#tmp_contents #tmp_press_tab .tab_hodo,
#tmp_contents #tmp_press_tab .tab_dl {
	margin-right:2%;
}
#tmp_contents #tmp_press_tab p span {
	background-size:auto 40px;/* CSS3 */
	padding:10px 10px 10px 45px !important;
}
/* press_news
============================== */
#tmp_press_news_cnt {
	padding:0 10px 10px;
}
#tmp_news_list {
	width:440px;
}
#tmp_wrap_news_pickup {
	width:200px;
}
#tmp_news_pickup .box_pickup_pht {
	height:126px;
}
/* box_photo_list
============================== */
#tmp_contents .box_photo_list {
	width:220px;
	margin-right:9px;
}
/* genre
============================== */
#tmp_contents .press_dl_area li {
	width:205px;
	margin:0 16px 0 0;
}
#tmp_contents .press_dl_genre li {
	float:left;
	width:330px;
	margin:0;
}
#tmp_contents .press_dl_genre li:nth-child(odd)	{
	margin-right:18px;
}
#tmp_contents .press_supply_genre li {
	width:210px;
	margin:0 16px 0 0;
}
#tmp_contents .press_supply_genre li.last {
	margin-right:16px;
}
#tmp_contents .press_supply_cate {
	padding:10px 0 10px 10px;
}
#tmp_contents .press_supply_cate li {
	width:210px;
	margin:0 10px 0 0;
}
#tmp_contents .press_supply_cate li span {
	background-size:30px auto;/* CSS3 */
	padding:15px 0 2px 40px !important;
	min-height:30px !important;
}
/* ==================================================
olympic
================================================== */
#tmp_olympic_ttl {
	padding:10px;
}
#tmp_olympic_cnt {
	padding:72px 5px 15px 15px;
	-webkit-background-size:100% auto;/* Safari,Chrome */
	-moz-background-size:100% auto;/* Mozilla */
	background-size:100% auto;/* CSS3 */
}
/* cate_ttl
============================== */
.custom_olympic #tmp_cate_ttl {
	-webkit-background-size:100px auto;/* Safari,Chrome */
	-moz-background-size:100px auto;/* Mozilla */
	background-size:100px auto;/* CSS3 */
	padding:8px 0 5px 110px;
	min-height:60px;
}
.custom_olympic #tmp_cate_ttl h1 {
	font-size:157%;
}
/* box_sport
============================== */
#tmp_olympic_sport {
	margin-bottom:20px;
}
#tmp_olympic_sport .box_sport {
	width:346px;
	min-height:346px;
}
#tmp_olympic_sport .active .box_sport_inner {
	min-height:346px;
}
/* ==================================================
education
================================================== */
/* cate_ttl
============================== */
.custom_education #tmp_cate_ttl {
	padding-top:34px;
	padding-bottom:12px;
}
.custom_education #tmp_cate_ttl img {
	width:220px;
	height:auto;
}
.custom_education.site_top #tmp_cate_ttl {
	padding-top:100px;
}
.custom_education.site_top #tmp_cate_ttl img {
	width:200px;
	height:auto;
}
/* edu_top
============================== */
#tmp_contents .edu_topL,
#tmp_contents .edu_top .edu_topR {
	float:none;
	width:100%;
}
#tmp_contents .edu_top2L,
#tmp_contents .edu_top2R {
	width:320px;
}
#tmp_edu_schooling {
	float:left;
	width:320px;
	clear:inherit;
}
#tmp_contents .list_btn {
	float:right;
	width:320px;
	clear:inherit;
}
#tmp_contents .list_btn:nth-child(2n) {
    float:left;
    clear:both;
}
/* ==================================================
対象者別
================================================== */
/* cate_ttl
============================== */
.custom_target01 #tmp_wrap_contents,
.custom_target02 #tmp_wrap_contents,
.custom_target03 #tmp_wrap_contents {
	-webkit-background-size:100% auto;/* Safari,Chrome */
	-moz-background-size:100% auto;/* Mozilla */
	background-size:100% auto;/* CSS3 */
}
.custom_target01 #tmp_cate_ttl {
	padding:38px 0 74px 34px;
}
.custom_target01 #tmp_cate_ttl h1 {
	padding-left:62px;
}
.custom_target02 #tmp_cate_ttl {
	padding:44px 0 74px 93px;
}
.custom_target03 #tmp_cate_ttl {
	padding:35px 0 74px 20px;
}
.custom_target03 #tmp_cate_ttl h1 {
	padding-left:70px;
}
/* top_col2
============================== */
#tmp_contents .top_col2L,
#tmp_contents .top_col2R {
	width:330px;
}
.custom_target01 div.col2 div.col2L,
.custom_target02 div.col2 div.col2L,
.custom_target03 div.col2 div.col2L {
	clear:none;
	width:48.5%;
	margin-right:2%;
	float:left;
}
.custom_target01 div.col2 div.col2R,
.custom_target02 div.col2 div.col2R,
.custom_target03 div.col2 div.col2R {
	clear:none;
	width:48.5%;
	float:left;
}

/* box_cate_btn
============================== */
#tmp_tcate_btn .cate_btn .ttl {
	font-size:114.3% !important;
}
.custom_target01 #tmp_tcate_btn .wrap_cate_btn {
	width:130px;
	margin-right:7px;
}
.custom_target02 #tmp_tcate_btn .wrap_cate_btn {
	width:104px;
	padding-bottom:8px;
}
.custom_target03 #tmp_tcate_btn .wrap_cate_btn {
	width:160px;
	margin-right:10px;
}
#tmp_tcate_btn .wrap_cate_btn.last {
	margin-right:0;
}
#tmp_contents .box_tmenu_cnt ul,
#tmp_contents .box_news_cnt ul,
#tmp_child_attention_cnt ul {
	margin:0;
}
/* box_mnavi
============================== */
#tmp_contents .box_mnavi p {
	width:330px;
	margin-bottom:15px;
}
#tmp_contents .box_mnavi p:nth-child(3n) {
	margin-right:2%;
}
#tmp_contents .box_mnavi p:nth-child(2n) {
	margin-right:0;
}
/* industry
============================== */
#tmp_industry .box_industry {
	float:none;
	width:100%;
	margin:0 0 10px;
	clear:both;
}
#tmp_industry_cnt {
	padding:15px;
}
#tmp_industry .box_industry .box_industry_img {
	width:80px;
}
#tmp_industry .box_industry .box_industry_cnt {
	width:380px;
}
/* child_attention
============================== */
#tmp_child_attention .attention_list li {
	width:160px;
}
#tmp_child_attention .attention_list li.odd {
	margin-right:10px;
}
#tmp_child_attention .box_attention_btn li {
	font-size:85.7%;
}
/* box_knavi
============================== */
#tmp_contents .box_knavi p {
	float:none;
	width:100%;
	margin:0 0 10px;
}
#tmp_contents .box_knavi .knavi01 {
	margin-right:0;
}
#tmp_contents .box_knavi p a {
	background-position:15px center;
}
#tmp_contents .box_knavi p span {
	padding-left:80px;
}
/* ==================================================
防災情報
================================================== */
.rnavi_btn,
#tmp_rnavi_twitter_ttl,
#tmp_rnavi_map_ttl {
	font-size:100%;
}
.rnavi_img_btn li img {
	max-width:100%;
	height:auto;
}
/* cate_ttl
============================== */
.custom_bosai #tmp_cate_ttl {
	background-position:320px top;
	-webkit-background-size:auto 107px;/* Safari,Chrome */
	-moz-background-size:auto 107px;/* Mozilla */
	background-size:auto 107px;/* CSS3 */
	padding:40px 0 40px 20px;
}
.custom_bosai #tmp_cate_ttl h1 img,
.custom_bosai #tmp_cate_ttl p img {
	width:300px;
	height:auto;
}
/* tab
============================== */
#tmp_bosai_info .tab_ttl {
	width:220px;
}
/* bosai_top
============================== */
#tmp_contents .bosai_top_cnt .col2L {
	float:left;
	width:48%;
	clear:none;
}
#tmp_contents .bosai_top_cnt .col2R {
	float:right;
	width:48%;
	clear:none;
}
/* ==================================================
スポット紹介
================================================== */
/* cate_ttl
============================== */
.custom_spot #tmp_wrap_cate_ttl {
	min-height:180px;
	-webkit-background-size:auto 100px;/* Safari,Chrome */
	-moz-background-size:auto 100px;/* Mozilla */
	background-size:auto 100px;/* CSS3 */
}
.custom_spot #tmp_cate_ttl {
	padding:15px 0 15px 20px;
}
.custom_spot #tmp_cate_ttl img {
	width:300px;
	height:auto;
}
.custom_spot #tmp_cate_ttl .cate_pic {
	top:10px;
	right:20px;
}
.custom_spot #tmp_cate_ttl .cate_pic img {
	width:200px;
}
.custom_spot .column_rnavi #tmp_wrap_cate_ttl {
	min-height:140px;
}
.custom_spot .column_rnavi #tmp_cate_ttl .cate_pic {
	top:10px;
	right:20px;
}
.custom_spot .column_rnavi #tmp_cate_ttl .cate_pic img {
	width:150px;
	height:auto;
}
.custom_spot #tmp_cate_cnt {
	padding:15px 210px 15px 20px;
}
.custom_spot #tmp_cate_cnt p {
	font-size:128.6%;
}
/* spot_lead
============================== */
#tmp_wrap_spot_lead {
	margin:0 0 20px;
}
#tmp_spot_lead {
	width:300px;
	margin-top:0;
}
#tmp_spot_lead_map {
	width:340px;
}
#tmp_spot_lead p {
	font-size:114.3%;
}
#tmp_spot_post {
	padding:0 15px;
}
/* spot_submit_btn
============================== */
#tmp_contents .spot_submit_btn {
	width:100%;
}
/* area_ttl
============================== */
#tmp_contents .area_ttl h2 {
	font-size:143%;
}
#tmp_contents .area_ttl p {
	font-size:114.3%;
}
/* box_spot
============================== */
#tmp_contents .wrap_box_spot {
	width:160px;
	margin:0 9px 20px 0;
}
#tmp_contents .box_spot {
	padding:4px;
}
/* spot_col2
============================== */
#tmp_contents .spot_col2 {
	margin:0;
}
#tmp_contents .spot_col2L,
#tmp_contents .spot_col2R {
	float:none;
	width:100%;
	margin:0;
}
/* spot_point
============================== */
#tmp_spot_point {
	margin:0 0 24px;
}
#tmp_contents #tmp_spot_point_cnt .spot_submit_btn {
	width:60%;
}
#tmp_spot_point_cnt .spot_point_img {
	width:128px;
}
#tmp_spot_point_cnt .spot_point_cnt {
	width:480px;
}
/* rnavi spot
============================== */
#tmp_rnavi_cnt {
	letter-spacing:-.4em;
}
#tmp_rnavi_cnt .wrap_box_spot {
	width:32%;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	font-size:85.7%;
	margin-right:2%;
	margin-bottom:5px;
}
#tmp_rnavi_cnt .wrap_box_spot:nth-child(3n) {
	margin-right:0;
}
#tmp_rnavi_cnt .box_spot img {
	max-width:100%;
	height:auto;
}
/* foreignlanguage
============================== */
#tmp_foreign div.col2 div.col2L {
	width:48.5%;
	margin-right:2%;
	float:left;
	clear:none;
}
#tmp_foreign div.col2 div.col2R {
	width:48.5%;
	float:left;
	clear:none;
}
#tmp_foreign_anchor {
	margin:0 -30px 30px;
}
#tmp_foreign_anchor ul {
	width:auto;
	margin-left:0;
}
#tmp_location {
	width:668px;
	height:327px;
	background-size:728px auto;
}
#tmp_location #tmp_location_ttl h2 {
	margin:-24px 0 0;
}
#tmp_location_cnt #tmp_japan_map {
	right:66px;
	top:64px;
	width:300px;
}
#tmp_location_cnt #tmp_koto_map {
	margin:-25px 0 12px 2px;
	width:400px;
}
#tmp_location_cnt .location_info_box {
	margin-left:3px;
	padding:4px 12px;
	width:240px;
}
#tmp_spots_cnt .spots_box_l_col2 .spots_box_l_col2_r {
}
#tmp_spots_cnt #spots_box #spots_box_l {
	width:63%;
}
#tmp_spots_cnt #spots_box .spot_aqua,
#tmp_spots_cnt #spots_box .spot_blue {
	width:195px;
	font-size:128.5%;
	height:56px;
	display:table-cell;
	vertical-align:middle;
}
#tmp_spots_cnt #spots_box #spots_box_r .spot_blue {
	width:231px;
}
#tmp_spots_cnt #spots_box #spots_box_r {
	width:37%;
}
#tmp_spots_cnt #spots_box #spots_box_r .spot_blue {
	padding:14px 8px;
}
#tmp_access #tmp_access_cnt .access_place {
	width:100px;
}
#tmp_access #tmp_access_cnt .access_place p {
	width:auto;
	min-width:88px;
	padding:8px 4px;
	font-size:100%;
}

#tmp_access #tmp_access_cnt .access_arrow p {
	width:64px;
}
/* ==================================================
K-MOVIE
================================================== */
#tmp_movie_top_ttl {
	float:none;
	margin:0 auto;
	padding-left:0;
}
#tmp_movie_top_gallery {
	float:none;
	margin:0 auto 30px;
	padding-right:0;
}
#tmp_wrap_movie_main {
	float:none;
}
#tmp_movie_main {
	margin-left:0;
}
#tmp_movie_lnavi {
	float:none;
	margin-right:0;
	width:auto;
	padding:10px;
}
#tmp_movie_cnavi ul li {
	width:49%;
	float:left;
}
#tmp_movie_cnavi ul li:nth-child(2n) {
	margin-left:2%;
}
#tmp_movie_cnavi ul li:nth-child(2n+1) {
	clear:both;
}
#tmp_movie_top_ttl {
	padding-top:70px;
}
#tmp_movie_main .movie_item {
	width:49%;
	box-sizing:border-box;
	margin-right:0;
}
#tmp_movie_main .movie_item:nth-child(2n) {
	margin-left:0.8%;
}
#tmp_movie_main .movie_item .img {
	height:175px;
}
/* idx
============================== */
#tmp_movie_cnt_ttl {
	background-position:-200px top;
}
#tmp_movie_cnt_ttl .ttl_caption {
	font-size:114.3%;
	padding-top:75px;
}

/* info_bnr 20200518 add
            20210409 add
============================== */
#tmp_info_bnr .info_bnr {
	padding:10px 15px;
}
#tmp_info_bnr .info_bnr a {
	background: url(/shared/templates/top/images/tb/bnr_covid19.png) no-repeat left top;
}
#tmp_info_bnr .info_bnr a,
#tmp_info_bnr .info_bnr span {
	width:736px;
	height:100px;
}
#tmp_info_bnr .corona_virus {
	font-size:242.9%;
	margin:10px 15px;
	background-position:40px center;
}
#tmp_info_bnr .corona_virus a {
	background-position:-10px center;
	background-size:120px auto;
	padding:25px 20px 20px 135px;
}
#tmp_info_bnr .corona_vaccine {
	margin:10px 15px;
	border:4px solid #82a2d6;
	background:url(/shared/templates/free/images/contents/corona/vaccine_bg.gif) repeat left top;
}
/* ==================================================
corona
================================================== */
/* corona_box
============================== */
#tmp_contents #tmp_corona_news,
#tmp_contents #tmp_corona_pickup {
	width:330px;
}
#tmp_contents #tmp_corona_menu .menu_item {
	width:330px;
}
#tmp_contents #tmp_corona_menu .menu_item .menu_box .menu_box_img {
	width:95px;
}
#tmp_contents #tmp_corona_menu .menu_item .menu_box .menu_box_txt {
	padding:5px 10px;
}
#tmp_contents #tmp_corona_menu .menu_item .menu_box .menu_box_txt .menu_box_link {
	font-size:100%;
}
/* ==================================================
やさしい日本語
================================================== */
.yasashi_javascript #tmp_means {
	display:none;
}
.yasashi_javascript #tmp_sma_hnavi li.hnavi_lang {
	float:left;
	width:52%;
}
.yasashi_javascript #tmp_sma_hnavi li.hnavi_lang a {
	border-right:2px solid #ffffff;
}
.yasashi_javascript #tmp_sma_hnavi li.hnavi_yasashi {
	width:48%;
}
.yasashi_javascript #tmp_sma_hnavi li.hnavi_yasashi span {
	background-image:url(/shared/site_smartphone/images/header/hnavi_icon_yasashi.png);
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_search:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* Redirect Modal 202303
================================================== */
#tmp_redirect_modal{
	left: 11px;
	right: 11px;
	width: auto;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
#tmp_redirect_modal_cnt .redirect_modal_cnt_col{
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}

}