@charset "utf-8";

@media screen and (max-width: 568px) {
/*----------------------------------------------------
  共通
----------------------------------------------------*/
#title-area-catetop{
	background:url("/common/images/title-area-sp-bg-01-d.gif") top left repeat;
	background-size:3px 3px;
	-webkit-background-size:3px 3px;
	background:url("/common/images/title-area-pc-bg-01.gif") repeat scroll left top transparent\9;/*for IE7,8*/
	border-top:1px solid #cfcfcf;
	border-bottom:3px solid #A19A91;
	padding:16px 5px 10px;
}
#title-area-detailpage{
	background:url("/common/images/title-area-sp-bg-01-d.gif") top left repeat;
	background-size:3px 3px;
	-webkit-background-size:3px 3px;
	background:url("/common/images/title-area-pc-bg-01.gif") repeat scroll left top transparent\9;/*for IE7,8*/
	border-top:1px solid #cfcfcf;
	border-bottom:3px solid #A19A91;
	padding:16px 5px 10px;
}
#title-area-catetop h1{
	height:22px;
	border-left:3px solid #a19a91;
	padding:4px 0 0 5px;
}
#title-area-detailpage h1{
	height:22px;
	border-left:3px solid #a19a91;
	padding:4px 0 0 5px;
}
#title-area-detailpage span.sub-title{
	font-size:14px;
	font-weight:bold;
}
#title-area-detailpage h1 img,
#title-area-catetop h1 img{
	height:16px;
}
/* ぱんくず */
ul#bread-clumb{
	margin-bottom:4px;
}
ul#bread-clumb li{
	display:inline;
	color:#666666;
	font-size:10px;
}
ul#bread-clumb li a{
	color:#035d8a;
	text-decoration:none;
}
ul#bread-clumb li a:hover{
	text-decoration:underline;
}
/*パーツ*/
h2.cmn-h2-ttl{
	border-left:3px #a19a91 solid;
	border-bottom:1px #c4c0bc solid;
	background:#FFF;
	font-size:14px;
	padding:7px 7px 5px;
	margin-bottom:10px;
}
h2.cmn-h2-ttl.with-lead{
	margin-bottom:10px;
	clear:both;
}
.lead-txt{
	margin:0 0 10px;
}
/* 右メニュー */
#aside-subnavi-setion{
	background-color:#FFF;
	border:1px solid #FFF;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	-moz-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
	margin:0 0 20px 0;
	position:relative;
}
.aside-subnavi{
	padding:0 5px;
}
.aside-subnavi.close{
	display:none;
}
.aside-subnavi li{
	border-top:1px dotted #666666;
	font-size:13px;
}
.aside-subnavi li:first-child{
	border-top:none;
}
.aside-subnavi li a{
	padding:5px 0 5px 19px;
	display:block;
	background: url("/common/images/ico-arrow-blue-sp-d.gif") 4px center no-repeat;
	background-size:9px 14px;
	-webkit-background-size:9px 14px;
	background: url("/common/images/ico-arrow-blue-sp.gif") 4px center no-repeat\9; /* for IE7,8 */
	text-decoration:none;
	color:#035D8A;
}
.aside-subnavi li.ac span{
	padding:5px 0 5px 4px;
	display:block;
	color:#666666;
}
h2.aside-h2{
	font-size:14px;
	position:relative;
	overflow:hidden;
	background: url("/common/images/acordion-btn-blue-bg-sp-d.gif") left top no-repeat #ded9d4;
	background-size:25px 150px;
	-webkit-background-size:25px 150px;
	background: url("/common/images/acordion-btn-blue-bg-sp.gif") left top no-repeat #ded9d4\9;
	border-bottom:1px solid #cfcac5;
	padding:7px 0 7px 34px;
	font-weight:normal;
}
h2.aside-h2.open{
	background: url("/common/images/acordion-btn-blue-bg-sp-d.gif") left -75px no-repeat #ded9d4;
	background-size:25px 150px;
	-webkit-background-size:25px 150px;
	background: url("/common/images/acordion-btn-blue-bg-sp.gif") left -75px no-repeat #ded9d4\9;
}
h2.aside-h2 a{
	display:block;
	width:100%;
	height:50px;
	position:absolute;
	top:0;
	left:0;
}
h3.aside-h3{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#0d0d0d;
	background-color:#ded9d4;
	border-bottom:#cfcac5 1px solid;
	padding:7px 8px 5px;
}
h3.aside-h3.close{
	display:none;
}
/*----------------------------------------------------
QA トップ
----------------------------------------------------*/
.qa-cmn-unit-wrap{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C4C0BC;
    margin: 0 0 20px;
    padding: 10px;
}
.qa-cmn-unit-wrap h3 {
    border-bottom: 1px dotted #666666;
    clear: both;
    color: #231815;
    font-size: 117%;
    padding: 0 0 10px;
}
.qa-cmn-unit-wrap h3 span {
    display: block;
    line-height:17px;
}
.qa-cmn-unit-wrap ul#faq-list {
	border-bottom: 1px dotted #666666;
	padding:0;
	margin-bottom:10px;
}
.qa-cmn-unit-wrap ul#faq-list li:first-child{
	border-top:none;
}
.qa-cmn-unit-wrap ul#faq-list li{
	border-top: 1px dotted #666666;
}
.qa-cmn-unit-wrap ul#faq-list li a{
    background: url("/common/images/ico-arrow-blue-sp-d.gif") no-repeat scroll 9px 6px transparent;
	background-size:9px 14px;
	-webkit-background-size:9px 14px;
	background: url("/common/images/ico-arrow-blue-sp.gif") no-repeat scroll 9px 6px transparent\9;/*for IE7,8*/
    color: #035D8A;
    padding:5px 0 5px 25px;
    text-decoration: none;
	display:block;
}
.qa-cmn-btn{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:#01325b;
	border:1px solid #001a2f;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.qa-cmn-btn.to-faq{
	width:175px;
	margin:0 auto;
}
.qa-cmn-btn.to-faq a{
	background:url("/common/images/ico-arrow-white-sp-d.gif") no-repeat 15px center;
	background-size:5px 9px;
	-webkit-background-size:5px 9px;
	background:url("/common/images/ico-arrow-white-pc.gif") no-repeat 15px center\9;/* for IE7,8*/
}
.qa-cmn-btn a{
	background:url("/common/images/ico-arrow-white-sp-d.gif") no-repeat 40px center;
	background-size:5px 9px;
	-webkit-background-size:5px 9px;
	background:url("/common/images/ico-arrow-white-pc.gif") no-repeat 40px center\9;/* for IE7,8*/
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	padding:8px 0 8px 15px;
	display:block;
}
.qa-cmn-btn span.blank{
	background: url("/common/images/ico-blank-white-sp-d.gif") no-repeat scroll 105px 4px;
	background-size:13px 11px;
	-webkit-background-size:13px 11px;
	background: url("/common/images/ico-blank-white-pc.gif") no-repeat scroll 105px 4px\9;/*forIE7 8*/
	display:block;
	width:100%;
}
.qa-service-unit-wrap-left{
	background:#ded9d4;
	margin:0 0 10px 0;
}
.qa-service-unit-wrap-right{
	margin:0 0 20px 0;
	background:#ded9d4;
}
.qa-service-unit{
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
	background:#ffffff;
}
.qa-service-unit h3 {
    clear: both;
    color: #231815;
    font-size: 117%;
    padding:10px;
}
.qa-service-unit h3 span {
    border-left: 4px solid #BAB6AF;
    display: block;
    line-height: 25px;
    padding: 0 0 0 10px;
}
.qa-service-unit.members{
	float:left;
}
.qa-service-unit.cards{
	float:right;
}
.qa-service-unit p.img{
	line-height:0;
}
.qa-service-unit p.img img{
	width:100%;
}
.qa-service-unit p.txt{
	padding:10px;
}
.qa-service-unit p.txt{
	padding:10px;
}
.qa-cmn-btn-wrap{
	padding:10px;
}
.qa-cmn-btn.to-detail{
	width:123px;
	float:right;
}
.qa-cmn-btn.to-detail a{
	background:url("/common/images/ico-arrow-white-sp-d.gif") no-repeat 20px center;
	background-size:5px 9px;
	-webkit-background-size:5px 9px;
	background:url("/common/images/ico-arrow-white-pc.gif") no-repeat 20px center\9;/* for IE7,8*/
}
.qa-cmn-unit-wrap-long{
	background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #C4C0BC;
    border-right: 1px solid #C4C0BC;
}
.qa-cmn-unit-wrap-long-inner{
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C4C0BC;
    border-top: 1px solid #C4C0BC;
    margin: 0 0 4px;
	padding:10px;
	position:relative;
}
.qa-cmn-unit-wrap-long h3{
	border-bottom: 1px dotted #666666;
    clear: both;
    color: #231815;
    font-size: 117%;
    padding: 0 0 10px;
}
.qa-cmn-unit-wrap-long h3 span{
	border-left: 4px solid #BAB6AF;
    display: block;
    line-height: 25px;
    padding: 0 0 0 10px;
	float:left;
}
.qa-cmn-unit-wrap-long h3 a{
	background: url("/common/images/ico-arrow-blue-sp-d.gif") no-repeat scroll 9px center transparent;
	background-size:9px 14px;
	-webkit-background-size:9px 14px;
	background: url("/common/images/ico-arrow-blue-sp.gif") no-repeat scroll 9px center transparent\9;/*for IE7,8*/
	color: #035D8A;
    display: block;
    padding: 8px 0 8px 25px;
    text-decoration: none;
	position:absolute;
	left:0;
	bottom:10px;
}
.qa-cmn-unit-wrap-long h3 a span{
	border-left:none;
    display:inline;
    float:none;
    line-height:1em;
    padding:0;
	font-weight:normal;
	font-size:12px;
}
.qa-cmn-unit-wrap-long-inner .contact-window{
	padding:10px 0 0;
}
.qa-cmn-unit-wrap-long-inner .contact-window .contact-window-inner{
	padding:10px 0 0;
}
.qa-cmn-unit-wrap-long-inner .contact-window.with-pt{
	padding:10px 0 0 0;
}
.qa-cmn-unit-wrap-long-inner .contact-window.bb-dotted{
	border-bottom:none;
}
.qa-cmn-unit-wrap-long-inner .contact-window h4{
	background: none repeat scroll 0 0 #D4D0CD;
    border-bottom: 1px solid #BDB8B3;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    clear: both;
	/*margin:10px 0 10px;*/
    padding: 6px 0 5px 10px;
}
.qa-cmn-unit-wrap-long-inner .contact-window p.exp{
	width:100%;
}
.qa-cmn-btn.to-form{
	width:147px;
	float:right;
	margin:10px 0 0 0;
}
.qa-cmn-btn.to-search{
	width:147px;
	float:right;
	background:#d90000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:1px solid #be0000;
	margin:10px 0 0 0;
}
.qa-cmn-btn.to-search a{
	background:url("/common/images/ico-arrow-white-red-sp-d.gif") no-repeat 40px center;
	background-size:5px 9px;
	-webkit-background-size:5px 9px;
	background:url("/common/images/ico-arrow-white-red-pc.gif") no-repeat 40px center\9;/*for IE7,8*/
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l{
	clear:both;
	border-top: 1px dotted #666666;
	padding:10px 0 0 0;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-r{
	clear:both;
	padding-bottom:10px;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l p{
	float:left;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l p img{
	width:103px;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l p.link a{
	background: url("/common/images/ico-arrow-blue-sp-d.gif") no-repeat scroll 9px 50% transparent;
	background-size:9px 14px;
	-webkit-background-size:9px 14px;
	background: url("/common/images/ico-arrow-blue-sp.gif") no-repeat scroll 9px 50% transparent\9;
	color: #035D8A;
    display: block;
    padding: 3px 0 3px 25px;
    text-decoration: none;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l p.link a:hover{
	border-bottom:none;
}
/*----------------------------------------------------
クレジットカード／電子マネーについて
----------------------------------------------------*/

#card-convenience-wrap{
	margin:0 0 20px 0;
	position:relative;
}
.card-convenience-unit{
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 4px 0px #aaa;
	-moz-box-shadow: 0px 0px 4px 0px #aaa;
	box-shadow: 0px 0px 4px 0px #aaa;
	margin:0 0 10px 0;
}
.card-convenience-unit h3{
	font-size:117%;
	color:#231815;
	padding:10px 0 10px 10px;
}
.card-convenience-unit h3 span{
	display:block;
	line-height:25px;
	border-left:solid 4px #bab6af;
	padding:0 0 0 10px;
}
.card-convenience-unit .card-convenience-unit-img{
	line-height:0;
}
.card-convenience-unit .card-convenience-unit-img img{
	width:100%;
}
#credit-emoney-wrap{
	padding:10px;
	border:solid 1px #c4c0bc;
	background:#ffffff;
}
#credit-emoney-wrap h3{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#d4d0cd;
	border-bottom:solid 1px #bdb8b3;
	padding:6px 0 5px 10px;
	margin:0 0 20px 0;
}
.cards-wrap{
	margin:0 auto 20px;
	width:264px;
	position:relative;
	left:5px;
}
.cards-wrap.last{
	margin-bottom:0;
}
.cards-wrap dl{
	float:left;
	margin:0 10px 10px 0;
	padding:0 5px 5px;
	border:solid 1px #c4c0bc;
	width:110px;
}
.cards-wrap dl dt{
	border-bottom:dotted 1px #666666;
	text-align:center;
}
.cards-wrap dl dt img{
	height:65px;
}
.cards-wrap dl dd{
	text-align:center;
	font-size:10px;
	margin:5px 0 0 0;
}
.cards-wrap dl dd a{
	background: url("/common/images/ico-arrow-blue-sp.gif") no-repeat scroll left 50% transparent;
	background-size:6px 10px;
	-webkit-background-size:6px 10px;
	background:url("/common/images/ico-arrow-blue-sp.gif") left 50% no-repeat\9; /* for IE7,8 */
    color: #035D8A;
    padding:0 0 0 10px;
    text-decoration: none;
}
#emoney-note{
	clear:both;
	border-bottom:dotted 1px #666666;
	padding:0 0 10px 0;
	*padding:20px 0 10px 0;
	margin-bottom:10px;
}
.emoney-note2 {
margin-bottom : 20px;
}
#credit-emoney-shop-search-btn{
	margin:0 auto;
	background:#d90000;
	padding: 6px 0 7px;
	text-align:center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#credit-emoney-shop-search-btn a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#credit-emoney-shop-search-btn a span{
	background:url("/common/images/ico-arrow-white-red-sp-d.gif") no-repeat left center;
	background-size:5px 9px;
	-webkit-background-size:5px 9px;
	background:url("/common/images/ico-arrow-white-red-pc.gif") no-repeat left center\9;/*for IE7,8*/
    padding: 0 0 0 17px;
}
/*----------------------------------------------------
タッチでおトクなメンバーズ
----------------------------------------------------*/
#btom-anch-wrap{
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 4px 0px #aaa;
	-moz-box-shadow: 0px 0px 4px 0px #aaa;
	box-shadow: 0px 0px 4px 0px #aaa;
	padding:10px;
	
}
#btom-anch-logo-img{
	float:right;
	margin:0 0 0 10px;
}
#btom-anch-logo-img img{
	width:115px;
}
#btom-anch-lead-area #btom-lead-txt{
	border-bottom: dotted 1px #666666;
	padding:0 0 10px 0;
	font-size:14px;
	line-height:1.3em;
	margin-bottom:10px;
}
#btom-shop-search-btn{
	margin:0 auto 0;
	background:#d90000;
	text-align:center;
	width:187px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #bf0000;
}
#btom-shop-search-btn a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding: 6px 0 7px;
}
#btom-shop-search-btn a span{
	background:url("/common/images/ico-arrow-white-red-sp-d.gif") no-repeat left center;
	background-size:5px 9px;
	-webkit-background-size:5px 9px;
	background:url("/common/images/ico-arrow-white-red-pc.gif") no-repeat left center\9;/*for IE7,8*/
    padding: 0 0 0 17px;
}
#btom-anch-list{
	clear:both;
	margin:0 0 30px 0;
	position:relative;
	z-index:1;
}
#btom-anch-list li:first-child a{
	border-left:none;
	
}
#btom-anch-list li{
	float:left;
	height:65px;
	background:url(/qa/images/btom-anch-list-bg-sp-d.png) no-repeat 50% bottom;
	background-size:18px 9px;
	-webkit-background-size:16px 10px;
	background:url(/qa/images/btom-anch-list-bg-sp.png) no-repeat 50% bottom\9; /* for IE7,8 */
	text-align:center;
	width:20%;
}
#btom-anch-list li a{
	height:51px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:5px 5px 0;
	display:block;
	background:#01325b;
	border-left:solid 1px #ffffff;
	font-size:12px;
}
.btom-cmn-cont-base{
	background:#ffffff;
	border-right:solid 1px #c4c0bc;
	border-left:solid 1px #c4c0bc;
}
.btom-cmn-cont-wrap{
	border-top:solid 1px #c4c0bc;
	border-bottom:solid 1px #c4c0bc;
	background:#ffffff;
	padding:10px 10px 0;
	margin:0 0 4px 0;
}
.btom-cmn-cont-wrap h3{
	color: #231815;
    font-size: 14px;
    padding:0 0 5px 0;
	border-bottom:dotted 1px #666666;
	margin:0 0 10px 0;
	clear:both;
}
.btom-cmn-cont-wrap h3 span{
	border-left: 4px solid #BAB6AF;
    display: block;
    padding: 3px 0 3px 10px;
}
.btom-cmn-cont-wrap h4{
	clear:both;
	background: none repeat scroll 0 0 #D4D0CD;
    border-bottom: 1px solid #BDB8B3;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 10px;
    padding: 6px 0 5px 10px;
}
.btom-cmn-cont-inner{
	border:solid 1px #c4c0bc;
	background:#ffffff;
	padding:5px;
	margin:0 0 10px;
	clear:both;
}
.btom-cmn-cont-inner-white{
	background:#ffffff;
	padding:0 0 10px;
	clear:both;
}
.btom-cmn-cont-inner-wrap{
	border-top:solid 1px #c4c0bc;
	border-left:solid 1px #c4c0bc;
	border-right:solid 1px #c4c0bc;
	background:#ffffff;
	padding:10px 5px 5px;
}

.btom-cmn-cont-inner-wrap-with-allow{
	border-bottom:none;
	margin:0 0 10px 0;
	background:url(/qa/images/btom-cmn-cont-inner-allow-bg.gif) no-repeat 50% bottom;
	padding:0 0 42px 0;
}
#two-bnefit-unit-wrap{
	margin:0 0 10px 0;
}
.two-bnefit-unit{
	border:solid 1px #c4c0bc;
	padding:15px 10px 10px 8px;
	margin:0 0 10px 0;
}
.two-bnefit-unit-img{
	float:left;
	width:50%;
}
.two-bnefit-unit-img img{
	width:135px;
}
.two-bnefit-unit-info{
	float:right;
	width:45%;
}
.two-bnefit-unit-info-ttl{
	margin:0 0 10px 0;
}
.two-bnefit-unit-info-ttl img{
	width:112px;
}
.two-bnefit-unit-info-ttl#memberOnly  img{
	width:118px;
}
.btom-cmn-btn{
	clear:both;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:#01325b;
	border:1px solid #001a2f;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:135px;
	margin:0 auto 10px;
	
}
.btom-cmn-btn a{
	background:url("/common/images/ico-arrow-white-sp-d.gif") no-repeat 20px center;
	background-size:5px 9px;
	-webkit-background-size:5px 9px;
	background:url("/common/images/ico-arrow-white-pc.gif") no-repeat 20px center\9;/* for IE7,8*/
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	padding:9px 0 9px 10px;
	display:block;
}
.btom-top-btn{
	margin:10px 0;
	text-align:right;
}
.btom-top-btn img{
	width:93px;
}
.btom-cmn-cont-inner h4{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#d4d0cd;
	border-bottom:solid 1px #bdb8b3;
	padding:6px 0 5px 10px;
}
.btom-cmn-cont-inner-left h4,
.btom-cmn-cont-inner-right h4{
	margin:0 0 10px 0;
}
.btom-cmn-cont-inner-left #qr-code-area{
	border:solid 1px #c4c0bc;
	background:#ffffff;
	padding:5px;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code{
	padding:0 0 5px 0;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dt{
	line-height:0;
	float:left;
	width:40%;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dt img{
	width:111px;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd{
	float:right;
	padding:0 0 0 10px;	
	width:55%;
	margin:0 0 10px 0;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd#qr-code-url{
	padding:5px 0 0 0;
	border-top: 1px dotted #666666;
	text-align:center;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd#qr-code-url a{
	color: #035d8a;
	font-weight:bold;
	text-decoration:none;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd#qr-code-url a span{
	color: #035D8A;
	font-weight:bold;
	border-bottom:dotted 1px #035D8A;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd#qr-code-url a span:hover{
	border-bottom:none;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url-area{
	background:#ededed;
	border:solid 1px #dcdcdc;
	padding:10px 5px;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dt{
	border-bottom:dotted 1px #666666;
	padding:0 0 10px 0;
	text-align:center;
	font-weight:bold;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#mail-address{
	float:left;
	width:40%;
	margin:10px 0 10px 0;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#mail-address input{
	border:solid 1px #dcdcdc;
	padding:3px 0;
	width:95%;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#domain-choice{
	float:right;
	width:60%;
	margin:10px 0 10px 0;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#domain-choice span{
	float:left;
	display:block;
	line-height:2em;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#domain-choice select{
	border:solid 1px #dcdcdc;
	padding:3px 2px 3px 0;
	width:80%;
	float:right;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#confirm-btn{
	clear:both;
	text-align:center;
	
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#confirm-btn input{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: button;
	background:#01325b;
	border:none;
	color:#ffffff;
	padding:8px 0;
	cursor:pointer;
	width:50%;
}
.btom-cmn-cont-inner-left #domain-note{
	margin:10px 0 10px 0;
	font-size:92%;
}
.btom-cmn-cont-inner-left #domain-note li:first-child{
	border-top:none;
	padding:0 0 10px 0;
}
.btom-cmn-cont-inner-left #domain-note li{
	border-top:dotted 1px #666666;
	padding:10px 0 0 0;
}
.btom-cmn-cont-inner-right #felica-wrap{
	border-bottom:dotted 1px #666666;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.btom-cmn-cont-inner-right #felica-img{
	float:left;
	margin:0 10px 0 0;
	line-height:0;
}
.btom-cmn-cont-inner-right #felica-img img{
	width:166px
}
.btom-cmn-cont-inner-right .felica-txt{
	line-height:1.5em;
}
.btom-cmn-cont-inner-right #mobile-career-area{
	background:#ededed;
	border:solid 1px #dcdcdc;
	padding:10px 10px 0;
	margin:10px 0 0 0;
}
.btom-cmn-cont-inner-right #mobile-career-area ul li:first-child{
	border-top:none;
	padding:0 0 10px 0;
	margin:0;
}
.btom-cmn-cont-inner-right #mobile-career-area ul li{
	border-top:dotted 1px #666666;
	padding:10px 0 0 0;
	margin:0 0 10px 0;
}
.btom-cmn-cont-inner-right #mobile-career-area ul li img{
	width:100%;
}
.btom-cmn-cont-inner .access-flow{
	float:left;
	width:26%;
}
.btom-cmn-cont-inner .access-flow dt{
	line-height:0;
}
.btom-cmn-cont-inner .access-flow dt img{
	width:100%;
}
.btom-cmn-cont-inner .access-flow dd{
	margin:10px 0 10px 0;
	min-height:50px;
}
.btom-cmn-cont-inner .access-flow dd a{
	color:#035db7;
	border-bottom:dotted 1px #035db7;
	text-decoration:none;
}
.btom-cmn-cont-inner .access-flow dd a:hover{
	border-bottom:none;
}
.btom-cmn-cont-inner .btom-cmn-flow-allow-qr{
	float:left;
	width:11%;
	text-align:center;
	padding:10% 0 0 0;
}
.btom-cmn-cont-inner .btom-cmn-flow-allow-qr img{
	width:50%;
}
/*テーブル*/
.btom-table{
	border-spacing: 1px; /* セル間の隙間(モダンブラウザ用) */
	background: #bfbfbf;    /* テーブルとth、tdの線 */
	border-collapse:separate;
	margin:10px 0 0 0;
}
.btom-table .no-magin{
	margin:0;
}
.btom-table th,
.btom-table td{
	padding: 5px 10px 5px;
}
.btom-table th{
	width: 20%;
	border: 1px solid #ffffff; /* 見出し(th)の内側に1pxの線 */
	background: #ded9d4;    /*「table.data」の背景色を上書き */
	text-align:center;
	vertical-align:middle;
}
.btom-table td{
	width: 80%;
	background: #ffffff; /*「table.data」の背景色を上書き */
	vertical-align:middle;
}
.btom-table td.separator{
	height:4px;
	padding:0;
	line-height:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-fp-flow-wrap{
	margin:0 0 10px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-fp-flow{
	line-height:0;
	float:left;
	width:26%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-fp-flow img{
	width:100%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-stamp-fp{
	float:left;
	width:11%;
	text-align:center;
	padding:10% 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-stamp-fp img{
	width:50%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #pstamp-sp-flow-wrap{
	margin:10px 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow{
	float:left;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow#left{
    width: 20%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow#center{
    width: 38%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow#right{
    width: 20%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow dt{
	line-height:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow dt img{
	width:100%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow dd{
	margin:10px 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-stamp-sp {
	float:left;
	width:11%;
	text-align:center;
	padding:10% 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-stamp-sp img{
	width: 50%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #thanks-pass-list li:first-child{
	width:34%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #thanks-pass-list li{
	float:left;
	line-height:0;
	width:33%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #thanks-pass-list li img{
	width:98%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #thanks-pass-txt-list {
	margin:10px 0 10px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list-wrap{
	margin:0 0 20px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list {
	float:left;
	width:19%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list img{
	width:100%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list dt{
	line-height:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list dd{
	margin:10px 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list dd span{
	color:#d90000;
	border:solid 1px #d90000;
	padding:0 2px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-stamp-2benefit {
	float: left;
	padding:8% 0 0 0;
	width:8%;
	text-align:center;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-stamp-2benefit img{
	width:50%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #members-coupon-txt {
	border-top: dotted 1px #666666;
	padding:10px 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #favorite-shop-list {
	margin:0 0 10px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-wrap {
	padding:0 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-left {
	border:solid 1px #c4c0bc;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-area-ttl {
	background:#d4d0cd;
	border:solid 1px #ffffff;
	padding:6px 0 6px 9px; 
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-unit-wrap {
	padding:10px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-unit {
	float:left;
	width:45%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-unit img{
	width:100%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-unit dt{
	line-height:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-unit dd{
	margin:10px 0 0 0;
}

.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-shop-input {
    float: left;
	width:10%;
	text-align:center;
	padding:25% 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-shop-input img{
	width:50%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-right {
	border:solid 1px #c4c0bc;
	margin:10px 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-right .shop-input-unit-wrap {
	padding:10px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-right .shop-input-unit{
	width:100%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-right dl dt{
	float:left;
	width:45%;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-right dl dd{
	float:right;
	width:50%;
	margin:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap .btom-inquiry-unit {
	border: 1px solid #C4C0BC;
	margin:10px 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap .btom-inquiry-unit-ttl {
	background:#d4d0cd;
	border:solid 1px #ffffff;
	padding:6px 0 6px 9px;
	border-radius:0;
	margin:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap .btom-inquiry-unit-inner{
	padding:10px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap #btom-inquiry-unit-inner-img{
	line-height:0;
	margin:0 0 10px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap #btom-inquiry-unit-inner-btn{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#01325b;
	border:none;
	color:#ffffff;
	cursor:pointer;
	width:106px;
	margin:10px auto 0;
	text-align:center;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap #btom-inquiry-unit-inner-btn a{
	background:url("/common/images/ico-arrow-white-sp-d.gif") no-repeat 15px center;
	background-size:5px 9px;
	-webkit-background-size:5px 9px;
	background:url("/common/images/ico-arrow-white-pc.gif") no-repeat 15px center\9;/* for IE7,8*/
	padding:8px 20px;
	display:block;
	color:#ffffff;
	text-decoration:none;
}

/*よくあるご質問*/
.faq-anchor-block{
	border:1px solid #c4c0bc;
	background-color:#FFF;
	padding:6px 10px;
	margin-bottom:20px;
	font-size:14px;
}
.faq-anchor-list li{
	border-top: 1px dotted #666666;
	background:url("/common/images/ico-arrow-blue-square-mini-sp-d.gif") left center no-repeat;
	background-size:13px 13px;
	-webkit-background-size:13px 13px;
	background: url("/common/images/ico-arrow-blue-square-pc.gif") no-repeat left center transparent\9;
    padding: 6px 0 6px 20px;
}
.faq-anchor-list li:first-child{
	border-top:none;
}
.faq-anchor-list li a{
	color: #035D8A;
	text-decoration:none;
}
.faq-anchor-list li.faq-anchor-list-under-wrap{
	background:none;
	padding:0;
	width:100%;
}
.faq-anchor-list ul.faq-anchor-list-under{
	padding-left:15px;
}
.faq-anchor-list ul.faq-anchor-list-under li{
	background: url("/common/images/ico-arrow-blue-sp-d.gif") left center no-repeat;
	background-size:9px 14px;
	-webkit-background-size:9px 14px;
	background: url("/common/images/ico-arrow-blue-sp.gif") left center no-repeat\9; /* for IE7,8 */	
	padding-left:15px;
}
.faq-cmn-block-wrap{
	border:1px solid #c4c0bc;
	border-bottom:none;
	background-color:#FFF;
}
.faq-cmn-block{
	border-bottom:1px solid #c4c0bc;
	padding:0 10px;
}
.faq-cmn-block-inner{
	padding:0 0 10px;
}
.faq-cmn-block h3{
	border-bottom: 1px dotted #666666;
    clear: both;
    color: #231815;
    font-size: 14px;
    padding:10px 0 5px;
}
.faq-cmn-block h3 span{
	border-left: 4px solid #BAB6AF;
    display: block;
    padding: 3px 0 3px 10px;
}
.faq-cmn-block h4{
	border-top: 1px dotted #666666;
}
.faq-cmn-block-inner h4:first-child{
	border:none;
}
.faq-cmn-block h4 a{
	display:block;
	color: #035D8A;
	text-decoration:none;
	background: url("/qa/images/faq-open-btn-bg-sp-d.gif") no-repeat scroll 0px 7px transparent;
	background-size:15px 165px;
	-webkit-background-size:15px 165px;
	background: url("/qa/images/faq-open-btn-bg-pc.gif") no-repeat scroll 0px 8px transparent\9;
	padding:6px 0 6px 20px;
	font-weight:normal;
}
.faq-cmn-block h4.close a{
	background: url("/qa/images/faq-open-btn-bg-sp-d.gif") no-repeat scroll 0px -143px transparent;
	background-size:15px 165px;
	-webkit-background-size:15px 165px;
	background: url("/qa/images/faq-open-btn-bg-pc.gif") no-repeat scroll 0px -144px transparent\9;
}
.faq-answer-block{
	padding-left:18px;
}
.faq-answer-block.close{
	display:none;
}
.faq-answer-block dt{
	display:list-item;
	list-style:inside;
	list-style-type:square;
	border-bottom: 1px dotted #666666;
	padding:6px 0;	
}
.faq-answer-block dd{
	padding:6px 0;
	border-bottom: 1px dotted #666666;
	margin-left:20px;
}
.faq-answer-block dd.last{
	border-bottom:none;
}
.faq-answer-block p{
	padding:6px 0;
}
.faq-answer-block a{
	color: #035D8A;
	text-decoration:none;
}
.faq-top-btn{
	margin:10px 0;
	text-align:right;
}
.faq-top-btn img{
	width:93px;
}
#faq-inquiry .faq-cmn-block-inner{
	padding-bottom:20px;
}
.faq-cmn-block h4.gray-bg{
	background: none repeat scroll 0 0 #D4D0CD;
    border-bottom: 1px solid #BDB8B3;
	border-top:none;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    clear: both;
    margin:10px 0 10px;
    padding: 6px 0 5px 10px;
}
.faq-cmn-block p.phone-number-img{
	margin:0 0 5px 0;
	line-height:0;
}
.faq-cmn-block p.phone-number-img img{
	width:203px;
}
.faq-cmn-block p.inquiry-txt{
	padding:0 0 10px 0;
}
.faq-cmn-block p.inquiry-txt a{
	color:#035d8a;
	text-decoration:none;
}

/* 重要なお知らせ(15/01/15) */
.btom-cmn-cont-base.m_bottom20{
  margin-bottom: 20px;
}
#btom-important-info-area{
  background: #ffffff;
  border: 1px solid #bf0000;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
#btom-important-info-area > h3{
  color: #d90000;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 8px;
}
#btom-important-info-area > p{
  margin-bottom: 10px;
  line-height: 1.4em;
}
#btom-important-info-area a.linkPdf{
  background: url("/common/images/ico-pdf-sp-d.png") no-repeat scroll left 5px #ffffff;
  -webkit-background-size:  32px 18px;
  background-size:  32px 18px;
  color: #035d8a;
/*  display: block;*/
  padding: 5px 10px 5px 40px;
  text-decoration: none;
}

#btom-important-info-area  a.linkTxt{
    background: url("/common/images/ico-arrow-blue-sp-d.gif") no-repeat scroll left center #ffffff;
    background-size:  9px 14px;
    color: #035d8a;
    padding: 0 0 0 15px;
    text-decoration: none;
}
#btom-important-info-area a > span{
  border-bottom: 1px dotted #035d8a;
  color: #035d8a;
  font-weight: bold;
}



.btom-important-info-link{
  margin: 15px auto;
}
.btom-important-info-link > a{
  color: #d90000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}

/*----------------------------------------------------
  大量一括購入
----------------------------------------------------*/
.form-table #rdo-sit-block .rdo-label {
	display: block;
	float:left;
	width: 135px;
	margin-bottom: 10px;
}
.form-table #situation {
	height: 38px;
}

.mb10-sp{
	margin-bottom: 10px;
}

}
@media screen and (min-width: 569px) {
/*----------------------------------------------------
  共通
----------------------------------------------------*/
/*h1タイトルエリア*/
main{
	/*position:relative;*/
	padding:0;
}
#title-area-catetop{
	background:url("/common/images/title-area-pc-bg-01.gif") top left repeat;
	border-top:1px solid #cfcfcf;
	border-bottom:3px solid #a19a91;
	height:100px;
	position:absolute;
	top:-10px;
	width:100%;
	padding-top:15px;
}
#title-area-detailpage{
	background:url("/common/images/title-area-pc-bg-01.gif") top left repeat;
	border-top:1px solid #cfcfcf;
	border-bottom:2px solid #a19a91;
	height:76px;
	position:absolute;
	top:-10px;
	width:100%;
	padding-top:15px;
}
#title-area-inner{
	width:960px;
	margin:0 auto;
	position:relative;
}
#title-area-catetop h1{
	height:38px;
	border-left:5px solid #a19a91;
	padding:7px 0 0 10px;
	margin:15px 0 0 0;
}
#title-area-detailpage h1{
	min-height:26px;
	border-left:5px solid #a19a91;
	padding:2px 0 0 10px;
	margin:13px 0 0 0;
	float:left;
}
#title-area-detailpage h1 img{
	/*width:84px;*/
}
#title-area-detailpage .sub-title{
	float:left;
	font-size:167%;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0 0 0 20px;
}
/* ぱんくず */
ul#bread-clumb li{
	display:inline;
	color:#666666;
}
ul#bread-clumb li a{
	color:#035d8a;
	text-decoration:none;
}
ul#bread-clumb li a:hover{
	text-decoration:underline;
}
ul#bread-clumb li#home{
	background:url("/common/images/bread-clumb-home-bg-01.png") left 1px no-repeat;
	padding-left:12px;
}
/*カラム設定*/
article,
#section-inner-left{
	width:715px;
	float:left;
	position:relative;
}
aside{
	width:225px;
	float:right;
	position:relative;
}
/*パーツ*/
h2.cmn-h2-ttl{
	border-left:5px #bab6af solid;
	border-bottom:1px #c4c0bc solid;
	background:#FFF;
	font-size:133%;
	padding:10px 10px 7px;
	margin-bottom:20px;
	clear:both;
}
h2.cmn-h2-ttl.with-lead{
	margin-bottom:10px;
	clear:both;
}
.lead-txt{
	margin:0 0 20px;
}
/*右メニュー*/
#aside-subnavi-setion{
	background-color:#FFF;
	padding:1px 1px 0;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	-moz-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
	margin:0 0 20px 0;
	position:relative;
}
.aside-subnavi li:first-child{
	border-top:none;
}
.aside-subnavi li{
	border-top: 1px solid #CCCCCC;
}
.aside-subnavi li.single-list{
	border-top:none;
}
.aside-subnavi li a{
	color: #035d8a;
    text-decoration: none;
	display:block;
	padding: 8px 0 8px 30px;
	background: url("/common/images/ico-arrow-blue-square-pc.gif") no-repeat scroll 9px 9px transparent;
}
.aside-subnavi li a:hover{
    text-decoration:underline;
}
.aside-subnavi li.ac{
	background: url("/common/images/ico-arrow-gray-square-pc-back.gif") no-repeat scroll 9px 9px transparent;
	border-top: 1px solid #CCCCCC;
	padding: 8px 0 8px 30px;
}
.aside-subnavi li.ac:first-child{
	border-top:none;
}
.aside-subnavi li.ac span{
	color:#666666;
	font-weight:bold;
}
h2.aside-h2 span{
	display:block;
	font-size:133%;
	color:#ffffff;
	background-color:#bab6af;
	border-bottom:#bab6af 1px solid;
	padding:9px 13px 7px;
}
h3.aside-h3 span{
	display:block;
	font-size:116%;
	color:#0d0d0d;
	background-color:#ded9d4;
	border-bottom:#cfcac5 1px solid;
	padding:10px 7px;
}

/*----------------------------------------------------
QA トップ
----------------------------------------------------*/
.qa-cmn-unit-wrap{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C4C0BC;
    margin: 0 0 40px;
    padding: 10px;
}
.qa-cmn-unit-wrap h3 {
    border-bottom: 1px dotted #666666;
    clear: both;
    color: #231815;
    font-size: 117%;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.qa-cmn-unit-wrap h3 span {
    border-left: 4px solid #BAB6AF;
    display: block;
    line-height: 25px;
    padding: 0 0 0 10px;
}
.qa-cmn-unit-wrap ul#faq-list {
	border-bottom: 1px dotted #666666;
	padding:0;
}
.qa-cmn-unit-wrap ul#faq-list li:first-child{
	border-top:none;
}
.qa-cmn-unit-wrap ul#faq-list li{
	border-top: 1px dotted #666666;
	padding:5px 0;
}
.qa-cmn-unit-wrap ul#faq-list li a{
    background: url("/common/images/ico-arrow-blue-square-pc.gif") no-repeat scroll 9px 9px transparent;
    color: #035D8A;
    padding: 8px 0 8px 30px;
    text-decoration: none;
}
.qa-cmn-btn{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:#01325b;
	border:1px solid #001a2f;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.qa-cmn-btn.to-faq{
	width:175px;
	margin:10px 0 0 0;
	float:right;
}
.qa-cmn-btn a{
	background: url("/common/images/ico-arrow-white-pc.gif") no-repeat scroll 20px center;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	padding:8px 0 8px 15px;
	display:block;
}
.qa-cmn-btn a:hover{
	text-decoration:underline;
}

.qa-cmn-btn.to-form a{
	background: url("/common/images/ico-arrow-white-pc.gif") no-repeat scroll 40px center;
}
.qa-service-unit-wrap-left{
	margin:0 0 40px 0;
	background:#ded9d4;
	width:348px;
	float:left;
}
.qa-service-unit-wrap-right{
	margin:0 0 40px 0;
	background:#ded9d4;
	width:348px;
	float:right;
}
.qa-service-unit{
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
	background:#ffffff;
	width:348px;
}
.qa-service-unit h3 {
    clear: both;
    color: #231815;
    font-size: 117%;
    padding:10px;
}
.qa-service-unit h3 span {
    border-left: 4px solid #BAB6AF;
    display: block;
    line-height: 25px;
    padding: 0 0 0 10px;
}
.qa-service-unit.members{
	float:left;
}
.qa-service-unit.cards{
	float:right;
}
.qa-service-unit p.img{
	line-height:0;
}
.qa-service-unit p.img img{
	width:348px;
}
.qa-service-unit p.txt{
	padding:10px;
}
.qa-service-unit p.txt{
	padding:10px;
}
.qa-cmn-btn.to-detail{
	width:123px;
	float:right;
}
.qa-cmn-btn-wrap{
	padding:10px;
}
.qa-cmn-unit-wrap-long{
	background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #C4C0BC;
    border-right: 1px solid #C4C0BC;
    margin: 0 0 40px;
}
.qa-cmn-unit-wrap-long-inner{
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C4C0BC;
    border-top: 1px solid #C4C0BC;
    margin: 0 0 4px;
	padding:10px;
}
.qa-cmn-unit-wrap-long h3{
	border-bottom: 1px dotted #666666;
    clear: both;
    color: #231815;
    font-size: 117%;
    padding: 0 0 10px;
}
.qa-cmn-unit-wrap-long h3 span{
	border-left: 4px solid #BAB6AF;
    display: block;
    line-height: 25px;
    padding: 0 0 0 10px;
	float:left;
}
.qa-cmn-unit-wrap-long h3 a{
	color:#01325b;
	font-size:75%;
	text-decoration:none;
	background:url("/common/images/ico-arrow-blue-square-pc.gif") no-repeat left center #01325b;
	border:1px solid #01325b;
	border-left:none;
	line-height:1.0em;
	display:inline-block;
	cursor:pointer;
	font-weight:normal;
	margin:5px 0 0 20px;
}

.qa-cmn-unit-wrap-long h3 a span {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    margin-left: 13px;
    padding:1px 0 0 2px;
	line-height:normal;
	border:none;
}
.qa-cmn-unit-wrap-long-inner .contact-window{
	margin:0 10px;
	padding:20px 0 10px 0;
}
.qa-cmn-unit-wrap-long-inner .contact-window .contact-window-inner{
	padding:10px 0 0;
	position:relative;
}
.qa-cmn-unit-wrap-long-inner .contact-window.with-pt{
	padding:10px 0 0 0;
}
.qa-cmn-unit-wrap-long-inner .contact-window.bb-dotted{
	border-bottom: 1px dotted #666666;
}
.qa-cmn-unit-wrap-long-inner .contact-window h4{
	background: none repeat scroll 0 0 #D4D0CD;
    border-bottom: 1px solid #BDB8B3;
    border-radius: 3px 3px 3px 3px;
    clear: both;
	/*margin:20px 0 10px;*/
    padding: 6px 0 5px 10px;
}
.qa-cmn-unit-wrap-long-inner .contact-window p.exp{
	float:left;
	width:470px;
}
.qa-cmn-btn.to-form{
	width:147px;
	float:right;
}
.qa-cmn-btn.to-form span.blank{
	display:block;
	background: url("/common/images/ico-blank-white-pc.gif") no-repeat scroll 100px center;
}
.qa-cmn-btn.to-search{
	width:147px;
	float:right;
	background:#d90000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:1px solid #be0000;
}
.qa-cmn-btn.to-search a{
	background: url("/common/images/ico-arrow-white-red-pc.gif") no-repeat scroll 40px center;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l{
	margin:10px 0 0 0;
	float:left;
	width:450px;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-r{
	float:right;
	width:200px;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l p{
	float:left;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l p img{
	width:156px;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l p.link{
	background: url("/common/images/ico-arrow-blue-square-pc.gif") no-repeat scroll 9px 9px transparent;
    padding: 8px 0 8px 30px;
    
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l p.link a{
	color: #035D8A;
	text-decoration: none;
	font-weight:bold;
	border-bottom:1px dotted #035D8A;
}
.qa-cmn-unit-wrap-long-inner .contact-window div.online-cont-l p.link a:hover{
	border-bottom:none;
}
.to-form-blank{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:#01325b;
	border:1px solid #001a2f;
	
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:147px;
	float:right;
}
.to-form-blank a{
	background: url("/common/images/ico-arrow-white-pc.gif") no-repeat scroll 32px center;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	padding:8px 0 8px 0;
	display:block;
}
.to-form-blank span{
	background: url("/common/images/ico-blank-white-pc.gif") no-repeat scroll 80% 50%;
	display:block;
	width:100%;
}
/*----------------------------------------------------
クレジットカード／電子マネーについて
----------------------------------------------------*/
#card-convenience-wrap{
	margin:0 0 40px -19px;
	position:relative;
}
.card-convenience-unit{
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 4px 0px #aaa;
	-moz-box-shadow: 0px 0px 4px 0px #aaa;
	box-shadow: 0px 0px 4px 0px #aaa;
	width:348px;
	float:left;
	margin-left:19px;
}
.card-convenience-unit h3{
	font-size:117%;
	color:#231815;
	padding:10px 0 10px 10px;
}
.card-convenience-unit h3 span{
	display:block;
	line-height:25px;
	border-left:solid 4px #bab6af;
	padding:0 0 0 10px;
}
.card-convenience-unit .card-convenience-unit-img{
	line-height:0;
}
.card-convenience-unit .card-convenience-unit-img img{
	width:348px;
}
#credit-emoney-wrap{
	padding:20px;
	border:solid 1px #c4c0bc;
	background:#ffffff;
}
#credit-emoney-wrap h3{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#d4d0cd;
	border-bottom:solid 1px #bdb8b3;
	padding:6px 0 5px 10px;
	margin:0 0 20px 0;
}
.cards-wrap{
	margin:0 0 5px -20px;
}
.cards-wrap.last{
	margin-bottom:0;
}
.cards-wrap dl{
	float:left;
	margin:0 0 20px 20px;
	padding:0 10px 10px;
	border:solid 1px #c4c0bc;
}
.cards-wrap dl dt{
	width:188px;
	border-bottom:dotted 1px #666666;
	text-align:center;
}
.cards-wrap dl dd{
	text-align:center;
	padding:10px 0 0 0;
}
.cards-wrap dl dd a{
	background: url("/common/images/ico-arrow-blue-square-pc.gif") no-repeat scroll left 50% transparent;
    color: #035D8A;
    padding: 5px 0 5px 17px;
    text-decoration: none;
}
.cards-wrap dl dd a span{
	border-bottom:dotted 1px #035D8A;
}
.cards-wrap dl dd a span:hover{
	border-bottom:none;	
}
#emoney-note{
	clear:both;
	border-bottom:dotted 1px #666666;
	padding:0 0 10px 0;
	*padding:20px 0 10px 0;
	margin-bottom:20px;
}
.emoney-note2 {
margin-bottom : 20px;
}
#credit-emoney-shop-search-btn{
	margin:0 auto;
	background:#d90000;
	text-align:center;
	width:300px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#credit-emoney-shop-search-btn a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding: 6px 0 7px;
}
#credit-emoney-shop-search-btn a:hover{
	text-decoration:underline;
}
#credit-emoney-shop-search-btn a span{
 background: url("/common/images/ico-arrow-white-red-pc.gif") no-repeat scroll left center transparent;
    padding: 0 0 0 17px;
}
/*----------------------------------------------------
タッチでおトクなメンバーズ
----------------------------------------------------*/
#btom-anch-wrap{
	background:#ffffff;
	-webkit-box-shadow: #aaa 0px 0px 3px;
	-moz-box-shadow: #aaa 0px 0px 3px;
	box-shadow: #aaa 0px 0px 3px;	
}
#btom-anch-logo-img{
	float:right;
	padding:22px 10px 0 0;
}
#btom-anch-lead-area{
	float:left;
	padding:10px 0 0 10px;
}
#btom-anch-lead-area #btom-lead-txt{
	border-bottom: dotted 1px #666666;
	padding:0 0 10px 0;
	width:460px;
	font-size:114%;
	line-height:1.3em;
	margin-bottom:10px;
}
#btom-shop-search-btn{
	margin:0px 0 30px;
	background:#d90000;
	text-align:center;
	width:187px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #bf0000;
}
#btom-shop-search-btn a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding: 6px 0 7px;
}
#btom-shop-search-btn a:hover{
	text-decoration:underline;
}
#btom-shop-search-btn a span{
 background: url("/common/images/ico-arrow-white-red-pc.gif") no-repeat scroll left center transparent;
    padding: 0 0 0 17px;
}
#btom-anch-list{
	clear:both;
	margin:0 0 40px 0;
	position:relative;
	z-index:1;
}
#btom-anch-list li{
	float:left;
	width:143px;
	height:36px;
	background:url(/qa/images/btom-anch-list-bg.png) no-repeat left top;
	text-align:center;
}
#btom-anch-list li#last-anch{
	background:url(/qa/images/btom-anch-list-last-bg.png) no-repeat left top;
}
#btom-anch-list li a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0 15px 0;
	display:block;
}
.btom-cmn-cont-base{
	background:#ffffff;
	border-right:solid 1px #c4c0bc;
	border-left:solid 1px #c4c0bc;
}
.btom-cmn-cont-wrap{
	border-top:solid 1px #c4c0bc;
	border-bottom:solid 1px #c4c0bc;
	background:#ffffff;
	padding:10px 10px 0;
	margin:0 0 4px 0;
}
.btom-cmn-cont-wrap h3{
	color: #231815;
    font-size: 117%;
    padding:0 0 10px 0;
	border-bottom:dotted 1px #666666;
	margin:0 0 20px 0;
	clear:both;
}
.btom-cmn-cont-wrap h3 span{
	border-left: 4px solid #BAB6AF;
    display: block;
    line-height: 25px;
    padding: 0 0 0 10px;
}
.btom-cmn-cont-wrap h4{
	clear:both;
	background: none repeat scroll 0 0 #D4D0CD;
    border-bottom: 1px solid #BDB8B3;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 20px;
    padding: 6px 0 5px 10px;
}
.btom-cmn-cont-inner{
	border:solid 1px #c4c0bc;
	background:#ffffff;
	padding:10px;
	margin:0 10px 30px;
	clear:both;
}
.btom-cmn-cont-inner-white{
	background:#ffffff;
	padding:0 10px 20px;
	clear:both;
}
.btom-cmn-cont-inner-wrap{
	border-top:solid 1px #c4c0bc;
	border-left:solid 1px #c4c0bc;
	border-right:solid 1px #c4c0bc;
	
	background:#ffffff;
	padding:10px 10px 10px;
}

.btom-cmn-cont-inner-wrap-with-allow{
	border-bottom:none;
	margin:0 0 20px 0;
	background:url(/qa/images/btom-cmn-cont-inner-allow-bg.gif) no-repeat 50% bottom;
	padding:0 10px 42px 10px;
}
#two-bnefit-unit-wrap{
	margin:0 0 20px 0;
}
.two-bnefit-unit{
	float:left;
	margin:0 0 0 20px;
	border:solid 1px #c4c0bc;
	width:306px;
	padding:15px 10px 10px 8px;
	min-height:100px;
}
.two-bnefit-unit-img{
	float:left;
}
.two-bnefit-unit-img img{
	width:160px;
}
.two-bnefit-unit-info{
	float:left;
	padding:0 0 0 13px;
	width:130px;
}
.two-bnefit-unit-info-ttl{
	margin:0 0 10px 0;
	
}
.two-bnefit-unit-info-ttl#memberOnly{
	padding:10px 0 0 0;
}
.two-bnefit-unit-info-ttl img{
	width:100%;
}
.btom-cmn-btn{
	clear:both;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:#01325b;
	border:1px solid #001a2f;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:135px;
	margin:0 auto 20px;
	
}
.btom-cmn-btn a{
	background: url("/common/images/ico-arrow-white-pc.gif") no-repeat scroll 20px center;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	padding:9px 0 9px 15px;
	display:block;
}
.btom-cmn-btn a:hover{
	text-decoration:underline;
}
.btom-top-btn{
	margin:30px 0;
	text-align:right;
}
.btom-top-btn img{
	width:84px;
}
.btom-cmn-cont-inner h4{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#d4d0cd;
	border-bottom:solid 1px #bdb8b3;
	padding:6px 0 5px 10px;
}
.btom-cmn-cont-inner-left{
	float:left;
	width:316px;
}
.btom-cmn-cont-inner-right{
	float:right;
	width:316px;
}
.btom-cmn-cont-inner-left h4,
.btom-cmn-cont-inner-right h4{
	margin:0 0 10px 0;
}
.btom-cmn-cont-inner-left #qr-code-area{
	border:solid 1px #c4c0bc;
	background:#ffffff;
	padding:20px 10px 10px;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code{

	padding:0 0 10px 0;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dt{
	line-height:0;
	float:left;
	margin:0 0 10px 27px;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dt img{
	width:75px;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd{
	float:left;
	width:137px;
	padding:0 0 0 10px;	
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd#qr-code-url{
	clear:both;
	width:100%;
	padding:10px 0 0 0;
	border-top: 1px dotted #666666;
	text-align:center;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd#qr-code-url a{
	background: url("/common/images/ico-arrow-blue-square-pc.gif") no-repeat scroll 0% 50%;
	padding:0 0 0 17px;
	color: #035d8a;
	font-weight:bold;
	text-decoration:none;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd#qr-code-url a span{
	color: #035D8A;
	font-weight:bold;
	border-bottom:dotted 1px #035D8A;
}
.btom-cmn-cont-inner-left #qr-code-area dl#qr-code dd#qr-code-url a span:hover{
	border-bottom:none;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url-area{
	background:#ededed;
	border:solid 1px #dcdcdc;
	padding:20px 15px;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dt{
	border-bottom:dotted 1px #666666;
	padding:0 0 10px 0;
	text-align:center;
	font-weight:bold;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#mail-address{
	text-align:center;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#mail-address input{
	width:170px;
	border:solid 1px #dcdcdc;
	padding:3px 0;
	margin:10px 0 0 0;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#domain-choice{
	margin:8px auto 0;
	width:170px;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#domain-choice select{
	border:solid 1px #dcdcdc;
	width:150px;
	padding:3px 2px 3px 0; 
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#confirm-btn{
	margin:10px 0 0 0;
	text-align:center;
}
.btom-cmn-cont-inner-left #qr-code-area #send-url dd#confirm-btn input{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#01325b;
	border:none;
	color:#ffffff;
	padding:8px 20px;
	cursor:pointer;
}
.btom-cmn-cont-inner-left #domain-note{
	margin:10px 0 0 0;
	font-size:92%;
}
.btom-cmn-cont-inner-left #domain-note li:first-child{
	border-top:none;
	padding:0 0 10px 0;
}
.btom-cmn-cont-inner-left #domain-note li{
	border-top:dotted 1px #666666;
	padding:10px 0 0 0;
}
.btom-cmn-cont-inner-right #felica-wrap{
	border-bottom:dotted 1px #666666;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.btom-cmn-cont-inner-right #felica-img{
	float:left;
	margin:0 20px 0 0;
	line-height:0;
}
.btom-cmn-cont-inner-right #felica-img img{
	width:166px;
}
.btom-cmn-cont-inner-right .felica-txt{
	line-height:1.5em;
}
.btom-cmn-cont-inner-right #mobile-career-area{
	background:#ededed;
	border:solid 1px #dcdcdc;
	padding:10px 10px 0;
	margin:10px 0 0 0;
}
.btom-cmn-cont-inner-right #mobile-career-area ul li:first-child{
	border-top:none;
	padding:0 0 10px 0;
	margin:0;
}
.btom-cmn-cont-inner-right #mobile-career-area ul li{
	border-top:dotted 1px #666666;
	padding:10px 0 0 0;
	margin:0 0 10px 0;
}
.btom-cmn-cont-inner-right #mobile-career-area ul li img{
	width:100%
}

.btom-cmn-cont-inner #access-flow-wrap{
	padding:0 30px;	
}
.btom-cmn-cont-inner .access-flow{
	float:left;
	width:152px;
}
.btom-cmn-cont-inner .access-flow dt{
	line-height:0;
}
.btom-cmn-cont-inner .access-flow dd{
	margin:10px 0 20px 0;
	min-height:50px;
}
.btom-cmn-cont-inner .access-flow dd a{
	color:#035db7;
	border-bottom:dotted 1px #035db7;
	text-decoration:none;
}
.btom-cmn-cont-inner .access-flow dd a:hover{
	border-bottom:none;
}
.btom-cmn-cont-inner .btom-cmn-flow-allow-qr{
	float:left;
	padding:84px 21px 0;
}
/*テーブル*/
.btom-table{
	border-spacing: 1px; /* セル間の隙間(モダンブラウザ用) */
	background: #bfbfbf;    /* テーブルとth、tdの線 */
	border-collapse:separate;
	margin:10px 0 0 0;
}
.btom-table .no-magin{
	margin:0;
}
.btom-table th,
.btom-table td{
	padding: 5px 10px 5px;
}
.btom-table th{
	width: 20%;
	border: 1px solid #ffffff; /* 見出し(th)の内側に1pxの線 */
	background: #ded9d4;    /*「table.data」の背景色を上書き */
	text-align:center;
	vertical-align:middle;
}
.btom-table td{
	width: 80%;
	background: #ffffff; /*「table.data」の背景色を上書き */
	vertical-align:middle;
}
.btom-table td.separator{
	height:4px;
	padding:0;
	line-height:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-fp-flow-wrap{
	padding:0 20px;
	margin:0 0 10px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-fp-flow{
	line-height:0;
	float:left;	
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-stamp-fp{
	float:left;
	padding: 84px 33px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #pstamp-sp-flow-wrap{
	padding:0 20px;
	margin:20px 0 10px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow{
	float:left;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow#left{
	width:122px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow#center{
	width:249px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow#right{
	width:122px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow dt{
	line-height:0;
	height:189px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .pstamp-sp-flow dd{
	margin:10px 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-stamp-sp {
	float: left;
	padding: 84px 23px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #thanks-pass-list {
	margin:0 0 20px -20px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #thanks-pass-list li{
	float:left;
	padding:0 0 0 20px;
	line-height:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #thanks-pass-txt-list {
	margin:0 0 20px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list-wrap{
	padding:0 20px;
	margin:0 0 20px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list {
	float:left;
	width:122px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list dt{
	line-height:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list dd{
	margin:10px 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .cmn-four-unit-list dd span{
	color:#d90000;
	border:solid 1px #d90000;
	padding:0 2px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-stamp-2benefit {
	float: left;
	padding: 57px 12px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #members-coupon-txt {
	border-top: dotted 1px #666666;
	padding:10px 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #favorite-shop-list {
	margin:0 0 10px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-wrap {
	padding:0 0 0 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-left {
	float:left;
	border:solid 1px #c4c0bc;
	width:433px;
	min-height:310px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-area-ttl {
	background:#d4d0cd;
	border:solid 1px #ffffff;
	padding:6px 0 6px 9px; 
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-unit-wrap {
	padding:20px 40px 20px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-unit {
	float:left;
	width:151px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-unit dt{
	line-height:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .shop-input-unit dd{
	margin:10px 0 0 0;
}

.btom-cmn-cont-wrap .btom-cmn-cont-inner-white .btom-cmn-flow-allow-shop-input {
    float: left;
    padding: 62px 13px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-right {
	float:right;
	border:solid 1px #c4c0bc;
	width:216px;
	min-height:310px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #shop-input-area-right .shop-input-unit-wrap {
	padding:20px 30px 20px;
}

.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap {
	margin:0 0 0 -19px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap .btom-inquiry-unit {
	float:left;
	width:325px;
	border: 1px solid #C4C0BC;
	margin:0 0 0 19px;
	min-height:125px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap .btom-inquiry-unit-ttl {
	background:#d4d0cd;
	border:solid 1px #ffffff;
	padding:6px 0 6px 9px;
	border-radius:0;
	margin:0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap .btom-inquiry-unit-inner{
	padding:10px;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap #btom-inquiry-unit-inner-img{
	line-height:0;
	margin:0 0 10px 0;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap #btom-inquiry-unit-inner-btn{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#01325b;
	border:none;
	color:#ffffff;
	cursor:pointer;
	width:106px;
	margin:10px auto 0;
	text-align:center;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap #btom-inquiry-unit-inner-btn a{
	background: url("/common/images/ico-arrow-white-pc.gif") no-repeat scroll 15px 50% transparent;
	padding:8px 20px;
	display:block;
	color:#ffffff;
	text-decoration:none;
}
.btom-cmn-cont-wrap .btom-cmn-cont-inner-white #btom-inquiry-unit-wrap #btom-inquiry-unit-inner-btn a:hover{
	text-decoration:underline;
}

/*よくあるご質問*/
.faq-anchor-block{
	border:1px solid #c4c0bc;
	background-color:#FFF;
	padding:11px 19px;
	margin-bottom:40px;
}
.faq-anchor-list li{
	border-top: 1px dotted #666666;
	background: url("/common/images/ico-arrow-blue-square-pc.gif") no-repeat scroll left center transparent;
    padding: 8px 0 8px 18px;
}
.faq-anchor-list li:first-child{
	border-top:none;
}
.faq-anchor-list li a{
	color: #035D8A;
	text-decoration:none;
}
.faq-anchor-list li a:hover{
	text-decoration:underline;
}
.faq-anchor-list li.faq-anchor-list-under-wrap{
	background:none;
	padding:0;
	width:100%;
}
.faq-anchor-list ul.faq-anchor-list-under{
	padding-left:20px;
}
.faq-anchor-list ul.faq-anchor-list-under li{
	background: url("/common/images/ico-arrow-blue-pc.gif") no-repeat scroll left center transparent;
	padding-left:12px;
}
.faq-cmn-block-wrap{
	border:1px solid #c4c0bc;
	border-bottom:none;
	background-color:#FFF;
}
.faq-cmn-block{
	border-bottom:1px solid #c4c0bc;
	padding:0 10px;
}
.faq-cmn-block-inner{
	padding:0 10px 10px;
}
.faq-cmn-block h3{
	border-bottom: 1px dotted #666666;
    clear: both;
    color: #231815;
    font-size: 117%;
    padding:10px 0;
}
.faq-cmn-block h3 span{
	border-left: 4px solid #BAB6AF;
    display: block;
    line-height: 25px;
    padding: 0 0 0 10px;
}
.faq-cmn-block h4{
	border-top: 1px dotted #666666;
}
.faq-cmn-block-inner h4:first-child{
	border:none;
}
.faq-cmn-block h4 a{
	display:block;
	color: #035D8A;
	text-decoration:none;
	background: url("/qa/images/faq-open-btn-bg-pc.gif") no-repeat scroll 0px 10px transparent;
	padding:8px 0 8px 18px;
	font-weight:normal;
}
.faq-cmn-block h4.close a{
	background: url("/qa/images/faq-open-btn-bg-pc.gif") no-repeat scroll 0px -142px transparent;
}
.faq-cmn-block h4 a:hover{
	text-decoration:underline;
}

.faq-answer-block.close{
	display:none;
	/*text-size-adjust:100%;*/
}
.faq-answer-block dt{
	font-weight:bold;
	display:list-item;
	list-style:inside;
	list-style-type:square;
	border-bottom: 1px dotted #666666;
	padding:8px 0;
}
.faq-answer-block dd{
	padding:8px 0;
	border-bottom: 1px dotted #666666;
	margin-left:15px;
}
.faq-answer-block dd.last{
	border-bottom:none;
}
.faq-answer-block p{
	padding:8px 0;
}
.faq-answer-block a{
	color: #035D8A;
	text-decoration:none;
	border-bottom:1px dotted #035D8A;
}
.faq-answer-block a:hover{
	border-bottom:none;
}
.faq-top-btn{
	margin:30px 0;
	text-align:right;
}
.faq-top-btn img{
	width:84px;
}
#faq-inquiry .faq-cmn-block-inner{
	padding-bottom:20px;
}
.faq-cmn-block h4.gray-bg{
	background: none repeat scroll 0 0 #D4D0CD;
    border-bottom: 1px solid #BDB8B3;
	border-top:none;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    clear: both;
    margin:20px 0 10px;
    padding: 6px 0 5px 10px;
}
.faq-cmn-block p.phone-number-img{
	margin:0 0 10px 0;
	line-height:0;
}
.faq-cmn-block p.phone-number-img img{
	width:203px;
}
.faq-cmn-block p.inquiry-txt{
	border-bottom: 1px dotted #666666;
	padding:0 0 10px 0;
}
.faq-cmn-block p.inquiry-txt a{
	color:#035d8a;
	text-decoration:none;
	border-bottom:dotted 1px #035d8a;
}
.faq-cmn-block p.inquiry-txt a:hover{
	border-bottom:none;
}

/* 重要なお知らせ(15/01/15) */
.btom-cmn-cont-base.m_bottom20{
  margin-bottom: 20px;
}
#btom-important-info-area{
  background: #ffffff;
  border: 1px solid #bf0000;
  padding: 15px;
  margin-bottom: 20px;
  font-size:114%;
}
#btom-important-info-area > h3{
  color: #d90000;
  font-size: 118%;
  font-weight: bold;
  margin-bottom: 15px;
}
#btom-important-info-area > p{
  margin-bottom: 15px;
}
#btom-important-info-area a.linkPdf{
    background: url("/common/images/ico-pdf-pc-mini.png") no-repeat scroll left center #ffffff;
    color: #035d8a;
    padding: 3px 10px 3px 35px;
    text-decoration: none;
}
#btom-important-info-area a.linkTxt{
    background: url("/common/images/aside-li-under-arrow-pc.gif") no-repeat scroll left center #ffffff;
    color: #035d8a;
    padding: 3px 10px 3px 15px;
    text-decoration: none;
}
#btom-important-info-area a > span{
  border-bottom: 1px dotted #035d8a;
  color: #035d8a;
  font-weight: bold;
}
#btom-important-info-area a:hover span{
  border-bottom: 1px dotted #ffffff;
}
.btom-important-info-link{
  margin: 20px auto;
}
.btom-important-info-link > a{
  color: #d90000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 114%;
}
.btom-important-info-link > a:hover{
  text-decoration: none;
}

/*----------------------------------------------------
  大量一括購入
----------------------------------------------------*/
.form-table #rdo-sit-block .rdo-label {
	margin-left:5px;
}
.form-table #rdo-sit-block .rdo-label:first-child {
	margin-left:0;
}

.mb20-pc{
	margin-bottom: 20px;
}
}

/*	qa-link
----------------------------------------------------*/
.qa-link {
	margin: 30px 0;
}

.qa-link__btn {
	display: block;
	color: #fff;
	background-color: #023893;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 16px;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(136, 136, 136, .5);
	max-width: 312px;
	width: 100%;
	box-sizing: border-box;
  text-decoration: none;
  margin: 0 auto;
}

.qa-link__btn::after {
	position: absolute;
	height: 20px;
	width: 20px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background:url("/sell/images/button-arrow-white.png");
	background-size: cover;
	content: '';
	display: block;
}