@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/*
Theme Name:             candydoll
Theme URI:              http://t-garden.jp/
Description:            candydoll Media Site
Author:                 T-Garden
Author URI:             http://www.t-garden.jp
Version:                1.0
License:
License URI:
*/
/*#########################################################

要素関連

#########################################################*/
* {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p {}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: #a27fbe;
}
a:hover {
  text-decoration: none;
}
section {
  margin-bottom: 20px;
}

/*#########################################################

WordPress必須クラス

#########################################################*/
.wp-caption {
  /**/
}

.wp-caption-text {
  /**/
}

.sticky {
  /**/
}

.gallery-caption {
  /**/
}

.bypostauthor {
  /**/
}

.alignright {
  /**/
}

.alignleft {
  /**/
}

.aligncenter {
  /**/
}

.screen-reader-text {
  /**/
}

/*#########################################################

レイアウト

#########################################################*/
@media screen and (max-width: 780px) {}
@media screen and (min-width: 780px) {}
/*  Color Pattern
# purple
  color: #8d75b3;
# pink for CandyDoll Basic
  color: #e19dc3;
# pink for CandyDoll Color
  color: #ed7ca2;
# blue
  color: #6ec0d8;
# light Pink
  color: #f8ccd5;
*/
body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
#container {
  padding-top: 70px;
  position: relative;
  width: 100%;
}
.limited {
    color: #e24599;
    font-size: 16px;
    margin-bottom: 20px;
}
/* サイトヘッダ */
header#site-header {
  background: url(data/img/bg-header.png) repeat top left;
  border-bottom: 5px solid #fff;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.layer_board_bg,
.layer_board {
  position: absolute;
}
.layer_board_bg {
  display: none;
}
.layer_board {
    display: none;
    position: fixed;
    text-align: center;
    z-index: 2000;
    background: #fff;
    width: 100%;
    bottom: 0;
    border-top: solid 1px #d8d8d8;
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.layer_board a {
  text-decoration: none;
      color: #fff;
}
.btn_close {
    display: table-cell;
    width: 10%;
    background: #e9e9f0;
    color: #c5c5c5;
    height: 60px;
    vertical-align: middle;
}
.lineAdd_pop {
    display: table-cell;
    width: 90%;
    background: #7adcc3;
    color: #fff;
    padding: 5px 0;
    vertical-align: middle;
    height: 60px;
}
.lineAdd_pop img {
    width: 80%;
    padding-top: 5px;
}
.lineAdd_pop:after {
    content: "";
    display: block;
    clear: both;
}
p.line_text {
    padding-top: 5px;
    font-size: 12px;
}
p.closeIcon {
    position: relative;
    border: solid 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: auto;
    margin-top: 5px;
}
p.closeText {
    font-size: 11px;
}
p.closeIcon:before {
    content: "";
    background-color: #c5c5c5;
    width: 16px;
    margin: 0 auto;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    left: 2px;
}
p.closeIcon:after {
    content: "";
    background-color: #c5c5c5;
    width: 16px;
    margin: 0 auto;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    left: 2px;
}
.lineLeft {
    width: 87%;
    float: left;
    height: 60px;
}
.plusIcon {
    width: 12%;
    float: left;
    border-left: solid 1px #fff;
    height: 60px;
    position: relative;
}
.plusIcon:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 3px;
    top: 29px;
    left: 50%;
    border-radius: 2px;
    margin-left: -10px;
    position: absolute;
}
.plusIcon:after {
    content: "";
    background: #fff;
    width: 3px;
    height: 20px;
    top: 21px;
    left: 50%;
    border-radius: 2px;
    margin-left: -1.5px;
    position: absolute;
}
@media screen and (min-width: 780px) {
  header#site-header {
    min-width: 1000px;
  }
  .layer_board {
    display: none;
    position: fixed;
    text-align: center;
    z-index: 2000;
    background: #fff;
    width: 150px;
    bottom: 60px;
    border-top: 0;
    right: 0;
}
.layer_board a {
  text-decoration: none;
      color: #fff;
}
.btn_close {
    display: block;
    width: 10%;
    background: none;
    color: #c5c5c5;
    height: auto;
    vertical-align: middle;
    position: relative;
    top: 10px;
    left: -12px;
}
.lineAdd_pop {
    display: table-cell;
    width: 90%;
    background: #7adcc3;
    color: #fff;
    padding: 5px 0;
    vertical-align: middle;
    height: 60px;
}
.lineAdd_pop img {
    width: 92%;
    padding-top: 5px;
}
.lineAdd_pop:after {
    content: "";
    display: block;
    clear: both;
}
p.line_text {
    padding-top: 5px;
    font-size: 12px;
}
p.closeIcon {
    position: relative;
    border: solid 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: auto;
    margin-top: 5px;
    background: #fff;
}
p.closeText {
    font-size: 11px;
    display: none;
}
p.closeIcon:before {
    content: "";
    background-color: #c5c5c5;
    width: 16px;
    margin: 0 auto;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    left: 2px;
}
p.closeIcon:after {
    content: "";
    background-color: #c5c5c5;
    width: 16px;
    margin: 0 auto;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    left: 2px;
}
.lineLeft {
    width: 76%;
    float: left;
    height: 60px;
    padding: 0 2%;
}
.plusIcon {
    width: 20%;
    float: left;
    border-left: solid 1px #fff;
    height: 60px;
    position: relative;
    box-sizing: border-box;
}
.plusIcon:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 3px;
    top: 29px;
    left: 50%;
    border-radius: 2px;
    margin-left: -10px;
    position: absolute;
}
.plusIcon:after {
    content: "";
    background: #fff;
    width: 3px;
    height: 20px;
    top: 21px;
    left: 50%;
    border-radius: 2px;
    margin-left: -1.5px;
    position: absolute;
}
}
header#site-header #sp {
  display: block;
}
header#site-header #pc {
  display: none;
}
#main #navBox {
  display: none;
}
#sp #logo {
  height: 50px;
}
#sp #logo img {
  height: 50px;
}
#adminMenu {
  display: none;
  background: #fff;
  padding: 5px 10px;
}
#adminMenu li {
  display: inline-block;
  margin: 0 15px 0 0;
}
#sp #logo {
    height: 36px;
    left: 10px;
    position: absolute;
    top: 15px;
}
#sp #logo img {
    height: 36px;
}
#sp #navBox {
  position: absolute;
  right: 0;
  top: 5px;
}
#sp #menuBtn {
  background: #ed7ca2;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-family: 'Cabin Condensed', "メイリオ","Meiryo","ＭＳ Ｐゴシック",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
  height: 50px;
  letter-spacing: 1px;
  line-height: 50px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 500;
}
#sp #menuBtn.open {
  border-radius: 25px 25px 0 0;
  height: 55px;
}
#sp #navBox nav {
  background: #ed7ca2;
  display: none;
  padding: 15px;
  position: absolute;
  right: 5px;
  top: 55px;
  width: 280px;
  z-index: 500;
}
#sp #navBox nav .menu {
  background: #fff;
}
#sp #navBox nav .menu li {
  background: none;
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
}
#sp #navBox nav .menu li.snsLinks {
  height: auto;
  padding-bottom: 10px;
}
#sp #navBox nav .menu li.snsLinks .snsLinksExp {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
#sp #navBox nav .menu li.snsLinks ul {}
#sp #navBox nav .menu li.snsLinks li {
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50px;
  text-align: center;
}
#sp #navBox nav .menu li.snsLinks li a {
  height: 36px;
  padding: 2px;
}
#sp #navBox nav .menu li.snsLinks li img {
  height: 36px;
}
#sp #navBox nav .menu a {
  background: url(data/img/link-arrow.png) #fff no-repeat right 10px center;
  background-size: auto 20px;
  color: #ed7ca2;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
#sp #navBox nav .menu .menuSearch {
  display: none;
}
#sub {
  display: none;
}

@media screen and (min-width: 780px) {
    header#site-header {
      height: 45px;
      margin: 0 0 30px;
    }
    header#site-header #sp {
      display: none;
    }
    header#site-header #pc {
      display: block;
    }
    #pc .homeBtn {
      float: left;
      height: 40px;
      padding: 0 0 0 10px;
      width: 40px;
    }
    #pc .snsLinks {
      float: right;
      height: auto;
    }
    #pc .snsLinks .snsLinksExp {
      display: none;
    }
    #pc .snsLinks ul {
      padding: 5px 10px;
    }
    #pc .snsLinks li {
      border: 0;
      display: inline-block;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    #pc .snsLinks li a {
      background: none;
      border: 0;
      height: 30px;
      padding: 0;
    }
    #pc .snsLinks li a:hover {
      opacity: 0.8;
    }
    #pc .snsLinks li img {
      height: 30px;
    }
    #main #navBox {
      display: block;
      margin: 0 0 20px;
    }
    #main #navBox nav {
    }
    #main #navBox nav .menu {
    }
    #main #navBox nav .menu:after {
      clear: both;
      content: '';
      display: block;
    }
    #main #navBox nav .menu li {
      display: block;
      float: left;
      height: 50px;
      letter-spacing: 1px;
      line-height: 50px;
      text-align: center;
      width: 200px;
    }
    #main #navBox nav .menu li #logo {
    }
    #main #navBox nav .menu li #logo img {
      height: 50px;
    }
    #main #navBox nav .menu a {
      color: #615d5d;
      display: block;
      font-family: 'Cabin Condensed', "メイリオ","Meiryo","ＭＳ Ｐゴシック",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
      font-size: 16px;
      text-decoration: none;
    }
    #main #navBox nav .menu a:hover {
      background: url(./data/img/bg-heart.png) no-repeat center center;
    }
    #main #navBox nav .menu #logo a:hover {
      background: none;
      opacity: 0.8;
    }
    #main #navBox nav .menu .menuSearch {
      display: none;
    }
}

/* メインカラム */
@media screen and (min-width: 780px) {
  #main {
    margin: 0 auto;
    width: 1000px;
  }
}

#main {
  //padding: 20px;
  /* 記事エントリ */
  /* 記事エントリのページナビゲーション */
}
#main h2 {
  background: url(data/img/hr-heart.png) no-repeat top 6px left;
  background-size: 22px 22px;
  //border-bottom: 2px solid #8a74b0;
  color: #8a74b0;
  font-size: 20px;
  font-family: 'Cabin Condensed', "メイリオ","Meiryo","ＭＳ Ｐゴシック",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 0 5px 15px;
  padding: 8px 10px 8px 28px;
}
h3.rightTtl {
    width: 268px;
    background: url(data/img/hr-heart.png) no-repeat center left;
    background-size: 22px 22px;
    color: #8a74b0;
    margin: 0 5px 15px;
    padding: 8px 0px 8px 28px;
    font-size: 20px;
}
@media screen and (min-width: 780px) {
  #main h2 {
    border: 0;
  }
  h3.rightTtl  {
    float: right;
}
}
#main article.entry {
  //padding: 20px;
  border-bottom: 3px dotted #efefef;
}
#main .navigation {
  padding: 20px;
}

/* サブカラム */
#sub {
  padding: 20px;
}
#sub .widget {
  padding: 20px;
}
/* サイトフッタ */
footer#site-footer {
    background: url(data/img/bg-header.png) repeat top left;
    padding: 10px 0;
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#footerLink {
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
}
#footerLink ul {}
#footerLink li {
    display: inline-block;
    padding: 0 5px;
}
#footerLink a {
    color: #615d5d;
}
#copyright {
    color: #333;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
}
@media screen and (min-width: 780px) {
    footer#site-footer:after {
        clear: both;
        content: '';
        display: block;
    }
    #footerInner {
        margin: 0 auto;
        width: 1000px;
    }
    #footerLink {
        float: left;
        text-align: left;
    }
    #copyright {
        float: right;
    }
}
.itemCartbox {
    margin-bottom: 40px;
}
.link a {
  background:#ed7ca2 ;
  border-radius: 8px;
  color: #fff;
  display: block;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0 10px 15px;
  text-align: center;
  text-decoration: none;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 10px;
}
.link a:after {
    content: "\f105";
    font-family: FontAwesome;
    right: 20px;
    position: absolute;
    font-size: 20px;
}
/* --- INDEX --- */
ul#instafeed {
    padding: 0 4% 30px 4%;
}
ul#instafeed li {
    display: inline-block;
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}
section#entryNews {}
section#entryNews h2 {
  background: url(data/img/hr-heart.png) no-repeat center left;
  background-size: 22px 22px;
  border-bottom: 2px solid #8a74b0;
  color: #8a74b0;
  margin: 0 5px 15px;
  padding: 8px 10px 8px 28px;
}
section#entryNews ul.entry {
  margin: 0 15px 15px;
}
section#entryNews li {}
section#entryNews li a {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0;
  text-decoration: none;
}
span.newsDate {
    display: inline-block;
    color: #8a74b0;
    width: 10%;
    vertical-align: top;
}
span.newsTitle {
    display: inline-block;
    width: 90%;
}
section#clubBanner {}
section#clubBanner ul {
  margin: 0 auto;
  width: 96%;
}
section#clubBanner ul:after {
  clear: both;
  content: '';
  display: block;
}
section#clubBanner li {
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  width: 50%;
}
section#clubBanner li #wpg-login {
  margin: 0;
}
section#clubBanner a {
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 10px;
}
section#clubBanner a img {
    width: 90%;
}
a.line_addFriend {
    background: #7adcc3;
}
a.candydoll_club {
    background: #a27fbe;
}
section#clubBanner img {}
section#entryTitle {}
section#entryTitle h2 {
  background: url(data/img/hr-heart.png) no-repeat center left;
  background-size: 22px 22px;
  color: #8a74b0;
  margin: 0 5px 15px;
  padding: 8px 10px 8px 28px;
}
section#entryTitle.home h2 {
  float: left;
  border-bottom: none;
}
h2.catTtl {
    float: left;
}
.itemListIcon.mR {
    margin-right: 10px;
    border-right: none;
}
section#entryTitle .banner {}
section#entryTitle .banner a {
  display: block;
  margin: 0 5px 15px;
  text-align: center;
}
section#entryTitle .entry {
    padding: 10px 0;
}section#entryTitle .entry a {
  background-size: auto 20px;
  border-bottom: 1px solid #efefef;
  color: #615d5d;
  display: block;
  margin: 0 5px;
  padding: 5px;
      height: 100%;
}
section#entryTitle a:after {
  clear: both;
  content: '';
  display: block;
}
section#entryTitle .image {
  float: left;
  height: 100%;
  width: 90px;
}
section#entryTitle .image img {
  height: 60px;
}
section#entryTitle .title {
  box-sizing: border-box;
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 5px 0 5px 10px;
    width: calc(100% - 90px);
    font-weight: bold;
}
section#entryTitle .copy {
  box-sizing: border-box;
    float: left;
    font-size: 11px;
    line-height: 14px;
    padding: 0 0 5px 10px;
    width: calc(100% - 90px);
    color: #928f91;
}
.topicsFeed {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    border-top: 1px solid #efefef;
  }
.topicsFeed li {
    border-bottom: 1px solid #efefef;
    color: #615d5d;
    display: block;
    margin: 0 5px;
    padding:15px 5px;
}
.topicsFeed li a {
    color: #615d5d;
    text-decoration: none;
}
.topicsImg {
  float: left;
  width: 90px;
  height: 100%;
}

p.topicsTtl {
  box-sizing: border-box;
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 0 0 5px 10px;
    width: calc(100% - 90px);
    font-weight: bold;
}
p.topicsCopy {
  box-sizing: border-box;
    float: left;
    font-size: 11px;
    line-height: 15px;
    padding: 0 0 0 10px;
    width: calc(100% - 90px);
    color: #928f91;
}
.topicsFeed li:first-child,
.topicsFeed li:nth-child(2) {
    width: 50%;
    display:block;
    vertical-align: top;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    box-sizing: border-box;
    float: left;
    margin:0;
    padding: 0 2%;

}
.topicsFeed li:nth-child(3)::before {
  content: "";
  display: block;
  clear: both;
}
.topicsFeed li:first-child .topicsImg,
.topicsFeed li:nth-child(2) .topicsImg{
  float: none;
  width: 100%;
  margin-bottom: 5px;
      height: auto;
      margin-top: 10px;
}
.topicsFeed li:first-child .topicsTtl,
.topicsFeed li:nth-child(2) .topicsTtl{
  float: none;
  width: 100%;
  padding: 0px 0 5px 5px;
}
.topicsFeed li:first-child .topicsCopy,
.topicsFeed li:nth-child(2) .topicsCopy{
  float: none;
  width: 100%;
  padding:0 0 10px 5px;
  font-weight: normal;
}
.topicsFeed li:first-child {
    border-right: solid 1px #efefef;
}
.topicsFeed li:last-child {
    border-bottom: 0;
}
#entryNotFound {
  line-height: 2em;
  padding: 10px;
}
section#pickup {
    margin: 0 3% 40px 3%;
}
section#pickup a {
    display: inline-block;
    margin: 0;
    width: 49%;
    font-size: 0;
}
p.memberLimited {
font-size: 9px;
    color: #ed7ba2;
    display: inline-block;
    padding: 1px 5px 0 5px;
    border-radius: 8px;
    margin: 0 10px 5px 10px;
    height: 15px;
    line-height: 15px;
    border: #ed7ba2 solid 1px;
}
a.moreBtn {
    text-align: center;
    display: block;
    text-decoration: none;
    border-bottom: solid 1px #efefef;
    height: 50px;
    line-height: 50px;
    margin: 0px 5px 40px 5px;
    color: #928f91;
}
@media screen and (min-width: 780px) {
  #entryNotFound {
    float: left;
    min-height: 1200px;
    width: 660px;
  }
  .link a {
    background: #ed7ca2;
    border-radius: 8px;
    color: #fff;
    display: block;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    margin: 0 auto 15px;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 70%;
}
}
section#itemTitle {
  background: #e9e8f0;
  padding: 20px 0;
}
section#itemTitle h2 {
  background: none;
    border: 0;
    color: #8a74b0;
    font-size: 24px;
    margin: 0;
    padding: 10px 0 20px;
    text-align: center;
}
#itemSliderBox {
  margin: 0 auto;
  width: 90%;
}
.itemSlider {}
.itemSlider:after {
  clear: both;
  content: '';
  display: block;
}
.itemSlider li {
  box-sizing: border-box;
  float: left;
  padding: 5px;
  width: 40%;
}
.itemSlider li a {  
  color: #615d5d;
  display: block;
  text-decoration: none;
}
.itemSlider li a span.image {
  display: block;
  margin: 0 0 10px;
}
.itemSlider li a span.name {
  display: block;
  font-size: 10px;
  line-height: 14px;
  //text-align: center;
}
#itemSliderBox .bx-wrapper .bx-prev {
  left: -10px;
}
#itemSliderBox .bx-wrapper .bx-next {
  right: -10px;
}
section#itemTitle .link a {
  background: none;
  background-size: auto 25px;
  border-radius: 30px;
  color: #8a74b0;
  display: block;
  font-size: 14px;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  margin: 0 auto 15px;
  text-align: center;
  text-decoration: none;
  width: 60%;
      background: #fff;
}
section#entryListNew {}
section#entryListNew div {}
section#entryListNew a {
  background-size: auto 20px;
  border-bottom: 1px solid #ccc;
  color: #615d5d;
  display: block;
  height: 60px;
  margin: 0 5px;
  padding: 5px;
}
section#entryListNew a:after {}
section#entryListNew .image {
  float: left;
  height: 60px;
  width: 90px;
}
section#entryListNew .image img {
  height: 60px;
}
section#entryListNew .title {
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0 5px 10px;
  width: calc(100% - 90px);
}
section#category #categoryBox {
  margin: 0 0px 40px;
  padding: 0;
}
section#category #categoryBox h2 {
  background: #8a74b0;
  color: #fff;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  padding: 10px;
  margin: 0;
}
section#category #categoryBox ul {}
section#category #categoryBox li {}
section#category #categoryBox li ul {
  padding: 0 0 0 15px;
}
section#category #categoryBox li a {
  border-bottom: 1px solid #ececec;
  display: block;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 5px 5px 5px 60px;
  text-decoration: none;
}
section#category #categoryBox li.club a {
  background: url(data/img/icon-heart.png) no-repeat left 17px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 35px auto, 8px auto;
}
section#category #categoryBox li.clubMakeup a {
  background: url(data/img/category-makeup.png) no-repeat left 17px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 35px auto, 8px auto;
}
section#category #categoryBox li.clubHair a {
  background: url(data/img/category-hair.png) no-repeat left 17px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 35px auto, 8px auto;
}
section#category #categoryBox li.clubDiet a {
  background: url(data/img/category-diet.png) no-repeat left 17px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 35px auto, 8px auto;
}
section#category #categoryBox li.clubJob a {
  background: url(data/img/category-job.png) no-repeat left 22px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 26px auto, 7px auto;
}
section#category #categoryBox li.clubBeauty a {
  background: url(data/img/category-beauty.png) no-repeat left 17px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 35px auto, 8px auto;
}
section#category #categoryBox li.clubDiy a {
  background: url(data/img/category-diy.png) no-repeat left 17px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 35px auto, 8px auto;
}
section#category #categoryBox li.clubLove a {
  background: url(data/img/category-love.png) no-repeat left 17px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 35px auto, 8px auto;
}
section#category #categoryBox li.special a {
  background: url(data/img/category-special.png) no-repeat left 17px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 35px auto, 8px auto;
}
section#category #categoryBox li.info a {
  background: url(data/img/category-info.png) no-repeat left 17px center, url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 35px auto, 8px auto;
}
section#category #categoryBox li a:hover {
  background-color: #f2eff7;
}

section#itemCategory #itemCategoryBox {
  border: 1px solid #8a74b0;
  border-radius: 5px;
  margin: 0 10px 20px;
  padding: 0;
}
section#itemCategory #itemCategoryBox h2 {
  background: #8a74b0;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 10px;
  margin: 0;
}
section#itemCategory #itemCategoryBox ul {}
section#itemCategory #itemCategoryBox li {}
section#itemCategory #itemCategoryBox li.on {
  border-bottom: 1px solid #8a74b0;
}
section#itemCategory #itemCategoryBox li span {
  border-bottom: 1px solid #8a74b0;
  color: #8d75b3;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 5px 5px 5px 40px;
  text-decoration: none;
}
section#itemCategory #itemCategoryBox li span {
  background-color: #ffffff;
  background-position: left 5px center, right 12px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 30px 30px, 10px 10px;
}
section#itemCategory #itemCategoryBox li.basemake.off span {
  background-image: url(data/img/itemcat-basemake.png), url(data/img/list-down.png);
}
section#itemCategory #itemCategoryBox li.basemake.on span {
  background-image: url(data/img/itemcat-basemake.png), url(data/img/list-up.png);
}
section#itemCategory #itemCategoryBox li.lip.off span {
  background-image: url(data/img/itemcat-lip.png), url(data/img/list-down.png);
}
section#itemCategory #itemCategoryBox li.lip.on span {
  background-image: url(data/img/itemcat-lip.png), url(data/img/list-up.png);
}
section#itemCategory #itemCategoryBox li.cheek.off span {
  background-image: url(data/img/itemcat-cheek-highlight.png), url(data/img/list-down.png);
}
section#itemCategory #itemCategoryBox li.cheek.on span {
  background-image: url(data/img/itemcat-cheek-highlight.png), url(data/img/list-up.png);
}
section#itemCategory #itemCategoryBox li.others.off span {
  background-image: url(data/img/itemcat-others.png), url(data/img/list-down.png);
}
section#itemCategory #itemCategoryBox li.others.on span {
  background-image: url(data/img/itemcat-others.png), url(data/img/list-up.png);
}
section#itemCategory #itemCategoryBox li.others.on {
  border-bottom: 0;
}
section#itemCategory #itemCategoryBox li.others.off span {
  border-bottom: 0;
  border-radius: 0 0 10px 10px;
}
section#itemCategory #itemCategoryBox li ul {
  display: none;
}
section#itemCategory #itemCategoryBox li  li a {
  background: url(data/img/link-arrow.png) no-repeat right 15px center;
  background-size: 7px 14px;
  border-bottom: 1px solid #8a74b0;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 5px 5px 5px 40px;
  text-decoration: none;
}
section#itemCategory #itemCategoryBox li a:hover {
  background-color: #f2eff7;
}
section#itemCategory #itemCategoryBox ul li ul li:last-child a {
  border: 0;
}
section#itemCategory #itemCategoryBox ul li:last-child ul li:last-child a {
  border-radius: 0 0 10px 0;
}
#tweetTimeline {
  border-bottom: 1px solid rgba(15,70,100,.12);
  border-top: 1px solid rgba(15,70,100,.12);
  margin: 0 0 20px;
}

@media screen and (min-width: 780px) {
  #main:after {
    clear: both;
    content: '';
    display: block;
  }
  section#entryNews {
    float: left;
    width: 400px;
  }
  section#entryNews h2 {
    border: 0;
    margin-bottom: 0;
  }
  section#entryNews ul {
    margin: 0 5px;
  }
  section#entryNews li a:hover {
    text-decoration: underline;
  }
  section#clubBanner {
    float: right;
    width: 580px;
    margin-top: 30px;
  }
  section#clubBanner ul {}
  section#clubBanner li {
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 50%;
  }
  section#clubBanner img {}
  section#entryTitle {
    float: left;
    min-height: 1200px;
    width: 660px;
  }
  section#entryTitle:after {
    clear: both;
    content: '';
    display: block;
  }
  section#entryTitle h2 {}
  section#entryTitle .entry {
    margin: 0;
  }
  section#entryTitle .entry a {
    color: #615d5d;
    padding: 10px;
  }
  section#entryTitle .image {
    float: left;
    height: 134px;
    width: 200px;
  }
  section#entryTitle .image img {
    height: auto;
    width: 100%;
  }
  section#entryTitle .entry .title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
    width: calc(100% - 200px);
    font-weight: bold;
  }
  section#entryTitle .entry .copy {
    font-size: 12px;
    line-height: 18px;
    width: calc(100% - 200px);
  }
  section#entryTitle .entry p {}

.topicsFeed li {
    padding: 10px;
}
.topicsImg {
    width: 200px;
}
p.topicsTtl {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
    width: calc(100% - 200px);
}
p.topicsCopy {
    font-size: 12px;
    line-height: 18px;
    width: calc(100% - 200px);
}

  section#itemTitle {
    clear: both;
    padding: 40px 0;
  }
  #itemSliderBox {
    margin: 0 auto;
    width: 80%;
  }
  .itemSlider {}
  .itemSlider:after {
    clear: both;
    content: '';
    display: block;
  }
  .itemSlider li {
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 25%;
  }
  #itemSliderBox .bx-wrapper .bx-prev {
    left: -16.25%;
  }
  #itemSliderBox .bx-wrapper .bx-next {
    right: -16.25%;
  }
  section#itemTitle .link a {
    border-radius: 27px;
    height: 55px;
    letter-spacing: 1px;
    line-height: 54px;
    width: 320px;
  }
  section#itemTitle .link a:hover {
    background: #8a74b0;
    color: #fff;
  }
  section#entryListNew {
    float: right;
    width: 300px;
  }
  section#entryListNew div {
    margin: 0 0 5px;
  }
  section#entryListNew a {
    background-size: auto 20px;
    display: block;
    height: 60px;
  }
  section#entryListNew a:after {}
  section#entryListNew .image {
    float: left;
    height: 60px;
    width: 90px;
  }
  section#entryListNew .image img {
    height: 60px;
  }
  section#entryListNew .title {
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 5px 5px 10px;
    width: calc(100% - 90px);
  }
  section#pickup {
    float: right;
    width: 300px;
    margin:0 0 40px 0;
}
section#pickup a img {

    padding: 2%;
}
  section#category {
    float: right;
    width: 300px;
  }
  section#category #categoryBox {
    margin: 20px 0 20px;
  }
  section#itemCategory {
    float: right;
    width: 300px;
    margin-top: 20px;
  }
  section#itemCategory #itemCategoryBox {
    margin: 0 0 20px;
  }
  #tweetTimeline {
    border: 1px solid #ccc;
    border-radius: 10px;
    float: right;
    margin: 0 0 20px;
    width: 298px;
  }
  ul#instafeed {
    width: 300px;
    float: right;
    padding:0;
}
ul#instafeed li {
    display: inline-block;
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}
}
/* --- single.php --- */
article#post {
  margin: 0 0 30px;
}
article#post h1 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 10px;
}
article#post .postTime {
  color: #999;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 10px;
}
article#post .postThumbnail {
  margin: 0 10px 20px;
}
article#post .entry h2 {
  border-left: 5px solid #f8ccd5;
  color: #333;
  background: none;
  height: auto;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 10px 10px;
  padding: 5px 10px;
}
article#post .entry h3 {
  background: none;
  color: #333;
  font-weight: bold;
  height: auto;
  line-height: 20px;
  letter-spacing: 1px;
}
article#post .entry blockquote {
  border-radius: 8px;
  background: #efefef;
  padding: 10px;
  margin: 0 10px 10px;
}
article#post .entry p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
  padding: 10px;
}
article#post .entry ul {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px;
  padding: 10px;
}
article#post .entry li a {
  background: url(data/img/link-arrow.png) #eaebeb no-repeat right 10px center;
  background-size: auto 20px;
  border-radius: 8px;
  color: #666;
  display: block;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0 10px 15px;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
}
article#post .postmetadata {
  margin: 0 10px 20px;
}
article#post .postmetadata a {
  background: #efefef;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  padding: 5px 8px;
  text-decoration: none;
}
article#post .postLoginNotice {
  border-radius: 8px;
  background: #efefef;
  font-size: 12px;
  line-height: 16px;
  padding: 15px;
  margin: 0 10px 10px;
}
.loginLink {
background-size: auto 20px;
    border-radius: 20px;
    display: block;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 20px auto 35px;
    padding: 10px 30px 10px 10px;
    text-decoration: none;
    text-align: center;
    color: #8a74b0;
    width: 60%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 10px;
    border: solid 1px #8a74b0;
}
a.loginLink:after {
    content: "\f105";
    font-family: FontAwesome;
    right: 20px;
    position: absolute;
    font-size: 20px;
}
article#post iframe.wp-embedded-content {
  max-width: 100%;
}
/* SNS紹介タグ */
article#post .snsLinks {
  border: 3px solid #ED7CA2;
  border-radius: 10px;
  margin: 0 10px 20px;
  padding: 10px;
}
article#post .snsLinks .snsLinksExp {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 15px;
}
article#post .snsLinks ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
article#post .snsLinks li {
  text-align: center;
  width: 20%;
}
article#post .snsLinks li img {
  width: 80%;
}
@media screen and (min-width: 780px) {
  article#post {
    float: left;
    margin: 0 0 30px;
    width: 680px;
  }
  article#post h1 {
    border-bottom: 2px solid #8d75b3;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 10px;
  }
  article#post .entry h2 {
    font-size: 20px;
    line-height: 24px;
  }
  article#post .entry iframe {
    max-width: 640px;
  }
  article#post img {}
  article#post .snsLinks {
      padding: 15px 20px;
  }
  article#post .snsLinks:after {
      clear:both;
      content: '';
      display: block;
  }
  article#post .snsLinks .snsLinksExp {
    float: left;
    margin: 0;
    width: 360px;
  }
  article#post .snsLinks ul {
    display: block;
    float: right;
    width: 240px;
  }
  article#post .snsLinks ul:after {
      clear:both;
      content: '';
      display: block;
  }
  article#post .snsLinks li {
    display: block;
    float: left;
    text-align: center;
    width: 48px;
  }
  article#post .snsLinks li img {
    width: 40px;
  }
}

/* --- itemlist --- */
section#itemList {
  padding: 15px;
}
.itemListContent {
  background: #fff;
  border: 1px solid #ececec;
  margin: 0 0 20px;
  padding: 10px;
}
.itemListContent a {
  color: #615d5d;
  display: block;
  text-decoration: none;
}
.itemListContent p {
  text-align: center;
}
.itemListContent p img {
  max-width: 250px;
  width: 70%;
}
.itemListContent h3 {
  font-size: 14px;
  height: 60px;
  line-height: 20px;
  padding: 0 20px;
}
.price {
    padding: 0 20px 10px 20px;
}
/* mordal */
.MODALTRAGET {
    position: absolute!important;
    width: 100%;
    height: auto!important;
    left: 0px!important;
    right: 0px!important;
    background: none!important;
    overflow-y: hidden;
    opacity: 0;
    min-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    height: 100%;
    /*z-index: 9999999;*/
    visibility: hidden;
        font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#modalBg4 {
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #000;
        opacity: 0.5;

}
.mordalBg {
    position: fixed!important;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.modalInner {
    position: relative;
    text-align: left;
    background-size: 140px 140px;
}
.modalInner_in {
    background: #fff;
        padding: 40px 0;
}
.modalInner_content {
    padding: 40px 5% 20px 5%;
}
.modalInner_header {
    position: fixed;
    background: #fff;
    z-index: 999999;
    height: 50px;
    width: 100%;
    top: 0;
    border-bottom: solid 1px #e4e4e4;
        color: #a27fbe;
}
.close_button {
    width: 90px;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    font-size: 18px;
}
.close_button p:before {
    content: "\f104";
    font-family: FontAwesome;
    left: 10px;
    position: absolute;
    font-size: 24px;
}


li.categoryList ul li {
    width: 50%;
    float: left;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #e4e4e4;
    box-sizing: border-box;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
li.categoryList ul li:nth-child(2n) {
  border-left: none;
}
li.categoryList ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding-left: 5px;
    position: relative;
}
li.categoryList ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    right: 10px;
    position: absolute;
    font-size: 12px;
}
li.categoryList ul::after {
    content: "";
    display:block;
    clear:both;
}
div#categoryContentBox ul li ul {
    margin-bottom: 10px;
}
li.categoryList span {
    display: block;
    border-top: solid 1px #e4e4e4;
    background: #a27fbe;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
}
div#categoryContentBox ul li:last-child ul li {
    width: 100%;
    border-top: solid 1px #e4e4e4;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
section#categoryContent h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #a27fbe;
}

.drill .itemListContent {
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    float: left;
    border: solid #ececec;
    border-width: 0px 1px 1px 0px;
}
.drill .itemListOuter .itemListContent:first-child,
.drill .itemListOuter .itemListContent:nth-child(2) {
    border-top:solid 1px #ececec;
}
.drill .itemListContent h3 {
    font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 0;
}
.drill .itemListOuter {
      display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.drill .itemListContent p img {
  max-width: 100%;
    width: 100%;
}
.drill .price {
    padding: 10px 0 10px 0;
    font-size: 14px;
}
.drill .price span {
  font-size: 12px;
}
.drill .itemListOuter {
    border: solid #ececec;
    border-width: 0px 0px 0 1px;
}
.itemListIcon a p {
    background-size: 100%;
    height: 20px;
    width: 22px;
    margin: auto;
    padding-bottom: 2px;
      }
.itemListIcon01 p {
    background: url(data/img/icon02.png)no-repeat ;
}
.itemListIcon02 p {
    background: url(data/img/icon03.png)no-repeat ;
}
.iconToggle p {
    background: url(data/img/icon01.png)no-repeat ;
}
.itemListIcon a:first-child {
    border-right: solid 1px #ececec;
}
.itemListIcon a {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 9px;
    padding: 7px 7px;
}
.itemListIcon:after {
    content: "";
    display: block;
    clear: both;
}
.itemListIcon {
    float: right;
    border: solid 1px #ececec;
    margin-bottom: 10px;
}
section#entryTitle.home .itemListIcon {
    margin-right: 10px;
    border-right: none;
}
@media screen and (min-width: 780px) {
  section#itemList {
    float: left;
    min-height: 1200px;
    padding: 0;
    width: 660px;
  }
  section#itemList:after {
    clear: both;
    content: '';
    display: block;
  }
  section#itemList h2 {
    margin-bottom: 30px;
  }
  /* mordal */
.MODALTRAGET {
    width:540px;
    margin-top: 40px;
  }
.drill .itemListContent p img {
    max-width: 100%;
    width: 80%;
}
.drill .itemListContent {
    padding: 30px;
}
.modalInner_in {
    padding: 0;
}
.modalInner_header {
  position: static;
}
.itemListIcon a:first-child {
    display: none;
}
}
/* --- itemDetail --- */
article#itemDetail {
  padding: 8px;
}
article#itemDetail h1 {
  border-left: 5px solid #f8ccd5;
  color: #333;
  background: none;
  height: auto;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 10px 10px;
  padding: 5px 10px;
}
article#itemDetail .itemDetailText {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
}
article#itemDetail .itemDetailText p {
  margin: 0 0 15px;
}
article#itemDetail dl {
  margin: 0 0 20px;
}
article#itemDetail dt {
  border-left: 5px solid #f8ccd5;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 10px;
}
article#itemDetail dd {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}
article#itemDetail .buyLink a {
  background: #ed7ca2;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: block;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0 10px 15px;
  text-align: center;
  text-decoration: none;
}
article#itemDetail .buyLink a:after {
  content: "▶";
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
article#itemDetail #itemExp li a {
  background: url(data/img/link-arrow.png) #eaebeb no-repeat right 10px center;
  background-size: auto 20px;
  border-radius: 8px;
  color: #666;
  display: block;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0 10px 15px;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
}
@media screen and (min-width: 780px) {
  article#itemDetail {
    float: left;
    padding: 20px 0;
    width: 680px;
  }
  article#itemDetail h1 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 10px 25px;
    padding: 10px 20px;
  }
  article#itemDetail #itemImage {
    margin: 0 auto;
    padding: 0 20px;
    width: 460px;
  }
  article#itemDetail #itemExp {
  }
  article#itemDetail dl {
  }
}

/* --- Contact --- */
section#contact {
  margin: 0 0 30px;
  padding: 20px 0;
}
@media screen and (min-width: 780px) {
  section#contact {
    float: left;
    min-height: 1200px;
    width: 680px;
  }
}
section#contact h2 {
  background: none;
  border-left: 5px solid #f8ccd5;
  color: #333;
  margin: 0 15px 15px;
  padding: 5px 10px;
}
section#contact .contactText {
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  margin: 0 0 20px;
}
section#contact #contactMail {
  margin: 0 0 30px;
}
section#contact #contactMail a {
  background: #ed7ca2;
  background-size: auto 25px;
  border-radius: 8px;
  color: #fff;
  display: block;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0 10px 10px;
  text-align: center;
  text-decoration: none;
}
section#contact #contactMail a:after {
  content: "▶";
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 780px) {
  section#contact #contactMail {
    margin: 0 auto 30px;
    width: 400px;
  }
}
section#contact dl {
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  margin: 0 0 20px;
}
section#contact dt {
  border-left: 3px solid #ccc;
  margin: 0 0 10px;
  padding: 5px 0 5px 17px;
}
section#contact dd {
  padding: 0 0 0 20px;
}
section#contact .notice {
  color: #d00;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  margin: 0 0 20px;
}

/* --- Privacy --- */
section#privacy {
  margin: 0 0 20px;
  padding: 20px 0;
}
@media screen and (min-width: 780px) {
  section#privacy {
    float: left;
    min-height: 1200px;
    width: 680px;
  }
}
section#privacy h2 {
  background: none;
  border-left: 5px solid #999;
  color: #333;
  margin: 0 10px 15px;
  padding: 5px 15px;
}
section#privacy dl {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  margin: 0 10px 20px;
}
section#privacy dt {
  border-left: 3px solid #ccc;
  margin: 0 0 10px;
  padding: 5px 0 5px 17px;
}
section#privacy dd {
  margin: 0 0 25px;
  padding: 0 0 0 10px;
}
/* --- Enquete --- */
article#enquete {
  margin: 0 0 30px;
  padding: 20px 0;
}
@media screen and (min-width: 780px) {
  article#enquete {
    float: left;
    min-height: 1200px;
    width: 680px;
  }
}
article#enquete h1 {
  border-left: 5px solid #f8ccd5;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0 10px 10px;
  padding: 10px;
}
article#enquete section h2 {
  border-left: 5px solid #f8ccd5;
  color: #333;
  background: none;
  height: auto;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 10px 10px;
  padding: 5px 10px;
}
article#enquete section h3 {
  background: none;
  color: #333;
  font-weight: bold;
  height: auto;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 5px 10px;
}
article#enquete section blockquote {
  border-radius: 8px;
  background: #efefef;
  padding: 10px;
  margin: 0 10px 10px;
}
article#enquete section p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px;
  padding: 10px;
}
article#enquete .entry h2 {
  border-left: 5px solid #f8ccd5;
  color: #333;
  background: none;
  height: auto;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 10px 10px;
  padding: 5px 10px;
}
article#enquete .entry h3 {
  background: none;
  color: #333;
  font-weight: bold;
  height: auto;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 5px 10px;
}
article#enquete .entry blockquote {
  border-radius: 8px;
  background: #efefef;
  padding: 10px;
  margin: 0 10px 10px;
}
article#enquete .entry p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px;
  padding: 10px;
}
article#enquete #trust-form {
  margin: 0 auto 15px;
  width: 95%;
}
article#enquete #trust-form table {
  border: 0;
  margin: 0;
}
article#enquete #trust-form tr {
  border-bottom: 10px solid #fff;
}
article#enquete #trust-form tr:hover {
  background: #fcfcfc;
}
article#enquete #trust-form th {
  border: 0;
  background: none;
}
article#enquete #trust-form th .subject {
  border-left: 5px solid #f8ccd5;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  padding: 10px;
}
article#enquete #trust-form th .subject:after {
  clear: both;
  content: '';
  display: block;
}
article#enquete #trust-form th .subject span.require {
  background: #e19dc3;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
}
article#enquete #trust-form th .submessage {
  line-height: 1.6em;
}
@media screen and (min-width: 780px) {
  article#enquete #trust-form th, article#enquete #trust-form td {
    float: left;
    clear: both;
    width: 100%;
  }
}
article#enquete #trust-form td {
  border-bottom: 0;
}
article#enquete #trust-form input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 24px;
  margin: 0 auto 10px;
  padding: 5px;
  width: 90%;
}
article#enquete #trust-form input[type="submit"] {
  background: #ed7ca2;
  border: 0;
  color: #fff;
  font-size: 16px;
  height: 40px;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0 auto 15px;
  width: 90%;
}
article#enquete #trust-form ul {
  font-size: 0.9em;
  margin: 0 0 10px;
  padding: 5px 0;
}
article#enquete #trust-form li {
  line-height: 1.8em;
}
article#enquete #trust-form input[type="radio"], article#enquete #trust-form input[type="checkbox"] {
  margin: 0 10px 0 0;
}
article#enquete #trust-form textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 10px;
  padding: 5px;
  width: 90%;
}
article#enquete #trust-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 24px;
  padding: 10px;
  margin: 0 auto 20px;
  width: 90%;
}
article#enquete #trust-form .error {
  font-size: 0.9em;
  margin: 0 0 10px;
}


/* --- custom post for LP --- */
/* COLOR Series 2016/10 */
/*
-- basic color
  pink   #ec77a3 / background,copy
  green  #c8e3ea / background
  blue   #cbe6ed / text(pink bg)
  gray   #e7e8e8 / btn

-- for color name
  peach coral    #dd7580
  pure pink      #d27098
  my love pink   #e2899f
  apple red      #da4564
  flamingo pink  #cb5884
  see through    #dc5b7a
*/
article#post #colorseries {
  margin: 0 0 30px;
}
article#post #colorseries h2 {
  border: 0;
}
article#post #colorseries .main {
  margin: 0;
  padding: 0;
  text-align: center;
}
article#post #colorseries .main img {
  margin: 0;
  width: 100%;
}
article#post #colorseries p {
  font-size: 14px;
  line-height: 28px;
}
article#post #colorseries .pinkBg {
  background: #ec77a3;
  color: #c8e3ea;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 0;
  text-align: center;
}
article#post #colorseries .pinkBg h3 {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
article#post #colorseries .pinkBg .eyeCatch {}
article#post #colorseries .pinkBg .eyeCatch li {
  margin: 0 0 10px;
}
article#post #colorseries .greenBg {
  background: #c8e3ea;
  color: #2e2623;
  font-size: 14px;
  line-height: 28px;
  padding: 10px;
  text-align: center;
}
article#post #colorseries .greenBg h2.copy {
  color: #ec77a3;
  margin: 0 0 10px;
}
article#post #colorseries .greenBg p.information {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
article#post #colorseries .greenBg p.information span {
  font-size: 14px;
  line-height: 22px;
}
article#post #colorseries .greenBg .itemList {
  background: #fff;
  padding: 10px;
}
article#post #colorseries .greenBg .itemList h2 {
  background: url(data/img/lp/color/color-heart.png) no-repeat left 5px center;
  background-size: 30px auto;
  line-height: 30px;
  margin: 10px 0 15px;
  padding: 0 0 0 34px;
  text-align: left;
}
article#post #colorseries .greenBg .itemBox {
  margin: 0 0 45px;
}
article#post #colorseries .greenBg .itemBox h3 {
  border-radius: 5px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0 0 15px;
  text-align: center;
}
article#post #colorseries .greenBg .itemBox.peachCoral h3 {
  background: #dd7580;
}
article#post #colorseries .greenBg .itemBox.purePink h3 {
  background: #d27098;
}
article#post #colorseries .greenBg .itemBox.myLovePink h3 {
  background: #e2899f;
}
article#post #colorseries .greenBg .itemBox.appleRed h3 {
  background: #da4564;
}
article#post #colorseries .greenBg .itemBox.flamingoPink h3 {
  background: #cb5884;
}
article#post #colorseries .greenBg .itemBox.seeThrough h3 {
  background: #dc5b7a;
}
article#post #colorseries .greenBg .itemBox .image {
  margin: 0;
}
article#post #colorseries .greenBg .itemBox .text {
  line-height: 22px;
  margin: 0;
}
article#post #colorseries .greenBg .itemBox .price {
  margin: 0;
}
article#post #colorseries .greenBg .itemBox .link {
  margin: 0;
}
article#post #colorseries .greenBg .itemBox .link a {
  background: url(data/img/lp/color/link-arrow.png) #e7e8e8 no-repeat right 15px center;
  background-size: 12px auto;
  border: 0;
  color: #2e2623;
  font-size: 16px;
  height: 50px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0;
}
@media screen and (min-width: 780px) {
  article#post #colorseries p {
    font-size: 16px;
    line-height: 32px;
  }
  article#post #colorseries .pinkBg {
    font-size: 16px;
  }
  article#post #colorseries .pinkBg .eyeCatch {}
  article#post #colorseries .pinkBg .eyeCatch:after {
    clear: both;
    content: '';
    display: block;
  }
  article#post #colorseries .pinkBg .eyeCatch li {
    float: left;
    width: 50%;
  }
  article#post #colorseries .greenBg {
    padding: 20px;
  }
  article#post #colorseries .greenBg .itemList {
    padding: 20px;
  }
  article#post #colorseries .greenBg .itemList h2 {
    padding: 0 0 0 45px;
  }
  article#post #colorseries .greenBg .itemBox {
  }
  article#post #colorseries .greenBg .itemBox:after {
    clear: both;
    content: '';
    display: block;
  }
  article#post #colorseries .greenBg .itemBox h3 {
    float: right;
    margin: 0 0 15px;
    width: 270px;
  }
  article#post #colorseries .greenBg .itemBox p {
    font-size: 14px;
  }
  article#post #colorseries .greenBg .itemBox .image {
    float: left;
    margin: 0 10px 0 0;
    width: 270px;
  }
  article#post #colorseries .greenBg .itemBox .text {
    float: right;
    margin: 0;
    width: 270px;
  }
  article#post #colorseries .greenBg .itemBox .price {
    float: right;
    margin: 0 0 15px;
    width: 270px;
  }
  article#post #colorseries .greenBg .itemBox .link {
    float: right;
    margin: 0 0 15px;
    width: 270px;
  }
}
/* MINISET 2016/11 */
/*
-- basic color
  beige   #fef3f0 / background,copy
  pink  #f092ac / background
  blue   #cbe6ed / text(pink bg)
  gray   #e7e8e8 / btn

-- for color name
  normal    #9575af
  shiny     #f4879b
*/
article#post #miniset {
  margin: 0 0 30px;
}
article#post #miniset h2 {
  border: 0;
}
article#post #miniset .main {
  margin: 0;
  padding: 0;
  text-align: center;
}
article#post #miniset .main img {
  margin: 0;
  width: 100%;
}
article#post #miniset p {
  font-size: 14px;
  line-height: 28px;
}
article#post #miniset .pinkBg {
  background: #f092ac;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 0;
  text-align: center;
}
article#post #miniset .pinkBg h3 {
  color: #fff;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.8em;
}
article#post #miniset .pinkBg .catch {
  font-size: 1.1em;
  letter-spacing: 1px;
}
article#post #miniset .beigeBg {
  background: #fef3f0;
  color: #f092ac;
  font-size: 14px;
  line-height: 28px;
  padding: 10px;
  text-align: center;
}
article#post #miniset .beigeBg .itemList {
  background: #fff;
  padding: 10px;
}
article#post #miniset .beigeBg .itemList h2 {
  background: url(data/img/lp/color/color-heart.png) no-repeat left 5px center;
  background-size: 30px auto;
  line-height: 30px;
  margin: 10px 0 15px;
  padding: 0 0 0 34px;
  text-align: left;
}
article#post #miniset .beigeBg .itemBox {
  margin: 0 0 45px;
}
article#post #miniset .beigeBg .itemBox h3 {
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  margin: 0 0 15px;
  text-align: center;
}
article#post #miniset .beigeBg .itemBox.normal h3 {
  background: #9575af;
}
article#post #miniset .beigeBg .itemBox.shiny h3 {
  background: #f4879b;
}
article#post #miniset .beigeBg .itemBox .image {
  border: 1px solid #dfdfdf;
  margin: 0;
}
article#post #miniset .beigeBg .itemBox .text {
  color: #615d5d;
  font-size: 0.8em;
  line-height: 22px;
  margin: 0;
}
article#post #miniset .beigeBg .itemBox.normal .text span {
  color: #9575af;
  font-size: 14px;
  display: block;
  padding: 5px 0;
}
article#post #miniset .beigeBg .itemBox.shiny .text span {
  color: #f4879b;
  font-size: 14px;
  display: block;
  padding: 5px 0;
}
article#post #miniset .beigeBg .itemBox .price {
  color: #615d5d;
  margin: 0;
}
article#post #miniset .beigeBg .itemBox .link {
  margin: 0;
}
article#post #miniset .beigeBg .itemBox .link a {
  background: url(data/img/lp/color/link-arrow.png) #e7e8e8 no-repeat right 15px center;
  background-size: 12px auto;
  border: 0;
  color: #2e2623;
  font-size: 16px;
  height: 50px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0;
}
article#post #miniset .pc {
  display: none;
}
article#post #miniset .sp {
  display: block;
}
@media screen and (min-width: 780px) {
  article#post #miniset .beigeBg {
    padding: 20px;
  }
  article#post #miniset .pinkBg .catch {
    font-size: 1.2em;
    letter-spacing: 2px;
  }
  article#post #miniset .beigeBg .itemList {
    padding: 20px;
  }
  article#post #miniset .beigeBg .itemList h2 {
    padding: 0 0 0 45px;
  }
  article#post #miniset .beigeBg .itemBox {
  }
  article#post #miniset .beigeBg .itemBox:after {
    clear: both;
    content: '';
    display: block;
  }
  article#post #miniset .beigeBg .itemBox h3 {
    float: right;
    margin: 0 0 15px;
    width: 270px;
  }
  article#post #miniset .beigeBg .itemBox p {
    font-size: 14px;
  }
  article#post #miniset .beigeBg .itemBox .image {
    float: left;
    margin: 0 10px 0 0;
    width: 270px;
  }
  article#post #miniset .beigeBg .itemBox .text {
    float: right;
    margin: 0;
    width: 270px;
  }
  article#post #miniset .beigeBg .itemBox .price {
    float: right;
    margin: 0 0 15px;
    width: 270px;
  }
  article#post #miniset .beigeBg .itemBox .link {
    float: right;
    margin: 0 0 15px;
    width: 270px;
  }
  article#post #miniset .sp {
    display: none;
  }
  article#post #miniset .pc {
    display: block;
  }
}

  #commonInfoTitle {
	border-left: 3px solid #ccc;
	margin: 0 0 10px;
	padding: 5px 0 5px 17px;
  }
  
  #commonInfoContents {
	padding: 0 0 0 20px;
  }

/* --- custom post for LP --- */
/* LIQID PURE FOUNDATION 2017/01 */
/*
-- basic color
  pink   #ec77a3 / background,copy
  green  #c8e3ea / background
  blue   #cbe6ed / text(pink bg)
  gray   #e7e8e8 / btn

-- for color name
  peach coral    #dd7580
  pure pink      #d27098
  my love pink   #e2899f
  apple red      #da4564
  flamingo pink  #cb5884
  see through    #dc5b7a
*/
.br-sp { display:block; }
article#post #purefoundation {
  margin: 0 0 30px;
}
article#post #purefoundation h2 {
  border: 0;
}
article#post #purefoundation .main {
  margin: 0;
  padding: 0;
  text-align: center;
}
article#post #purefoundation .main img {
  margin: 0;
  width: 100%;
}
article#post #purefoundation p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
article#post #purefoundation .purefoundationTtl {
    background: #6EBED6;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
 }
article#post #purefoundation .pinkBg {
  color: #eb7da1;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
article#post #purefoundation .pinkBg h3 {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin: 20px 0;
}
article#post #purefoundation .pinkBg .white {
  padding:20px 0 0 0;
}
article#post #purefoundation .pinkBg .eyeCatch {}
article#post #purefoundation .pinkBg .eyeCatch li {
  margin: 0 0 10px;
}
article#post #purefoundation .greenBg {
  background: #c39ec7;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 10px;
  text-align: center;
}
article#post #purefoundation .greenBg h2.copy {
  color: #ec77a3;
  margin: 0 0 10px;
}
article#post #purefoundation .greenBg p.information {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
article#post #purefoundation .greenBg p.information span {
  font-size: 14px;
  line-height: 22px;
}
article#post #purefoundation .greenBg .itemList {
  background: #fff;
  padding: 10px;
}
article#post #purefoundation .greenBg .itemList h2 {
  background: url(data/img/lp/color/color-heart.png) no-repeat left 5px center;
  background-size: 30px auto;
  line-height: 25px;
  margin: 10px 0 15px;
  padding: 0 0 0 40px;
  text-align: left;
}
article#post #purefoundation .greenBg .itemBox {
  margin: 0 0 45px;
}
article#post #purefoundation .greenBg .itemBox h3 {
  border-radius: 5px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0 0 15px;
  text-align: center;
}
article#post #purefoundation .greenBg .itemBox.peachCoral h3 {
  background: #f5c3a7;
}
article#post #purefoundation .greenBg .itemBox.purePink h3 {
  background: #d27098;
}
article#post #purefoundation .greenBg .itemBox.myLovePink h3 {
  background: #e2899f;
}
article#post #purefoundation .greenBg .itemBox.appleRed h3 {
  background: #da4564;
}
article#post #purefoundation .greenBg .itemBox.flamingoPink h3 {
  background: #cb5884;
}
article#post #purefoundation .greenBg .itemBox.seeThrough h3 {
  background: #dc5b7a;
}
article#post #purefoundation .greenBg .itemBox .image {
  margin: 0;
}
article#post #purefoundation .greenBg .itemBox .text {
  line-height: 29px;
  margin: 0;
  color: #c39ec7;
  font-size: 14px;
}
article#post #purefoundation .greenBg .itemBox .price {
  margin: 0;
}
article#post #purefoundation .greenBg .itemBox .link {
  margin: 0;
}
article#post #purefoundation .greenBg .itemBox .link a {
  background: url(data/img/btn_arrow.png) #EB77A1 no-repeat right 15px center;
  background-size: 12px auto;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0;
}
  article#post #purefoundation .greenBg .start  {
    float: left;
    width: 40%;
  }
  article#post #purefoundation .greenBg .startBox:after  {
    clear: both;
    content: '';
    display: block;
  }
  article#post #purefoundation .greenBg .startTxt  {
    color: #fff;
    text-align: left;
  }
  article#post #purefoundation .greenBg .startTtl  {
    font-weight:bold;
	color:#fff;
	font-size:18px;
	padding: 10px 0;
  }
  article#post #purefoundation .greenBg .bdBtn a {
    display: block;
    border: solid 1px #fff;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
  }
    article#post #purefoundation .pinkBg .eyeCatch li {
    width: 100%;
  }
  article#post #purefoundation .pinkBg .eyeCatch li p {
    color:#EC7DA2;
    font-size: 16px;
  }
    article#post #purefoundation .pinkBg a.cartLink  {
    background: url(data/img/btn_arrow.png) #EB77A1 no-repeat right 15px center;
    background-size: 12px auto;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    width: 90%;
  }
  article#post #purefoundation .pinkBg a:hover.cartLink  {
    opacity:0.5;
  }
@media screen and (min-width: 780px) {
  .br-sp { display:none; }
  article#post #purefoundation p {
    font-size: 16px;
    line-height: 32px;
  }
  article#post #purefoundation .purefoundationTtl {
    background: #6EBED6;
    color: #fff;
  }
  article#post #purefoundation .pinkBg {
    font-size: 16px;
  }
  article#post #purefoundation .pinkBg .eyeCatch {}
  article#post #purefoundation .pinkBg .eyeCatch:after {
    clear: both;
    content: '';
    display: block;
  }
  article#post #purefoundation .pinkBg .eyeCatch li {
    width: 100%;
    margin-top: 20px;
  }
  article#post #purefoundation .pinkBg .eyeCatch li p {
    color:#EC7DA2;
  }
  article#post #purefoundation .greenBg {
    padding: 20px;
  }
  article#post #purefoundation .greenBg .itemList {
    padding: 20px;
  }
  article#post #purefoundation .greenBg .itemList h2 {
    padding: 0 0 0 45px;
  }
  article#post #purefoundation .greenBg .itemBox {
  }
  article#post #purefoundation .greenBg .itemBox:after {
    clear: both;
    content: '';
    display: block;
  }
  article#post #purefoundation .greenBg .itemBox h3 {
    float: right;
    margin: 0 0 15px;
    width: 270px;
  }
  article#post #purefoundation .greenBg .itemBox p {
    font-size: 14px;
    color: #333;
  }
  article#post #purefoundation .greenBg .itemBox .image {
    float: left;
    margin: 0 10px 0 0;
    width: 270px;
  }
  article#post #purefoundation .greenBg .itemBox .text {
    float: right;
    margin: 0;
    width: 270px;
  }
  article#post #purefoundation .greenBg .itemBox .price {
    float: right;
    margin: 0 0 15px;
    width: 270px;
  }
  article#post #purefoundation .greenBg .itemBox .link {
    float: right;
    margin: 0 0 15px;
    width: 270px;
  }
  article#post #purefoundation .greenBg .start  {
    float: left;
    width: 30%;
  }
    article#post #purefoundation .greenBg .startBox  {
    width: 100%;
    margin: 0 auto;
  }
  article#post #purefoundation .greenBg .startBox:after  {
    clear: both;
    content: '';
    display: block;
  }
  article#post #purefoundation .greenBg .startTxt  {
    float: left;
    width: 63%;
    color: #fff;
    text-align: left;
  }
  article#post #purefoundation .greenBg .startTtl  {
    font-weight:bold;
    color:#fff;
    font-size: 28px;
    padding: 20px 0;
    letter-spacing: 0.12em;
  }
  article#post #purefoundation .greenBg .bdBtn a {
    display: block;
    border: solid 1px #fff;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    width: 70%;
    margin: 0 auto;
  }
    article#post #purefoundation .greenBg .bdBtn a:hover {
    display: block;
    text-decoration: none;
    color: #c39ec7;
	background:#fff;
  }
  article#post #purefoundation .pinkBg a.cartLink  {
    background: url(data/img/btn_arrow.png) #EB77A1 no-repeat right 15px center;
    background-size: 12px auto;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 30px auto;
    display: block;
    text-decoration: none;
    width: 60%;
    border-radius: 10px;
  }
  article#post #purefoundation .pinkBg a:hover.cartLink  {
	  opacity:0.8;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
 .page-numbers.current {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  color: #8d75b3;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 3px;
  text-align: center;
  width: 32px;
}
a.page-numbers {
  background: #8d75b3;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  width: 34px;
}
a.page-numbers:hover {
  opacity: 0.8  ;
}
