@charset "utf-8";

/* body
--------------------------------------------------------------------------------------------------------------------*/
body {
/*background: url(/common/images/common/mainbg.png) 0 0;*/
}

/* リンク
--------------------------------------------------------------------------------------------------------------------*/
a:link,
a:visited {
	color: #0059B2;
	text-decoration: none;
}
a:hover {
	color: #922A40;
	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アイコン-----------------*/
a[href$=".pdf"] {
	display: inline-block;
	padding-left: 22px;
	background: url(/common/images/common/icon_pdf.png) no-repeat 0 0;
}

/* 見出しタイトル<h>
--------------------------------------------------------------------------------------------------------------------*/
/* h1 bread /*/
#h1_area {
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
}

#h_area h1 {
	width: 950px;
	margin: 0 auto;
	position: relative;
	font-size: 84.6%;
	padding: 2px 0 10px 0;
}
h2 {
	color: #000;
    font-size: 180%;
    font-weight: normal;
    padding: 8px 0 8px 10px;
				border-top: 3px solid #922A40;
				border-right: 1px solid #ddd;
				border-left: 1px solid #ddd;
				border-bottom: 1px solid #ddd;
}
h3{
  padding: 7px 0 5px 30px;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
		background:#922A40 url(/common/images/common/h2_bg.png) no-repeat 6px center;
}
h3.blueb{
		background:#006dd9 url(/common/images/common/h2_bg.png) no-repeat 6px center;
}
h4 {
    border-bottom: 2px solid #ccc;
    font-size: 126%;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 4px 4px 2px 2px;
    position: relative;
}
h4.mt0 {
    margin-top:0;
}
h4::after {
    background-color: #922a40;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 10%;
    z-index: 2;
}
h5 {
  padding: 4px 0 4px 10px;
  border-bottom: 1px dotted #ccc;
  border-left: 4px solid #922A40;
  font-size: 120%;
  
}
h6{
	border-bottom: 1px solid #B9B9C8;
text-align: left;
color: #000;
font-size: 100%;
font-weight: bold;
padding: 4px 4px 2px 2px;
}


/* コンテンツのカラム
--------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	padding-top:90px;
}

/* 1カラム-----------------*/
#contents_one {
    margin: 0px auto;
    width: 960px;
}

/* 2カラム-----------------*/
#contents_two {
    width: 700px;
				float:left;
}
#sub_area {
    width: 220px;
				float:rightt;
}

.d_center div{
  text-align: center !important;
}

/* pタグ
--------------------------------------------------------------------------------------------------------------------*/
p{
	padding:0 0 10px 0;
}


/* パンくずリスト
--------------------------------------------------------------------------------------------------------------------*/
.pan_vav{
	width: 950px;
	padding:8px 0 3px 0;
}
.pan_nav {
   background: #eee none repeat scroll 0 0;
    font-size: 11px;
    padding: 5px 0 3px 6px;
				-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-top:10px;
				margin-bottom:10px;
}

/* 区切り線
--------------------------------------------------------------------------------------------------------------------*/
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;}
.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;}
.tal30 {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;}
.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;}
.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;}

/* 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;}
.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;}

/* font
--------------------------------------------------------------------------------------------------------------------*/
.fnt_bld {font-weight: bold;}
.fnt_nomal{ font-weight:normal !important;}

/* 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: #003af6;}
.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;}

/* 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;}
.u_line{	text-decoration:underline;}

.vatop {	vertical-align:top;}
.vtcl_m {vertical-align: middle;}
.dis_ib {display: inline-block}
.m0a{margin: 0px auto;}
.bg_glay{	background:#f2f2f2;}
.bg_pink{	background:#FFF2FF;}
.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: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 71px;
	height: 71px;
}

/* 画像の回り込み
--------------------------------------------------------------------------------------------------------------------*/
.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: 1.5em;
    margin-left: 3.19149%;
}
.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;
}



/* ボタン
--------------------------------------------------------------------------------------------------------------------*/

/* ボタン01
--------------------------*/
.btn_line a:link,.btn_line a:visited{
padding:7px 21px 6px 28px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:1px solid #535362;
background: url(/common/images/common/mark_line.png) no-repeat 16px 12px #fff;
display: inline-block;
}
.btn_line a:hover{
background: url(/common/images/common/mark_line.png) no-repeat 16px 12px #EDD1E2;
color:#333;
border:1px solid #922A40;
text-decoration:none;
}


/* ボタン01-外部リンク
--------------------------*/
.btn_line_out a:link,.btn_line_out a:visited{
padding:7px 21px 6px 28px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:1px solid #535362;
background: url(/common/images/common/mark_line_out.png) no-repeat 16px 12px #fff;
display: inline-block;
}
.btn_line_out a:hover{
background: url(/common/images/common/mark_line_out.png) no-repeat 16px 12px #D9ECFF;
color:#333;
border:1px solid #0059B2;
text-decoration:none;
}

/* ボタン02
--------------------------*/
.btn_line2 a{
padding:12px 30px 9px 38px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #922A40;
display: inline-block;
color:#922A40;
}
.btn_line2 a:hover{
background: #922A40;
color:#fff;
border:2px solid #922A40;
text-decoration:none;
}
input.btn_line2{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #922A40;
display: inline-block;
color:#922A40;
background:#fff;
min-width:350px;
}

input.btn_line2:disabled {
  background: #eee;
}

input.btn_line2:hover:disabled {
  background: #eee;
  color: #000;
  border:2px solid #000;
}

input.btn_line2:hover{
background: #922A40;
color:#fff;
border:2px solid #922A40;
text-decoration:none;
opacity:1.0;
}
input.btn_line2.btn_nn{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #d80000;
display: inline-block;
color:#d80000;
background:#fff;
min-width:150px;
margin-left: 20px;
}
input.btn_line2.btn_nn:hover{
background: #d80000;
color:#fff;
border:2px solid #d80000;
text-decoration:none;
opacity:1.0;

}
input.btn_line2.btn_sn{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #006dd9;
display: inline-block;
color:#006dd9;
background:#fff;
min-width:250px;
margin-bottom: 0.5em;
}
input.btn_line2.btn_sn:hover{
background: #006dd9;
color:#fff;
border:2px solid #006dd9;
text-decoration:none;
opacity:1.0;
}
@media only screen and (max-width: 767px) {
input.btn_line2.btn_nn{
min-width:150px;
margin-left: 0px;
margin-bottom: 0.5em;
}
input.btn_line2.btn_nn:hover{
background: #d80000;
color:#fff;
border:2px solid #d80000;
text-decoration:none;
opacity:1.0;

}
input.btn_line2.btn_sn{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #006dd9;
display: inline-block;
color:#006dd9;
background:#fff;
min-width:250px;
}
input.btn_line2.btn_sn:hover{
background: #006dd9;
color:#fff;
border:2px solid #006dd9;
text-decoration:none;
opacity:1.0;
}
}/**/
.btn_line2_out a{
padding:12px 30px 9px 38px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #006DD9;
display: inline-block;
color:#006DD9;
}
.btn_line2_out a:hover{
background: #006DD9;
color:#fff;
border:2px solid #006DD9;
text-decoration:none;
}
/*リンクなし*/
.btn_none{
padding:12px 30px 9px 38px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #ccc;
display: inline-block;
color:#aaa;
}
/* ボタン02-pdf
--------------------------*/
.btn_line2 a[href$=".pdf"] {
    background:none;
}
.btn_line2 a[href$=".pdf"]:hover{
background: #922A40;
color:#fff;
border:2px solid #922A40;
text-decoration:none;
opacity:1.0;
}

/* ボタン03
--------------------------*/
.btn_line3 a:link,.btn_line3 a:visited{
padding:8px 0 5px 0;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
background: #922A40;
color:#fff;
text-align:center;
display:inline-block;
}
.btn_line3 a:hover{
background: #CD94AB;
color:#fff;
text-decoration:none;
}
input.btn_line3 {
padding:6px 20px 3px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:1px solid #922A40;
color:#922A40;
background:#fff;
text-align:center;
display:inline-block;
}
input.btn_line3:hover{
background: #922A40;
color:#fff;
text-decoration:none;
opacity:1.0;
}

/* ボタン04
--------------------------*/
.btn_line4 a:link,.btn_line4 a:visited{
padding:6px 0 4px 0;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #922A40;
display: inline-block;
color:#922A40;
width:100%;
text-align:center;
}
.btn_line4 a:hover{
background: #922A40;
color:#fff;
border:2px solid #922A40;
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:#922A40;
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;
}

/* ボタン戻る
--------------------------*/
input.btn_back{
padding:12px 30px 9px 38px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #444;
display: inline-block;
color:#444;
background:#fff;
}
input.btn_back:hover{
background: #444;
color:#fff;
border:2px solid #444;
text-decoration:none;
opacity:1.0;
}

/*　検索・小・右
--------------------------*/
input.btn_r_serach{
padding:2px 0px 2px 0px;
font-size:14px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #922A40;
display: inline-block;
color:#922A40;
background:#fff;
min-width:100px;
margin-left:10px;
}
input.btn_r_serach:hover{
background: #922A40;
color:#fff;
border:2px solid #922A40;
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("../images/common/mark_line.png") 3px center no-repeat;
    border-bottom: 1px solid #ccc;
    height: 1.8em;
    line-height: 2.1;
    padding: 10px 0 15px 7px;
}
.list_01 .listdate {
    padding: 0 10px;
}
.icon_new_01{
	border:1px solid #D90000;
	color:#D90000;
	font-size:9px;
	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%;
}
.list_02 dt {
 border-top: 1px solid #ccc;
 width: 110px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#eee;
}
.list_02 dl dd{
	border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;
 display: table;
 font-size: 0.9em;
 height: auto;
 width: 100%;
		
}
.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("../images/common/mark_line.png") 3px 5px 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;
    line-height: 2.1;
    padding: 12px 0 6px 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 {
				padding:20px 20px 10px 20px;
				border:1px solid #ddd;
}
.list_05 ul li {
    font-size: 13px;
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* 高さ固定--------------------------*/
.scroll_80 {
    overflow: auto;
				height:80px;
}
.scroll_120 {
    overflow: auto;
				height:120px;
}
.scroll_200 {
    overflow: auto;
				height:200px;
}
/* 一覧06--------------------------*/
.list_06 {
				padding:0px 0px 10px 10px;
}
.list_06 ul li {
    font-size: 13px;
    list-style-type: decimal;
    margin-bottom: 6px;
    margin-left: 10px;
}


/* table
--------------------------------------------------------------------------------------------------------------------*/

/* table01
--------------------------*/
.table_01  { width: 100%; }
.table_01.w50per  { width: 50%; }
.table_01 th, .table_01 td  { padding: 10px; border: 1px solid #ddd; }
.table_01 th  { background: #f4f4f4; }
.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: 66px;
}
.ico_glay_01 a {
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    width: 66px;
}
	/* マイページ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;
}
.myback a {
	border: 1px solid #aaa;
 display: inline-block;
 padding: 2px 6px 1px;
}
	/* コンビニ決済
-----------------------------*/
.conve_select{
	text-align:center;
	width:60%;
	margin:0 auto;
}
.conve_select .btn_line2 input{
  display:block;
  margin-bottom:15px;
  padding:20px 0 20px 250px;
  width: 100%;
  text-align:left;
  font-size:18px;
}
.conve_select .btn_line2.ico_seven input{
  background:url(../images/common/ico_seven.png) no-repeat 165px center;
}
.conve_select .btn_line2.ico_fami input{
  background:url(../images/common/ico_fami.png) no-repeat 165px center;
}
.conve_select .btn_line2.ico_law input{
  background:url(../images/common/ico_law.png) no-repeat 165px center;
}
.conve_select .btn_line2.ico_sunk input{
  background:url(../images/common/ico_sunk.png) no-repeat 165px center;
}
.conve_select .btn_line2.ico_seic input{
  background:url(../images/common/ico_seic.png) no-repeat 125px center;
}
.conve_select .btn_line2.ico_seven input:hover{
  background:url(../images/common/ico_seven.png) no-repeat 165px center #922A40;
}
.conve_select .btn_line2.ico_fami input:hover{
  background:url(../images/common/ico_fami.png) no-repeat 165px center #922A40;
}
.conve_select .btn_line2.ico_law input:hover{
  background:url(../images/common/ico_law.png) no-repeat 165px center #922A40;
}
.conve_select .btn_line2.ico_sunk input:hover{
  background:url(../images/common/ico_sunk.png) no-repeat 165px center #922A40;
}
.conve_select .btn_line2.ico_seic input:hover{
  background:url(../images/common/ico_seic.png) no-repeat 125px center #922A40;
}

br.sp{
	display:none;
}
br.pc{
	display: block;
}
@media only screen and (max-width: 767px) {
body {
 -webkit-text-size-adjust: 100%;
}
* {
    -webkit-appearance: none;
}
input{
width:100%;
border-radius:0;
}
.flt_lft {float: none;}
.flt_rgt {float: none;}
.bo_all_02{	display: inline-block;
    margin-bottom: 2px;
}

/* コンテンツのカラム
--------------------------------------------------------------------------------------------------------------------*/

/* 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;
}

/* 画像の回り込み
--------------------------------------------------------------------------------------------------------------------*/
.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-five > li,
  .block-six > li {
    float: none;
    margin: 0 0 1em 0;
    width: 100%;
  }

.smt10 {margin-top: 10px;}
.sw100per {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;}
				
/* ボタン
--------------------------------------------------------------------------------------------------------------------*/

/* ボタン01
--------------------------*/
.btn_line 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;
}


/* ボタン01-外部リンク
--------------------------*/
.btn_line_out 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;
}

/* ボタン02
--------------------------*/
.btn_line2 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;
}
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:link,.btn_line 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;
}
input.btn_line3 {
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;
}
/* ボタン04
--------------------------*/
.btn_line4 a:link,.btn_line 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;
}

/* ボタン戻る
--------------------------*/
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;
}
/*　検索・小・右
--------------------------*/
input.btn_r_serach{
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-left:0px;
margin-top:10px;
}


/*FAQ
--------------------------------------------------------------------------------------------------------------------*/
dl.faq {
    width: 100%;
}


/*一覧
--------------------------------------------------------------------------------------------------------------------*/
/* 一覧01--------------------------*/
ul.list_01 {
    margin-top: 10px;
    
}
ul.list_01 li {
				position:relative;
				padding: 6px 0 6px 16px;
				background: rgba(0, 0, 0, 0) url("../images/common/mark_line.png") no-repeat scroll 3px 11px;
				height:auto;
				
}
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;
}
	/* マイページTOPへ戻る
-----------------------------*/
.myback {
	margin-bottom:10px;
	text-align:center;
}

	/* コンビニ決済
-----------------------------*/
.conve_select{
	text-align:center;
	width:100%;
	margin:0 auto;
}
.conve_select .btn_line2 input{
  display:block;
  margin-bottom:15px;
  padding:80px 0 20px 0;
  text-align:center;
  font-size:18px;
}
.conve_select .btn_line2.ico_seven input{
  background:url(../images/common/ico_seven.png) no-repeat center 20px;
}
.conve_select .btn_line2.ico_fami input{
  background:url(../images/common/ico_fami.png) no-repeat center 20px;
}
.conve_select .btn_line2.ico_law input{
  background:url(../images/common/ico_law.png) no-repeat center 20px;
}
.conve_select .btn_line2.ico_sunk input{
  background:url(../images/common/ico_sunk.png) no-repeat center 20px;
}
.conve_select .btn_line2.ico_seic input{
  background:url(../images/common/ico_seic.png) no-repeat center 20px;
}
.conve_select .btn_line2.ico_seven input:hover{
  background:url(../images/common/ico_seven.png) no-repeat center 20px #922A40;
}
.conve_select .btn_line2.ico_fami input:hover{
  background:url(../images/common/ico_fami.png) no-repeat center 20px #922A40;
}
.conve_select .btn_line2.ico_law input:hover{
  background:url(../images/common/ico_law.png) no-repeat center 20px #922A40;
}
.conve_select .btn_line2.ico_sunk input:hover{
  background:url(../images/common/ico_sunk.png) no-repeat center 20px #922A40;
}
.conve_select .btn_line2.ico_seic input:hover{
  background:url(../images/common/ico_seic.png) no-repeat center 20px #922A40;
}
.tal30 {margin-left: 0px;}

br.sp{
	display:block;
}
br.pc{
	display:none;
}
/**/}
