/* 記事ページ */
.gls-item{
    margin:0 0 20px;
}

.entry-text p .red{
    color:#cc3333;
    font-weight:bold;
}


/* ページタイトル */
.page-title{
    margin: 0 0 14px 0;
    padding: 10px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #4b2e1d;
    border-bottom: 3px solid #ddd;
}


.gotosale {
    margin: 0 auto 20px;
    width: 213px;
    height: 90px;
}

.site-profile {
    background-color: #F2EFE7;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 10px;
    font-size: 60%;
    line-height: 18px;
}

.site-profile img {
    float: left;
    margin-right: 15px;
}

.site-profile p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}


/* 記事下サイトプロフィール */
.glamoursales-site-profile,
#profile {
    background-color: #eaeaea;
    margin: 15px 0;
    clear: left;
    padding: 15px;
    font-size: 14px;
    line-height: 160%;
}

.glamoursales-site-profile img,
#profile img {
    float: left;
    margin-right: 15px;
}

.glamoursales-linkwrap a,
#profile a {
    text-decoration: underline;
    color: #238fd7;
}

.glamoursales-linkwrap a:hover,
#profile a:hover {
    color: #dc1923;
}


/* クーポンボタン */
.MCEntryOtherLink {
  width: 580px;
  margin: 30px auto;
}

.coupon-title-pc img{
    vertical-align: bottom;
}

.MCEntryOtherLink .coupon-title-sp img {
    display: none;
}

.MCEntryOtherLink .coupon-bt {
    overflow: hidden;
    padding: 10px;
    border: 1px dotted #A04A98;
    text-align: center;
}

.MCEntryOtherLink span {
    display: none;
}


@media screen and (max-device-width: 480px) {
    .MCEntryOtherLink {
        display: block;
        width: 300px;
        margin: 0 auto 20px;
        padding: 0;
        background: none;
    }

    .MCEntryOtherLink .coupon-title-pc {
        display: none;
    }

    .coupon-title-sp img {
        display: block !important;
        width: 100%;
    }

    .MCEntryOtherLink a {
        float: none !important;
        margin: 0 auto !important
    }
}




.MCEntryOtherLink a.coupon-pc,
.MCEntryOtherLink a.coupon-sp,
.MCEntryOtherLink a.coupon-mb {
    display: inline-block;
    width: 260px;
    height: 53px;
    margin: 0 5px !important;
    padding: 0;
}

@media screen and (max-device-width: 480px) {
    .MCEntryOtherLink a.coupon-pc,
    .MCEntryOtherLink a.coupon-sp,
    .MCEntryOtherLink a.coupon-mb {
        display: block;
    }
}

.MCEntryOtherLink a:hover {
    opacity: 0.8;
}

.MCEntryOtherLink a.coupon-pc {
    background: url(img/bt-pc.png) 0 0 no-repeat;
    background-size: 260px auto;
}

.MCEntryOtherLink a.coupon-sp {
    background: url(img/bt-sp.png) 0 0 no-repeat;
    background-size: 260px auto;
}

.MCEntryOtherLink a.coupon-mb {
    background: url(img/bt-mb.png) 0 0 no-repeat;
    background-size: 260px auto;
}

/* テキスト広告 */
.glamoursales-textlink {
    margin: 5px 0 10px 0;
}

.glamoursales-textlink-item {
    background: url("img/link-arrow1.png") left center no-repeat;
    padding: 0 0 0 10px;
    margin: 0 0 1px 0;
}

.glamoursales-textlink-item a {
  font-size:14px;
  color: #913636;
}

/* レクタングル */
.gls-ad-bnr{
  margin:0 0 20px 0;
  text-align: center;
}

