@charset "utf-8";
/*-------------------------------------------------------------------
    * top.css
    * site name : チャンスイットスマホ TOP
    * description : TOPの各コンテンツ
    * import : web/sp/index.jsp
-------------------------------------------------------------------*/
/* ----------------------------見出し */

h1 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 32px;
}
h2 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 32px;
}
.sub_title {
    padding: 6px 10px;
    border-bottom: none;
    background: #F3F2F2;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

/*コインアイコン表示*/
.point .ci-point,
.point del{
    background-image: url("../img/icon/ico-pt.gif");
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
    padding:0 0 0 17px;
}

/*アイコン表示*/
.tit_shop {
    background: url(../img/icon/title/ico_shop.png) no-repeat 0 -2px;
    background-size: 32px auto;
}
.tit_point {
    background: url(../img/icon/title/ico_point.png) no-repeat 0 -2px;
    background-size: 32px auto;
}
.tit_first_month {
    background: url(../img/icon/title/ico_free.png) no-repeat 0 -4px;
    background-size: 32px auto;
}
.tit_repeat_ok {
    background: url(../img/icon/title/ico_repeat.png) no-repeat 0 -4px;
    background-size: 32px auto;
}
.tit_tap {
    background: url(../img/icon/title/ico_tap.png) no-repeat 0 -4px;
    background-size: 32px auto;
}
.tit_chirashi {
    background: url(../img/icon/title/ico_chirashi.png) no-repeat 0 -2px;
    background-size: 32px auto;
}
.tit_pointnews {
    background: url(../img/icon/title/ico_point_news.png) no-repeat 0 -2px;
    background-size: 32px auto;
}
.tit_catnews,
.tit_dognews,
.tit_benessenews,
.tit_cinemanews {
    background: url(../img/icon/title/ico_cinema.png) no-repeat 0 -2px;
    background-size: 32px auto;
}

/* ---------------------------------------未ログイン時 */
#top_image img,
.top_btn a img {
    width:100%;
    height:auto;
    vertical-align:bottom;
}
#top_image h1 {
    border:0;
    padding:0;
}
.top_btn {
    padding:0 3.5%;
    margin-bottom:40px;
}
.top_btn a {
    display:block;
    margin-bottom:10px;
}

/* ---------------------------------------1行お知らせ枠 */
.information {
    margin: 8px 10px;
    position: relative;
}
.information a {
    display: block;
    padding: 5px 8px;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bebebe;
    text-align: left;
    text-decoration: none;
    color: #555;
}
.information a:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ---------------------------TOP案件検索 */

section.top_search {
    margin: 8px 0 28px;
    padding:10px;
    background:#fff4e7;
    box-sizing:border-box;
}
section.top_search form {
    width:100%;
}
section.top_search form ul {
    overflow:hidden;
}
section.top_search form ul li {
    float:left;
    width:49%;
}
section.top_search form ul li:first-child{
    margin:0 2% 0 0;
    box-sizing:border-box;
}
section.top_search form ul li input{
    display:none;
}
section.top_search form ul li label{
    display:block;
    padding:7px 0 0;
    height:28px;
    border-radius:50px;
    background:#fff;
    color:#b4b4b4;
    font-size: 14px;
    border:#b3b3b3 1px solid;
}
section.top_search form ul li input[type="radio"]:checked + label {
    background:#49bb91;
    color:#fff;
    border:#49bb91 1px solid;
    margin:0 0 14px;
    position:relative;
}
section.top_search form ul li input[type="radio"]:checked + label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #49bb91;
    border-width: 8px;
    margin-left: -8px;
}
section.top_search .searchbox{
    display: table;
}
section.top_search .searchbox p{
    display:table-cell;
    width:100%;
}
section.top_search .searchbox input{
    height: 40px;
    border: 1px solid #bebebe;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    line-height: 16px;
    box-sizing: border-box;
    font-size: 16px;
}
section.top_search .searchbox input[type="text"] {
    width:100%;
    padding: 12px 7px;
    text-align: left;
    color: #555;
}
section.top_search .searchbox input[type="submit"] {
    border:none;
    width: 60px;
    padding: 7px 0;
    margin-left: 5px;
    background: #FFAB47;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

/* ----------------------------初心者ビンゴ */
div.bingo {
    margin: -10px 0 10px;
}
div.bingo img {
    width: 100%;
}
/* ----------------------------定番ショップ */

#index #container section.teiban_shop {
    margin: 20px 0 10px;
}
section.teiban_shop .shop_list ul {
    overflow: hidden;
}
section.teiban_shop .shop_list li{
    float: left;
    width: 33.3333%;
    padding: 10px;
    box-sizing: border-box;
}
section.teiban_shop .shop_list li a {
    display: block;
    text-decoration: none;
}
section.teiban_shop .shop_list li .banner {
    margin-bottom: 2px;
    line-height: 0;
}
section.teiban_shop .shop_list li .point {
    font-size: 12px;
    color: #6E6E6E;
}
section.teiban_shop .shop_list li .point img {
    margin-right: 2px;
}
section.teiban_shop .shop_list li .point ins {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #f55;
}

/* ----------------------------タイムセール枠 */

#index #container section.time_sale {
    padding-top: 10px;
    background: #eee;
    border-top: 2px solid #C1C1C1;
}
#index #container section.time_sale h2 {
    background: #eee;
    border-top: none;
    text-align: center;
    border: none;
    padding: 0;
}
.time_sale h2 img {
    width: 70%;
}
.time_sale {
    overflow: hidden;
}
.time_sale a {
    display: block;
    text-decoration: none;
    color: #555;
}
.time_sale ul {
    clear: both;
    padding: 0 10px;
}
.time_sale .timesale_item {
    float: left;
    width: 48%;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
}
.time_sale .timesale_item:nth-child(2n) {
    float: right;
}
.time_sale .remaining_time {
    margin: 8px 10px 2px;
    padding: 2px 5px;
    background-color: #fff;
    border: 1px solid #FF484B;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #FF484B;
}
.time_sale .remaining_time em {
    font-size: 13px;
    font-weight:bold;
}
.time_sale .sale_bnr {
    height: 100px;
    position:relative;
    line-height: 0;
    padding-top: 10px;
}
section.time_sale .sale_bnr img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.time_sale p.title {
    padding: 6px 10px 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-overflow: ellipsis;
    color: #2063d2;
}
.time_sale .condition {
    padding: 2px 10px 6px;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.time_sale .point {
    line-height: 1.3;
    padding: 5px 10px 9px;
    background: #FFF8A5;
    border-radius: 0 0 5px 5px;
    text-align: center;
    min-height:40px;
}
.time_sale .point .ci-point{
    display: inline-block;
    font-weight:bold;
    font-size: 18px;
    color: #fa3b3b;
}
.time_sale .point .ci-point,
.time_sale .point ins {
    font-weight:bold;
    font-size: 18px;
    color: #fa3b3b;
}
.time_sale .point .ci-point{
    display: inline-block;
}
.time_sale .point del{
    font-size: 12px;
    color: #6E6E6E;
    background-image: url("../img/icon/ico-pt.gif");
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
    padding:0 0 0 17px;
}
.time_sale .point ins {
    display: block;
    text-decoration: none;
    text-align: center;
}
.time_sale .rate{
    width: 56px;
    height: 56px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: -9px;
    right: 4px;
    background-color: #FF695E;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    color: #fff;
}
.time_sale .rate p {
    width: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tossing{
    animation-name: tossing;
    -webkit-animation-name: tossing;

    animation-duration: 2.0s;
    -webkit-animation-duration: 2.0s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

/* ----------------------------新着案件 */

#index #container section.point_info {
    margin: 20px 0 40px;
}
section.point_info .ad_list {
    background: #fff4e6;
    padding: 10px 10px 3px;
}
section.point_info .ad_list {
    margin: 0;
}
section.point_info .ad_list li {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
}
section.point_info .ad_list li a {
    display: block;
    position: relative;
    padding: 10px;
    text-decoration: none;
}
section.point_info .ad_list li .img {
    display: table-cell;
    min-width: 80px;
    padding: 0 10px 0 0;
    vertical-align: top;
    line-height: 1.3;
}
section.point_info li .txt-box {
    display: table-cell;
    width: 100%;
    line-height: 1.3;
    vertical-align: top;
    text-align: left;
}
section.point_info li .txt-box p.title {
    width: 95%;
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #2063d2;
    text-decoration:none;
}
section.point_info li .txt-box .summary-txt {
    margin: 7px 0 0;
    color: #555;
}
section.point_info li .txt-box p {
    font-size: 12px;
    color: #333;
}
section.point_info li .txt-box .point {
    margin: 5px 0 3px;
    line-height: 1.3;
}
section.point_info li .txt-box .point .ci-point {
    font-size: 22px;
    font-weight: bold;
    color: #f55;
}
section.point_info li .txt-box .point .pt {
    font-size: 12px;
}
section.point_info li .txt-box .point del {
    margin: 0 2px 0 0;
    text-decoration: line-through;
    color: #333;
    padding:0 0 0 17px;
}
section.point_info li .txt-box .point ins {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #f55;
    padding:0;
}
/*　もっと見る */
section.point_info a#loading {
    margin-bottom: 10px;
}

/* ------------------------特集キャンペーン */

/*section.special .bnr li {
    padding: 5px 10px 5px 5px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
section.special .bnr li:nth-child(2n+1) {
    padding: 5px 5px 5px 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
section.special .bnr {
    overflow: hidden;
}
section.special .bnr li img {
    width: 100%;
}*/

/* ----------------------------月額無料枠 */
section.first_month_free .first_month_list {
    background: #fff4e6;
    padding: 10px 6px 3px;
    margin:0 0 40px;
}
section.first_month_free .first_month_list ul {
    overflow: hidden;
}
section.first_month_free .first_month_list li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 0 4px;
    margin: 0 0 10px 0;
}
section.first_month_free .first_month_list li a {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #cec4b9;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    padding: 10px 0;
}
section.first_month_free .first_month_list li a .img {
    position: relative;
    height: 80px;
}
section.first_month_free .first_month_list li a .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
section.first_month_free .first_month_list li a .txt-box p {
    font-size:12px;
    color: #333;
}
section.first_month_free .first_month_list li a p.title {
    color: #04c;
    font-size: 13px;
    font-weight: bold;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
section.first_month_free .first_month_list li a .point_wrap {
    width: 100px;
    margin: 0 auto;
}
section.first_month_free .first_month_list li a .point {
    display: table-cell;
    line-height: 1.3;
    height: 34px;
    width: 88px;
    vertical-align: middle;
    margin: 5px 0 3px;
}

section.first_month_free .first_month_list li a .point .ci-point,
section.first_month_free .first_month_list li a .point ins {
    color: #f55;
    font-size: 13px;
    font-weight: bold;
}
section.first_month_free .first_month_list li a .point del {
    color: #333;
    text-decoration: line-through;
    line-height:20px;
}
section.first_month_free .first_month_list li a .point ins {
    text-decoration: none;
    padding: 0 0 0 8px;
}

/* もっと見る */
section.first_month_free .first_month_list .loading {
    background: #fff;
    color: #555;
    display: block;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius: 5px;
    padding: 8px 0;
    margin: 0 50px 10px;
}

/* ----------------------------リピートOK枠 */
section.repeat_ok .repeat_ok_list {
    background: #fff4e6;
    padding: 10px 6px 3px;
    margin:0 0 40px;
}
section.repeat_ok .repeat_ok_list ul {
    overflow: hidden;
}
section.repeat_ok .repeat_ok_list li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 0 4px;
    margin: 0 0 10px 0;
}
section.repeat_ok .repeat_ok_list li a {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #cec4b9;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    padding: 10px 0;
}
section.repeat_ok .repeat_ok_list li a .img {
    position: relative;
    height: 80px;
}
section.repeat_ok .repeat_ok_list li a .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
section.repeat_ok .repeat_ok_list li a .txt-box p {
    font-size:12px;
    color: #333;
}
section.repeat_ok .repeat_ok_list li a p.title {
    color: #04c;
    font-size: 13px;
    font-weight: bold;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
section.repeat_ok .repeat_ok_list li a .point_wrap {
    width: 100px;
    margin: 0 auto;
}
section.repeat_ok .repeat_ok_list li a .point {
    display: table-cell;
    line-height: 1.3;
    height: 34px;
    width: 88px;
    vertical-align: middle;
    margin: 5px 0 3px;

}
section.repeat_ok .repeat_ok_list li a .point .ci-point,
section.repeat_ok .repeat_ok_list li a .point ins {
    color: #f55;
    font-size: 13px;
    font-weight: bold;
}
section.repeat_ok .repeat_ok_list li a .point del {
    color: #333;
    text-decoration: line-through;
    line-height:20px;
}
section.repeat_ok .repeat_ok_list li a .point ins {
    text-decoration: none;
    padding: 0 0 0 8px;
}

/* もっと見る */
section.repeat_ok .repeat_ok_list .loading {
    background: #fff;
    color: #555;
    display: block;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius: 5px;
    padding: 8px 0;
    margin: 0 38px 10px;
}

/* ----------------------------毎日タップ枠 */
section.everyday_tap {
    overflow: hidden;
}
section.everyday_tap .tap_list {
    background: #fff4e6;
    padding: 10px 10px 3px;
}
section.everyday_tap ul.tap_list {
    display: table;
    width: 100%;
    padding: 10px 2px;
    box-sizing: border-box;
    border-spacing: 4px;
}
section.everyday_tap .tap_list li {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
}
section.everyday_tap li a {
    display: block;
    padding: 10px;
    text-decoration: none;
}
section.everyday_tap li .img {
    display: table-cell;
    min-width: 80px;
    padding: 0 10px 0 0;
    vertical-align: top;
    line-height: 1.3;
}
section.everyday_tap li .txt-box {
    display: table-cell;
    width: 100%;
    line-height: 1.3;
    vertical-align: top;
    text-align: left;
}
section.everyday_tap li .txt-box p.title {
    width: 95%;
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #04c;
}
section.everyday_tap li .txt-box .summary-txt {
    margin: 7px 0 0;
    color: #555;
}
section.everyday_tap li .txt-box p {
    font-size: 12px;
    color: #333;
}
section.everyday_tap .txt-box .point {
    margin: 5px 0 3px;
    line-height: 1.3;
}

section.everyday_tap .tap_list li .txt-box .point .ci-point {
    font-size: 22px;
    font-weight: bold;
    color: #f55;
}
section.everyday_tap .tap_list li .txt-box .point .pt {
    font-size: 12px;
}
section.everyday_tap .tap_list li .txt-box .point del {
    margin: 0 2px 0 0;
    text-decoration: line-through;
    color: #333;
}
section.everyday_tap .tap_list li .txt-box .point ins {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #f55;
}
section.everyday_tap li a.detail_link {
    padding: 7px 30px 7px 10px;
    position: relative;
    background: #eee;
    text-align: right;
    color: #555;
}
section.everyday_tap li a.detail_link:after {
    display: block;
    content: "";
    position: absolute;
    top: 14px;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* アイコン */
.everyday_tap .icon_tap {
    width: 46px;
    height: 46px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -4px;
    background-color: #FF695E;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    color: #fff;
}
.everyday_tap .icon_tap p {
    width: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -10deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.2, 1.1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -10deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.2, 1.1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* リピートアイコン */
.everyday_tap .icon_repeat,
.ad-list .icon_repeat{
    position:absolute;
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
}
.everyday_tap .icon_repeat p,
.ad-list .icon_repeat p{
    font-size:10px;
    width:42px;
    position:absolute;
    line-height:11px;
    font-weight:bold;
    color:#fff;
    right:-21px;
}
.everyday_tap .icon_repeat{
    bottom:-30px;
    right:-30px;
    border: 30px solid transparent;
    border-top: 30px solid #ffab47;

}
.everyday_tap .icon_repeat p{
    bottom:7px;
}
.ad-list .icon_repeat{
    bottom:-36px;
    right:-36px;
    text-align:center;
    border: 36px solid transparent;
    border-top: 36px solid #ffab47;
}
.ad-list .icon_repeat p{
    bottom:10px;
    font-weight:bold;
}

/* ショップアイコン */
.point_info .shop_point{
    text-align:center;
    background:#f4f4f4;
    border:#bfbfbf solid 1px;
    border-radius:2px;
    font-size:10px;
    color:#5d5d5d;
    padding:3px 0 2px;
    margin:2px 0 0;
}
.point_info .t_point{
    padding:3px 0 2px 10px;
    background-image:url(../img/base/icon_t.gif);
    background-repeat:no-repeat;
    background-size:9px 9px;
    background-position:10px 3px;
}


/* ----------------------------Shufoo!チラシ枠 */

section.chirashi .txt_check {
    padding: 10px;
    margin: 10px 10px 15px;
    line-height: 1.5;
    background: #FFF4E6;
    text-align: left;
}
section.chirashi .txt_check span {
    font-weight: bold;
    color: #fa3b3b;
}
section.chirashi a {
    display: block;
    margin: 15px 8px 0;
}
section.chirashi a img {
    width: 100%;
    vertical-align: bottom;
}

/* ----------------------------バナー */

#index #container section.btm_banner {
    margin: 50px 0;
}
.btm_banner ul {
    overflow: hidden;
    width: 100%;
}
.btm_banner li {
    float: left;
    width: 50%;
    margin-bottom: 7px;
}
.btm_banner li img {
    width: 100%;
    height: auto;
}
.btm_banner li a {
    margin: 0 3px;
    padding: 10px 5px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #555;
}

/* ----------------------------スペシャルタイムセール */
.special_timesale a {
    display:block;
    text-decoration:none;
    margin:10px;
    padding:8px 0 7px 0;
    color:#ffffff;
    background-color:#de0c1a;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
}
.special_timesale h1 {
    border-bottom: none;
font-size: 17px;
font-weight: bold;
text-align: center;
padding: 0;
}
.special_timesale h1 img {display:block;}
.special_timesale .bnr_area {
    background: url(../img/top/bg_specilal_timesale_coin.png) no-repeat 0 20px;
    background-size: 100% auto;
    padding:8px 0;
}
.special_timesale .bnr_area img {
    display:block;
    margin:0 auto;
    width:55%;
    height:auto;
    border:2px solid #de0817;
}
.special_timesale .detail { padding:10px 10px 0 10px;}
.special_timesale .detail h2 {
    line-height: 1.3;
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 3px;
    border-bottom: none;
    text-align: center;
    padding:0;
}
.special_timesale .detail ins {
    display: block;
    font-weight: bold;
    font-size: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff959;
    text-shadow:0px 1px 2px #9e0000;
    line-height: 1.2;
}
.special_timesale .detail del {
    margin-bottom: 5px;
    background: url(../img/top/ico_coin_s.png) no-repeat 0px 2px;
    background-size: 12px 12px;
    padding: 0 0 0 18px;
}
.special_timesale .countdown {
    margin:10px 10px 7px 10px;
    padding:6px 5px 6px 5px;
    background-color:#ffffff;
    text-align:center;
    color:#de0c1a;
    border-radius:3px;
    line-height: 1;
}
.special_timesale .countdown span {
    font-size:20px;
    margin: 0 3px 0 5px;
    display:inline-block;
}
.special_timesale p.text { font-size:10px;}

/* ----------------------------ポイントニュース枠 */
#index #container section.pointnews {
    margin: 30px 0;
}
.pointnews .point_img{
    width: 100%;
    vertical-align: bottom;
}
.pointnews .list_bg {
    box-sizing: border-box;
    padding: 10px 10px 3px;
    background: #fff4e6;
}
.pointnews ul li {
    width: 100%;
    display: table;
    box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
}
.pointnews ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    position: relative;
}
.pointnews ul li .thum {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}
.pointnews ul li .thum img {
  width: 100%;
}
.pointnews ul li h3 {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    text-align: left;
}

/* ポイントGET */
.pointnews ul li .point_get {
    background: url(../img/pointnews/stamp_get.png) no-repeat;
    background-size: 33px;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 4px;
    left: 4px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* もっと見る */
section.pointnews .loading {
    background: #fff;
    color: #555;
    display: block;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius: 5px;
    padding: 8px 0;
    margin: 0 50px 10px;
}

/* ----------------------------シネマニュース */

#index #container section.catnews,
#index #container section.dognews,
#index #container section.benessenews,
#index #container section.cinemanews {
    margin: 30px 0;
}
.catnews .point_img,
.dognews .point_img,
.benessenews .point_img,
.cinemanews .point_img{
    width: 100%;
    vertical-align: bottom;
}
.dognews .list_bg,
.catnews .list_bg,
.benessenews .list_bg,
.cinemanews .list_bg {
    box-sizing: border-box;
    padding: 10px 10px 3px;
    background: #eee;
}
section.dognews .loading,
section.catnews .loading,
section.benessenews .loading,
section.cinemanews .loading {
    background: #fff;
    color: #555;
    display: block;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius: 5px;
    padding: 8px 0;
    margin: 0 50px 10px;
}