@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
body{
	-webkit-text-size-adjust:none; /*横表示でもテキストサイズを変更しない*/
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
	background:url(/shared/site_smartphone/images/wrapper/wrapper_bg.jpg) repeat-x top left;
	-webkit-background-size:10px 100px;/* Safari,Chrome */
	-moz-background-size:10px 100px;/* Mozilla */
	background-size:10px 100px;/* CSS3 */
}
#tmp_wrapper2 {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
	background:url(/shared/site_smartphone/images/wrapper/wrapper_main_bg.jpg) no-repeat top center;
	-webkit-background-size:250px 100px;/* Safari,Chrome */
	-moz-background-size:250px 100px;/* Mozilla */
	background-size:250px 100px;/* CSS3 */
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px;
	clear:both; /* 変更しない */
}
/* gallery
============================== */
#tmp_wrap_gallery {
	width:300px;
	height:325px;
	margin:0 auto 10px;
	clear:both;
	position:relative;
	overflow:hidden;
}
#tmp_gallery ul {
	list-style:none;
	list-style-image:none;
}
#tmp_gallery div {
}
#tmp_gallery .gallery_view {
	height:290px;
}
#tmp_gallery_view1 {
	height:258px;
	position:relative;
	background-image:url(/shared/site_smartphone/images/gallery/gallery1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size:300px 260px;/* Safari,Chrome */
	-moz-background-size:300px 260px;/* Mozilla */
	background-size:300px 260px;/* CSS3 */
}
#tmp_gallery_view1 a {
	padding-top:0;
}
#tmp_gallery_view2 {
	height:258px;
	position:relative;
	background-image:url(/shared/site_smartphone/images/gallery/gallery2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size:300px 260px;/* Safari,Chrome */
	-moz-background-size:300px 260px;/* Mozilla */
	background-size:300px 260px;/* CSS3 */
}
#tmp_gallery_view2 a {
	padding-top:42px;
}
#tmp_gallery_view3 {
	height:258px;
	position:relative;
	background-image:url(/shared/site_smartphone/images/gallery/gallery3.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size:300px 260px;/* Safari,Chrome */
	-moz-background-size:300px 260px;/* Mozilla */
	background-size:300px 260px;/* CSS3 */
}
#tmp_gallery_view3 a {
	padding-top:84px;
}
#tmp_gallery_view4 {
	height:258px;
	position:relative;
	background-image:url(/shared/site_smartphone/images/gallery/gallery4.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size:300px 260px;/* Safari,Chrome */
	-moz-background-size:300px 260px;/* Mozilla */
	background-size:300px 260px;/* CSS3 */
}
#tmp_gallery_view4 a {
	padding-top:126px;
}
#tmp_gallery_view5 {
	height:258px;
	position:relative;
	background-image:url(/shared/site_smartphone/images/gallery/gallery5.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size:300px 260px;/* Safari,Chrome */
	-moz-background-size:300px 260px;/* Mozilla */
	background-size:300px 260px;/* CSS3 */
}
#tmp_gallery_view5 a {
	padding-top:168px;
}
#tmp_gallery_view6 {
	height:258px;
	position:relative;
	background-image:url(/shared/site_smartphone/images/gallery/gallery6.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size:300px 260px;/* Safari,Chrome */
	-moz-background-size:300px 260px;/* Mozilla */
	background-size:300px 260px;/* CSS3 */
}
#tmp_gallery_view6 a {
	padding-top:210px;
}
#tmp_gallery .box_gallrey {
	width:100%;
}
#tmp_gallery .box_gallrey a {
	display:block;
	height:258px;
	box-sizing:border-box;
}
#tmp_gallery .box_gallrey span {
	display:block;
	height:258px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_gallery div .cnt {
	position:absolute;
	bottom:0;
}
.list_order {
	list-style:none;
	list-style-image:none;
	position:absolute;
	left:0;
	bottom:0;
	width:190px;
}
.list_order li {
	float:left;
	margin:0 3px 4px 0;
	text-align:center;
	font-size:92.8%;
}
.list_order li img {
	vertical-align:top;
}
#tmp_wrap_gallery .prev {
	position:absolute;
	left:0;
	top:80px;
	z-index:10;
}
#tmp_wrap_gallery .next {
	position:absolute;
	right:0;
	top:80px;
	z-index:10;
}
#tmp_gallery_player {
	position:absolute;
	right:0;
	bottom:48px;
}
/* emergency
============================== */
#tmp_emergency,
#tmp_emergency_s {
	margin:0 -10px 10px;
	clear:both;
}
#tmp_emergency_ttl,
#tmp_emergency_s_ttl {
	padding:5px 10px 3px;
	color:#FFFFFF;
	background-color:#D84B58;
	background:-webkit-gradient(linear, center top, center bottom, from(#C81D32), color-stop(50%, #D84B58), to(#D84B58));/* Webkit */
	background:-moz-linear-gradient(center top, #C81D32, #D84B58 50%, #D84B58);/* Mozilla */
	background:linear-gradient(to bottom, #C81D32, #D84B58 50%, #D84B58);/* CSS3 */
}
#tmp_emergency_ttl h2,
#tmp_emergency_s_ttl h2 {
	font-size:100%;
}
#tmp_wrap_emergency_cnt,
#tmp_wrap_emergency_s_cnt {
	border-top:1px solid #D2D7D5;
	background-color:#E1E6E3;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#E1E6E3));/* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #E1E6E3);/* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #E1E6E3);/* CSS3 */
}
#tmp_emergency_cnt ul,
#tmp_emergency_s_cnt ul {
	margin:0;
	padding:5px 0;
	list-style:none;
	list-style-image:none;
}
#tmp_emergency_cnt ul li a,
#tmp_emergency_s_cnt ul li a {
	display:block;
	padding:5px 10px 5px 20px;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 10px 7px;
}
#tmp_emergency_cnt p,
#tmp_emergency_s_cnt p {
	padding:8px 10px;
}
#tmp_wrap_emergency_cnt .read_all ul,
#tmp_emergency_s_navi .read_all ul {
	border-top:1px solid #D2D7D5;
	margin:0;
	width:100%;
	display:-webkit-box;/* Safari,Chrome */
	display:-moz-box;/* Mozilla */
	display:box; /* CSS3 */
}
#tmp_wrap_emergency_cnt .read_all ul li,
#tmp_emergency_s_navi .read_all ul li {
	float:none;
	font-weight:normal;
	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_wrap_emergency_cnt .read_all ul li a,
#tmp_emergency_s_navi .read_all ul 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 */
	-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:8px 0 6px;
	display:block;
	text-align:center;
	border-left:1px solid #D2D7D5;
	background-image:none;
	color:#222222;
}
#tmp_wrap_emergency_cnt .read_all span,
#tmp_emergency_s_navi .read_all span {
	display:block;
	padding-top:15px;
	background-position:center top;
	background-repeat:no-repeat;
}
#tmp_wrap_emergency_cnt .read_all .list span,
#tmp_emergency_s_navi .read_all .list span {
	background-image:url(/shared/images/icon/navi_icon_rd.png);
}
#tmp_wrap_emergency_cnt .read_all .rss span,
#tmp_emergency_s_navi .read_all .rss span {
	background-image:url(/shared/images/icon/rss_icon.png);
}
#tmp_wrap_emergency_cnt .read_all .sns span,
#tmp_emergency_s_navi .read_all .sns span {
	background-image:url(/shared/images/icon/sns_icon.png);
}
#tmp_emergency .sogosys,
#tmp_emergency_s .sogosys {
	border-top:1px solid #D2D7D5;
	padding:5px 0;
}
#tmp_emergency .sogosys p,
#tmp_emergency_s .sogosys p {
	padding:5px 10px 5px 20px;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 10px 7px;
}
/* contents
============================== */
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_maincontents img {
	height:auto;
	max-width:100%;
}
/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
}
#tmp_hlogo {
	padding:12px 0 2px;
	text-align:center;
}
#tmp_hlogo h1 {
	display:inline-block;
	width:177px;
	height:36px;
	background-image:url(/shared/site_smartphone/images/header/hlogo.jpg);
	-webkit-background-size:177px 36px;
	-moz-background-size:177px 36px;
	background-size:177px 36px;
}
#tmp_hlogo a {
	display:block;
	width:177px;
	height:36px;
}
#tmp_hlogo h1 span {
	display:block;
	width:177px;
	height:36px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* ==================================================
navi
================================================== */
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block;
	list-style:none;
	list-style-image:none;
}
#tmp_hnavi_s li a {
	display:block;
	width:40px;
	height:40px;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	width:40px;
	height:45px;
}
#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.jpg) no-repeat center center;
	-webkit-background-size:40px 40px;
	-moz-background-size:40px 40px;
	background-size:40px 40px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_smartphone/images/header/lmenu_icon_on.jpg) no-repeat center center;
	-webkit-background-size:40px 45px;
	-moz-background-size:40px 45px;
	background-size:40px 45px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/rmenu_icon.jpg) no-repeat center center;
	-webkit-background-size:40px 40px;
	-moz-background-size:40px 40px;
	background-size:40px 40px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_smartphone/images/header/rmenu_icon_on.jpg) no-repeat center center;
	-webkit-background-size:40px 45px;
	-moz-background-size:40px 45px;
	background-size:40px 45px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:40px;
	height:40px;
	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:#F8F9F8;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch_ttl {
	border-top:2px solid #263C6F;
	background-color:#E2E7E3;
	color:#013366;
	font-size:114.3%;
	font-weight:bold;
	padding:5px 10px;
}
#tmp_sma_menu .sma_sch_cnt {
	padding:10px;
}
/* sma_search */
#tmp_sma_search {
	clear:both;
}
#tmp_sma_menu .wrap_sch_box {
	display:table;
}
#tmp_sma_menu .wrap_sch_box p {
	display:table-cell;
	padding-right:5px;
	vertical-align:bottom;
}
#tmp_sma_search .sch_box,
#tmp_sma_search .sch_select {
	width:100%;
}
#tmp_sma_search .sch_btn,
#tmp_sma_search #tmp_search_hidden {
	padding-right:0;
}
#tmp_sma_query {
	width:100%;
	min-height:26px;
	border:1px solid #4A3144;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_sma_select {
	margin-top:5px;
	width:100%;
	min-height:26px;
	border:1px solid #AAAAAA;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_sma_func_sch_btn {
	font-size:114.3%;
	font-weight:bold;
	width:80px;
	min-height:30px;
	border:1px solid #305792;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	cursor:pointer;
	color:#FFFFFF;
	background-color:#263D70;
	background:-webkit-gradient(linear, center top, center bottom, from(#305792), to(#263D70));/* Webkit */
	background:-moz-linear-gradient(center top, #305792, #263D70);/* Mozilla */
	background:linear-gradient(to bottom, #305792, #263D70);/* CSS3 */
}
#tmp_sma_menu .func_navi_btn {
	width:65px;
	display:block;
	padding:0 0 0 10px;
	color:#222222;
	text-decoration:none;
	background:url(/shared/site_smartphone/images/icon/navi_icon.png) no-repeat left center;
	-webkit-background-size:6px 5px;/* Safari,Chrome */
	-moz-background-size:6px 5px;/* Mozilla */
	background-size:6px 5px;/* CSS3 */
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #D2D7D5;
	text-align:center;
	font-weight:bold;
	color:#555555;
	background-color:transparent;
	margin:0 10px;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a {
	display:block;
	padding:10px 10px;
	text-decoration:none;
	color:#555555;
}
#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:12px 12px;/* Safari,Chrome */
	-moz-background-size:12px 12px;/* Mozilla */
	background-size:12px 12px;/* CSS3 */
	padding:0 0 0 20px;
}
/* sma_snavi */
#tmp_sma_snavi {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_snavi ul {
	list-style:none;
	border-top:1px solid #D2D7D5;
}
#tmp_sma_snavi li {
	border-bottom:1px solid #D2D7D5;
	font-weight:bold;
	background-position:10px center;
	background-repeat:no-repeat;
	-webkit-background-size:25px 25px;/* Safari,Chrome */
	-moz-background-size:25px 25px;/* Mozilla */
	background-size:25px 25px;/* CSS3 */
}
#tmp_sma_snavi .func_navi_list1 {
	background-image: url(/shared/site_smartphone/images/header/func_navi_soshiki.png);
}
#tmp_sma_snavi .func_navi_list2 {
	background-image: url(/shared/site_smartphone/images/header/func_navi_faq.png);
}
#tmp_sma_snavi .func_navi_list3 {
	background-image: url(/shared/site_smartphone/images/header/func_navi_ku.png);
}
#tmp_sma_snavi .func_navi_list4 {
	background-image: url(/shared/site_smartphone/images/header/func_navi_shisetsu.png);
}
#tmp_sma_snavi li a {
	display:block;
	padding:11px 20px 11px 40px;
	text-decoration:none;
	color:#222222;
	background: url(/shared/site_smartphone/images/icon/navi_icon_r.png) no-repeat right center;
	-webkit-background-size:17px 5px;/* Safari,Chrome */
	-moz-background-size:17px 5px;/* Mozilla */
	background-size:17px 5px;/* CSS3 */
}
/* sma_hnavi2 */
#tmp_sma_hnavi2 {
	margin:0 0 5px;
	clear:both;
}
#tmp_sma_hnavi2 ul {
	list-style:none;
}
#tmp_sma_hnavi2 li {
	float:none;
	font-weight:bold;
}
#tmp_sma_hnavi2 a {
	display:block;
	padding:5px 10px 5px 20px;
	color:#222222;
	text-decoration:none;
	background:url(/shared/site_smartphone/images/icon/navi_icon.png) no-repeat 10px center;
	-webkit-background-size:6px 5px;/* Safari,Chrome */
	-moz-background-size:6px 5px;/* Mozilla */
	background-size:6px 5px;/* CSS3 */
}
/* sma_gnavi */
#tmp_sma_gnavi {
	margin:0 0 5px;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	border-top:1px solid #D2D7D5;
}
#tmp_sma_gnavi li {
	border-bottom:1px solid #D2D7D5;
	font-weight:bold;
	color:inherit;
	background-color:#E6EAE8;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#E6EAE8));/* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #E6EAE8);/* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #E6EAE8);/* CSS3 */
}
#tmp_sma_gnavi a {
	display:block;
	padding:11px 20px 11px 10px;
	text-decoration:none;
	color:#023466;
	background: url(/shared/site_smartphone/images/icon/navi_icon_r.png) no-repeat right center;
	-webkit-background-size:17px 5px;/* Safari,Chrome */
	-moz-background-size:17px 5px;/* Mozilla */
	background-size:17px 5px;/* CSS3 */
}
/* hlang */
#tmp_sma_hlang {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_hlang ul {
	list-style:none;
	border-top:1px solid #D2D7D5;
}
#tmp_sma_hlang li {
	border-bottom:1px solid #D2D7D5;
	font-weight:bold;
	color:inherit;
	background-color:#E6EAE8;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#E6EAE8));/* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #E6EAE8);/* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #E6EAE8);/* CSS3 */
}
#tmp_sma_hlang a {
	display:block;
	padding:11px 20px 11px 10px;
	text-decoration:none;
	color:#023466;
	background: url(/shared/site_smartphone/images/icon/navi_icon_r.png) no-repeat right center;
	-webkit-background-size:17px 5px;/* Safari,Chrome */
	-moz-background-size:17px 5px;/* Mozilla */
	background-size:17px 5px;/* CSS3 */
}
/* hcall */
.sma_hcall,
#tmp_hcall {
	margin:0 0 10px;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	border:1px solid #9BC9E3;
	background:#A4D0E7 url(/shared/images/navi/rnavi/countdown/hcount_bg.jpg) no-repeat left top;
}
.sma_hcall {
	margin:0 10px 10px;
}
.sma_hcall a,
#tmp_hcall a {
	height:50px;
	background:url(/shared/images/header/hcall.png) no-repeat center top;
	background-size:300px 50px;
	overflow:hidden;
}
.sma_hcall a span,
#tmp_hcall a span {
	height:50px;
}
/* hcount
============================== */
#tmp_wrap_hcount {
	margin-bottom:10px;
	padding:9px 6px 9px 10px;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	border:1px solid #9BC9E3;
	background:#A4D0E7 url(/shared/images/navi/rnavi/countdown/hcount_bg.jpg) no-repeat left top;
}
#tmp_hcount {
	position:relative;
	width:210px;
	margin:0 auto;
}
#tmp_hcount_ttl {
	float:left;
}
#tmp_hcount .hcount_ato {
	position:absolute;
	top:-7px;
	left:113px;
}
#tmp_hcount_cnt {
	float:right;
	width:53px;
	padding:9px 0 9px 7px;
	background:url(/shared/images/navi/rnavi/countdown/hcount_cnt_bg.png) no-repeat left top;
}
.sma_hcount {
	margin:0 10px 10px;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	border:1px solid #9BC9E3;
	background:#A4D0E7 url(/shared/images/navi/rnavi/countdown/hcount_bg.jpg) no-repeat left top;
}
.sma_hcount a {
	display:block;
	padding:4px 6px 4px 10px;
	-webkit-border-radius:0 3px 3px 0;/* Webkit */
	-moz-border-radius:0 3px 3px 0;/* Mozilla */
	border-radius:0 3px 3px 0;/* CSS3 */
	background:url(/shared/images/navi/rnavi/countdown/hcount_main_bg.png) no-repeat right bottom;
}
/* pankuzu
============================== */
#tmp_sma_pankuzu {
	padding:5px 10px;
	clear:both;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	background-color:#E3F7FD;
	color:inherit;
	padding:10px;
	margin-bottom:10px;
	clear:both;
}
#tmp_publicity_ttl {
	font-size:85.7%;
}
#tmp_publicity_ttl p {
	line-height:1.4;
}
#tmp_publicity_ttl br {
	display:none;
}
#tmp_publicity_ttl p a {
	display:block;
	padding:5px;
}
#tmp_publicity_cnt ul {
	list-style:none;
}
#tmp_publicity_cnt ul li {
	margin:0 5px 0 0;
	padding:0 0 5px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
banner2
================================================== */
#tmp_wrap_publicity2 {
	background-color:#023466;
	color:inherit;
	padding:5px;
	clear:both;
}
#tmp_wrap_publicity2_2 {
	background-color:#D8E3EA;
	color:inherit;
}
#tmp_publicity2 {
	width:250px;
	margin:0 auto;
}
#tmp_publicity2_ttl {
	font-size:85.7%;
	margin-bottom:10px;
}
#tmp_publicity2_ttl p {
	line-height:1.4;
}
#tmp_publicity2_ttl p a {
	display:block;
	padding:5px 0;
}
#tmp_publicity2_cnt ul {
	list-style:none;
}
#tmp_publicity2_cnt ul li {
	margin:0 5px 0 0;
	padding:0 0 5px;
	float:left;
}
#tmp_publicity2_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
	border-top:2px solid #78BADE;
	padding:10px 0 0;
}
#tmp_footer_cnt {
	padding-top:3px;
}
/* footer_ttl
============================== */
#tmp_footer_ttl {
	padding:0 10px 10px;
}
#tmp_footer_ttl br {
	display:none;
}
#tmp_footer_ttl p {
	display:block;
	padding:9px 5px 7px;
	font-weight:bold;
	text-align:center;
	color:#27487B;
	background:#A3D0E7 url(/shared/images/footer/footer_ttl_bg.jpg) repeat-x left top;
	border:1px solid #9BC9E3;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
}
/* fnavi
============================== */
#tmp_fnavi {
	list-style:none;
	list-style-image:none;
	margin-bottom:10px;
}
#tmp_fnavi li {
	width:50%;
	font-size:85.7%;
	float:left;
}
#tmp_fnavi li a {
	display:block;
	padding:5px 10px;
}
/* footer_cnt
============================== */
#tmp_footer_cnt address {
	padding:5px 10px;
	font-style:normal;
	background-color:#D8E3EA;
	color:inherit;
	font-style:normal;
	clear:both;
}
#tmp_footer_cnt address span {
	display:block;
}
#tmp_copyright {
	background-color:#023466;
	color:#FFFFFF;
	padding:3px 10px;
	clear:both;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block;
}
.used_bg_img span {
	position:relative;
	z-index:-1;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_wrap_hcount:after,
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_search:after,
.read_all:after,
.read_all ul:after,
#tmp_gnavi:after,
#tmp_main:after,
#tmp_wrap_main:after,
.pnavi:after,
#tmp_publicity_cnt:after,
#tmp_publicity2_cnt:after,
#tmp_fnavi:after,
.wrap_sma_hcall:after,
.sma_hcall:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
@media screen and (max-width : 480px) {
/* ==================================================
resize_width
================================================== */
#tmp_resize_width {
	width:320px;
	margin:0;
	padding:0;
}
}