@charset "utf-8";

/*
@media screen and (min-width : 641px) and (max-width : 801px) {
#tmp_wrapper {
	min-width: 800px;
}
}
*/

@media screen and (max-width : 640px) {
/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
}

/* wrapper
================================================== */
#tmp_wrapper {
	width: 100%;
	min-width: 320px;
}
#tmp_wrapper img {
	max-width: 100%;
	height: auto;
}
.container {
	width: 100%;
	padding: 0 10px;
}
#tmp_wrap_main {
	margin: 14px 0 28px;
}
.format_yoyaku_top #tmp_wrap_main {
	margin: 10px 0 51px;
}
/*
#tmp_main {
	font-size: 80%;
}
*/

/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap: break-word;
	font-size: 87.5%;
}

/* header
================================================== */
#tmp_header {
	padding: 6px 0 0;
    background-position: right -240px center;
}
#tmp_header #tmp_hlogo {
	margin: 1px 0 4px;
}
.custom_yoyaku #tmp_hlogo h1,
.custom_yoyaku #tmp_hlogo p,
.custom_yoyaku #tmp_hlogo a {
	display: block;
	width: 121px;
	height: 51px;
}
.custom_yoyaku #tmp_hlogo h1,
.custom_yoyaku #tmp_hlogo p {
	background-image: url(../site_yoyaku/images/header/hlogo_sp.png);
	background-size: 100% auto;
}
.custom_tetsuduki #tmp_hlogo h1,
.custom_tetsuduki #tmp_hlogo p,
.custom_tetsuduki #tmp_hlogo a {
	display: block;
	width: 170px;
	height: 51px;
}
.custom_tetsuduki #tmp_hlogo h1,
.custom_tetsuduki #tmp_hlogo p {
	background-image: url(../site_tetsuduki/images/header/hlogo_sp.png);
	background-size: 100% auto;
}
.custom_shinsei #tmp_hlogo h1,
.custom_shinsei #tmp_hlogo p,
.custom_shinsei #tmp_hlogo a {
	display: block;
	width: 165px;
	height: 50px;
}
.custom_shinsei #tmp_hlogo h1,
.custom_shinsei #tmp_hlogo p {
	background-image: url(../site_shinsei/images/header/hlogo_sp.png);
	background-size: 100% auto;
}
#tmp_header_menu {
	margin-top: 0;
	text-align: right;
	align-self: center;
}
#tmp_header_menu .hlinks li {
	float: none;
	margin: 0 0 4px 4px;
}
#tmp_header_menu .hlinks li a {
	font-size: 56.25%;
	border-width: 1px;
	border-radius: 3px;
	padding: 5px 7px 4px 21px;
	background-position: 6px center;
}
#tmp_header_menu .hlinks li a:hover,
#tmp_header_menu .hlinks li a:focus,
#tmp_header_menu .hlinks li a:active{
	border-width: 1px;
}
#tmp_header_menu .hlinks li.change_font a {
	padding-right: 7px;
	background-size: 12px auto;
}
#tmp_header_menu .hlinks li.okinawa_site a {
	padding-left: 7px;
	background-position: center center;
}
#tmp_header_menu .hlinks li.okinawa_site,
#tmp_header_menu .hlinks li.okinawa_site a {
	width: 67px;
	height: 25px;
}
#tmp_header_menu .hlinks li.okinawa_site a {
	background-size: 54px auto;
}
#tmp_header_menu .hlinks li.help a {
	background-position: 6px center;
	background-size: 12px auto;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size: 75%;
	margin: 16px 0 16px;
}

/* footer
================================================== */
.pnavi {
	margin: 35px 0 14px;
}
.pnavi .ptop {
	height: 31px;
	font-size: 75%;
}
.pnavi .ptop a {
	width: 147px;
	height: 31px;
	background-size: 147px auto;
}
#tmp_footer {
	box-shadow: inset 0 5px 10px 0 rgba(125, 125, 125, 0.13);
	padding: 14px 0 14px;
	margin: 14px 0 0;
}
#tmp_footer .copyright {
	font-size: 75%;
}
/* ==================================================
class
================================================== */
/* youtube ▼Do not edit
================================================== */
.frame_youtube,
.frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
.frame_youtube object,
.frame_ustream object,
.frame_youtube iframe,
.frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(../images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	/* font-size:75%; */
	font-size:100%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(../images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(../images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* ==================================================
clearfix
================================================== */
.noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

/* ==================================================
accessibility style change:color
================================================== */

/* ==================================================
accessibility style change:font-size
================================================== */

}