@charset "utf-8";

/*☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆

    　キャッシュバックページCSS

☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆*/

/* ----------------------------見出し */
h1 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 32px;
}
/*アイコン表示*/
.tit_exchange {
    background: url(../img/icon/title/ico_exchange.png) no-repeat 0 -2px;
    background-size: 32px auto;
}


/* 共通部分 */

a:active{
    text-decoration:none;
    background-color: #DDD;
    opacity: 0.8;
}

.lead{
    padding: 10px;
}

/* 残りポイント */
.remain_point{
    display:block;
    margin: 10px;
    background-color:#fff;
    padding: 10px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #4b3415;
}

.error{
    font-size: 0.9em;
    color: #f00;
}

.return{
    background: -moz-linear-gradient(
        top,
        #ababab 0%,
        #636363);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ababab),
        to(#636363)); -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color:#fff;
    font-weight:bold;
    font-size:1.2em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 10px;
    text-align:center;
}

.return a{
    display:block;
    text-decoration:none;
    color:#FFF;
    padding: 10px 20px;
}

.important{
    margin-top: 10px;
}
.important h4{
    padding: 5px 0;
    background: #cecece;
    font-weight: bold;
    color: #4d4d4d;
}
.important ul li{
    list-style-position:inside;
    list-style-type:disc;
    padding: 10px;
    text-align:left;
}
.important .color01{
    color: #ff5555;
}

/* +++++++++ #exchange +++++++++ */

/* アコーディオン部分 */
#exchange ul.accordion li h2{
    color:#FFF;
    font-weight:bold;
    padding: 2px;
    font-size: 1.2em;
    background: #4b3415;
}
#exchange ul.accordion li h2 span{
    padding-left: 5px;
}

#exchange ul.accordion ul{
    display:block;
}

#exchange ul.accordion .list{
    width: 100%;
    background-color:#FFF;
}
#exchange ul.accordion .list a{
    color: #333;
    background-image: url(../img/base/arrow_exchange.png);
    background-position:right center;
    background-repeat: no-repeat;
    clear:both;
    display:table;
    width: 100%;
    padding: 10px 0;
    border-top:1px solid #ccc;
    text-decoration:none;
}
#exchange ul.accordion .list div.img{
    display:table-cell;
    vertical-align:top;
    width: 80px;
    padding-left: 10px;
}
#exchange ul.accordion .list div.name{
    display:table-cell;
}
#exchange ul.accordion .list div.name h3{
    font-size:1.2em;
    font-weight:bold;
    text-align:left;
}
#exchange ul.accordion .list div.name h3 span{
    font-size:0.7em;
    display:block;
    margin:-20px 0 0;
}
#exchange ul.accordion .list dl{
    margin-top: 5px;
    font-size: 11px;
    overflow: hidden;
}
#exchange ul.accordion .list dt{
    margin-top: 1px;
    clear:both;
    color:#f55;
    font-weight: bold;
    float:left;
}
#exchange ul.accordion .list dd{
    margin-top: 1px;
    float:left;
}
#exchange ul.accordion .list .cr{
    margin-top: 5px;
    text-align: left;
    font-size: 10px;
}
#exchange ul.accordion p.link {
    background: #FFC;
}
#exchange ul.accordion p.account_link {
    background: #EAFFE2;
}

/* 固定バナー */
#exchange .mainimg {
  margin-bottom: 15px;
  padding: 0 10px;
}

/* +++++++++ #exchange_detail +++++++++ */

/*-----------------------------------
    　キャッシュバック詳細ページCSS
------------------------------------*/

#exchange_detail .contents{
    padding-bottom: 10px;
    padding-top: 10px;
}
#exchange_detail .contents div.img{
    display:table-cell;
    vertical-align:top;
    width: 75px;
    padding-left: 5px;
}
#exchange_detail .contents div.name{
    display:table-cell;
}
#exchange_detail .contents div.name h3{
    font-weight:bold;
    font-size: 1.5em;
    text-align:left;
}
#exchange_detail .contents li{
    border-bottom: 1px dashed #666;
    padding: 8px 0;
    margin: 0 5px;
}

#exchange_detail .contents li p{
    text-align:left;
}
#exchange_detail .contents li:last-child{
    border-bottom: none;
    padding:8px 0 0px 0;
}
#exchange_detail .contents dl{
    overflow:hidden;
    margin-left: 5px;
}
#exchange_detail .contents dt{
    clear:both;
    color:#252525;
    font-weight: bold;
    float:left;
}
#exchange_detail .contents dd{
    float:left;
    margin-left:10px;
    text-align:left;
}
#exchange_detail .contents .apply{
    margin: 10px;
    text-align:left;
}
#exchange_detail .contents .apply h3{
    background:#4b3415;
    color:#FFF;
    font-size:1.3em;
    text-align:left;
    padding: 7px 5px 5px 10px;
    font-weight: bold;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#exchange_detail table{
    border-spacing: 0;
    width: 100%;
    border-collapse: inherit;
}
#exchange_detail .radius{
    border: 2px solid #4b3415;
    box-shadow:0 1px 1px #CCCCCC;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background:#FFF;
}
#exchange_detail .radius span{
    font-size:0.7em;
    line-height: 0.8em;
}
#exchange_detail .radius td,
#exchange_detail .radius th{
    border-top: 2px solid #4b3415;
    border-left: 2px solid #4b3415;
    padding: 10px 5px;
}
#exchange_detail .radius th{
    width: 35%;
    font-size: 0.9em;
    font-weight:bold;
}
#exchange_detail .radius thead td.border_none,#exchange_detail .radius thead th.border_none{
    border-top: none;
}
#exchange_detail .radius th:first-child, #exchange_detail .radius td:first-child {
    border-left: none;
}
#exchange_detail .radius input[type="text"]{
    height: 1.2em;
    padding:5px;
    width: 80%;
}
#exchange_detail .radius select{
    padding:5px;
    font-size: 1.1em;
}
#exchange_detail .radius td.botton{
    padding:0 30px 10px 30px;
}

#exchange_detail .radius td p{
    line-height:1.2;
    margin: 5px 0;
}

#exchange_detail .radius input.send{
    font-size: 1.2em;
    width: 100%;
    margin: 10px auto 0px auto;
    color: #fff;
    font-weight:bold;
     padding: 8px;
    background: -moz-linear-gradient(
        top,
        #ffa13c 0%,
        #ffa13c 50%,
        #ff7b00 50%,
        #ff7b00);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ffa13c),
        color-stop(0.50, #ffa13c),
        color-stop(0.50, #ff7b00),
        to(#ff7b00));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#exchange_detail .radius input.send:active{
    opacity: 0.8;
}


#exchange_detail .radius input.back{
    font-size: 1.2em;
    width: 100%;
    margin: 10px auto 0 auto;
    color: #fff;
    font-weight:bold;
     padding: 8px;
    background: -moz-linear-gradient(
        top,
        #ababab 0%,
        #636363);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ababab),
        to(#636363)); -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#exchange_detail .radius input.back:active{
    opacity: 0.8;
}

#exchange_detail .alert{
    background-color:#fff;
    color:#f00;
    font-weight:bold;
    font-size:1.0em;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display:block;
    margin: 0px 10px;
    text-align:left;
    border:2px solid #F00;
    margin-bottom: 5px;
}


/*-----------------------------------
    　交換完了後のポイント情報
------------------------------------*/
#exchange_detail #container section.point_info  h1 {
    padding: 8px 0;
    background: #ff695e;
    border-top: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.triangle {
    margin: 15px auto -15px;
    width: 0;
    height: 0;
    border-top: 30px solid #cfcfcf;
    border-right: 80px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 80px solid transparent;
}
.point_info {
    background: -moz-linear-gradient(top,  #fffbb7 0%, #fcdf7c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffbb7), color-stop(100%,#fcdf7c));
    background: -webkit-linear-gradient(top,  #fffbb7 0%, #fcdf7c 100%);
    background: linear-gradient(to bottom,  #fffbb7 0%, #fcdf7c 100%);
}
.point_info a {
    padding: 0 10px;
    display: block;
    text-decoration: none;
    color: #555;
}
.point_info ul {
    overflow: hidden;
    padding: 15px 10px;
}
.point_info .timesale_item {
    float: left;
    width: 48%;
    position: relative;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 3px #e5d88f;
    -moz-box-shadow: 0px 2px 3px #e5d88f;
    box-shadow: 0px 2px 3px #e5d88f;
}
.point_info .timesale_item:nth-child(2n) {
    float: right;
}
.point_info .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: 14px;
    font-weight:bold;
}
.point_info .sale_bnr {
    height: 110px;
    position:relative;
    line-height: 0;
    padding-top: 10px;
}
section.point_info .sale_bnr img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.point_info h2 {
    padding: 6px 0 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-overflow: ellipsis;
    color: #2063d2;
}
.point_info .condition {
    padding: 2px 0 6px;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.point_info .point {
    padding: 5px 0 9px;
    border-radius: 0 0 5px 5px;
    border-top: 1px dotted #818181;
    text-align: center;
    color: #fa3b3b;
    font-weight: bold;
    font-size: 18px;
}