/* memberNavi
====================*/
#memberNavi h2, ul#nomemberUl {
 display: none;
}
#memberNavi ul li {
 display: inline-block;
 border-left: 1px #fff solid;
 margin-right: -6px;
}
#memberNavi ul li:first-child {
 border-left: none;
}
#memberNavi ul li:last-child {
 border-right: none;
}
#memberNavi ul a {
 width: 200px;
 text-align: center;
 background: #54392C;
 display: inline-block;
 line-height: 26px;
 padding: 5px 11px;
 border-radius: 5px;
 margin: 10px 4px 0 4px;
 color: #fff;
 font-weight: bold;
}
#memberNavi ul #now a {
 color: #54392C;
 background: #fff;
 width: 196px;
 border: solid 2px #54392C;
 padding: 4px 11px;
 text-decoration: none;
}
/* contents
====================*/
#contents {
 width: 460px;
}
#contents h1 {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 2px #E4CEAF;
	margin-bottom: 20px;
}
#contents h1 span {
	display: block;
	font-size: 18px;
	margin-top: 5px;
}
#contents h2 {
 margin: 0 auto 10px;
 border-bottom: solid 2px #E4CEAF;
 font-size: 20px;
 color: #53392B;
 font-weight: bold;
 background-repeat: no-repeat;
}
#contents .h1_small {
 font-size: 16px;
 font-weight: bold;
}
#contents h2 {
 padding: 5px;
}
#contents h2 span {
 display: block;
 padding: 5px 0;
 font-size: 15px;
}
#contents h3 {
 margin-bottom: 10px;
 font-weight: bold;
}
.summary {
 margin: 10px 0;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
/* meritBox
====================*/
#meritBox h3 {
 font-size: 14px;
 text-align: center;
 font-weight: bold;
 margin: 20px 0 15px;
}
#meritBox h3:before {
 content: '';
 position: absolute;
 left: 50%;
 bottom: -1px;
 display: inline-block;
 width: 60px;
 height: 3px;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #F6AC2B;
 border-radius: 2px;
}
#meritBox ul {
 background: #FAF6EE;
 position: relative;
 border-radius: 5px;
 padding: 15px 5px;
 height: 135px;
}
#meritBox li {
 float: left;
 text-align: center;
}
#meritBox .merit1 {
 width: 102px;
}
#meritBox .merit2 {
 width: 130px;
 margin-left: -3px;
}
#meritBox .merit3 {
 width: 98px;
 margin-left: -3px;
}
#meritBox .merit4 {
 width: 130px;
 margin-left: -5px;
}
#meritBox .merit1::after {
 content: "";
 background: url(/img/beginner-contents3-1-1.png)no-repeat;
 background-size: 100px;
 display: block;
 width: 100px;
 height: 100px;
 position: absolute;
 top: 50px;
 left: 10px;
}
#meritBox .merit2::after {
 content: "";
 background: url(/img/beginner-contents3-1-2.png)no-repeat;
 background-size: 100px;
 display: block;
 width: 100px;
 height: 100px;
 position: absolute;
 top: 50px;
 left: 123px;
}
#meritBox .merit3::after {
 content: "";
 background: url(/img/beginner-contents3-1-3.png)no-repeat;
 background-size: 100px;
 display: block;
 width: 100px;
 height: 100px;
 position: absolute;
 top: 50px;
 right: 10px;
}
#meritBox .merit4::after {
 content: "";
 background: url(/img/beginner-contents3-1-4.png)no-repeat;
 background-size: 100px;
 display: block;
 width: 100px;
 height: 100px;
 position: absolute;
 top: 50px;
 right: 123px;
}
#meritBox h4 {
 font-size: 13px;
 font-weight: normal;
 line-height: 1.3em;
}
#meritBox h4 span {
 color: #F6AC2B;
 font-size: 16px;
 vertical-align: bottom;
}
/* exchangeBox
====================*/
#exchangeBox h3 {
 font-size: 14px;
 text-align: center;
 font-weight: bold;
 margin: 20px 0 15px;
 line-height: 1.3em;
}
#exchangeBox h3:before {
 content: '';
 position: absolute;
 left: 50%;
 bottom: -5px;
 display: inline-block;
 width: 60px;
 height: 3px;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #F6AC2B;
 border-radius: 2px;
}
#exchangeBox ul {
 background: #FAF6EE;
 position: relative;
 border-radius: 5px;
 padding: 20px 5px 10px 5px;
 margin-bottom: 10px;
}
#exchangeBox li {
 width: 130px;
 padding-top: 130px;
 margin-top: 10px;
 text-align: center;
 color: #666;
 position: relative;
 float: left;
}
#exchangeBox li p {
 font-size: 13px;
 margin: 5px auto;
 line-height: 1.3em;
}
#exchangeBox .exchange1 p {
 width: 100px;
}
#exchangeBox .exchange2 p {
 width: 145px;
 position: absolute;
 left: -7px;
}
#exchangeBox .exchange3 p {
 width: 110px;
}
#exchangeBox .exchange4 p {
 width: 170px;
 position: absolute;
 left: -25px;
}
#exchangeBox .exchange5 p {
 width: 115px;
}
#exchangeBox li + li {
 margin-left: 20px;
}
#exchangeBox .point {
 color: #fff;
 background: #F6AC2B;
 width: 55px !important;
 height: 55px;
 border-radius: 50px;
 box-shadow: 3px 0 0 #ffffff, 0 2px 0 #ffffff, -3px 0 0 #ffffff, 0 -3px 0 #ffffff;
 position: absolute;
 top: -15px;
 left: -10px !important;
 margin: 0 auto;
}
#exchangeBox .exchange_point {
 font-size: 16px;
 font-weight: bold;
 width: 55px;
 position: absolute;
 top: 15px;
 left: 0;
}
#exchangeBox .exchange_point2 {
 font-size: 10px;
 display: block;
 width: 55px;
 position: absolute;
 top: 28px;
}
#exchangeBox .exchange1 {
 background: url(/img/beginner-contents3-2-1.png)no-repeat;
 background-size: 130px;
 margin-left: 13px;
}
#exchangeBox .exchange2 {
 background: url(/img/beginner-contents3-2-2.png)no-repeat;
 background-size: 130px;
}
#exchangeBox .exchange3 {
 background: url(/img/beginner-contents3-2-3.png)no-repeat;
 background-size: 130px;
}
#exchangeBox .exchange4 {
 background: url(/img/beginner-contents3-2-4.png)no-repeat;
 background-size: 130px;
 margin-left: 90px;
 margin-top: 20px;
}
#exchangeBox .exchange5 {
 background: url(/img/beginner-contents3-2-5.png)no-repeat;
 background-size: 130px;
 margin-top: 20px;
}
.member #contents p.comment {
 background: #eadac8 none repeat scroll 0 0;
 border: none;
 border-radius: 8px;
 margin: 20px 5px;
 padding: 10px 15px;
}
.myBox {
 width: 460px;
 background: #fff;
 position: relative;
	margin-bottom: 80px;
}
.myBox h3 strong {
 color: #53392B;
 font-weight: bold;
}
#mypage, #h4b, #h4c, #h4d, #h4e, #h4f, #h4g {
 margin: 5px;
 text-indent: 5px;
 color: #9d531a;
 background: #d8b58d;
 border-color: #9d531a;
 border-style: solid;
 border-width: 1px 1px 1px 10px;
 font-size: 20px;
}
table {
 width: 100%;
}
th {
 text-align: left;
 padding: 3px;
 vertical-align: top;
}
td {
 padding: 3px;
 vertical-align: top;
}
.table1 {
 width: 100%;
 margin: 10px 0;
 border-collapse: collapse;
 table-layout: fixed;
}
.table1 caption {
 background: #ae8459;
 color: #fff;
 text-align: left;
 font-size: 16px;
 padding: 1px 0 0 5px;
}
.c1 {
 width: 60px;
}
.c2 {
 width: 95px;
}
.c3 {
 width: 140px;
}
.c5 {
 width: 120px;
}
.table1 th {
 text-align: left;
 padding: 3px 5px;
 border: 1px #ae8459 solid;
 vertical-align: top;
 background: #e6d9cc;
 width: 120px;
}
.table1 td {
 padding: 3px 5px;
 border: 1px #ae8459 solid;
 vertical-align: top;
 background: #fff;
}
.myBox .h3p {
 margin: 5px 10px 10px;
 padding: 5px;
}
.myBox .btnP {
 text-align: right;
}
.myBox dl dt em {
 color: #C00;
}
.myBox dl dd {
 padding: 10px;
}
.myBox dl .inputS {
 width: 50px;
}
.myBox dl input {
 width: 250px;
}
.err {
 color: #c00;
 float: left;
}
#loginchu {
 text-align: center;
 font-size: 36px;
 color: #603709;
 line-height: 210px;
 width: 480px;
 height: 1380px;
 position: absolute;
 top: 1390px;
 left: 0;
 z-index: 2;
 background: #fff;
 filter: alpha(opacity=70);
 -moz-opacity: 0.70;
 opacity: 0.70;
 font-weight: bold;
}
#join #loginchu {
 height: 710px;
}
#index #loginchu {
 height: 315px;
}
#loginchu a {
 position: absolute;
 font-size: 24px;
 line-height: 20px;
 top: 145px;
 right: 130px;
}
/* 新規メンバー登録
================================*/
#joinBox table {
 margin-top: 20px;
}
#joinBox dt {
 clear: both;
}
#joinBox input::placeholder {
 color: #c4c4c4;
}
#join-kakuninBtn a {
 background: -moz-linear-gradient(top, #916941, #5A3D2B);
 background: -webkit-linear-gradient(top, #916941, #5A3D2B);
 background: linear-gradient(to bottom, #916941, #5A3D2B);
 color: #53392B;
 display: block;
 width: 460px;
 margin: 0 0 30px;
 height: 45px;
 color: #fff;
 border-radius: 6px;
 text-align: center;
 line-height: 47px;
 font-size: 18px;
}
#join-privacy {
 padding: 20px 0px;
 clear: both;
}
.yago_request {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 18px;
}
.yago_request::before {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* 確認画面
=================================*/
.oneBox h3 {
 background: #603709;
 color: #fff;
 font-size: 16px;
 text-align: center;
 border-right: none;
}
/*　利用規約
====================================*/
#contents .memberText h2, #leftBox h3 {
 font-size: 20px;
 background: #FAF7EF;
 margin: 40px 0 0;
 padding: 10px;
 border: none;
 font-weight: bold;
}
#leftBox h3 {
 margin: 40px 0 10px;
 font-weight: bold;
}
.memberText h3, #serviceBox h4 {
 margin: 30px 0 10px;
 font-size: 16px;
 line-height: 1.2;
 font-weight: bold;
 padding-bottom: 5px;
 border-bottom: dashed 1px #DBBD94;
}
.memberText ul {
 padding: 10px 15px;
}
.memberText ul li {
 margin: 10px 0 10px 15px;
 list-style-type: disc;
}
.memberText ol li {
 margin: 10px 0 10px 40px;
 list-style-type: decimal;
}
.memberText ul {
 padding: 5px;
}
.memberText li {
 list-style: disc;
 margin: 5px 0 5px 15px;
}
/*　ポイント交換商品
====================================*/
.pointBox {
 width: 460px;
 margin: 0 auto;
}
.pointItem {
 float: left;
 padding: 0 3px 10px;
 margin: 5px;
 position: relative;
 background: #FAF7EF;
 border-radius: 8px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
}
.pointItem h3 {
 height: 32px;
 padding: 5px 0 0 20px;
 margin: 10px 5px 10px;
 background: #FFF;
 font-size: 16px;
 font-weight: normal;
}
.pointItem img {
 float: left;
 border: 1px #efefef solid;
 margin: 0 12px 5px 15px;
 display: inline;
}
.pointItem p {
 line-height: 1.7;
}
li.itemPoint {
 position: absolute;
 bottom: 5px;
 right: 5px;
 background: #fff;
 padding: 0 5px;
 font-size: 14px;
}
.red {
 color: #F00;
}
/*　マイページについて
====================================*/
#mypageMenu a {
 display: block;
 margin: 0 17px 17px 0;
 height: 45px;
 border: none;
 background: -moz-linear-gradient(top, #916941, #5A3D2B);
 background: -webkit-linear-gradient(top, #916941, #5A3D2B);
 background: linear-gradient(to bottom, #916941, #5A3D2B);
 font-weight: bold;
 color: #fff;
 text-align: center;
 line-height: 47px;
 font-size: 16px;
 border-radius: 5px;
 width: 213px;
 float: left;
}
#leftBox h5 {
 text-indent: 10px;
 color: #53392B;
 background: #faf7ef;
 margin: 20px 0 20px;
 clear: both;
}
#leftBox h6 {
 text-indent: 10px;
 color: #9D531A;
 font-size: 16px;
 margin: 30px 0 20px;
 font-weight: normal;
 border-bottom: 1px #9D531A solid;
}
.link {
 display: block;
 text-align: right;
 margin: 0 35px 24px 0;
}
li.faq a {
 text-decoration: none;
 color: #666;
 padding: 9px 28px 14px 18px;
 font-size: 14px;
 line-height: 1.6;
 background-size: 12px;
 background-position: 0 13px;
 display: block;
 margin: 16px 0 -8px 0;
}
div#mypageMenu {
 margin: 15px 0;
}
#leftBox img {
	display: block;
	margin: 0 auto;
}
#leftBox p img {
	display: inline-block;
}
/* ご利用ガイド ポイントについて */
#mypage_box_point {
 margin: 30px 0 50px;
}
#mypage_box_point #exchange_list li {
 padding-top: 226px;
 margin-top: 30px;
 position: relative;
 width: 220px;
 height: 35px;
 float: left;
 margin-left: 10px;
 text-align: center;
 color: #666666;
}
#mypage_box_point #exchange_list li .point {
 padding: 0;
 background: #F6AC2B;
 width: 75px;
 height: 75px;
 position: absolute;
 border-radius: 50px;
 color: #ffffff;
 top: -20px;
 left: -10px;
 box-shadow: 3px 0 0 #ffffff, 0 2px 0 #ffffff, -3px 0 0 #ffffff, 0 -3px 0 #ffffff;
}
#mypage_box_point #exchange_list li .point1 {
 font-weight: bold;
 position: absolute;
 font-size: 28px;
 width: 85px;
 top: 15px;
 left: -5px;
}
#mypage_box_point #exchange_list li .point2 {
 display: block;
 position: absolute;
 top: 37px;
 width: 85px;
 font-size: 14px;
 font-weight: bold;
}
#mypage_box_point #exchange_list .b_contents3_2_1 {
 background: url(/img/beginner-contents3-2-1.png)no-repeat;
}
#mypage_box_point #exchange_list .b_contents3_2_2 {
 background: url(/img/beginner-contents3-2-2.png)no-repeat;
}
#mypage_box_point #exchange_list .b_contents3_2_3 {
 background: url(/img/beginner-contents3-2-3.png)no-repeat;
}
#mypage_box_point #exchange_list .b_contents3_2_4 {
 background: url(/img/beginner-contents3-2-4.png)no-repeat;
}
#mypage_box_point #exchange_list .b_contents3_2_5 {
 background: url(/img/beginner-contents3-2-5.png)no-repeat;
}
#mypage_box_point .register {
 display: block;
 margin: 0 auto;
 width: 460px;
 height: 60px;
 line-height: 60px;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 color: #ffffff;
 background: #E89B43;
 border-radius: 5px;
 box-shadow: 0 0 2px grey;
}
#mypage_box_register {
 margin-top: 40px;
}
/*= マイページについてリンク =*/
#contentsBox ul#link_Box {
 margin-left: -5px !important;
 padding-top: 20px;
 margin-bottom: 35px !important;
 border-top: dashed 2px #dbbd94;
 position: relative;
 top: 20px;
}
#link_Box li {
 float: left;
 margin: 0 0 15px 15px;
}
#link_Box li a {
 position: relative;
 color: #53392B;
 padding: 10px 0;
 display: block;
 width: 220px;
 text-align: center;
 border: 1px solid #DBBD94;
 border-radius: 39px;
}
#link_Box li a:before {
 position: absolute;
 top: 35%;
 right: 15px;
 display: block;
 content: '';
 width: 8px;
 height: 8px;
 border-right: 2px solid #DBBD94;
 border-bottom: 2px solid #DBBD94;
 transform: rotate(45deg);
}
#point_appeal {
 text-align: center;
 width: 420px;
 display: block;
 font-size: 18px !important;
 margin: 30px auto 0 !important;
 position: relative;
}
#point_appeal:before {
 transform: rotate(-30deg);
 position: absolute;
 content: '';
 top: 3px;
 left: 0;
 display: block;
 height: 20px;
 width: 2px;
 background: #E89B43;
}
#point_appeal:after {
 transform: rotate(30deg);
 position: absolute;
 top: 3px;
 right: 0;
 content: '';
 display: block;
 height: 25px;
 width: 2px;
 background: #E89B43;
}
/*====0406マイページ記述追加====*/
#re_pass {
 display: block;
}
#serviceBox table {
 border-collapse: collapse;
 border-spacing: 0;
 width: 460px;
}
#serviceBox table input {
 height: 20px;
 padding: 5px;
 border-radius: 5px;
}
input.size300 {
 width: 260px;
}
input.size260 {
 width: 260px;
}
#serviceBox table th {
 color: #54392C;
 background: #f2ecdb;
 font-weight: bold;
 text-align: center;
 padding: 20px 0px;
 border: solid 1px #c4c4c4;
}
#serviceBox table .inputS {
 width: 60px;
 margin: 0px 10px;
}
#serviceBox table select {
 padding: 5px;
 border-radius: 5px;
 margin-bottom: 5px;
}
#serviceBox td.title {
 width: 135px;
 padding: 10px;
 background: #FAF7EF;
 font-weight: bold;
}
#serviceBox td {
 padding: 20px;
 border: solid 1px #C4C4C4;
}
#serviceBox #editBtn input {
 color: #7f7f7f;
 background: transparent linear-gradient(180deg, #fff 0%, #DEDEDE 100%, #f5f5f5 100%) 0% 0% no-repeat;
 border: 1px solid #C4C4C4;
 border-radius: 5px;
 padding: 5px 5px;
 height: 32px;
 margin-top: 5px;
 font-weight: bold;
}
#serviceBox #EnterBtn input {
 width: 250px;
 height: auto;
 display: block;
}
#serviceBox #sinki {
 border: solid 1px;
 border-radius: 5px;
 font-size: 15px;
 display: block;
 width: 355px;
 text-align: center;
 padding: 10px 0;
 margin: 0 0 0 -31px;
}
#serviceBox h4 {
 margin: 20px 0 5px;
}
#joinBox .input_any {
 display: inline-block;
 padding: 0px 10px;
 font-size: 12px;
 width: 26px;
 text-align: center;
 margin: 0 5px 5px 0;
 border-radius: 5px;
 font-weight: bold;
 color: #fff;
 background: #C4C4C4;
}
#joinBox .input_req {
 display: inline-block;
 padding: 0px 10px;
 font-size: 12px;
 width: 26px;
 text-align: center;
 margin: 0 5px 5px 0;
 border-radius: 5px;
 font-weight: bold;
 color: #fff;
 background: #E23619;
}
/*=====メンバーログイン(#memberLog)、新規メンバー登録(#memberReg)======*/
#member_login {
 margin: 15px 0 0 0;
}
.myBox .button-brown {
 position: relative;
 margin: 0 auto;
 line-height: 1.7;
 width: 355px;
 padding: 10px 0;
}
#memberLog h2 {
 background: url(/img/common/icon-title_user.svg);
 background-repeat: no-repeat;
 padding: 0 0 0 36px;
 border: none;
 margin: 15px auto;
 width: 203px;
 font-size: 23px;
}
#memberLog div {
 border: 2px #C4C4C4 solid;
 border-radius: 5px;
 padding: 15px;
}
#memberLog div p {
 position: relative;
 width: 355px;
 margin: -15px auto 10px;
}
#member_login dt {
 width: 118px;
 height: 20px;
 line-height: 33px;
 font-size: 16px;
}
#member_login dd {
 margin: -35px 0 35px 110px;
}
#member_login input {
 width: 270px;
 padding: 5px;
 font-size: 23px;
}
#member_login label {
 text-align: right;
 display: block;
}
#member_login label input {
 margin-top: 10px;
 width: auto;
}
#member_login span {
 margin-left: 10px;
}
#joinBox label {
 padding-right: 20px;
 display: inline-block;
 padding-bottom: 5px;
 position: relative;
}
#member_login .radio_btn {
 position: relative;
 top: 4px;
 width: 30px;
 margin: 0px 5px;
 height: 25px;
}
#member_login a {
 text-align: right;
 display: block;
 margin: 10px -10px 0 0;
}
#memberReg h2 {
 border: none;
 margin: 15px auto;
 width: 325px;
 background: url(/img/common/icon-title_beginner.svg);
 background-repeat: no-repeat;
 padding: 0 0 0 27px;
 font-size: 23px;
}
#memberReg h2 span {
 font-size: 20px;
 font-weight: bold;
 display: inline;
}
#memberReg div {
 background: #FAF7EF;
 border: 2px #C4C4C4 solid;
 border-radius: 5px;
 padding: 20px;
}
#memberReg li {
 width: 200px;
 float: left;
 padding: 0 4px;
}
.Reg_btn {
 background: #fff;
 padding: 25px 86px;
 margin: 5px -20px -20px -20px;
 border-radius: 0 0 5px 5px;
}
.merit span {
 color: #E89B43;
 font-size: 20px;
 font-weight: bold;
}
.merit p {
 text-align: center;
 font-size: 16px;
 line-height: 1.4;
}
.merit img {
 display: block;
 margin: 0 auto;
}
#memberReg h3 {
 text-align: center;
 font-size: 18px;
 font-weight: bold;
}
#memberReg h3:after {
 margin: 10px auto 0;
 display: block;
 background: #E89B43;
 content: '';
 width: 70px;
 height: 5px;
 border-radius: 15px;
}
#memberReg {
 margin: 35px 0 0 0;
}
#password {
 margin: 20px 0 0 0;
}
#password .btnP {
 margin: 20px 0 0 0;
}
/* 法人/個人事業主/個人
================================*/
#user-purpose {
 margin: 30px 0;
}
#user-purpose .input_req {
 display: inline-block!important;
 margin-right: 10px;
}
#user-purpose .title{
 font-weight: bold;
}
#user-purpose .selectBox {
 margin: 0 auto;
}
#user-purpose .user-business, #user-purpose .user-notbusiness {
 display: block;
 padding: 20px;
 border: 1px solid #c4c4c4;
}
#user-purpose .user-business {
 width: 418px;
 background-color: #FFFFF7;
}
#user-purpose .user-notbusiness {
 width: 418px;
 background-color: #F5F5F5;
 margin-top: -1px;
}
#user-purpose .business-label .purpose-btn:first-child {
 margin-bottom: 20px;
}
#user-purpose .user-purpose-title {
 font-size: 22px;
 line-height: 1em;
 margin-bottom: 16px;
} 
#user-purpose .user-purpose-title span {
 font-weight: bold;
}
#user-purpose  .user-purpose-label {
 width: 357px;
 height: 48px;
 padding: 20px 0 0 60px;
 background-color: #fff;
 border-radius: 5px;
 box-shadow: 1px 2px 1px 1px rgb(0 0 0 / 10%);
 border: 1px solid #c4c4c4;
 font-size: 16px;
}
#user-purpose .user-purpose-label:hover {
 background-color: #e6f3ff;
 border: 1px solid #159DD9;
}
#user-purpose .user-purpose-label span {
 font-size: 22px;
 font-weight: bold;
}
#user-purpose .purpose-btn {
 position: relative;
}
#user-purpose .user-purpose-radio {
 position: absolute;
 left: 30px;
 top: 27px;
 width: 20px;
 z-index: 10;
}
#user-purpose input:checked + label {
 background-color: #e6f3ff;
 border: 1px solid #159DD9;
}
#notselected {
 width: 460px;
 height: 1640px;
 position: absolute;
 top: 610px;
 z-index: 2;
 background: #fff;
 filter: alpha(opacity=70);
 -moz-opacity: 0.70;
 opacity: 0.70;
}
/*キャンペーン
=======================================*/
.campaign_url {
 margin: -60px 0 37px -20px;
 display: block;
 font-weight: bold;
 font-size: 17px;
 line-height: 1;
 text-align: center;
}
/*ファーストビュー
=======================================*/
#b_main span {
 position: relative;
 display: inline-block;
 border-radius: 10px;
 padding: 10px 5px;
 margin-top: 15px;
 color: #FFF;
 font-size: 25px;
 font-weight: bold;
 background-color: #E89B43;
}
#b_main img{
 width: 460px;
 margin-top: -30px;
}
#b_main {
 margin: -20px 0 30px!important;
 background: #FAF6EE;
}
/* マイページのよくある質問
=======================================*/
#member_faq h2 + p {
	margin-top: 20px;
}
#member_faq img {
	display: block;
	margin: 0 auto;
}
#member_faq p img {
	display: inline-block;
}