@charset "utf-8";
/*-------------------------------------------------------------------
    * exchange.css
    * site name : チャンスイット
    * description : ポイント交換ページ指定
    * import : web/exchange/***.jsp
-------------------------------------------------------------------*/

/* 全体 */
#wrapper {
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.color01{color: #ff5555; }

.fw_b{font-weight:bold; }

.exchange a:hover{
    display: block;
    opacity: 0.7;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

.exchange{
    margin:15px 0 0;
}

/* お知らせ */
.exchange .news{
    margin:20px 0 10px;
}
.exchange .news li a{
    display:block;
    background:#fc4752;
    margin:0 0 10px;
    overflow:hidden;
    border-radius:2px;
    padding:8px 10px 8px 15px;
}
.exchange .news li .title{
    float:left;
    padding:2px 0 0;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    max-width:700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exchange .news li .title:before{
    content:'！';
    display:inline-block;
    width:22px;
    height:25px;
    margin:0 5px 0 0;
    padding:0 0 0 5px;
    border-radius:50px;
    background:#fff;
    color:#fc4752;
    font-weight:bold;
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.exchange .news li .sub_txt{
    float:right;
    background:#fff;
    font-size:16px;
    color:#fc4752;
    padding:3px 0 6px;
    height:20px;
    width:210px;
    text-align:center;
    border-radius:50px;
}

/* お知らせ */
.information{
    width:950px;
    margin:15px auto 10px;
    overflow:hidden;
}
.information h2,
.information a{
    float:left;
}
.information h2{
    text-align:center;
    width:110px;
    box-sizing:border-box;
    height:35px;
    font-size:16px;
    font-weight:bold;
    padding:6px 0 0;
    background:#f94f5a;
    color:#fff;
}
.information a{
    box-sizing:border-box;
    width:840px;
    padding:5px 15px;
    display:block;
    text-decoration:none;
    color:#666;
    font-size:15px;
    border-top:1px solid #bdbdbd;
    border-right:1px solid #bdbdbd;
    border-bottom:1px solid #bdbdbd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.information a:hover{
    transition: all 0.8s;
    background-color:#fff8d6;
}

/* ナビ */
.exchange_nav{
    margin: 20px 0;
}
.exchange_nav h2{
    background: url(../../img/10/exchange/tit_point_exchange.gif) no-repeat center;
    height: 50px;
}
.exchange_nav h2{
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 0 15px;
    line-height: 50px;
}
.exchange_nav .exchange_nav_in{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
}
.exchange_nav ul{
    float: left;
    position: relative;
    left: 50%;
    margin: 0 auto;
    padding: 20px 0;
}
.exchange_nav ul li{
    width: 200px;
    float: left;
    margin-left: 15px;
    text-align: center;
    position: relative;
    left: -50%;
}
.exchange_nav ul li a{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 37%, #e1e1e1 100%);
    background: -webkit-linear-gradient(top, #ffffff 37%,#e1e1e1 100%);
    background: linear-gradient(to bottom, #ffffff 37%,#e1e1e1 100%);
    border: 1px solid #20b4e0;
    border-radius: 5px;
    display: block;
}
.exchange_nav ul li:first-child{
    margin-left: 0;
}
.exchange_nav ul li a{
    color: #1fb4e0;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
}
.exchange_nav ul li a:before{
    content: "";
    background-image: url(../../img/10/exchange/arrow.gif);
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    bottom: -1px;
    margin-right: 3px;
}

/* 導線バナー枠 */
.bnr_exchange {
  margin-bottom: 20px;
}

/* 交換共通パーツ */
.exchange_box{
    margin-bottom: 20px;
}
.exchange_box .exchange_box_wrap{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}
.exchange h3{
    background: url(../../img/10/exchange/title.gif) no-repeat;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 23px;
    padding: 1px 25px 0;
    line-height: 25px;
}
.exchange_box .notice{
    background: #f1f1f1;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    margin: 10px 0;
}
.exchange_box ul{
    overflow: hidden;
}
.exchange_box ul li{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    padding: 9px;
    margin: 10px 14px 10px 0;
    width: 280px;
}
.exchange_box ul li:nth-child(3n),
.exchange_box ul li:last-child {
    margin-right: 0;
}
.exchange_box ul li h4{
    background: url(../../img/10/exchange/bg-sttl.gif) no-repeat;
    color: #007799;
    font-size: 16px;
    font-weight:bold;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}
.exchange_box ul li a img{
    float: left;
}
.exchange_box ul li dl{
    font-size: 13px;
    padding: 5px 0 0 130px;
}
.exchange_box ul li dt{
    float: left;
    width: 54px;
    margin-right: 5px;
}

.exchange_box ul li dd{
        padding-bottom: 4px;
}
.exchange_box ul li .exchange_point{
    font-size: 20px;
    clear:both;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}
.exchange_box .cord_url{
    text-align:center;
    margin:  0 auto 10px;
    font-size:13px;
}
.exchange_box .cr{
    margin: -5px 0 3px;
    text-align: center;
    font-size: 10px;
}
.exchange_box ul li .digital_notice{
    font-size:14px;
    color:#007799;
    font-weight:bold;
}
.exchange_box .exchange_box_in{
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    overflow: hidden;
}
.exchange_box .change_notice {
  width: 300px;
  height: 52px;
  display: table-cell;
　font-size: 12px;
  text-align:center;
　padding: 0 0 10px;
  vertical-align: middle;
}
.change_notice_img{
    padding-bottom: 10px;
}
.change_notice span {
  display: block;
}
a.check_dotmoney {
  display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0 0 10px;
}

/* その他と交換 */
.exchange_box ul .etc_exchange{
    width: 435px;
    margin: 10px 18px 10px 0;
}
.exchange_box ul .etc_exchange:last-child{
    margin-right: 0;
}
.exchange_box ul .etc_exchange h4{
    background: url(../../img/10/exchange/gb-sttl2.jpg) no-repeat;
    height: 25px;
}
.exchange_box ul .etc_exchange dl{
    padding: 7px 0 20px 190px;
}
.exchange_box_in .fund_comment{
    font-size: 13px;
    padding: 10px 0 33px 190px;
}

/* 交換するボタン_通常 */
.exchange_box ul li .btn_exchange a{
    background: #1ea6df;
    background: -moz-linear-gradient(top, #1ea6df 0%, #1b57df 100%);
    background: -webkit-linear-gradient(top, #1ea6df 0%,#1b57df 100%);
    background: linear-gradient(to bottom, #1ea6df 0%,#1b57df 100%);
    border: 1px solid #2875e7;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 225px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    margin: 0 auto;
}

/* 交換するボタン_募金 */
.exchange_box ul li .btn_exchange_fund a{
    background: #3ec02d;
    background: -moz-linear-gradient(top, #4ddb3b 0%, #007120 100%);
    background: -webkit-linear-gradient(top, #4ddb3b 0%,#007120 100%);
    background: linear-gradient(to bottom, #4ddb3b 0%,#007120 100%);
    border: 1px solid #007120;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 225px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    margin: 0 auto;
}

/* 注意事項 */
.exchange .important_notice{
    background: #eee;
    border-radius: 5px;
    font-size: 15px;
    padding: 15px 20px;
    margin: 0 0 40px;
}
.exchange .important_notice h4{
    font-weight: bold;
    margin-bottom: 10px;
}
.exchange .important_notice ul li{
    line-height: 24px;
    padding-left: 11px;
    background: url("../../img/10/mypage/icon-list.gif") no-repeat 0 -297px;
    margin-bottom: 5px;
}
.exchange .important_notice a{
    display:inline-block;
}