@charset "utf-8";
/* CSS Document */

#campaign #cmpn-prize .prize-l div .number strong {
	padding: 20px 0 0 0 !important;
}




#cmpn-offer .button {
    position: relative;
}
#cmpn-offer .button.inactive:after {
    content: "本特典への申し込みは、ダイヤモンド・プラチナの会員グレードが必要になります。";
    color: #c40000;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.75);
    text-shadow: #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px;
}

