@charset "UTF-8";
html ,
body ,
div ,
span ,
applet ,
object ,
iframe ,
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 ,
p ,
blockquote ,
pre ,
a ,
abbr ,
acronym ,
address ,
big ,
cite ,
code ,
del ,
dfn ,
em ,
img ,
ins ,
kbd ,
q ,
s ,
samp ,
small ,
strike ,
strong ,
sub ,
sup ,
tt ,
var ,
b ,
u ,
i ,
center ,
dl ,
dt ,
dd ,
ol ,
ul ,
li ,
fieldset ,
form ,
label ,
legend ,
table ,
caption ,
tbody ,
tfoot ,
thead ,
tr ,
th ,
td ,
article ,
aside ,
canvas ,
details ,
embed ,
figure ,
figcaption ,
footer ,
header ,
hgroup ,
menu ,
nav ,
output ,
ruby ,
section ,
summary ,
time ,
mark ,
audio ,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {

}

ol ,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption ,
th ,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q ,
blockquote {
    quotes: none;
}
q:before ,
q:after ,
blockquote:before ,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
hgroup ,
main ,
menu ,
nav ,
section ,
summary {
    display: block;
}

body {
    min-width: 916px;
    margin: 0 12px;
    background: #fff;
    color: #333;
    font-size: 12px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.gatya-counter {
    display: table;
    margin: 20px auto 0;
    padding: 8px;
    background: #000;
    overflow: hidden;
    border-collapse: separate;
}
.gatya-counter .gatya-counter-title {
    display: table-cell;
    padding: 0 12px 0 6px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
}
.gatya-counter .box-counter {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.gatya-counter .number {
    float: left;
    width: 40px;
    height: 65px;
    border-left: 1px solid #ddd;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eaeaea 50%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #eaeaea), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eaeaea 50%, #eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eaeaea 50%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eaeaea 50%, #eaeaea 100%);
    line-height: 1.6;
    font-size: 44px;
    font-weight: bold;
    color: #333;
    text-align: center;
    -moz-box-shadow: 1px 1px 0 white inset;
    -webkit-box-shadow: 1px 1px 0 white inset;
    box-shadow: 1px 1px 0 white inset;
    overflow: hidden;
}
.gatya-counter .number:first-child {
    border-left: none;
}
.gatya-counter .number-inner {
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gatya-counter .number-inner span {
    display: block;
}

.gatya-counter-small {
    display: table;
    width: 605px;
    margin: 20px auto 0;
    padding: 8px;
    overflow: hidden;
}
.gatya-counter-small .gatya-counter-small-title {
    display: table-cell;
    width: 30%;
    padding: 12px 20px;
    border-right: 1px solid #fff;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.gatya-counter-small .box-counter-small {
    display: table-cell;
    width: 70%;
    background: #f6f6f6;
    vertical-align: middle;
    text-align: center;
}
.gatya-counter-small .box-counter-small-inner {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}
.gatya-counter-small .number {
    float: left;
    width: 20px;
    height: 41px;
    margin: 0 auto;
    font-size: 27px;
    font-weight: bold;
    line-height: 41px;
    overflow: hidden;
}
.gatya-counter-small .number-inner {
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gatya-counter-small .number-inner span {
    display: block;
}
