object:focus {
    outline: none;
}
/* HTML Countdown
 */
.htmlCountdownBg {
    position: relative;
    top: 0;
    width: 265px;
    height: 85px;
    color: #fff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    background-repeat: no-repeat;
    margin: 0 10px;
}
.htmlCountdownBg div {
    position: absolute;
}
.htmlCountdownBg.black {
    background-image: url(../img/245_bg_black.jpg);
}
.htmlCountdownBg.black-countdown {
    background-image: url(../img/245_bg_countdown_black.jpg);
}
.htmlCountdownBg.white {
    background-image: url(../img/245_bg_white.png);
    background-size: 265px 85px;
    color: #000;
}
/* .htmlCountdownBg.white-countdown {
    background-image: url(../img/245_bg_countdown_white.jpg);
} */
.htmlCountdownBg .cd-countdown,
.htmlCountdownBg .cd-realtime {
    display: none;
    width: 100%;
}
.htmlCountdownBg.black .cd-logo {
    width: 100%;
    height: 100%;
    background-image: url(../img/245_logo_black.png);
    background-repeat: no-repeat;
    background-position: 7px 20px;
}
.htmlCountdownBg.white .cd-logo {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 96px;
    height: 63px;
    background-image: url(../img/245_logo_white.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 96px auto;
}
.htmlCountdownBg.black .cd-glass-countdown {
    width: 66.6%;
    height: 35px;
    background-image: url(../img/245_glass_countdown_black.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 87px;
    z-index: 10;
}
.htmlCountdownBg.black .cd-glass-real {
    width: 66.6%;
    height: 35px;
    background-image: url(../img/245_glass_black.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 87px;
    z-index: 10;
}
.htmlCountdownBg.white .cd-glass-countdown,
.htmlCountdownBg.white .cd-glass-real {
    width: 66.6%;
    height: 35px;
    background-image: url(../img/245_glass_white.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 87px;
    z-index: 10;
}
/*countdown*/
.htmlCountdownBg .cd-labels {
    text-transform: uppercase;
    font-family: 'OMEGACT';
    font-size: 10px;
    text-align: center;
    top: 9px;
    right: 0;
    width: 144px;
}
.htmlCountdownBg .cd-values {
    text-transform: uppercase;
    font-family: 'OMEGACT';
    font-size: 14px;
    text-align: center;
    top: 12px;
    right: 2px;
    width: 163px;
}
.htmlCountdownBg .days {
    left: 0;
    width: 40px;
}
.htmlCountdownBg .hours {
    left: 41px;
    width: 34px;
}
.htmlCountdownBg .minutes {
    left: 75px;
    width: 38px;
}
.htmlCountdownBg .seconds {
    left: 110px;
    width: 33px;
}
.htmlCountdownBg .dValue {
    left: 0;
    width: 100%;
}
.htmlCountdownBg .hValue {
    left: 0;
    width: 100%;
}
.htmlCountdownBg .mValue {
    left: 0;
    width: 100%;
}
.htmlCountdownBg .sValue {
    left: 0;
    width: 100%;
}
.htmlCountdownBg .cd-copy {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 11px;
    width: 143px;
    text-align: center;
    line-height: 1.2;
    left: 121px;
    top: 43px;
}
.htmlCountdownBg .cd-copy sup {
    text-transform: uppercase;
    font-family: 'OMEGACT';
    font-weight: bold;
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    top: -0.3em;
    left: -0.2em;
}
.htmlCountdownBg .cd-real-copy sup {
    text-transform: uppercase;
    font-family: 'OMEGACT';
    font-weight: bold;
    font-size: 10px;
    vertical-align: baseline;
    position: relative;
    top: -0.5em;
    left: -0.0em;
}
.cufonJa {
    font-size: 18px !important;
    line-height: 1.3em !important;
    top: 165px !important;
}
/*real*/
.htmlCountdownBg .cd-real-values {
    text-transform: uppercase;
  font-family: 'OMEGACT';
  font-weight: bold;
    font-size: 23px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    top: 5px;
    left: 87px;
    width: 66.6%;
}
.htmlCountdownBg .realhValue {
    right: 125px;
}
.htmlCountdownBg .separatorOne {
    right: 107px;
}
.htmlCountdownBg .realmValue {
    right: 71px;
}
.htmlCountdownBg .separatorTwo {
    right: 54px;
}
.htmlCountdownBg .realsValue {
    right: 18px;
}
.htmlCountdownBg .cd-real-copy {
    text-transform: uppercase;
  font-family: 'OMEGACT';
  font-weight: bold;
    font-size: 10px;
    width: 66.6%;
    text-align: center;
    line-height: 1.3em;
    left: 87px;
    top: 45px;
    color: #999999;
}
.htmlCountdownBg.white .cd-real-copy {
    color: #777777;
}
/* ie6 png alpha lack */
* html .cd-glass-countdown,
* html .cd-glass-real {
    visibility: hidden;
    display: none;
}
@media only screen and (max-width: 767px) {
    .htmlCountdownBg {
        margin: 10px 0;
    }
}
