@charset "utf-8";

/* body
--------------------------------------------------------------------------------------------------------------------*/
body {
font-family:Hiragino Kaku Gothic Pro, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-se;
color:#333;
}
.top_menu_area{
	width: 20%;
	/*position:absolute;
padding: 0px;
	margin: 0;
max-height: 977px;*/
display: block;
	background:rgba(255,255,255,0.8);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	position: fixed;
top: 0;
left: 0;
width: 20%;
width: 256px;
z-index: 12220;
/*height: 100vh;
overflow-y: scroll;*/
}
/* リンク
--------------------------------------------------------------------------------------------------------------------*/
a {
	color: #0080ff;
	text-decoration: none;
}
a:hover {
	color: #0080ff;
	text-decoration: underline;
}
/* リンク画像はオンマウスでアルファ-----------------*/
a:hover img,input:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
}
/* PDFへのテキストリンクにPDFアイコン-----------------*/

.pdfico a {
	background: url(../../common/images/common/pdf_ico.svg) no-repeat 0 0px;
	padding-left: 24px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* 見出しタイトル<h>
--------------------------------------------------------------------------------------------------------------------*/
 @media only screen and (max-width: 767px) {
	 body{
		 min-width: 10px;
	 }
	 
/**/}

h2 {
	width:100%;
	font-size: 100%!important;
}
h2 span {
    font-size: 200%;
    color: #fff;
    font-weight: normal;
    padding: 1em 0;
    line-height: 1.2;
	margin:0 auto;
	width:960px;
	display: block;
}
h2 span.login {
	font-size: 100%;
}

 @media only screen and (max-width: 767px) {
	 body{
		 min-width: 10px;
	 }
	 
h2 span {
	width:100%;
	padding: 1em 0 1em 3em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 140%;
}
h2 span.login {
	font-size: 75%;
}

.wrapper_box_f h2 span {
	padding: 1em 0 1em 1em;
}
/**/}
#titleArea h2 {
    font-size: 200%;
    color: #000;
    font-weight: normal;
    padding: 0.2em 0 0.5em 0;
    line-height: 1.2;
	background: none;
}
/*.wrapper_box_f h2{
    padding: 1em 0 0.3em 0;
}*/

.logo h1{
	margin:0;
	padding:0;
	height:auto;
	background: url(common.css) no-repeat center 0;
}

.logo h1 a:hover img,
.head_nav_list li:first-child a:hover img,
#top_eye h1 a:hover img{
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
        -moz-opacity: 1;
        -khtml-opacity: 1;
}
.logo h1 span{
	color: #333;
 font-size: 180%;
 font-weight: normal;
	width:auto;
	margin:0;
	display:block;
	padding-top:0px;
}

h3 {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 6px 4px 4px 2px;
    position: relative;
	text-align: left;

}
#contents_two article h3 {

    margin: 60px 0 10px!important;


}
h3 a{
	color: #333;
}
h3::after {
    background-color: #F29300;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 20%;
    z-index: 2;
	
	/*box-sizing: unset !important;*/
}

#sub_area h3 {
    border-bottom: 2px solid #ddd!important;
	padding: 0!important;
  border-left: 0px solid #F48582!important;
  font-size: 18px!important;
	margin: 30px 0 10px!important;
}
#sub_area h3::after {
    background-color: #F29300!important;
    bottom: -3px!important;
    content: ""!important;
    height: 3px!important;
    left: 0!important;
    position: absolute!important;
    width: 0%!important;
    z-index: 2!important;
	
	box-sizing: unset !important;
}
h4 {
  padding: 0 0 0 10px!important;
  border-bottom: 1px dotted #ccc!important;
  border-left: 4px solid #F29300!important;
  font-size: 16px!important;
	font-weight: bold!important;
margin-bottom: 10px!important;
  
}


h5{
	border-bottom: 2px solid #777!important;
text-align: left!important;
font-size: 16px!important;
font-weight: bold!important;
padding: 4px 4px 2px 2px!important;
	margin-bottom: 1em!important;
}



/* コンテンツのカラム
--------------------------------------------------------------------------------------------------------------------*/
.wrapper {
	width: 1100px;
	margin: 0 auto;
	position:relative;
}
.head_position{
	margin-top: 62px;
}
/* pタグ
--------------------------------------------------------------------------------------------------------------------*/
p{
	padding:0 0 10px 0;
}


/* パンくずリスト
--------------------------------------------------------------------------------------------------------------------*/
.pan_nav {
	width: 1100px;
	padding: 28px 0 3px 0;
	margin: 0 auto;
}
.pan_nav li{
	display:inline-block;
	color: #c1c1c1;
}
.pan_nav li a{
	color: #c1c1c1;
}
.pan_nav li:last-child{
	color: #000;
}

/* 種別
--------------------------------------------------------------------------------------------------------------------*/
.s_mark_mnsn{
	padding: 5px 10px;
	color: #fff;
	display:inline-block;
	font-weight: bold;
}
.s_mark_mnsn{
	background-color: #FF7F00;
}

/* 区切り線
--------------------------------------------------------------------------------------------------------------------*/
hr.hr1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  border: 0;
}


hr.hr2 {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dotted #cccccc;
}


/* googleマップ埋め込み
--------------------------------------------------------------------------------------------------------------------*/
.g_map {
position: relative;
padding-bottom: 56.25%; /*ここで縦横比の調整*/
padding-top: 30px;
height: 0;
overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* margin,padding
--------------------------------------------------------------------------------------------------------------------*/
.mt1 {margin-top: 1px;}
.mt2 {margin-top: 2px;}
.mt3 {margin-top: 3px;}
.mt4 {margin-top: 4px;}
.mt5 {margin-top: 5px;}
.mt7 {margin-top: 7px;}
.mt8 {margin-top: 8px;}
.mt9 {margin-top: 9px;}
.mt10 {margin-top: 10px;}
.mt11 {margin-top: 11px;}
.mt12 {margin-top: 12px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt100 {margin-top: 100px;}
.mt150 {margin-top: 150px;}
.mb0 {margin-bottom: 0px !important;}
.mb3 {margin-bottom: 3px;}
.mb5 {margin-bottom: 5px;}
.mb8 {margin-bottom: 8px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb130 {margin-bottom: 130px;}
.mtb5 {margin-top: 5px; margin-bottom: 5px;}
.mtb10 {margin-top: 10px; margin-bottom: 10px;}
.mtb15 {margin-top: 15px; margin-bottom: 15px;}
.mtb20 {margin-top: 20px; margin-bottom: 20px;}
.mtb30 {margin-top: 30px; margin-bottom: 30px;}
.ml4 {margin-left: 4px;}
.ml5 {margin-left: 5px;}
.ml7 {margin-left: 7px;}
.ml9 {margin-left: 9px;}
.ml-9 {margin-left: -9px;}
.ml0i {margin-left:0 !important;}
.ml10 {margin-left:10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml34 {margin-left: 34px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml47 {margin-left: 47px;}
.ml50 {margin-left: 50px;}
.ml56 {margin-left: 56px;}
.ml60 {margin-left: 60px;}
.ml70 {margin-left: 70px;}
.ml110 {margin-left: 110px;}
.ml300{margin-left: 300px;}
.mr0i {margin-right: 0 !important;}
.mr2 {margin-right: 2px;}
.mr5 {margin-right: 5px;}
.mr8 {margin-right: 8px;}
.mr10 {margin-right: 10px;}
.mr12 {margin-right: 12px;}
.mr13 {margin-right: 13px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr60 {margin-right: 60px;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr10 {margin-left: 10px; margin-right: 10px;}
.mlr12 {margin-left: 12px; margin-right: 12px;}
.mlr13 {margin-left: 13px; margin-right: 13px;}
.mlr14 {margin-left: 14px; margin-right: 14px;}
.mlr15 {margin-left: 15px; margin-right: 15px;}
.mlr16 {margin-left: 16px; margin-right: 16px;}
.mlr22 {margin-left: 22px; margin-right: 22px;}
.mr11 {margin-right: 11px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.pt1 {padding-top:1px;}
.pt3 {padding-top:3px;}
.pt6 {padding-top:6px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt80 {padding-top:80px;}
.ptb5 {padding-top: 5px; padding-bottom: 5px;}
.ptb10 {padding-top: 10px; padding-bottom: 10px;}
.ptb15 {padding-top: 15px; padding-bottom: 15px;}
.ptb20 {padding-top: 20px; padding-bottom: 20px;}
.ptb30 {padding-top: 30px; padding-bottom: 30px;}
.ptb40 {padding-top: 40px; padding-bottom: 40px;}
.ptb50 {padding-top: 50px; padding-bottom: 50px;}
.pb3 {padding-bottom: 3px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pl1 {padding-left: 1px;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl60 {padding-left: 60px;}
.pl70 {padding-left: 70px;}
.pl145 {padding-left: 145px;}
.pl150 {padding-left: 150px;}
.pl250 {padding-left: 250px;}
.plr0i {padding-left: 0 !important; padding-right: 0 !important;}
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr0i {padding-right: 0 !important;}
.plr1 {padding-left: 1px; padding-right: 1px;}
.plr5 {padding-left: 5px; padding-right: 5px;}
.plr10 {padding-left: 10px; padding-right: 10px;}
.plr12 {padding-left: 12px; padding-right: 12px;}
.p0 {padding: 0 !important;}
.m0 {margin: 0 !important;}
.p_all10 {padding: 10px !important;}
.p_all20 {padding: 20px !important;}
.m_inline{
	display: block;
	padding-left: 6em;
}
/* width %
--------------------------------------------------------------------------------------------------------------------*/
.w15per {width: 15%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w30per {width: 30%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w50per {width: 50%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w70per {width: 70%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w80per {width: 80%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w100per {width: 100%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w3 {width: 3px;}
.w4 {width: 4px;}
.w7 {width: 7px;}
.w60 {width: 60px;}
.w78 {width: 78px;}
.w85 {width: 85px;}
.w90 {width: 90px;}
.w108 {width: 108px;}
.w126 {width: 126px;}
.w135 {width: 135px;}
.w140 {width: 140px;}
.w145 {width: 145px;}
.w147 {width: 147px;}
.w184 {width: 184px;}
.w200 {width: 200px;}
.w212 {width: 212px;}
.w213 {width: 213px;}
.w254 {width: 254px;}
.w260 {width: 260px;}
.w265 {width: 265px;}
.w270 {width: 270px;}
.w275 {width: 275px;}
.w282 {width: 282px;}
.w293 {width: 293px;}
.w300 {width: 300px;}
.w328 {width: 328px;}
.w385 {width: 385px;}
.w405 {width: 405px;}
.w430 {width: 430px;}
.w455 {width: 455px;}
.w490 {width: 490px;}
.w505 {width: 505px;}
.w585 {width: 585px;}
.w700 {width: 700px;}
.wid9img{width: 96%;
margin-left: 2%;
}
/* font
--------------------------------------------------------------------------------------------------------------------*/
.fnt_bld {font-weight: bold;}
.fnt_normal {font-weight: normal;}
dt span.ftt_tx{font-size: 80%;font-weight: normal;
	line-height: 1.3 !important;
	display: inline-block;
}

/* font-size--------------------------*/

.fnt70 {font-size: 70%;}
.fnt05 {
	font-size: 75%;
}
.fnt80 {font-size: 80%;}
.fnt85 {font-size: 85%;}
.fnt95 {font-size: 95%;}
.fnt90 {font-size: 90%;}
.fnt92 {font-size: 92%;}
.fnt99 {font-size: 99%;}
.fnt110 {font-size: 110%;}
.fnt120 {font-size: 120%;}
.fnt130 {font-size: 130%;}
.fnt135 {font-size: 135%;}
.fnt140 {font-size: 140%;}
.fnt150 {font-size: 150%;}
.fnt165 {font-size: 165%;}
.fnt180 {font-size: 180%;}
.fnt200 {font-size: 200%;}
.fnt220 {font-size: 220%;}
.fnt240 {font-size: 240%;}
.fnt270 {font-size: 270%;}


/* font-color
--------------------------*/
.clr_red {color: #D80000;}
.clr_red2 {color: #D80000;}
.clr_blk {color: #000;}
.clr_blue {color: #3399FF;}
.clr_blue2 {color: #0059B2;}
.clr_hk_blue {color: #397db2;}
.clr_blue2 {color: #1B5FBE;}
.clr_white {color: #fff;}
.clr_ora {color: #FF5B26;}
.clr_gre {color: #59B200;}
.clr_pink{color: #EC6D80;}
.clr_pink2{color: #EB456B;}
.clr_pink3{color: #F38581;}
.clr_green{color: #60C4B3;}

/* other
--------------------------------------------------------------------------------------------------------------------*/
.clr_bth {clear: both;}
.t_left {text-align: left;}
.t_center {text-align: center;}
.t_right {text-align: right;}
.disp_blk {display: block;}
.disp_inl {display: inline;}
.disp_ne {display:none;}
.crsr_pr {cursor: pointer;}
.ps_r {position: relative;}
.ps_a0 {position: absolute; top: 0; left: 0;}
.ps_rt10 {position: relative; top: 10px;}
.ps_r_tp2 {position: relative; top: 2px;}
.flt_lists li {float: left;}
.flt_lft {float: left;}
.flt_rgt {float: right;}
.lne_h1 {line-height: 1 !important;}
.bdr_ne {border: none !important;}
.bkg_ne {background: none !important;}
.bdr_g1 {border: 1px solid #dbdbea;}
.mh280 {min-height: 280px;}

.vatop {	vertical-align:top;}
.vtcl_m {vertical-align: middle;}
.dis_ib {display: inline-block}
.m0a{margin: 0px auto;}
.bg_w{	background:#fff;}
.bg_glay{	background:#f2f2f2;}
.bg_pink{	background:#FEF1F4;
overflow:hidden;}
.bo_all_01{	border:1px solid #ddd;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;}
.bo_all_02{	border:1px solid #444;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;}

/* pagetop
--------------------------------------------------------------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:1000;
}
.pagetop a {
	display: block;
	width: 71px;
	height: 71px;
}
/*sp*/
@media only screen and (max-width: 767px) {
.pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index:1000;
}
.pagetop a {
	display: block;
	width: 46px;
	height: 46px;
}
}/*sp*/

/* 画像の回り込み
--------------------------------------------------------------------------------------------------------------------*/
.img-right{
	float:right;
	padding:0 0 5px 10px;
	display: inline;
}
.img-left{
	float:left;
	padding:0 10px 5px 0;
	display: inline;
}

.img-center{
	padding:5px 0 10px 0;
	text-align:center;
}

/* 画像横並べ
--------------------------------------------------------------------------------------------------------------------*/
.block-two, .block-three, .block-four, .block-five, .block-six {
    list-style: outside none none;
    margin-bottom: 0;
    /* margin-left: -3.19149%; */
}
.block-two::after, .block-three::after, .block-four::after, .block-five::after, .block-six::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.block-two > li, .block-three > li, .block-four > li, .block-five > li, .block-six > li {
    float: left;
    height: auto;
    margin-bottom: 0.5em;
	/* margin-left: 3.19149%; */
	/* margin-left:3px; */
}
.block-two > li {
    width: 46.8085%;
}
.block-three > li {
	width: 30.1418%;
}
.block-four > li {
    width: 21.8085%;
}
.block-five > li {
    width: 16.8085%;
}
.block-six > li {
    width: 13.4752%;
}
.image-left {
    float: left;
    margin: 0 1em 1em 0;
}
/*0405*/
.block-three a:hover{
	text-decoration:none;
	}
/**/

/*1213*/
.block-three.fit2019 li.pdfico {
    width: 32%;
}
.block-three.fit2019 li.pdfico.fix-width {
    width: 36%;
}
/**/

/* ボタン
-------------------------------------------------------------------------------------
-------------------------------*/
.btn_conte a{
font-size:18px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #F29300;
display: inline-block;
color:#fff;
width:100%;
text-align:center;
width: 100%;
padding: 14px 0;
background: #F29300;
font-weight: bold;
}
.btn_conte a:hover{
background: #FFC166;
color:#000;
border:2px solid #FFC166;
text-decoration:none;
}
.btn_conte_cancel a{
font-size:18px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #E94B35;
display: inline-block;
color:#fff;
width:100%;
text-align:center;
width: 100%;
padding: 14px 0;
background: #E94B35;
font-weight: bold;
}
.btn_conte_cancel a:hover{
background: #F18B7C;
color:#000;
border:2px solid #F18B7C;
text-decoration:none;
}
.btn_conte_touroku a{
font-size:18px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #008000;
display: inline-block;
color:#fff;
width:100%;
text-align:center;
width: 100%;
padding: 14px 0;
background: #008000;
font-weight: bold;
}
.btn_conte_touroku a:hover{
background: #539924;
color:#000;
border:2px solid #539924;
text-decoration:none;
}
input.btn_jukou{
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
text-transform:uppercase;
cursor:pointer;
display: inline-block;
color:#fff;
width:100%;
text-align:center;
width: 100%;
padding: .375rem .75rem;;
background: #F29300;
	border: 0;
}
input.btn_jukou:hover{
background: #F29300;
color:#000;
text-decoration:none;
}
/* ボタン　下部
--------------------------*/
span.btn_r_01{
	float: right;
	font-size: 12px;
	background: url(../../common/images/common/mark_line.png) no-repeat 0 5px;
	padding: 0 0 0 8px;
}
span.btn_r_02{
	float: right;
	font-size: 12px;
	background: url(../../common/images/common/mark_line_h.png) no-repeat 0 5px;
	padding: 0 0 0 8px;
}
span.btn_r_02 a{
	color: #fff;
}

/* ボタン　下部
--------------------------*/
.btn_u_list a{padding:9px 6px 6px 6px;
font-size:12px;
text-transform:uppercase;
cursor:pointer;
border:1px solid #3399FF;
display: inline-block;
color:#3399FF;
border-radius:8px;
margin-right:4px;
}
.btn_u_list a:hover{
background: #3399FF;
color:#fff;
border:1px solid #3399FF;
text-decoration:none;
}

/* ボタン　コンテンツ内別ページへのリンク
--------------------------*/
/*.btn_p a{padding:9px 16px 9px 16px;
font-size:12px;
text-transform:uppercase;
cursor:pointer;
border:1px solid #FFA0AC;
display: inline-block;
color:#fff;
border-radius:8px;
margin-right:4px;
background: #FFA0AC;
}
.btn_p a:hover{
background: #E6178D;
color:#fff;
border:1px solid #DB5577;
text-decoration:none;
}*/
/*.btn_p a{
padding:7px 21px 6px 28px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #FFA0AC;
background: url(../images/common/mark_line.png) no-repeat 16px 12px #fff;
display: inline-block;
color:#666;
}
.btn_p a:hover{
background: url(../images/common/mark_line_h.png) no-repeat 16px 12px #FFA0AC;
color:#fff;
border:2px solid #FFA0AC;
text-decoration:none;
}*/
.btn_p a{
padding:7px 21px 6px 28px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #3399FF;
background: url(../../common/images/common/mark_line_out.png) no-repeat 16px 12px #fff;
display: inline-block;
color:#666;
}
.btn_p a:hover{
background: url(../../common/images/common/mark_line_h.png) no-repeat 16px 12px #3399FF;
border:2px solid #3399FF;
text-decoration:none;
color:#fff;
}

/* ボタン-ar
--------------------------*/
.btn_ar a{
	width:100%;
	background:
	url(http://sample-model.com/nikkin/fitweb/common/images/common/btn_left_ar.png) no-repeat left bottom,
	url(http://sample-model.com/nikkin/fitweb/common/images/common/btn_right_ar.png) no-repeat right top;
	background-color:#fff;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#656565;
	font-size:15px;
	/*font-size:4.6875vw;*/
}
.btn_ar a:hover{
	background-color:#FDECF1;
	text-decoration:none;
	color:#999;
-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
.btn_ar	a:hover .b_txt_ap,
.btn_ar	a:hover .b_txt_ap2{
	color:#75CCBF;
}
.btn_ar	a:hover .clr_pink2{
	color:#F1859D;
}
.btn_ar	a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(237,69,107,0) 0%, rgba(237,69,107,.3) 100%);
  background: linear-gradient(to right, rgba(237,69,107,0) 0%, rgba(237,69,107,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.btn_ar	a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.btn_center {
width:400px;
margin:2em auto 0;
}
.btn_center a {
width:100%;
}
@media only screen and (min-width: 767px) {
#login_right{
box-sizing: unset !important;
	line-height: 1.5!important;
}
	}

@media only screen and (max-width: 767px) {
.btn_ar a{
	width:100%;
	padding:0 0 10px 0;
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	font-size:3.6875vw;
	
}
.btn_center {
width:100%;
}
.btn_ar	a::before {
	display:none;

}
	/**/
}
/**/

/* ボタン-btn_anchor
--------------------------*/
.btn_anchor a{
	width:100%;
	background-color:#F29300;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	height:46px;
	line-height:46px;
	border:0px solid #EF847F;
	/*font-size:4.6875vw;*/
	position:relative;
	margin-top: 3px;
}
.btn_anchor a:hover{
	/*background-color:#FDECF1;*/
	text-decoration:none;
	color:#fff;
/*-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
		border:1px solid #FDE3E9;*/
		opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
        -moz-opacity: 1;
        -khtml-opacity: 1;
								margin-top:-3px;
								margin-top: 0px;
margin-bottom: 3px;
	}
	
	.btn_anchor a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
	.btn_anchor a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media only screen and (max-width: 767px) {
.btn_anchor a::before {
	display:none;

}
	/**/
}

/* ボタン01
--------------------------*/
.btn_line a{
padding:7px 0px 6px 0px;
font-size:100%;
text-transform:uppercase;
cursor:pointer;
/*border:2px solid #FFA0AC;*/
/*background: url(../images/common/mark_line.png) no-repeat 16px 12px #fff;*/
display: inline-block;
width:100%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				text-decoration:underline;
}
.btn_line a:before {
    content: url(../../common/images/common/mark_line.png);
    margin-right: 6px;
    position: relative;
}
.btn_line a:hover:before {
    content: url(../../common/images/common/mark_line.png);
}
.btn_line a:hover{
/*background:  #FFA0AC;
color:#fff;
border:2px solid #FFA0AC;
text-decoration:none;*/
}

/* ボタン01-外部リンク
--------------------------*/
.btn_line_out a{
padding:7px 21px 6px 28px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #3399FF;
background: url(../../common/images/common/mark_line_out.png) no-repeat 16px 12px #fff;
display: inline-block;
color:#666;
}
.btn_line_out a:hover{
background: url(../../common/images/common/mark_line_out.png) no-repeat 16px 12px #3399FF;
border:2px solid #3399FF;
text-decoration:none;
color:#fff;
}

/* ボタン02
--------------------------*/
.btn_line2 a{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #F29300;
display: inline-block;
color:#F29300;
background:#fff;
	font-weight: bold;
}
.btn_line2 a:hover{
background: #F29300;
color:#fff;
border:2px solid #F29300;
text-decoration:none;
opacity:1.0;
}
input.btn_line2{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #F29300;
display: inline-block;
color:#F29300;
background:#fff;
	font-weight: bold;

}
input.btn_line2:hover{
background: #F29300;
color:#fff;
border:2px solid #F29300;
text-decoration:none;
opacity:1.0;
}
.btn_line2.infc a{
padding:8px 30px;
font-size:14px;
}
/* ボタンlogin
--------------------------*/
.btn_login a{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #0080FF;
display: inline-block;
color:#0080FF;
background:#fff;
	font-weight: bold;
	
}
.btn_login a:hover{
background: #0080FF;
color:#fff;
border:2px solid #0080FF;
text-decoration:none;
}
input.btn_login{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #D96D00;;
display: inline-block;
color:#D96D00;;
background:#fff;
	font-weight: bold;

}
input.btn_login:hover{
background: #D96D00;;
color:#fff;
border:2px solid #D96D00;;
text-decoration:none;
opacity:1.0;
}

/* ボタン03
--------------------------*/
.btn_line3 a{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #F29300;
display: inline-block;
color:#F29300;
background:#fff;
	font-weight: bold;
}
.btn_line3 a:hover{
background: #F29300;
color:#fff;
border:2px solid #F29300;
text-decoration:none;
opacity:1.0;
}
input.btn_line3{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #F29300;
display: inline-block;
color:#F29300;
background:#fff;
	font-weight: bold;

}
input.btn_line3:hover{
background: #F29300;
color:#fff;
border:2px solid #F29300;
text-decoration:none;
opacity:1.0;
}
.btn_line3.newt a{
color:#FF0000;
background:#fff;
border:2px solid #FF0000;
}
.btn_line3.newt a:hover{
background: #FF0000;
color:#fff;
border:2px solid #FF0000;
}
.btn_line3.spt a{
color:#59B200;
background:#fff;
border:2px solid #59B200;
}
.btn_line3.spt a:hover{
background: #59B200;
color:#fff;
border:2px solid #59B200;
}

/* ボタン04
--------------------------*/
.btn_line4 a{
font-size:18px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #F29300;
display: inline-block;
color:#fff;
width:100%;
text-align:center;
width: 100%;
padding: 14px 0;
background: #F29300;
font-weight: bold;
}
.btn_line4 a:hover{
background: #FFC166;
color:#000;
border:2px solid #FFC166;
text-decoration:none;
}

/* ボタン05
--------------------------*/
.btn_line5 a{
padding:7px 21px 6px 28px;
font-size:100%;
text-transform:uppercase;
cursor:pointer;
display: inline-block;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #777;
}
.btn_line5 a:before {
    content: url(../../common/images/common/mark_line.png);
    margin-right: 6px;
    position: relative;
}
.btn_line5 a:hover:before {
    content: url(../../common/images/common/mark_line.png);
}
.btn_line5 a:hover{
/*background:  #FFA0AC;
color:#fff;
border:2px solid #FFA0AC;
text-decoration:none;*/
}

/* ボタン〒
--------------------------*/
.btn_yubin a:link,.btn_yubin a:visited{
padding:4px 15px 4px 15px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
display: inline-block;
background:#3399FF;
color:#fff;
text-align:center;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin-left:10px;
vertical-align:top;
}
.btn_yubin a:hover{
background: #CD94AB;
color:#fff;
text-decoration:none;
}

/* ボタン戻る
--------------------------*/
.btn_back a,input.btn_back{
padding:0.5em 1em;
font-size:15px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #777;
display: inline-block;
color:#777;
background:#fff;
}
.btn_back a:hover,input.btn_back:hover{
background:#777;
color:#fff;
border:2px solid #777;
text-decoration:none;
opacity:1.0;
}

.btn01 a{
padding:15px 30px;
border:solid 1px #fff;
margin:0 0 20px;
font-size:1.2em;
text-transform:uppercase;
font-weight:bold;
color:#fff;
cursor:pointer;

background: #cb60b3;
background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%);
background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 );


-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);

-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
}
.btn01 a:hover{
background: #890080;
background: -moz-linear-gradient(top,  #890080 12%, #db36a4 100%);
background: -webkit-linear-gradient(top,  #890080 12%,#db36a4 100%);
background: linear-gradient(to bottom,  #890080 12%,#db36a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890080', endColorstr='#db36a4',GradientType=0 );

color:#ccc;
}
input.btn01{
padding:15px 50px;
border:solid 1px #fff;
margin:0 0 20px;
font-size:1.2em;
text-transform:uppercase;
font-weight:bold;
color:#fff;
cursor:pointer;

background: #cb60b3;
background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%);
background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 );


-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
}
input.btn01:hover{
background: #890080;
background: -moz-linear-gradient(top,  #890080 12%, #db36a4 100%);
background: -webkit-linear-gradient(top,  #890080 12%,#db36a4 100%);
background: linear-gradient(to bottom,  #890080 12%,#db36a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890080', endColorstr='#db36a4',GradientType=0 );

color:#ccc;
}
.btn02 {
   background: #fceabb;
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );

    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #000;
    cursor: pointer;
    font-size: 12px;
    padding: 6px;
    text-transform: uppercase;
				width:200px;
				margin:16px 0;
}
.btn02:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #FF4000 12%, #FFBF00 100%) repeat scroll 0 0;
    color: #000;
}

#sub_area input.s_btn {
    padding: 5px 20px;
				width:130px;
				font-size: 1em;
				font-weight:normal;
				margin:0;
}
#sub_area input.s_btn.w180 {
				width:180px;
}
.ib_cart input.ibs_btn {
    font-size: 10px;
    padding: 5px;
				width:86px;
				margin:6px 0;
				font-weight:normal;
}
.ib_cart input.ibs_btn_no {
    font-size: 10px;
    padding: 5px;
   	width:86px;
				margin:6px 0;
				opacity: 0.6;
 filter: alpha(opacity=60);
 -ms-filter: "alpha( opacity=60 )";
 -moz-opacity: 0.6;
 -khtml-opacity: 0.6;
}
.item_box .ib_cart span{
	display: inline-block;
    margin: 7px 0 0 6px;
    vertical-align: top;
}
.alpha{
	opacity: 0.6;
 filter: alpha(opacity=60);
 -ms-filter: "alpha( opacity=60 )";
 -moz-opacity: 0.6;
 -khtml-opacity: 0.6;
}
.idr_cart input.idr_btn {
    font-size: 15px;
    padding: 12px 20px;
				width:220px;
				margin:6px 0;
}
/*FAQ
--------------------------------------------------------------------------------------------------------------------*/
dl.faq {
    border-bottom: 1px solid #ddd;
    font-size: 110%;
    margin: 0;
    padding: 6px 2px;
    position: relative;
    width: 960px;
}
dl.faq dd {
    padding: 6px 0 0 32px;
}
/*一覧
--------------------------------------------------------------------------------------------------------------------*/
/* 一覧01--------------------------*/
.list_01 {
    margin-top: 10px;
    padding-left: 6px;
}
.list_01 li {
    background: url("../../common/images/common/mark_line.png") 3px center no-repeat;
    border-bottom: 1px solid #ccc;
    /*height: 1.8em;
    line-height: 2.1;*/
    padding: 8px 0 10px 7px;
				font-size:14px;
}
.list_01 .listdate {
	padding: 0 10px;
	vertical-align: top;
}
.icon_new_01{
	border:1px solid #D90000;
	color:#D90000;
	font-size:9px;
	padding:0 5px;
}
.icon_new_02{
	border:1px solid #D90000;
	color:#D90000;
	padding:0 5px;
}

/* 一覧02（年月）※沿革--------------------------*/
.list_02 dl{
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
display:table;
width:100%;
	margin-bottom: 0;
}
.list_02 dt {
 border-top: 1px solid #ccc;
 width: 180px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#eee;
	font-weight: bold;
    border-right: 1px solid #ccc;
}
.list_02 dl dd{
 border-top: 1px solid #ccc;
 display: table;
 font-size: 0.9em;
 height: auto;
 width: 100%;
	padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    
	
		
}
.list_02 dl dd .month{
	background: #f3f3f3 none repeat scroll 0 0;
 border-right: 1px solid #ccc;
 display: table-cell;
 height: auto;
 padding: 10px 10px 10px 0;
 text-align: right;
 width: 60px;
}
.list_02 dl dd .hl_txt{
	display: table-cell;
 height: auto;
 padding: 0 0 10px 10px;
}

.list_02 dt:first-child,
.list_02 dd:first-of-type { border-top: 0 none transparent; }
.list_02 dl:last-child { border-bottom: 1px solid #CCC; }

/* 一覧03--------------------------*/
.list_03 ul li{
background: url("../../common/images/common/mark_line.png") 3px 8px no-repeat;
padding:0 0 0 14px;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				margin-bottom: 0.5em;
}
/* 一覧04--------------------------*/
.list_04 {
    margin-top: 10px;
    padding-left: 6px;
}
.list_04 li {
    border-bottom: 1px solid #ddd;
    height: 1.8em;
    line-height: 2.1;
    padding: 10px 0 15px 7px;
}
.list_04 .listdate {
    padding: 0 10px;
}
.list_04 li a[href$=".pdf"] {
	background: url(../../common/images/common/icon_pdf.png) no-repeat 0 3px;
}
/* 一覧05--------------------------*/
.list_05  {
				clear:both;
				width:100%;
}
.list_05 a  {
				padding:20px 0px 20px 0px;
				border:3px solid #FFA0AC;
				display:block;
				margin-top:20px;
				color:#656565;
}
.list_05 a:hover  {
				background-color:#FFA0AC;
				color:#fff;
				text-decoration:none;
}
.list_05 ul li {
    font-size: 13px;
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 10px;
}
/* 一覧06--------------------------*/
.list_06 {
				padding:0 0 0 0.5em;
}
.list_06 ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 10px;
}
/* 一覧07--------------------------*/
.list_07 dl{
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
width:100%;
display:table;
}
.list_07 dl.last { border-bottom: 1px solid #ddd;}
.list_07 dl dt {
 border-right: 1px solid #ddd;
 width: 120px;
	vertical-align:middle;
	text-align:center;
	background:#f2f2f2;
	display:table-cell;
	padding:0.5em;
}
.list_07 dl dd{

 font-size: 0.9em;
	display:table-cell;
padding:0.5em;

}
/* 一覧08--------------------------*/
.list_08 dl{

border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
width:100%;
display:table;
}
.list_08 dl.last { border-bottom: 1px solid #ddd;}
.list_08 dl dt {
 border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
 width: 15%;
	vertical-align:middle;
	text-align:center;
	background:#f2f2f2;
	display:table-cell;
	padding:0.5em;
}
.list_08 dl dd{
 font-size: 0.9em;
	display:table-cell;
padding:0.5em;
width: 32%;

}
/* 一覧09-recuruit-------------------------*/
.list_09 dl{
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
width:100%;
display:table;
}
.list_09 dl.last { border-bottom: 1px solid #ddd;}
.list_09 dl dt {
 border-right: 1px solid #ddd;
 width: 120px;
	vertical-align:middle;
	text-align:center;
	background:#f2f2f2;
	display:table-cell;
	padding:0.5em;
}
.list_09 dl dd{

 font-size: 0.9em;
	display:table-cell;
padding:0.5em;

}
/* 一覧10--------------------------*/
.list_10 {
    padding: 0 0 0 10px;
}
.list_10 dl{
	border-bottom: 1px dotted #ddd;
	/*display:table;*/
	width: 100%;
	padding: 12px 0 8px;
}
.list_10 dl dt {
	font-size:10px;
	font-weight: bold;
	/*display: table-cell;
	width: 80px;*/
}
.list_10 dl dd {
	font-size:12px;
	padding-top: 5px;
	/*display:table-cell;*/
}
/*.list_10 dl dd a {
	color: #333;
}*/
.list_10 .listdate {
    padding: 0 10px 0 0;
}


@media only screen and (max-width: 767px) {
	.list_07 dl dt {
 border-right: 0px solid #ddd;
 width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.list_07 dl dd{

	display: block;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.list_08 dl{
border-right: 0px solid #ddd;
border-top: 0px solid #ddd;
border-bottom: 1px solid #ddd;
width:100%;
display: block;
}
.list_08 dl dt {
 width:100%;
display: block;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				border-right:0px solid #ddd;
	border-left: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	    padding: 1em 15px;
    text-align: left;
				
}
.list_08 dl:first-child > dt {
    border-top: 1px solid #ddd;
}
.list_08 dl dd{
 width:100%;
display: block;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				border-left:0px solid #ddd;
				border-bottom:0px solid#ddd;
    padding: 1em 5px;
}
	.list_09 dl dt {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				width:50px;
}
.list_09 dl dd{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				word-break:break-all;

}
/**/}


/* 高さ固定--------------------------*/
.scroll_80 {
    overflow: auto;
				height:80px;
}
.scroll_120 {
    overflow: auto;
				height:120px;
}
.scroll_130 {
    overflow: auto;
				height:130px;
}
.scroll_150 {
    overflow: auto;
				height:150px;
}
.scroll_200 {
    overflow: auto;
				height:200px;
}
.scroll_max_130 {
	overflow: auto;
	max-height:130px;
}

/* table
--------------------------------------------------------------------------------------------------------------------*/

/* table01
--------------------------*/
.table_01  { width: 100%; }
.table_01.w50per  { width: 50%; }
.table_01 th, .table_01 td  { padding: 6px 10px; border: 1px solid #ddd; }
.table_01 th  { background: #f4f4f4;
text-align: center;
font-weight: bold;
font-size: 90%;}
.table_01.t_center th ,.table_01.t_center td  {
	text-align:center; }
	.table_01.t_center th.t_left,.table_01.t_center td.t_left  {
	text-align:left; }


/* 紹介用
--------------------------------------------------------------------------------------------------------------------*/
.box_b_10 li{
	border:1px solid #ccc;
	padding:10px;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
/* 画像ズーム
--------------------------------------------------------------------------------------------------------------------*/
img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
img.grow:hover {
	-webkit-transform:scale(1.02,1.02);
	-moz-transform:scale(1.02,1.02);
	-ms-transform:scale(1.02,1.02);
	-o-transform:scale(1.02,1.02);
	transform:scale(1.02,1.02);
}
/* ページャー
--------------------------------------------------------------------------------------------------------------------*/
.pgr_count {
				text-align:center;
}
.pgr_count.pg_left {
    float: left;
}
.pgr_count.pg_right {
    float: right;
}
.pgr_count ul {
    display: inline-block;
}
.pgr_count ul li.thispage {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #999;
    font-weight: bold;
    padding: 7px 9px;
}
.pgr_count ul li {
    display: inline-block;
    vertical-align: middle;
}
.pgr_count ul li a {
    background-color: #ffffff;
    background-image: linear-gradient(#f5f5f5, #ffffff 30%);
    border: 1px solid #cad0c6;
    border-radius: 5px;
    box-shadow: 0 1px 1px #ccc, 0 2px 0 white inset, 0 -2px 0 #eeeeee inset;
    color: #333;
    display: inline-block;
    font-weight: bold;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.pgr_count ul li a:hover {
    opacity: 0.6;
}
.opa{
 opacity: 0.3;
 filter: alpha(opacity=30);
 -ms-filter: "alpha( opacity=30 )";
 -moz-opacity: 0.3;
 -khtml-opacity: 0.3;
}

/* ico
--------------------------------------------------------------------------------------------------------------------*/
.ico_blue_01 a {
    background: #006DD9 none repeat scroll 0 0;
    color: #fff;
}
.ico_red_01 a {
    background: #b1174b none repeat scroll 0 0;
    color: #fff;
}
.ico_glay_01 a {
    background: #ddd none repeat scroll 0 0;
    color: #000;
}
.ico_blue_01 a, .ico_red_01 a {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    width: 40px;
}
.ico_glay_01 a {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    width: 80px;
}

/*shine
-----------------*/
.shine a,.shine2 a {
	position: relative;
	display: block;
	width:690px;
	margin:0 auto;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shine2 a{
	width:500px;
}

.shine a:hover,.shine2 a:hover {
	/*opacity:0.7;*/
	-webkit-transform: scale(0.98,0.98);
	-moz-transform: scale(0.98,0.98);
	-o-transform: scale(0.98,0.98);
	transform: scale(0.98,0.98);
}
.shine a:hover img,.shine2 a:hover img {
	opacity:1;
}

.shine a span,.shine2 a span {
	opacity: 0;
	display: block;
	width: 60px;
	height: 120px;
	position: absolute;
	top: 20px;
	left: -700px;
	background: rgba(255, 255, 255, 0.3);

	-webkit-transition-property: left, top, opacity;
	   -moz-transition-property: left, top, opacity;
	    -ms-transition-property: left, top, opacity;
	     -o-transition-property: left, top, opacity;
	        transition-property: left, top, opacity;
	-webkit-transition-duration: 0.7s, 0.5s, 0.1s;
	   -moz-transition-duration: 0.7s, 0.5s, 0.1s;
	    -ms-transition-duration: 0.7s, 0.5s, 0.1s;
	     -o-transition-duration: 0.7s, 0.5s, 0.1s;
	        transition-duration: 0.7s, 0.5s, 0.1s;
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
	    -ms-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}
.shine a:hover span,.shine2 a:hover span {
	opacity: 1;
	top: -50px;
	left: 730px;
}
.switch {
	visibility: hidden;
}
.sp{
	display:none!important;}

@media only screen and (max-width: 767px) {
	.sp{
	display:block!important;}
	.pc{
	display:none!important;}
body {
 -webkit-text-size-adjust: 100%;
}
* {
    -webkit-appearance: none;
}
input{
width:100%;
border-radius:0;
}
.flt_lft {float: none;}
.flt_rgt {float: none;}
h1{
	/*height:50px;*/
}
h1 span{
	width:100%;
	padding:0 0 0 1em;
	line-height:50px;
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				font-size:120%;

}
/* コンテンツのカラム
--------------------------------------------------------------------------------------------------------------------*/

/* 1カラム-----------------*/
#contents_one {
    padding: 0px 10px;
    width: 100%;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper_box,.wrapper_box_f,.wrapper_in {
	width: 100%;
	margin: 0px auto 0;
}
.wide_box {
	width: 100%;
	margin: 3.5em auto 0;
}


/* 2カラム-----------------*/
#contents_two_top {
    width: 100%;
				float:none;
				 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				/*padding:0 3%;*/
}
#contents_two,.c_one_box{
    width: 100%;
				float:none;
				 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				padding:60px 10px 0;
}
#sub_area {
    width: 100%;
				float:none;
				margin-top:10px;
				 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#sub_area img {
				width:100%;

}
	
.pan_nav{
	width: 100%;
}
/* 画像の回り込み
--------------------------------------------------------------------------------------------------------------------*/
.img-right{
	float:none;
	padding:0 0 10px 0;
	margin:0 auto;
	display:block;
}
.img-left{
	float:none;
	padding:0 0 10px 0;
	margin:0 auto;
	display:block;
}

.img-center{
	padding:5px 0 10px 0;
	text-align:center;
}

/* 画像横並べ
--------------------------------------------------------------------------------------------------------------------*/
.block-two,
  .block-three,
  .block-four,
  .block-five,
  .block-six {
    margin-left: 0;
    margin-bottom: 1.5em;
  }
  .block-two > li,
  .block-three > li,
  .block-four > li,
  .block-six > li {
    float: none;
    margin: 0 0 1em 0;
    width: 100%;
  }
  .block-five > li{
    margin: 0 0.3em 0.5em;
    width: 46.8085%;
  }
  .block-three.recmenu > li{
    float: left;
    height: auto;
    margin-bottom: 0.5em;
    margin-left: 3.19149%;
				width: 30.1418%;
  }

/* ボタン
--------------------------------------------------------------------------------------------------------------------*/

/* ボタン01
--------------------------*/
.btn_line a{
width:80%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


/* ボタン01-外部リンク
--------------------------*/
.btn_line_out a:link,.btn_line_out a:visited{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}

/* ボタン02
--------------------------*/
.btn_line2 a:link,.btn_line2 a:visited,input .btn_line2{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}
input.btn_line2{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
min-width:10px;
}

/* ボタン03
--------------------------*/
.btn_line3 a{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}

/* ボタン04
--------------------------*/
.btn_line4 a:link,.btn_line4 a:visited{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}
/* ボタン05
--------------------------*/
.btn_line5 a{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
	padding: 1em 0;
}
/* ボタン戻る
--------------------------*/
.btn_back a,input.btn_back{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
margin-top:10px;
}

/*FAQ
--------------------------------------------------------------------------------------------------------------------*/
dl.faq {
    width: 100%;
}


/*一覧
--------------------------------------------------------------------------------------------------------------------*/
/* 一覧01--------------------------*/
ul.list_01 {
    margin-top: 10px;

}
ul.list_01 li {
				position:relative;
				padding: 6px 10px 6px 16px;
				background: rgba(0, 0, 0, 0) url("../../common/images/common/mark_line.png") no-repeat scroll 3px 11px;
				height:auto;
				width:100%;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				

}
ul.list_01 .listdate {
				display:block;
				padding:0;

}
.icon_new_01{
	position: absolute;
 right: 0;
 top: 10px;
}

/* 一覧02（年月）※沿革--------------------------*/
.list_02 dl{
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
display:block;
width:100%;
}
.list_02 dt {
 border-bottom: 1px solid #ccc;
 width:100%;
	display:block;
	padding:10px 0;

}
.list_02 dl dd{
	border-left: 0px solid #ccc;

}
.list_02 dl dd .month{
 width: 20%;
}

/* 一覧03--------------------------*/
.list_03 ul li{
width: 50%;
float:left;
}

/* 一覧04--------------------------*/
ul.list_04 {
    margin-top: 10px;

}
ul.list_04 li {
				position:relative;
				padding: 6px 0 6px 6px;
				height:auto;

}
ul.list_04 .listdate {
				display:block;
				padding:0;

}
/* 画像ズーム
--------------------------------------------------------------------------------------------------------------------*/
img.grow:hover {
	-webkit-transform:scale(1.0,1.0);
	-moz-transform:scale(1.0,1.0);
	-ms-transform:scale(1.0,1.0);
	-o-transform:scale(1.0,1.0);
	transform:scale(1.0,1.0);
}


table.table_01 {
    box-sizing: border-box;
    border-right: 1px solid #000;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
				display:block;
}
table.table_01 tbody { border-right: none;
white-space:nowrap;
}
.shine a,.shine2 a {
	position: relative;
	display: block;
	width:100%;
}
.shine2 a{
	width:100%;
}
/**/}

#head4{
	background:url(http://sample-model.com/nikkin/fitweb/bace/head4.png) no-repeat center 0;
	height:145px;
	}
#side4{
	background:url(http://sample-model.com/nikkin/fitweb/bace/side.png) no-repeat center 0;
	height:2067px;
	width:249
	}
	
	/*raiten*/
.snsBox_instagram {
    background-color:#ED456B;
				padding:10px;
}
.snsBox_instagram .snsBox_instagram_contents{
  height: 260px;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
		margin-top:6px;
}
.snsBox_instagram_contents{
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snsBox_instagram_contents a{
  text-decoration: none;
}

.snsBox_instagram_contents a:hover{
  opacity: 0.4;
}

.snsBox_instagram_contents ul li{
  margin: 0 0 0px 0;
}

.snsBox_instagram_contents .sns_icon{
  margin: 0 6px 0 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.snsBox_instagram_contents .sns_icon img{
  width: 100%;
}

.snsBox_instagram_contents .sns_caption{
  width: 130px;
  display: inline-block;
  vertical-align: top;
}

.snsBox_instagram_contents .sns_caption .sns_date{
  color: #a3a3a3;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.snsBox_instagram_contents .sns_caption .sns_line{
  color: #dd807f;
  font-size: 12px;
  letter-spacing: 0.08em;
		line-height:1.2;
}
.snsBox_twitter{
    font-size: 12px;
    background-color: #41bee5;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
				padding: 8px 10px 10px 10px;
}
.snsBox_twitter_contents{
  background-color: #41bee5;
		height:260px;
		overflow-y: auto;
  -webkit-overflow-scrolling: touch;
		margin-top:7px;
		background:#fff;
}

.snsBox_twitter .badge{
  position: absolute;
  bottom: -15px;
  left: -50px;
}


@media only screen and (max-width: 767px) {
	.snsBox_instagram_contents .sns_caption{
  width: 70%;

}
}/**/

.app01{
background: #d80000;
color: #fff;
font-size: 12px;
padding: 2px 4px;
margin-right: 2px;
}
.app02{
background: #fff;
color: #444;
font-size: 12px;
padding: 2px 4px;
margin-right: 5px;
}

#sub_area h3 img {
    width: auto;
}

/* login
-----------------------------*/

#login_left {
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
	width: 430px;
/*height: 466px;*/
min-height: 200px;
/*background: #FFA928;*/
	background: #fff;
	border: 1px solid #ddd;
}
#login_left .log_inn {
}
#login_left input.btn_login {
	min-width: 350px;
}
.ChangeElem_Btn_Content .ChangeElem_Btn{
	float: left;
	background:#f2f2f2;
	width: 50%;
	text-align: center;
	padding: 1em 0;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}
.ChangeElem_Btn_Content .ChangeElem_Btn.is-active{
	float: left;
	background:#fff;
	width: 50%;
	text-align: center;
	padding: 1em 0;
	font-weight: bold;
	color:#D96D00;
	/*border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;*/
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.ChangeElem_Btn_Content .ChangeElem_Btn:hover{
	background:#F29300;
	color: #fff;
}
/*0718*/
.ChangeElem_Btn_Content .ChangeElem_Btn:hover{
	background:#f2f2f2;
	color: #666;cursor: pointer;
}
.ChangeElem_Btn_Content .ChangeElem_Btn.is-active:hover{
	background:#FFF;
	color: #D96D00;
	cursor: pointer;
}
#login_left .ChangeElem_Panel {
    padding: 10px 25px 30px 25px;
	clear: both;
}
#login_left .ptn_l_put {
    width: 100%;
}
#login_left p {
    padding: 0 0 5px;
    text-align: center;
}
#login_left p.c_mark a {
    padding: 0 0 0 7px;
}
#login_left p.c_mark a:first-child {
				border-right:1px solid #666;
				padding: 0 10px 0 0;
}
#login_left .log_l_hoji_t {
    margin-left: 1em;
    padding: 0 0 0 5px;
    text-align: left;
    text-indent: -1em;
}
#login_left .login_btn {
    margin-top: 10px;
    text-align: center;
}
#login_left .login_fb_area {
    background: #f8efd6 none repeat scroll 0 0;
    padding: 0 0 20px;
}
#login_left .login_fb_area dl dt {
    padding: 20px 0 0 30px;
}
#login_left .login_fb_area dl dd {
    padding: 10px 0 5px 30px;
}
#login_right {
    border: 1px solid #dbdbea;
    float: right;
    height: 373px;
	height: 442px;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 467px;
	padding: 10px 20px 20px 20px;
}
#login_right .btn_line3 {
	text-align: center;
	padding-top: 10px;
}
#login_right .btn_line5 a {
    width: 270px;
	 -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#login_right .lr_tit {
    text-align: center;
	background: #F29300;
	color: #fff;
	padding: 6px 0;
	font-weight: bold;
}
#login_right .login_btn {
    margin: 10px 0;
    text-align: center;
}
#login_right p {
    padding: 0 10px 10px 10px;
}
.login .log_in_txt {
    display: inline-block;
    padding-left: 40px;
    width: 80px;
}
.login .wide_l {
    width: 250px;
}
.login .login_btn {
    text-align: center;
    width: 424px;
}
.pass_link{
	margin-bottom:25px;
	text-align:center;
}
.pass_link span{
	border:1px solid #ccc;
	background:#fff;
	padding:5px 10px 3px 10px;
	font-size:12px;
	font-weight:bold;
}
@media only screen and (max-width: 767px) {
.m_inline{
	display: inline;
	padding-left: 0;
}
#login_left {
    float: none;
    height: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#login_left .ptn_l_put {
    /*width: 100%;*/
}
#login_left p.c_mark a {
    padding: 0 10px 10px;
				display:block;
}
#login_right {
    float: none;
				border:0px;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#login_left p.c_mark a:first-child {
				border-right:0px solid #666;
}
	#login_left input.btn_login {
    min-width: 0px;
}
#login_right .btn_line5 a {
    width: 100%;
	 -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/**/}


/* mypage
-----------------------------*/

/* ID・名前
-----------------------------*/
.m_namearea dl {
	margin: 20px 0 10px 0;
	width: 100%;
	display: table;
}
.m_namearea dl dt {
	float: left;
	text-align: center;
	padding: 20px 0;
	width: 30%;
	background: #FFF0DB none repeat scroll 0 0;
	border-right: 1px solid #F29300;
	box-sizing: border-box;
	margin: 0 0 8px;
	display: table-cell;
}
.m_namearea dl dd {
	background: #f8f8f8;
	width: 70%;
	padding: 20px 0 20px 20px;
	float: right;
	margin: 0 0 8px;
	box-sizing: border-box;
	display: table-cell;
}

/* ブロックメニュー
-----------------------------*/
.icon_menu ul li {
	border: 3px solid #eee;
	height: 209px;
	text-align: center;
	position: relative;
	background-color: #fff;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;

}
.icon_menu ul li a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
.icon_menu ul li:last-child {
	margin-right: 0;
}
.icon_menu ul li a:hover {
	display: block;
	border: 3px solid #F29300;
	margin: -3px;
}
.icon_menu ul li.green a:hover {
	display: block;
	border: 3px solid #00B22D;
	margin: -3px;
}
.icon_menu ul li.blue a:hover {
	display: block;
	border: 3px solid #0080FF;
	margin: -3px;
}
.icon_menu ul li img.icon {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 10px;
}
.icon_menu ul li img.corner {
	width: 21px;
	height: 19px;
	top: 0px;
	right: 0px;
	position: absolute;
}
.icon_menu ul li span {
	display: block;
	font-size: 20px;
	text-align:center;
}

.icon_menu ul li.red1 a{
     display: block;
     height: 100%;
     text-decoration: none;
     color: inherit;
}

.icon_menu ul li span.red2 {
	display: block;
	font-size: 16px;
	text-align:center;
	color: red;
    font-weight: bold;
}

.icon_menu ul li.red1 a:hover {
	display: block;
	border: 3px solid #F7B93C;
	margin: -3px;
}

/* 支払い状況
-----------------------------*/
#kessai_tit_area {
	width: 100%;
	margin: 10px auto;
	padding: 20px 0;
	text-align: center;
	color: #545859;
	border:1px #ddd solid;
}
#kessai_tit_area .kta_tit {
	text-align: center;
	display: block;
	font-size: 40px;
	position: relative;
	padding-bottom:30px;
}
#kessai_tit_area .kta_tit:before {
	content: url("http://sample-model.com/common/images/mypage/kesai_top_enmark.png");
	margin: 0 10px;
	position: relative;
	top: 20px;
}
#kessai_tit_area p {
	margin: 20px auto;
	position: relative;
}

#kessai_kaihi_area {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin: 10px auto;
	border:1px #ddd solid;
	text-align: center;
	font-size: 20px;
}
#kessai_kaihi_area li {
	padding: 10px;
	width: 60%;
	margin: 0 auto;
}
#kessai_kaihi_area li {
	padding: 10px;
	width: 60%;
	margin: 0 auto;
}
#kessai_kaihi_area li p {
	text-align:center;
}
#kessai_kaihi_area .dot_border {
	border-bottom: #64b2c8 dotted 3px;
}
/* 決済ブロックメニュー
-----------------------------*/
.menu_kessai {
	margin: 20px auto;
	width: 100%;
}
.menu_kessai ul li {
	float: left;
	height: 156px;
	text-align: center;
	background-color: #fff;
	border: 3px solid #eee;
 box-sizing: border-box;
}
.menu_kessai ul li img {
	display: block;
	margin: 0 auto;
	}
.menu_kessai ul li a:hover {
	display: block;
	border: 3px solid #038caa;
	margin: -3px;
	}
.si_syu_right{
	float:right;
	width:200px;
	border-left:1px solid #dbdbea;
	text-align:center;

}
.block-four .sub-description {
    font-size: 15px;
    margin-top: -5px;
}

/* アラート
-----------------------------*/
.credit_alert{
    text-align: center;
    color: red;
    background-color: pink;
    padding: 10px 5px;
    margin: 3px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
	ul.block-four li {
		margin-left: 0px;
	}
}

ul.apirireki li span:nth-child(2){
padding: 0 1em;
}
ul.apirireki li span:nth-child(3){
padding: 0 1em;
}
ul.apirireki li span.sts{
color: #d80000;
}
.api-inf{
display: inline-flex;
}
 @media only screen and (max-width: 767px) {
	.api-inf{
	display: block;
	}
	ul.apirireki li span:nth-child(3){
	padding: 0 1em 0 0;
	}
	ul.apirireki li{
	padding-bottom: 1em;
	}
	/**/
}

/* マイページTOPへ戻る
-----------------------------*/
.myback {
	margin-bottom:3px;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
	width:100%;
	text-align:right;
	font-size: 12px;
	margin-top: 5px;
}
.myback a {
	border: 1px solid #0080FF;
 display: inline-block;
 padding: 2px 6px 1px;
}
.myback a:hover {
	border: 1px solid #0080FF;
	background: #0080FF;
	color: #fff;
	text-decoration: none;

}

/**/
.cse .gsc-control-cse, .gsc-control-cse{
	border: 0 !important;
}
.alert-danger{
	font-weight: bold;
	color: #D80000;
}
.d-img-left {
				float:left;
	width: 180px;
}
.d-img-left img {
	width: 100%;
}

.document-error{
	border: 1px solid red;
	padding:4px;
	font-size:1.4rem;
	color: red;
	background-color:yellow;
}

@media only screen and (max-width: 767px) {
.d-img-left {
				float:none;
	width:100%;
}
.d-img-left img {
				width:100%;
}
	.w70per{
		width: 100%;
	}
/**/}


/**/
.list_10 dl dd {
	display: table-cell;
	/*width: 50px;*/
}
.list_10 dl dd.tou_title{
	width: 300px;
}
.list_10 dl.por{
	position: relative;
}
.list_10 dl dd.tbtns{
	width: auto;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.toukou_btn a{
	padding: 2px 10px;
	margin: 0 5px 0 0;
	border-radius: 5px;
}
.toukou_btn.btnico_00{
	padding: 2px 5px 2px 0px;
	margin: 0 5px 0 0;
	border-radius: 5px;
	border: 0px solid #ddd;
}
.btnico_00 a {
    background: #EEEEEE;
}
.btnico_00 a:hover {
    background: #f6f6f6;
	text-decoration: none;
}

.btnico_01 a {
    background: #006dd9;
color: #fff;
}
.btnico_01 a:hover {
    background: #0683FF;
color: #fff;
	text-decoration: none;
}
.btnico_02 a {
    background: #EEEEEE;
	color: #000;
}
.btnico_02 a:hover {
    background: #f6f6f6;
	color: #000;
	text-decoration: none;
}
.btnico_03 a {
    background: #4DA6FF;
color: #fff;
}
.btnico_03 a:hover {
    background: #8AC5FF;
color: #fff;
	text-decoration: none;
}
/*20200615*/
.btnico_04 a {
    background: #0080FF none repeat scroll 0 0;
	border: 1px solid #0080FF;
	color: #fff;text-decoration: none;
	font-size: 11px;
	padding: 3px 10px 2px;
}
.btnico_04 a:hover {
    background: #fff none repeat scroll 0 0;
	border: 1px solid #0080FF;
 	color: #0080FF;
}
.btnico_05 a {
    font-size: 11px;
    padding: 3px 10px 2px;
    background: #d80000 none repeat scroll 0 0;
     border: 1px solid #d80000;
	color: #fff;text-decoration: none;
}
.btnico_05 a:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d80000;
 	color: #d80000;
}
.btnico_06 a {
    background: #fff none repeat scroll 0 0;
	border: 1px solid #0080FF;
 	color: #0080FF;
	font-size: 11px;
	padding: 3px 10px 2px;
}
.btnico_06 a:hover {
    background: #0080FF none repeat scroll 0 0;
	border: 1px solid #0080FF;
	color: #fff;text-decoration: none;
}
.toukou_btn.no_rad a{
	padding: 2px 10px;
	margin: 0 5px 0 0;
	border-radius: 0px;
}
/*/20200615*/

.post_header {
	/*position: fixed;*/
	width: 100%;
	/*top: 230px;*/
	z-index: 10;
	/*right: -10px;*/
	/* background-color: #f0ad4e; */
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background:rgba(255,255,255,0.6);
}

@media only screen and (max-width: 767px) {
	.list_10{
		padding: 0 10px;
}
	.list_10 dl dd {
	display: table-cell;
	width: 100%;
}
.list_10 dl dd.tou_title{
	width: 100%;
	display: inline-block;
}
	.list_10 dl dd.tbtns{
	width: auto;
	position: relative;
	right: auto;
	bottom: auto;
		display: block;
		margin-top: 5px;
}
	.list_10 dl dd.tbtns span.toukou_btn a{
	width: 100%;
		display: block;
		text-align: center;
		 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
		margin-bottom: 0.5em;
}
	.col-lg-3.control-label{
		width: 100%;
	}
	.post_header {
	position: fixed;
	width: 100%;
	top: auto;
	z-index: 10;
	right: auto;
	/* background-color: #f0ad4e; */
	padding: 5px;
	border-radius: 0px;
		bottom: 0;
		background:rgba(0,0,0,0.6);
}
}/**/

.form-control{
	width: auto!important;
	display: inline-block!important;
}
.megam_01 dl.gmn{
	margin-bottom: 0!important;
}
.megam_01 .gmn dt{
	margin-bottom: 0!important;
}
.megam_01 .gmn dd{
	margin-bottom: 0!important;
}


.error_input {
  background-color: #f2dede;
}

form .form-control-feedback {
position: relative;
top: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
display: inline-block;
left: 0px;
}
form .has-feedback label~.form-control-feedback {
top: 0px;
}

/* style form search exhibitor */
.input-search-exhibitor {
    float: left;
}

@media only screen and (min-width: 1024px) {

    .input-search-exhibitor {
        width: 23%;
    }

    .search-exhibitor-submit{
        width: 7%;
    }
}

@media only screen and (max-width: 767px) {

    .input-search-exhibitor {
        margin-left: 5px;
        width: 40%;
    }
    .search-exhibitor-submit{
        width: 20%;
    }

}

.container-search-exhibitor {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.container-search-exhibitor .container{
    padding: 0px 10px 0 0;
}

.container-search-exhibitor .ptn_l_put{
    padding: 0;
}
/* end style form search exhibitor */

/*style for popup*/
.container-popup{
    color: #FFFFFF;
    background: #f29300;
    height: 60px;
    padding: 18px;
    border: 2px solid #dcdbb0;
}

.container-popup .white-popup{
    text-align: center;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    width: 50%;
}

.mfp-close {
    width: 25px;
    height: 25px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {

    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
        width: 80%;
    }

    .container-popup{
        height: 82px;
    }

}

/* end style for popup*/

.content-edit-document11{
    border: 1px solid #97a3af;
    border-radius: 15px;
    padding: 7px 8px;
    max-width: 83%;
}

.button.button-choose-file {
    font-size: 9pt!important;
    font-weight: 350!important;
    color: #000!important;
    border: solid 1px #adadad!important;
    border-radius: 0!important;
    background-color: #dedede!important;
    margin-bottom: 7px;
}

.button-delete-1 .btn-sm,
.button-delete-2 .btn-sm,
.button-delete-3 .btn-sm {
    margin-top: 14px;
    padding: 5px 12px;
}

/* hide seminar icon link on tokyo top page*/
/*.topm .mnr_i.pc .seminar .tokyo,
.topm #fh5co-offcanvas .seminar .tokyo,
.un_dmenu.sp .seminar .tokyo{
    display: none;
}*/

.un_dmenu.sp li a.home-tokyo {
    display:none;
}

.un_dmenu.sp li a.tokyo {
	/* background: url(../../fit2018/images/mn06.png) no-repeat center 0; */
	background: url(/fit2019/images/1404/mn01_2019.png) no-repeat center 0;
}

.div_preview {
    display: inline-block;
    margin: 15px 0;
    background: #FFF0DB;
    padding: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.div_preview div a{
    float: left;
    width: 45% !important;
    margin: 0 2.5%;
}
.pre_ol_booth_bg {
    background: url(/common/images/common/bg_h2.png) center 0;
    background-size: 100% 100%;
    padding: 20px 0 15px;
    /* height: 450px; */
}
.preview_top {
    text-align: center;
}
.preview_top p {
    vertical-align: middle;
    display: inline-block;
    font-size: 250%;
    line-height: 2;
    margin-bottom: 0;
}
.pre_ol_booth_bg li {
    width: 350px !important;
}
.th_content_pre {
    line-height: 2;
}
.w-40 {
    width: 40% !important;
}
.th_img_pre img {
    width: 350px;
}
#content_preview table{
    width: 100%;
}
.preview_news {
    box-shadow: 2px 3px #22416d;
    background: #fff;
}
.ogrange a {
    color: #D96D00 !important;
    border-color: #D96D00 !important;
}

/* online booth */
.ob_bg {
    background: url(../../common/images/common/bg_ob.png) no-repeat center 0;
}

/* end hide semina link on top page*/



/* areaSearch */
.search_step_box {
    position: relative;
}
.tabContents {
  display: none;
	width: 958px;
    height: 436px;
    background: url(../images/common/map/bg_kanto.png) no-repeat 0px 0px;
    background-size: contain;
    padding-top: 20px;
    margin-top: 90px;
	z-index: 0;
    position: relative;
}
.tabContents.current {
  display: block;
}
.search_step_list {
}
.search_step_list.tab{
}
.search_step_list.fade-right{
}
.search_step_list li {
}
.search_step_list li a {
}
.search_step_list .current {
}
.search_step_list .current a {
}
#tab1 {
}
#tab1.tabContents{
    background: url(../images/common/map/bg_tohoku.png) no-repeat 0px 0px;
}
#tab1 .keyword_area,
#tab2 .keyword_area,
#tab3 .keyword_area,
#tab4 .keyword_area{
display: none;
}
#tab1 .keyword_area.ka_on,
#tab2 .keyword_area.ka_on,
#tab3 .keyword_area.ka_on,
#tab4 .keyword_area.ka_on{
display: block;
width: 100%;
background: #FFFDE4;
background:rgba(255,255,255,0.8);
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 10;
}
#tab1 .keyword_area.ka_on .keyword_form,
#tab2 .keyword_area.ka_on .keyword_form,
#tab3 .keyword_area.ka_on .keyword_form,
#tab4 .keyword_area.ka_on .keyword_form{
padding:80px 0 0 400px;
text-align: center;
}
.keyword_area.ka_on .key_s_btn{
padding:50px 0;
text-align: center;
}
.keyword_area .key_tit{
font-size: 24px;
font-weight: bold;
display: block;
text-align: center;
padding-bottom: 20px;
}
.keyword_area .key_area{
font-size: 20px;
font-weight: bold;
display: block;
text-align: center;
padding-bottom: 20px;
}
.keyword_area .key_s_btn input{
box-shadow: inset 0px 0px 0px 5px #01BC70;
border: 1px solid #01BC70;
background: #01BC70;

}

#tab2 {
}
#tab2.current{
}
#tab2.tabContents{
    background: url(../images/common/map/bg_kanto.png) no-repeat 0px 0px;
}
#tab3 {
}
#tab3.tabContents{
    background: url(../images/common/map/bg_tokai.png) no-repeat 0px 0px;
}
#tab4 {
}
#tab4.tabContents{
    background: url(../images/common/map/bg_kansai.png) no-repeat 0px 0px;
}

.countMap {
    position: absolute;
    top: 207px;
    left: 0px;
}

.search_step_box .a_s_aichi,
#eki_search .a_s_aichi{
	text-align:center;
	position:absolute;
	top: 243px;
    left: 490px;
	z-index: auto;
}
.search_step_box .a_s_gihu,
#eki_search .a_s_gihu{
	text-align:center;
	position:absolute;
	top: 4px;
    left: 403px;
	z-index: auto;
}
.search_step_box .a_s_sendai,
#eki_search .a_s_sendai{
	/*text-align:center;*/
	position:absolute;
	top: 2px;
    left: 679px;
	z-index: auto;
}
.search_step_box .a_s_fukushima,
#eki_search .a_s_fukushima{
	/*text-align:center;*/
	position:absolute;
	top: 203px;
    left: 376px;
	z-index: auto;
}
.search_step_box .a_s_tokyo,
#eki_search .a_s_tokyo{
	text-align:center;
	position:absolute;
	top: 254px;
    left: 511px;
	z-index: auto;
}
.search_step_box .a_s_saitama,
#eki_search .a_s_saitama{
	text-align:center;
	position:absolute;
	top: 173px;
    left: 473px;
	z-index: auto;
}
.search_step_box .a_s_kanagawa,
#eki_search .a_s_kanagawa{
	position:absolute;
	top: 305px;
    left: 506px;
	z-index: auto;
}
.search_step_box .a_s_chiba,
#eki_search .a_s_chiba{
	position:absolute;
	top: 206px;
    left: 652px;
	z-index: auto;
}
.search_step_box .a_s_gumma,
#eki_search .a_s_gumma{
	position:absolute;
	top: 2px;
    left: 416px;
	z-index: auto;
}
.search_step_box .a_s_ibaraki,
#eki_search .a_s_ibaraki{
	position:absolute;
	top: 28px;
    left: 644px;
	z-index: auto;
}
.search_step_box .a_s_tochigi,
#eki_search .a_s_tochigi{
	position:absolute;
	top: 2px;
    left: 581px;
	z-index: auto;
}
.search_step_box .a_s_osaka,
#eki_search .a_s_osaka{
	position:absolute;
	top: 72px;
    left: 487px;
	z-index: auto;
}
.search_step_box .a_s_nara,
#eki_search .a_s_nara{
	position:absolute;
	top: 173px;
    left: 676px;
	z-index: auto;
}
.search_step_box .a_s_kyoto,
#eki_search .a_s_kyoto{
	position:absolute;
	top: 0px;
    left: 545px;
	z-index: auto;
}
.search_step_box .a_s_shizuoka,
#eki_search .a_s_shizuoka{
	position:absolute;
	top: 192px;
    right: 10px;
	z-index: auto;
}

.search_step_box .a_s_aichi span a,
#eki_search .a_s_aichi span a{
	background: url("../images/common/map/aichi.png") no-repeat center 0;
	width:221px;
	height:191px;
	display:block;
	color:#000;
	text-decoration:none;
	line-height:170px;
	text-align:center;
	padding-right:10px;
	box-sizing: border-box;
}
.search_step_box .a_s_gihu span a,
#eki_search .a_s_gihu span a{
	background: url("../images/common/map/gifu.png") no-repeat center 0;
	width:255px;
	height:306px;
	display:block;
	color:#000;
	text-decoration:none;
	line-height:320px;
	text-align:center;
	padding-left:30px;
}
.search_step_box .a_s_sendai span a,
#eki_search .a_s_sendai span a{
	background: url("../images/common/map/miyagi.png") no-repeat center 0;
	width: 160px;
	height: 248px;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 180px;
	padding-left: 120px;
	font-size: 110%;
}
.search_step_box .a_s_fukushima span a,
#eki_search .a_s_fukushima span a{
	background: url("../images/common/map/fukushima.png") no-repeat center 0;
	width: 293px;
    height: 231px;
	display:block;
	color:#000;
	text-decoration:none;
	line-height:210px;
	padding-left: 320px;
	/*margin-left: 240px;*/
	font-size: 110%;
}
.search_step_box .a_s_tokyo span a,
#eki_search .a_s_tokyo span a{
	background: url("../images/common/map/tokyo.png") no-repeat center 0;
	width:182px;
	height:89px;
	display:block;
	color:#000;
	text-decoration:none;
	line-height:91px;
	text-align:center;
}
.search_step_box .a_s_saitama span a,
#eki_search .a_s_saitama span a{
	background: url("../images/common/map/saitama.png") no-repeat center 0;
	width:210px;
	height:113px;
	display:block;
	color:#000;
	text-decoration:none;
	line-height: 118px;
	text-align:center;
}
.search_step_box .a_s_kanagawa span a,
#eki_search .a_s_kanagawa span a{
	background: url("../images/common/map/kanagawa.png") no-repeat center 0;
	width:158px;
	height:121px;
	display:block;
	line-height: 113px;
	color:#000;
	text-decoration:none;
	text-align:center;
}
.search_step_box .a_s_chiba span a,
#eki_search .a_s_chiba span a{
	background: url("../images/common/map/chiba.png") no-repeat center 0;
	width: 204px;
    height: 271px;
	height: 228px;
	display:block;
	text-align:center;
	line-height:203px;
	color:#000;
	text-decoration:none;
}
.search_step_box .a_s_gumma span a,
#eki_search .a_s_gumma span a{
	background: url("../images/common/map/gunma.png") no-repeat center 0;
	width:230px;
	height:238px;
	display:block;
	text-align:center;
	line-height: 240px;
	color:#000;
	text-decoration:none;
}
.search_step_box .a_s_ibaraki span a,
#eki_search .a_s_ibaraki span a{
	background: url("../images/common/map/ibaraki.png") no-repeat center 0;
	width: 211px;
    height: 267px;
    display: block;
    text-align: center;
    line-height: 310px;
    color: #000;
    text-decoration: none;
    padding-left: 0px;
    box-sizing: border-box;
}
.search_step_box .a_s_tochigi span a,
#eki_search .a_s_tochigi span a{
	background: url("../images/common/map/tochigi.png") no-repeat center 0;
	width: 170px;
    height: 190px;
    display: block;
    text-align: center;
    line-height: 171px;
    color: #000;
    text-decoration: none;
    /*font-size: 120%;*/
}
.search_step_box .a_s_osaka span a,
#eki_search .a_s_osaka span a{
	background: url("../images/common/map/osaka.png") no-repeat center 0;
	width:216px;
	height:312px;
	display:block;
	text-align:center;
	line-height:320px;
	color:#000;
	text-decoration:none;
	font-size: 110%;
	padding-left: 85px;
}
.search_step_box .a_s_nara span a,
#eki_search .a_s_nara span a{
	background: url("../images/common/map/nara.png") no-repeat center 0;
	width:232px;
	height:262px;
	display:block;
	text-align:center;
	line-height:340px;
	color:#000;
	text-decoration:none;
	font-size: 110%;
}
.search_step_box .a_s_kyoto span a,
#eki_search .a_s_kyoto span a{
	background: url("../images/common/map/kyoto.png") no-repeat center 0;
	width:300px;
	height:215px;
	display:block;
	text-align:center;
	line-height:100px;
	color:#000;
	text-decoration:none;
	font-size: 110%;
}
.search_step_box .a_s_shizuoka span a,
#eki_search .a_s_shizuoka span a{
	background: url("../images/common/map/shizuoka.png") no-repeat center 0;
	width:310px;
	height:239px;
	display:block;
	text-align:center;
	line-height:249px;
	color:#000;
	text-decoration:none;
	/*font-size: 120%;*/
}
.search_step_box .p_arrow,
#eki_search .p_arrow {
    left: -12px;
    position: absolute;
    top: 52px;
    z-index: 100;
}

.search_step_box span a:hover,
#eki_search span a:hover{
	color: #fff;
}
.search_step_box .a_s_aichi span a:hover,
#eki_search .a_s_aichi span a:hover{
	background: url("../images/common/map/aichi_on.png") no-repeat center 0;
}
.search_step_box .a_s_gihu span a:hover,
#eki_search .a_s_gihu span a:hover{
	background: url("../images/common/map/gifu_on.png") no-repeat center 0;
}
.search_step_box .a_s_sendai span a:hover,
#eki_search .a_s_sendai span a:hover{
	background: url("../images/common/map/miyagi_on.png") no-repeat center 0;
}
.search_step_box .a_s_fukushima span a:hover,
#eki_search .a_s_fukushima span a:hover{
	background: url("../images/common/map/fukushima_on.png") no-repeat center 0;
}
.search_step_box .a_s_tokyo span a:hover,
#eki_search .a_s_tokyo span a:hover{
	background: url("../images/common/map/tokyo_on.png") no-repeat center 0;
}

.search_step_box .a_s_saitama span a:hover,
#eki_search .a_s_saitama span a:hover{
	background: url("../images/common/map/saitama_on.png") no-repeat center 0;
}

.search_step_box .a_s_kanagawa span a:hover,
#eki_search .a_s_kanagawa span a:hover{
	background: url("../images/common/map/kanagawa_on.png") no-repeat center 0;
}

.search_step_box .a_s_chiba span a:hover,
#eki_search .a_s_chiba span a:hover{
	background: url("../images/common/map/chiba_on.png") no-repeat center 0;
}

.search_step_box .a_s_gumma span a:hover,
#eki_search .a_s_gumma span a:hover{
	background: url("../images/common/map/gunma_on.png") no-repeat center 0;
}

.search_step_box .a_s_ibaraki span a:hover,
#eki_search .a_s_ibaraki span a:hover{
	background: url("../images/common/map/ibaraki_on.png") no-repeat center 0;
}
.search_step_box .a_s_tochigi span a:hover,
#eki_search .a_s_tochigi span a:hover{
	background: url("../images/common/map/tochigi_on.png") no-repeat center 0;
}
.search_step_box .a_s_osaka span a:hover,
#eki_search .a_s_osaka span a:hover{
	background: url("../images/common/map/osaka_on.png") no-repeat center 0;
}
.search_step_box .a_s_nara span a:hover,
#eki_search .a_s_nara span a:hover{
	background: url("../images/common/map/nara_on.png") no-repeat center 0;
}
.search_step_box .a_s_kyoto span a:hover,
#eki_search .a_s_kyoto span a:hover{
	background: url("../images/common/map/kyoto_on.png") no-repeat center 0;
}
.search_step_box .a_s_shizuoka span a:hover,
#eki_search .a_s_shizuoka span a:hover{
	background: url("../images/common/map/shizuoka_on.png") no-repeat center 0;
}

select {
    -moz-appearance: button;
    border: 1px solid #ccc;
    border-radius: 5px;
    /*box-shadow: 0px 1px 1px #CCC, 0 2px 0 white inset, 0 -2px 0 #EEEEEE inset;*/
    font-size: 13px;
    padding: 7px 4px 5px;
}
form input {
    font-size: 14px;
    padding: 6px 0;
}
form .sts_btn{
	position: absolute;
	right: 5px;
	top: 0px;
}
/* ボタン basedesign
--------------------------*/
.btnset_area a,.btnset_area input{
padding:12px 0 10px 0;
text-transform:uppercase;
cursor:pointer;
border:3px solid #2D577D;
background: #2D577D;
color:#fff;
font-weight: bold;
border-radius: 5px;
box-sizing: border-box;
text-align: center;
display: block;
margin: 0 5px;
}
.btnset_area a:hover,.btnset_area input:hover{
color:#2D577D;
border:3px solid #2D577D;
text-decoration:none;
background:#fff;
opacity:1.0;
}


/**/
.forte_bn a {
display: block;
 transition: transform 0.5s ease-out;
}
.forte_bn a:hover {
-webkit-transform: scale(1.05);
  transform: scale(1.05);
   opacity: 0.6;
 filter: alpha(opacity=60);
 -ms-filter: "alpha( opacity=60 )";
 -moz-opacity: 0.6;
 -khtml-opacity: 0.6;
	
}

/*202206*/
 @media only screen and (min-width: 1001px) {
	 .all_menu{
		display: block;
	 }
	 .note_menu{
		 display:none;
	 }
	 
/**/}
 @media only screen and (max-width: 1000px) {
	 .all_menu{
		 display:none;
	 }
	 .note_menu{
		display: block;
	 }
/**/}
 @media only screen and (max-width: 1000px) and (min-width: 768px){ .top_eye_area,.top_announce,.top_welcome,.search_case,.order_case,.sumai_bn_area,section.pickup,section.library,#timeline,#top_info,#company_list,#foot_info,.top_footer{
		 zoom:0.8;
	 padding-left:0!important;
	 }
	 body {
    min-width: 768px!important;
}
	 .top_eye {
    min-width: 768px!important;
		 margin-top: 5em!important;
}
	 .premium_h2,.premium_bg,section.top_search,.welcome_area,section.top_order{
		 padding-left:0!important;
	 }
	 .footerLinkArea.pc .wrapper{
		 padding-left:0px!important;
	 }
	 .wrapper {
    width: 100%;
    
}
	 .footerLinkArea .column5 {
    padding-left: 1em;
}
	 
	 .top_announce,.countMap dl ul{
		 font-size: 120%;
	 }
	 #top_info dl dd{
		 font-size: 110%;
	 }
	 .order_inner{
		 zoom:1.2;
	 }
	 .countMap dd ul li{
		 padding: 0!important;
	 }
	 
/**/}

