/*共通*/

.clear { clear:both; }

/*特集 基本CSS*/
.spcms {
    background-color: #FFFFFF;
    padding: 20px;
}
.spcms .spcms-top { margin-bottom: 10px; }
.spcms .spcms-top img { width: 660px; }
.abst_text {
    font-size: 14px;
    font-weight: bold;
}

/* クーポンのレイアウト */
.spcms .coupon_spcms {
    background-color: #FFFFFF;
    border: 3px solid #936920;
    width: 550px;
    text-align: center;
    margin: 0px auto;
    color: #c00000;
    font-weight: bold;
}
.co_left {
    width: 340px;
    text-align: center;
    vertical-align: middle;
    float: left;
    color: #c00000;
    font-weight: bold;
}
.co_right {
    width: 210px;
    text-align: center;
    float: right;
}
.obi {
    width:100%;
    height:18px;
    text-indent: -999em;
}
.obi_down {
    background-image: url(/resources/a/pc/v2/images/tokushu/obi_down_long.jpg);
}
.obi_up {
    background-image: url(/resources/a/pc/v2/images/tokushu/obi_up_long.jpg);
}
.cp_title { /*クーポン名・対象ジャンルなど*/
    font-size:21px;
    line-height: 25px;
    margin-top: 10px;
}
.cp_discount { /*割引率*/
    font-size: 27px;
    line-height: 35px;
}
.cp_uselimit { /*最大利用回数*/
    margin-bottom: 5px;
}
.cp_period { /*有効期間*/
    background-color: #f9f5ec;
    margin: 0px 10px 5px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #595959;
    padding: 2px;
    clear: both;
}

.mytweets-body { /* 他CPのTwitter系とは違う指定内容なので、使い回し非推奨 */
    width: 520px;
    margin: 0px auto;
}

/* =====終了のお知らせ===== */
.spcms .end {
padding: 10px;
margin: 0px auto 30px auto;
background-color: #ffffbb;
width: 90%;
text-align: center;
border: 5px solid #c00000;
color: #c00000;
}
.spcms .end2 {
font-size: 18px;
display: inline-block;
text-align: center;
font-weight: bold;
/display:inline;
/zoom:1;
color: #c00000;
line-height: 20px;
}