@charset "utf-8";

/*--- スマートフォン用CSSここから ---*/
* {
	width: auto;
	float: none;
}

br[style*="clear"] {
	display: none;
}

body {
	min-width: 320px;
	margin: 0;
	padding: 0;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGOTHIC";
	-webkit-text-size-adjust: none;
	background-image:none;
}
#container {
	width:100%;
	margin: 0;
	padding: 0;
	float: none;
}

/* @group header */
#header{
	position: relative;
}
#header2{
	width: 100%;
	padding: 0;
	position: relative;
	background: url(/img/sp/sp-gnavi_bg.gif) repeat left top;
}

#he_left {
	width: 100%;
	height: 56px;
	position: relative;
	margin: 0;
	padding: 0;
	float:none;
	background: url(/img/sp/headerimg.jpg) no-repeat left bottom #ffffff;
	background-size: auto 56px;
	left: 0px;
	top: 0px;

}
#he_left h1, #he_left p {
	margin: 0;
	padding-top: 6px;
	padding-left: 4px;
}
#he_left p a {
	display: block;
	width: 150px;
	height: 41px;
}
#he_left img[src="/img/logo.png"] {
	width: 150px;
	height: 41px;
}

#he_right {
	width: auto;
	left: 0px;
	min-height: 45px;
}

#header_func {
	display: none;
}

#spm_wrap {
	display: block;
	position: absolute;
	z-index: 100;
	top: 60px;
	right:10px;
	width: 130px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
	text-align: right;
}
#spm_wrap button {
	width: 38px;
	height: 48px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	color: transparent;
	font-size: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	border: none;
}
#spm_wrap button#spm_bunrui {
	background-image: url("/img/sp/btn_bunrui.png");
}
#spm_wrap button#spm_soshiki {
	background-image: url("/img/sp/btn_soshiki.png");
}
#spm_wrap button#spm_site {
	background-image: url("/img/sp/btn_foreign.png");
}
#spm_wrap button#spm_pc {
	width: 45px;
	height: 40px;
	background-image: url(/img/sp/btn_pc.png);
	background-color: #666;
	position: relative;
	top: -100px;
	right: 0;
}

#header_search {
	width: auto;
	height: auto;
	min-height: 1px;
	margin: 0;
	padding: 0px;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 66px;
}
#top_search_menu {
	display: none;
}
#top_search_keyword {
	background-color: transparent;
}
/* @end */


/* 3カラム */
#mymainback {
	clear: both;
	width: 100%;
	float: none;
	margin: 0 !important;
	padding: 10px 0px;
}
#sidebar1 {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	left: 0;
}
#main {
	float: none;
	margin: 0;
	position: static;
}
#main_a {
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar2 {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	left: 0;
}


/* @group #sidebar2 .menu_list_e2 */

#sidebar2 {
	width: 100% !important;
	float: none !important;
	margin: 0px !important;
	position:relative;
	z-index: 8;
	border:none;
/*	text-align: center;*/
}
#sidebar2 .menu_list_e2 {
	width: 100% !important;
	margin: 0px !important;
	padding: 0px;
}
#sidebar2 .menu_list_e2 ul {
	width: auto !important;
}
#sidebar2 .menu_list_e2 li {
	float: none !important;
	display: block;
	width: 200px !important;
	margin: 0 auto;
	padding:12px 0;
	list-style-type: none;
	border:none;
}
#sidebar2 .menu_list_e2 li img{
	height: auto;
	margin: 0;
}
/* @end */

/* @group footer */
#footer {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
}
#footer_box {
	width: 95%;
	padding-top: 0;
}
/* @end */

/* パンくずナビ */
.pankuzu_wrap {
	display: none;
	margin: 0 10px 10px;
}
.pankuzu_wrap:first-child {
	display: block;
}

/* 印刷用アイコン */
#content_header.text_r {
	margin: 10px;
	padding: 0;
}
#print_mode_link {
	display: none;
}

/* その他 */
#back_or_pagetop{
/*	display:none;*/
	width: auto;
	margin: 0;
}

#sidebar1 ul, #sidebar2 ul{
	width:auto;
	padding:0;
	margin:0;
}
#sidebar1 li, #sidebar2 li{
	margin: 0;
	list-style: none;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:20px;
	border-bottom: 1px solid #ccc;
}
#sidebar1 li a,
#sidebar2 li a{
	background:none;
	display:block;
}

#main_body .sp_table_wrap{
	overflow: auto;
}
#main_body .sp_table_wrap table{
	width: 100% !important;
}
#main_body div.sp_large_table{
	width: 1280px;
	overflow: visible;
}
#main_body div.sp_large_table table{
	width: auto !important;
}

.sp_button {
	display: block;
	padding: 12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color:#f9f9f9;
	color: #000000;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.sp_button:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color:#e9e9e9;
}.sp_button:active {
	position:relative;
	top:1px;
}

/* アコーディオン */
input[id*="acc_ttl_label"] + * {
	display:none;
}
.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}
label[for*="acc_ttl_label"]{
	background: url(/img/sp/acc_open.png) no-repeat right 10px center transparent;
	background-size: 20px 20px;
}
.acc_open label[for*="acc_ttl_label"]{
	background-image: url(/img/sp/acc_close.png);
}
.acc_open{
	display: block;
}
.acc_close {
	display: none;
}

h2.acc_title label, h3.acc_title label {
	display: block;
}
/*--- スマートフォン用CSSここまで ---*/