@charset "utf-8";

body {
    font: 13px "ヒラギノ角ゴ Pro W3",osaka,"ＭＳ Ｐゴシック",sans-serif;
    color: #333333;
}
div.hdg-02-container .hdg-02-6 {
    background: linear-gradient(#ffdbb7, #ffbf7f);
    background: -moz-linear-gradient(top, #ffdbb7, #ffbf7f);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffdbb7), to(#ffbf7f));
    /* IE用 */
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffdbb7, EndColorStr=#ffbf7f);
    margin-bottom:0;
}
.hdg-02-6 {
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.privilege > ul > .clearfix:nth-child(2n+1) {
    margin: 1% 1% 1% 2%;
}
.privilege > ul > .clearfix:nth-child(2n) {
    margin: 1% 2% 1% 1%;
}
.privilege > ul > .clearfix {
    border-width: 0;
    float: left;
    padding: 0;
    width: 47%;
}
.privilegeSquareBox {
    position: relative;
}
.privilegeSquareBox::before {
    content: "";
    display: block;
    padding-top: 77%;
}
.privilegeleftimg {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.privilegeimg img {
    width: 100%;
}
.privilege_text {
    width: 100%;
    height: 50px;
}
.privilege_text .privilege_comment {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.privilege_text .privilege_place,
.privilege_text .privilege_shop_name {
    color: #333;
    font-size: 11px;
    line-height: 16px;
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}