/* -----------サイト全体設定-------------- */
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,a,iframe,table,tr,th,td{
margin:0;
padding:0;
border:0;
}

html{
	height:100%;
}

body{
	font-size: 12px;
	/*font-family:sans-serif;*/
	background:#fff;
	line-height: 18px;
	color: #363636;
	/*background-color:#FDFCFB;*/
	height:100%;
}

a:link, a:visited {
  color: #363636;
}

/*
a:hover {
  color: #000;
}
*/

input:focus, select:focus, textarea:focus{
outline:none;
}

#main {
	/*width: 940px;*/
	width: 960px;
	min-height:100%;
	margin: 0px auto;
	/*padding: 2px 45px 2px 45px;*/
	/*padding: 0 45px 7px 45px;*/

	background-color:#fff;
	/*border-left:1px solid #F3F1EC;*/
	/*border-right:1px solid #F3F1EC;*/
}

/*ぱんくずリスト*/
#breadcrumb_box_wrapper{
	padding:7px 0 6px;
	border-bottom:#F3F1EC 1px solid;
	background:#FDFCFB;
}

#breadcrumb_box{
/*margin-bottom:14px;*/
}

#breadcrumb{}

#breadcrumb li{
list-style:none;
display:inline;
color:#8C8B89;
}

#breadcrumb li:not(:first-child):before{
content:" ＞ ";
}

#breadcrumb li a{
/*color:#16387C;*/
color:#2e6a87;
text-decoration:none;
}



h1{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-weight:bold;
	line-height:1.5;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

 h2{
	font-size:18px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

 h3{
	font-size:24px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

h4{
       font-size:14px;
}

.line {
/*border-top: 1px solid #838383;*/
border-top: 1px solid #A19580;
}

.under_mm{
/*height:35px;*/
height:28px;
}

.ver_middle img{
vertical-align:middle;
}

.lh {
	line-height: 22px;
}

.sp-space{/*smartphone*/
display:none;
}

.dotline{
border-top:1px dotted #585858;
}

/* -----------ヘッダー全体設定（PC・スマホ）-------------- */

#header{
min-height:152px;/*ローディング時 ズレ防止用*/
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

#common-header,#header-sp {
	background: url('/images/header-back-rainyseason.jpg') 100px -50px no-repeat;
}

#common-header a{
	text-decoration:none;
}
#common-header a:hover{
	text-decoration:underline;
}

#header_table{
	border-collapse:collapse;
	border:none;
	width:100%;
}

td#head_lead{
	font-size:11px;
	letter-spacing:1.1px;
	line-height:1.5;
	font-weight:normal;/*トップ用*/
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	padding-top:4px;
}

td#head_lead a{
	color:#555;
}

td#head_rtop {
	padding:4px 0 0 0;
	text-align:right;
	vertical-align:top;
	width: 320px;
}

td#head_rtop a.help{
	margin-left:7px;
}


td#head_logo {
	text-align:left;
	vertical-align:top;
	/*padding:2px 17px 2px 16px;*/
	padding: 4px 25px 2px 20px;
}

td#head_logo img{/*eliseロゴ*/
	width:135px;
}

td#head_swindow {
	text-align:left;
	vertical-align:middle;
	width: 440px;
}

#header_table input,#header_table select{
     vertical-align:middle;
     position:relative;
}

#searchform1 {
	position: relative;
}

#keywords1_cover_wrapper{
float:left;
width:65%;
}

#keywords1_cover{
border: 1px solid #432C02;
border-radius: 4px 0 0 4px;
padding-left: 10px;
height: 28px;
background: #fff;
}

#keywords1{
border: none;
padding: 0;
margin: 0;
background: none;
width: 100%;
height: 100%;
font-size: 14px;
letter-spacing: 0.8px;
}


#select_cover_wrapper{
float:left;
width:20%;
}

#select_cover{
border: 1px solid #432C02;
border-left:none;
padding: 0 2px 0 7px;
height: 28px;
background:#f8f8f8;
}

#select_inner{
}

#F_SEARCHTYPE{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(/images/ya-down2016.png) right 50% no-repeat;
border: none;
background-size: 25px 25px;
width: 100%;
height: 28px;
margin: 0;
padding: 0;
font-size:12px;
line-height:1;
color:#666;
}

#F_SEARCHTYPE::-ms-expand {/*IE 10以上用*/
    display: none;
}

#searchBtn1_wrapper{
float:left;
width:15%;
}

a.searchBtn1 {
height: 30px;
display:block;
background: #2D8286;
text-align:center;
border-radius:0 4px 4px 0;
}

/*a.searchBtn1:hover {opacity:0.7;}*/

a.searchBtn1 img{
margin-top:5px;
height:25px;
}



input.off {/*placeholder*/
color:#999;
line-height:15px\9;
}

#header .to_detail{
	display:inline-block;
	color:#838383;
	padding:6px 0 0;
	font-size:12px;
	/*letter-spacing:0.6px;*/
}

#header .to_detail a{
	color:#838383;
	text-decoration:underline;
}

#header .link_u_line{
	text-decoration:underline;
}

/* -----------ヘッダー全体設定（スマホ追加設定）-------------- */

#header-sp{
/*font-size:11px;*/
width:100%;
border-collapse:separate;
border-spacing:0;
/*text-shadow:#fff 1px 1px 0px, #fff -1px 1px 0px,
            #fff 1px -1px 0px, #fff -1px -1px 0px;*/
white-space:nowrap;
color:#432C02;
border-bottom: 1px dotted #432C02;
}

#header-sp td#name-sp{
background:#432C02;
color:#F3F1EC;
font-size:10px;
/*padding-top:10px;*/
text-align:center;
/*line-height:16px;*/
line-height:1.5;
font-weight:bold;
}

#header-sp td#name-sp a{
color:#F3F1EC;
text-decoration:none;
}

#header-sp td#logo-sp{
/*width:110px;*/
padding: 6px 6px 0px;
}
#header-sp td#logo-sp img{
/*width:102px;*/
width:90px;
}


#header_navi_menu_box {
    float: right;
    text-align: right;
padding: 7px 7px 0 7px;
}

#header_navi_menu_box ul li {
    display: inline-block;
    text-align: center;
	min-width:42px;
}

#header_navi_menu_box ul li a{
text-decoration:none;
}

#header_navi_menu_box ul li a img{
width:30px;
}

#header_navi_menu_box ul li span {
    font-size:8px;
    display: block;
	white-space:nowrap;
	color:#432C02;
	line-height:1.5;
	letter-spcaing:0px;
}



#search_sp {
    background-color: #F3F1EC;
    padding: 10px 10px;
    border-bottom: 1px dotted #432C02;
}

#search_sp div#keywords1_cover{
background:#fff;
}

#search_sp div#select_cover{
background:#FDFCFB;
}


#search_sp .to_detail{
 font-size:11px;
 padding:4px 0 0;
 letter-spacing:0px;
}

#search_navi_sp ul{
list-style: none;
}

#search_navi_sp ul li{
	text-decoration: none;
	border-bottom: 1px solid rgb(227, 227, 227);
}

#search_navi_sp ul li a{
	text-decoration: none;
	padding-left: 0px;
	display: block;
	padding: 7px 25px 7px 20px;
	text-align: left;
	background-image: url(/images/ya-next2016.png);
    	background-repeat: no-repeat;
    	background-position: right center;
    	background-size: 25px 25px;
}


/* -----------ヘッダーナビアイコン（PC）周辺-------------- */

a.sp-icon {
    display:inline-block;
    background-image: url(/images/elise-icons.png);
    background-repeat: no-repeat;
}

a.taiken { width: 77px; height: 27px; background-position: 0 0; }
a.taiken:hover { background-position: 0 -31px; }

a.kagomiru { width: 120px; height: 27px; background-position: -77px 0; }
a.kagomiru:hover { background-position: -77px -31px; }

a.hajimete { width: 101px; height: 27px; background-position: -215px 0; }
a.oshiharai { width: 97px; height: 27px; background-position: -396px 0; }
a.help { width: 79px; height: 27px; background-position: -319px 0; }
a.saidown { width: 112px; height: 27px; background-position: -492px 0; }
a.hajimete:hover,a.oshiharai:hover,a.help:hover,a.saidown:hover { background-color:#F2E9A9;}

/* -----------SNSボタン（オリジナルデザイン：LINE除く）周辺-------------- */
#snsarea a{
display:block;
float:left;
width:40px;
padding:4px 0;
text-align:center;
margin-right:10px;
margin-bottom:10px;
border-radius:2px;
}

/* LINE */
.line-it-button{
float:left;
margin-right:10px;
margin-bottom:10px;
}

/*#snsarea a:hover{
opacity:0.8;
}*/

#sns_tw_btn{background:#55acee;}
#sns_line_btn{background:#00C300;}
#sns_fb_btn{background:#3B5999;}
#sns_mixi_btn{background:#D1AD5A;}
#sns_hatebu_btn{background:#008FDE;}

#sns_tw_btn img, #sns_fb_btn img, #sns_mixi_btn img, #sns_hatebu_btn img{width:32px; height:32px;}

/* -----------ヘッダーナビアイコン（スマホ）周辺-------------- */
.spbtn-box{
display:table;
width:100%;
}

.spbtn-box a,.spbtn-header-side a{
text-decoration: none;
font-weight: bold;
text-align: center;
font-size: 13px;
padding:2px 0;
display:table-cell;
vertical-align:middle;
color: #FFF;
}

.spbtn-box a img,.spbtn-header-side a img{
vertical-align:middle;
max-width:30px;
max-height:30px;
}

.spbtn-box a img{width:60%;}
.spbtn-header-side a img{width:70%;}


.spbtn-header-side{
display:table;
width:100%;
margin:0 auto;
}

.spbtn-header-side a{
width:33%;
}

.spbtn-short{
width:20%;
}
.spbtn-middle{
width:40%;
}
.spbtn-long{
width:60%;
}

.spbtn1,#ueebtn{
background: #008c8c;
background: -moz-linear-gradient(top,#cceeee, #009696 50%,#008c8c 50%,#007878);
background: -webkit-gradient(linear, left top, left bottom, from(#cceeee), color-stop(0.5,#009696), color-stop(0.5,#008c8c), to(#007878));
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #008c8c;
-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.spbtn2{
background: -moz-linear-gradient(top,#eecccc, #DF548F 50%,#D90064 50%,#DD0663);
background: -webkit-gradient(linear, left top, left bottom, from(#eecccc), color-stop(0.5,#DF548F), color-stop(0.5,#D90064), to(#DD0663));
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #D90064;
-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

/* -----------全体　スマホ用 リンク矢印-------------- */

.sp_ya_next{
background-image:url('/images/ya-next2016.png');
background-repeat:no-repeat;
background-position:right center;
background-size:25px 25px;
}

.sp_ya_down{
background-image:url('/images/ya-down2016.png');
background-repeat:no-repeat;
background-position:right center;
background-size:25px 25px;
}

/* -------各トップページへのリンク、コモンリンク周辺-------- */

#common-tofront{
}

#common-tofront ul,#common-link ul{
display:table;
margin:0 auto;
}

#common-tofront ul li,#common-link ul li{
display:table-cell;
padding:0;
border-right:solid #e3e3e3 1px;
}

#common-tofront ul li:last-child,#common-link ul li:last-child{border-right:none;}

#common-tofront ul li a,#common-link ul li a{
display:block;
padding:5px 7px;
}

#common-tofront ul li a{
color:#008c8c;
}

#common-tofront ul li a:hover,#common-link ul li a:hover{
background-color:#F2E9A9;
}


/* -------決済手段・許諾情報周辺-------- */
.commoninfo_head{
position:absolute;
z-index: 2;
display:inline-block;
letter-spacing:1px;
color:#6D6C69;
font-weight:bold;
padding:14px 10px 7px 0px;
font-size:12px;
}

#paymentlistwrapper{
float:left;
width:320px;
margin-bottom:21px;
color: #444;
font-size: 10px;
}

#paymentlistwrapper img{
/*margin-left:10px;*/
/*width:280px;*/
}

#kyodakuwrapper{
}

#payment_conv{
float:left;
width:140px;
color:#444;
font-size:10px;
}

#payment_conv img{
margin-bottom:7px;
}

#conv_table{
width:100%;
text-align:center;
font-size:12px;
line-height:2;
color:#838383;
}

#kyodaku_box{
float:left;
width:480px;
}

#kyodaku{
text-align:left;
width:100%;
margin:0 auto;
font-size:10px;
line-height:12px;
color:#444;
}

#kyodaku a{
color:#444;
text-decoration: none;
}

#kyodaku td{
font-size:8px;
}


#kyodaku img{
margin:0 0 5px 0;
height:70px;
}

/* -----------フッター周辺-------------- */
#footer{
text-align:left;
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

/* -----------旧フッター-------------- */

#footer_toplink{
	font-size:13px;
	text-align:center;
}
#footer_toplink li.last{border-right:1px solid #999;}

#footer_toplink li{
	border-left:1px solid #999;
	padding:0 10px;
	display:inline-block;
	/display: inline;
	/zoom: 1;
}
#footer_toplink a:link,#footer_toplink a:visited{
	color:#008c8c;
	text-decoration: none;
}

#copyright_old,#copyright_old a{
	color:#666;
}

/* -----------新フッター-------------- */

.footer-cont{float:left;}

.footer-cont:nth-of-type(1){width:20%;}
.footer-cont:nth-of-type(2){width:26%;}
.footer-cont:nth-of-type(3){width:24%;}
.footer-cont:nth-of-type(4){width:30%;}

.footer-cont dt{
display:inline-block;
letter-spacing:1px;
color:#6D6C69;
font-weight:bold;
padding:14px 10px 7px 0;
}

.footer-cont dd{margin:3px 0 9px;}

.footer-cont dd ul li{
display:block;
}

.footer-cont dd ul li a{
display:block;
padding:4px 10px;
color:#666;
text-decoration:none;
}
.footer-cont dd a:hover{
background-color:#F2E9A9;
}

.footer-cont dd ul li span{
display:block;
padding:0 10px;
}

#jmwadd{
padding:5px 10px; color:#666;
}

#ueebtn{/*spbtn1から引継あり*/
width:160px;
float:left;
cursor:pointer;
color:#fff;
padding:10px;
border-radius:30px;
text-align:center;
margin:14px 0 0 10px;
}

#copyright{
color:#838383;
}
