@charset "utf-8";
/* 共通 */
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#beginner{
   text-align: center;
   padding: 0 30px;
}
#beginner a {
  text-decoration: none;
}
.bgnr-color {
  color: #F61D76;
}
.bgnr-sm-txt {
  font-size: 0.7em;
  font-weight: normal;
}
.bgnr-mid-txt {
  font-size: 1.2em;
}
.bgnr-h3 {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 15px 0;
  margin: auto 0;
}
.bgnr-new {
  font-size: 0.7em;
  color: #F61D76;
  margin-left: 10px;
}
/*.bgnr-new {
  padding: 3px 5px;
  background: #4ABFF6;
  color: #fff;
  font-size: 0.5em;
  position: relative;
  top: -3px;
  margin-right: 10px;
  border-radius: 3px;
}*/
a.bgnr-btn-register {
  display: block;
  height: 58px;
  width: 90%;
  background: #F61D76;
  color: #fff;
  font-size: 2.3em;
  margin: 20px auto;
  font-weight: normal;
  padding-top: 12px;
}
a.bgnr-btn-register:hover {
  background: #fff;
  color: #F61D76;
  border: 2px solid #F61D76;
  height: 54px;
}

/* Header */
#bgnr-header {
  margin: 50px auto;
}
#bgnr-header h2 {
  font-size: 3.5em;
  font-family: arial, sans-serif;
  color: #F61D76;
  margin-bottom: 10px;
}
.bgnr-lead {
  font-weight: bold;
  font-size: 1.9em;
}
.bgnr-shipping {
  height: 70px;
  border: solid 1px #000;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 760px;
}
.bgnr-shipping p {
  display: inline;
  font-weight: bold;
  font-size: 1.5em;
  background: url("../img/ico_shipping.png") no-repeat left center;
  padding-left: 53px;
}
.register-area {
  background: #fee8f1;
  padding: 15px 0;
}

/* コンテンツレイアウト */
#bgnr-mbr, #bgnr-pay, #bgnr-sites, #bgnr-sp {
  margin-bottom: 50px;
}

/* 会員コンテンツ */
.bgnr-mbr-box {
  display: inline-block;
  width: 49%;
  padding: 20px 0;
}
.bgnr-mbr-point, .bgnr-mbr-request, .bgnr-mbr-bookmark {
  border-right: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
}
.bgnr-mbr-mail, .bgnr-mbr-limited, .bgnr-mbr-shop {
  border-bottom: 1px dashed #aaa;
}
a.btn-detail {
  display: block;
  border: solid 1px #000;
  width: 300px;
  height: 37px;
  margin: 0 auto;
  color: #000;
  font-size: 1.3em;
  padding-top: 13px;
  margin-top: 10px;
  background: url("../img/arrow03.png") no-repeat 280px center;
}
a.btn-detail:hover {
  background: #F61D76 url("../img/arrow05.png") no-repeat 280px center;;
  border: solid 1px #F61D76;
  color: #fff;
}
.bgnr-mbr-box h4 {
  font-size: 2.3em;
  color: #F61D76;
  padding-left: 40px;
}
.bgnr-mbr-point h4 {
  display: inline;
  background: url("../img/ico_point.png") no-repeat left center;
}
.bgnr-mbr-mail h4 {
  display: inline;
  background: url("../img/ico_mail.png") no-repeat left center;
}
.bgnr-mbr-request h4 {
  display: inline;
  background: url("../img/ico_request.png") no-repeat left center;
}
.bgnr-mbr-limited h4 {
  display: inline;
  background: url("../img/ico_limited.png") no-repeat left center;
}
.bgnr-mbr-bookmark h4 {
  display: inline;
  background: url("../img/ico_bookmark.png") no-repeat left center;
}
.bgnr-mbr-shop h4 {
  display: inline;
  background: url("../img/ico_shop.png") no-repeat left center;
}

/* お支払い方法 */
.bgnr-box-links li {
  text-align: left;
  width: 340px;
  margin: 20px 0 0 20px;
  height: 70px;
  float: left;
  font-size: 1.5em;
}
.bgnr-box-links li a {
  display: block;
  height: 51px;
  padding: 19px 0 0 20px;
  background: url("../img/arrow01.png") no-repeat 315px center;
  color: #000;
  border: 1px solid #000;
}
.bgnr-box-links li a:hover {
  background: #F61D76 url("../img/arrow04.png") no-repeat 315px center;
  color: #fff;
  border: 1px solid #F61D76;
}
.bgnr-box-links li a:hover .bgnr-new {
  color: #fff;
}

/* サイト案内 */
.bgnr-brand-list {
  text-align: left;
}
.bgnr-brand-list li {
  display: inline-block;
  margin: 10px 6px;
  
}
.bgnr-brand-list li a {
  display: block;
}
.bgnr-brand-list li a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.bgnr-brand-list li a img {
  width: 168px;
  height: auto;
}

.bgnr-guide-link {
  width: 760px;
  height: 70px;
  display: block;
  font-size: 1.5em;
  
}
.bgnr-guide-link a {
  display: block;
  width: 90%;
  height: 50px;
  color: #F61D76;
  padding-top: 20px;
  border: 1px solid #000;
  margin: 0 auto;
}
.bgnr-guide-link a:hover {
  background: #F61D76;
  color: #fff;
  border: 1px solid #F61D76;
}

/* 携帯・スマホサイト */
#bgnr-sp img {
  width: 170px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.bgnr-sp-boxR {
  text-align: left;
  display: block;
  float: right;
  width: 550px;
}
#bgnr-sp strong {
  display: block;
  background: url("../img/ico_sp.png") no-repeat left center;
  padding-left: 60px;
  color: #F61D76;
  font-size: 2em;
}