@charset "euc-jp";

/* change.css

ポイント交換ページのみで使用するスタイル

ポイント交換一覧ページ
交換詳細ページ
交換確認ページ
交換仮申請ページ
交換完了ページ

------------------------------------------------ */

/*-----------------------------------
    共通
------------------------------------*/
#header{ overflow: hidden;}
#exchange {
    padding: 10px 0;
    background: -moz-linear-gradient(left top,
    #b4ebea,
    #b4ebea 25%,
    #daf5f5 25%,
    #daf5f5 50%,
    #b4ebea 50%,
    #b4ebea 75%,
    #daf5f5 75%,
    #daf5f5);
    background: -webkit-gradient(linear, left top, right top,
    from(#b4ebea),
    color-stop(25%, #b4ebea),
    color-stop(25%, #daf5f5),
    color-stop(50%, #daf5f5),
    color-stop(50%, #b4ebea),
    color-stop(75%, #b4ebea),
    color-stop(75%, #daf5f5),
    to(#daf5f5));
    background-size: 10px 1px, 10px 1px;
}
#exchange .contents {
    background: #fff;
}

/* 見出し帯 */
#exchange h1{
    padding: 6px 5px;
    background-color: #f0666c;
    font-weight: normal;
    color: #FFF;
    font-size: 1.6rem;
    clear: both;
}

/* ポイントアイコン */
.point{
    background: url("../../../img/14/common/ico_point.png") no-repeat 0;
    display: inline-block;
    padding: 0 0 0 17px;
    background-size: 14px 14px;
}

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

/* リード文 */
.lead{
    padding: 10px;
    background: #fff;
}
.error{
    font-size: 0.9em;
    color: #f00;
}
.return {
    padding: 20px 10px 20px;
    background: #fff;
}
.return a {
    display: block;
    font-weight: bold;
    padding: 4px 3px;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 80%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#f5f5f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #cdcdcc;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    color: #534741;
}

/* 固定バナー */
#exchange h2.mainimg {
    background: #fff;
    padding: 0 10px 20px;
}

/* 注意事項 */
#exchange .caution {
    background-color: #FFF9DF;
    padding: 10px;
    font-size: 12px;
}
#exchange .caution h5 {
    padding-left: 6px;
    border-left: #47c2c9 8px solid;
    font-size: small;
    font-weight: bold;
    margin-bottom: 5px;
}
#exchange .attention{
    color:#F00;
}
#exchange .caution a{
    color:#f0666c;
    text-decoration:underline;
    font-weight:bold;
    word-break: break-all;
}
#exchange .caution a:active{
    text-decoration:none;
    opacity: 0.8;
}
#exchange .caution ul {
    margin-left: 15px;
}
#exchange .caution li {
    list-style: disc outside none;
    padding-bottom: 5px;
}
#exchange .caution li:last-child {
    padding-bottom: 0px;
}
#exchange.gpoint .caution ul:first-of-type {
    margin-bottom: 15px;
}
#exchange.gpoint .caution ul li p {
    margin-bottom: 10px;
    word-break: break-all;
}


/*-----------------------------------
    ポイント交換一覧
------------------------------------*/
#exchange .contents .detail .remain_point .remain_point dl{
    overflow:hidden;
}
#exchange .contents .detail .remain_point dt{
    clear:both;
    font-weight: bold;
    float:left;
    color:#F00;
}
#exchange .contents .detail .remain_point dd{
    float:right;
    font-weight: bold;
    color:#F00;
}

/* アコーディオン部分 */
#exchange .accordion h3{
    color:#FFF;
    font-weight:bold;
        padding: 2px;
    padding: 6px 5px;
    background-color: #47c2c9;
}
#exchange .accordion h3 span{
    padding-left: 5px;
}
#exchange .accordion ul{
    display:block;
}
#exchange .accordion .list{
    width: 100%;
    background-color:#FFF;
    position: relative;
}
#exchange .accordion .list a{
    color: #333;
    background-image: url(../../../img/icon/arrow.png);
    background-position:right center;
    background-repeat: no-repeat;
    clear:both;
    display:table;
    width: 100%;
    padding: 10px 0;
    border-top:1px solid #ccc;
}
#exchange .accordion .list div.img{
    display:table-cell;
    vertical-align:top;
    width: 75px;
    padding-left: 10px;
}
#exchange .accordion .list div.name{
    display:table-cell;
}
#exchange .accordion .list div.name h4{
    font-size:1.2em;
    font-weight:bold;
}
#exchange .accordion .list dl{
    overflow: hidden;
    margin-top: 5px;
    font-size: 11px;
}
#exchange .accordion .list .cr{
    font-size: 10px;
}
#exchange .accordion .list dt{
    margin-top: 1px;
    clear:both;
    color:#41a6a9;
    font-weight: bold;
    float:left;
}
#exchange .accordion .list dd{
    margin-top: 1px;
    float:left;
}
#exchange .accordion .list .change_notice {
    font-size: 11px;
    padding: 0 10px 10px;
    text-align: center;
}
#exchange .accordion .list .change_notice span {
    display: block;
}
#exchange .accordion .list .change_notice img {
    width: 100%;
}
#exchange .accordion .list .check_dotmoney a,
#exchange .accordion .list .check_paypal a {
    display: block;
    box-sizing:  border-box;
    padding: 10px 18px 10px 10px;
    background: #fffae4 url(../../../img/icon/arrow.png) no-repeat right center;
    letter-spacing: 1px;
    vertical-align: middle;
    line-height: 1.7em;
    font-size: 1.1rem;
    color: #534741;
}

/* NEWアイコン */
#exchange .accordion .list span.icon_new {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 46px 46px 0;
    border-color: transparent #f0666c transparent transparent;
}
#exchange .accordion .list span.icon_new img {
    width: 32px;
    height: 32px;
    float: none;
    position: absolute;
    top: 1px;
    right: -46px;
}


/*-----------------------------------
    ポイント交換詳細ページCSS
------------------------------------*/
#exchange .contents{
    padding-bottom: 10px;
}
#exchange .contents div.img{
    display:table-cell;
    vertical-align:top;
    width: 75px;
    padding-left: 10px;
}
#exchange .contents div.name{
    display:table-cell;
    vertical-align: middle;
}
#exchange .contents div.name h3{
    line-height: 1.4em;
    font-weight:bold;
    font-size: 1.5em;
}
#exchange .contents li{
    border-bottom: 1px dashed #666;
    padding: 8px 0;
    margin: 0 5px;
}
#exchange .contents dl{
    overflow:hidden;
}
#exchange .contents dt{
    width: 100px;
    clear:both;
    color:#41a6a9;
    font-weight: bold;
    float:left;
}
#exchange .contents dd{
    float:left;
    margin-left:10px;
}
#exchange .contents .apply{
    margin: 10px;
}
#exchange table{
    border-spacing: 0;
    width: 100%;
    border-collapse: inherit;
}
#exchange .radius{
    border: 1px solid #999;
    box-shadow:0 1px 1px #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    background:#FFF;
}
#exchange .radius span{
    font-size:0.8em;
}
#exchange .radius td,
#exchange .radius th{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    padding: 10px 5px;
}
    #exchange .radius th{
    width: 35%;
    font-size: 0.9em;
}
#exchange .radius thead td.border_none,#exchange .radius thead th.border_none{
    border-top: none;
}
#exchange .radius th:first-child, #exchange .radius td:first-child {
    border-left: none;
}
#exchange .radius input[type="text"]{
    height: 1.2em;
    padding:5px;
}
#exchange .radius select{
    padding:5px;
}
#exchange .radius td.botton{
    padding:0 30px 10px 30px;
}
#exchange .radius td:last-child input{
    margin-top:10px;
}
#exchange .radius input.send{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 5px 8px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc016), color-stop(80%,#ffa200), color-stop(100%,#ffc016));
    background: -moz-linear-gradient(top, #ffc016 0%, #ffa200 80%, #ffc016 100%);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    border: #ffc016 1px solid;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
}
#exchange .radius input.back{
    margin: 0 auto;
    display: block;
    width: 100%;
    font-weight: bold;
    color: #534741;
    padding: 4px 3px;
    cursor: pointer;
    background: #fff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 80%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#f5f5f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #cdcdcc;
    border-radius: 6px;
    text-align: center;
    font-size: 13px;
}
#exchange .no_point{
    background-color:#666;
    color:#fff;
    font-weight:bold;
    font-size:1.1em;
    padding: 10px 20px;
    border-radius: 10px;
    display:block;
    margin: 10px;
    text-align:center;
}
#exchange .no_point a{
    color:#F00;
    text-decoration:underline;
}
#exchange .firsttime{
    background-color:#666;
    color:#fff;
    font-weight:bold;
    font-size:1em;
    padding: 10px 20px;
    border-radius: 10px;
    display:block;
    margin: 20px 10px;
    text-align:center;
}
#exchange .important{
    margin-top: 10px;
}
#exchange .important h4{
    background-color:#4b3415;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2em;
}
#exchange .important ul li{
    list-style-position:inside;
    list-style-type:disc;
    padding: 10px;
}
#exchange .error_txt {
    background: #fff;
    color: #e54a5c;
    margin: 10px auto 15px;
    padding: 10px 5px;
    text-align: center;
}
.bnr_box {
    margin: 0 0 15px;
}
.bnr_box a {
    box-sizing: border-box;
    display: block;
}
.bnr_box a img {
    width: 100%;
}


/*-----------------------------------
    ポイント交換仮申請
------------------------------------*/
#exchange .provisional {
    padding-bottom: 20px;
    background: #fff;
}
#exchange .provisional .screen {
    padding: 0 30px;
}
#exchange .provisional .screen img {
    width: 100%;
}
#exchange .provisional .lead {
    padding: 20px 0;
    text-align: center;
    color: #f0666c;
    font-size: 4.3vw;
}
#exchange .provisional .mail {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 15px;
    border: #ede5d0 1px solid;
    border-radius: 3px;
    background: #fffcf1;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.9em;
    font-weight: bold;
    font-size: 1.2rem;
    color: #f0666c;
}
#exchange .provisional .msg {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 15px;
    border: #ede5d0 1px solid;
    border-radius: 3px;
    background: #fffcf1;
    letter-spacing: 0;
    text-align: left;
}
#exchange .provisional .msg p {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}
#exchange .provisional .msg ul li {
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 1.1rem;
}
#exchange .provisional .msg ul li:last-child { margin-bottom: 0;}
#exchange .provisional .msg ul li span { color: #f0666c;}

/* ボタン */
#exchange .provisional a.btn_reset {
    width: 100%;
    display: block;
    margin: 15px auto 5px;
    padding: 14px 0 11px;
    border: #bbb110 1px solid;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #fcfcd9 0%, #fce864 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcd9), color-stop(100%,#fce864));
    background: -webkit-linear-gradient(top,  #fcfcd9 0%, #fce864 100%);
    background: linear-gradient(to bottom, #fcfcd9 0%, #fce864 100%);
    text-shadow: 0 1px 0 #ffffee;
    box-shadow: 1px 1px 3px #938b7a;
    text-align: center;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 4vw;
    color: #6c4a0a;
}


/*-----------------------------------
    ポイント交換完了
------------------------------------*/
#exchange .point_change_area {
    padding: 10px 0;
}
#exchange .point_change_area .name h1 {
    background: #fff;
    margin-bottom: 5px;
    padding: 0 10px 0 0;
    line-height: 1.5em;
    font-weight: normal;
    font-size: 1.6rem;
    color: #534741;
}
#exchange .pickup_service li {
    overflow: hidden;
}
#exchange .pickup_service li a {
    display: block;
}
#exchange .pickup_service li a img {
    max-height: 80px;
    float: left;
    margin-bottom: 10px;
}
#exchange .pickup_service .title {
    margin: 0 0 5px 90px;
}
#exchange .pickup_service .point_area {
    margin: 0 0 5px 90px;
}
#exchange .pickup_service .point_area .icon_point {
    display: block;
    margin-top: 10px;
    font-size: 2.0rem;
}
