@charset "utf-8";
/* CSS Document */


/* ==================================================================================================================
　クレジット決済キャンペーン
================================================================================================================== */

/* hoverエリア */
div.campaign_credit_box{position: relative;width: 118px;height: 35px;display: inline-table;}

div.campaign_credit {
display: block;    
width: 118px;
height: 35px;
text-align: center;    
border: solid 1px #5b6ea6;    
color: #FFFFFF;        
background: url(../../images/campaign/credit_201506/bg_MouseCursor.png) no-repeat 118px 2px #2A8FF2 !important;
padding: 10px 7px 7px 7px !important;
font-size: 11px;    
font-weight: bold;
line-height: 1.4;
position: relative;
margin: 5px auto 5px;
border-top: solid 10px #000000;
border-radius: 5px;
cursor: default;
box-shadow: 2px 2px rgba(91, 110, 166, 0.21);
overflow: hidden;
}

div.in_right_module_content_cart .campaign_credit_box{left:18px;}

/* 光 */
table#work_buy_box_inner .reflection,
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-100px;
    left        :-30px;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
    pointer-events: none;

}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* hover時のカード画像挙動 */
div.campaign_credit_box:hover span.campaign_credit {
background: url(../../images/campaign/credit_201506/img_credit.png) no-repeat;
transition: opacity 0.5s linear 0.1s ;
pointer-events: none;
opacity: 1;
left: -440px;
-webkit-transition: all 0.5s ease-out;
-moz-transition:    all 0.5s ease-out;
-o-transition:      all 0.5s ease-out;
-moz-transition-delay:3s;
-webkit-transition-delay:0.5s;
-o-transition-delay:0.5s;
-ms-transition-delay:0.5s;
＞display: block; /* IE11以上 */
display: block\9; /* IE10以下 */
*display: block;/* IE7以下 */
}

/* カード画像 */
span.campaign_credit{
width: 440px;
height: 280px;
position: absolute;
padding: 0px !important;
text-align: center;
opacity: 0;
left: -430px;
top: -45px;
pointer-events: none;
＞display: none; /* IE11以上 */
display: none\9; /* IE10以下 */
*display: none;/* IE7以下 */
overflow: hidden;
}

/* 光 */
table#work_buy_box_inner .reflection_big,
 .reflection_big {
    height      :100%;
    width       :20px;
    position    :absolute;
    top         :-100px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
    pointer-events: none;

}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 0.8; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.8; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 0.8; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 0.8; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 0.8; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}