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;
}

/* ========================= [ 上ナビ ] */
#ntgnav {
    position: relative;
    z-index: 1;
    margin: 0 -12px 0;
    background: #404849;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,0.2);
}
#header .hd-gnav + #ntgnav { margin-top: -23px; }
#ntgnav .ntgnav-inner {
    width: 1020px;
    height: 42px;
    margin: 0 auto;
}

/* ===== ntgnav-l */
#ntgnav .ntgnav-inner .ntgnav-l { float: left; }
#ntgnav .ntgnav-inner .ntgnav-l li {
    position: relative;
    float: left;
    border-right: 1px solid #343b3c;
    color: #fff;
    font-size: 15px;
    text-align: center;
    box-shadow: 1px 0 0 #4a5152;
    line-height: 42px;
}
#ntgnav .ntgnav-inner .ntgnav-l li.on:after {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #eb4266;
    content: "";
    -webkit-animation: ntgnav_on 0.5s ease 0.2s 1 normal;
    -moz-animation: ntgnav_on 0.5s ease 0.2s 1 normal;
    animation: ntgnav_on 0.5s ease 0.2s 1 normal;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
}
#ntgnav.general .ntgnav-inner .ntgnav-l li.on:after { background: #16acc2; }
@keyframes ntgnav_on {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes ntgnav_on {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-webkit-keyframes ntgnav_on {
    0% { width: 0%; }
    100% { width: 100%; }
}
#ntgnav .ntgnav-inner .ntgnav-l .bt-floor {
    width: 212px;
    background: #eb4266;
    font-size: 20px;
    letter-spacing: 0.1em;
}
#ntgnav.general .ntgnav-inner .ntgnav-l .bt-floor { background: #16acc2; }

/* ===== 上ナビ動作用CSS */
#ntgnav .ntgnav-inner .ntgnav-l li a {
    display: block;
    position: relative;
    width: 129px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
#ntgnav .ntgnav-inner .ntgnav-l li a {
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#ntgnav .ntgnav-inner .ntgnav-l li a:before {
    display: block;
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 1;
    width: 200px;
    height: 120px;
    background-color: #eb4266;
    content: "";
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translate(0px, 60px) skewY(-30deg);
    -moz-transform: translate(0px, 60px) skewY(-30deg);
    transform: translate(0px, 60px) skewY(-30deg);
}
#ntgnav.general .ntgnav-inner .ntgnav-l li a:before { background-color: #16acc2; }
#ntgnav .ntgnav-inner .ntgnav-l li a:hover:before {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate(0px, 243px) skewY(-30deg);
    -moz-transform: translate(0px, 243px) skewY(-30deg);
    transform: translate(0px, 243px) skewY(-30deg);
}

#ntgnav .ntgnav-inner .ntgnav-l li a:hover {
    background-color: #eb4266;
    text-shadow: 0 0 10px rgba(255,255,255,1);
}
#ntgnav.general .ntgnav-inner .ntgnav-l li a:hover { background-color: #16acc2; }
#ntgnav .ntgnav-inner .ntgnav-l li a span {
    position: relative;
    z-index: 2;
}
#ntgnav .ntgnav-inner .ntgnav-l li a:hover span {
    -webkit-animation: ntgnav_hover 0.3s ease 0s 1 normal;
    -moz-animation: ntgnav_hover 0.3s ease 0s 1 normal;
    animation: ntgnav_hover 0.3s ease 0s 1 normal;
}
@keyframes ntgnav_hover {
    0% { top: 0px; }
    50%{ top: 10px; }
    100% { top: 0px; }
}
@-moz-keyframes ntgnav_hover {
    0% { top: 0px; }
    50%{ top: 10px; }
    100% { top: 0px; }
}
@-webkit-keyframes ntgnav_hover {
    0% { top: 0px; }
    50%{ top: 10px; }
    100% { top: 0px; }
}

/* ===== ntgnav-r */
#ntgnav .ntgnav-inner .ntgnav-r { float: right; }
#ntgnav .ntgnav-inner .ntgnav-r li {
    position: relative;
    float: left;
    margin-left: 16px;
    line-height: 42px;
}
#ntgnav .ntgnav-inner .ntgnav-r li a {
    display: block;
    padding: 0 0 0 10px;
    color: #fff;
}
#ntgnav .ntgnav-inner .ntgnav-r .bt-help a { padding-left: 15px; }
#ntgnav .ntgnav-inner .ntgnav-r .bt-help a span:before {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url(../images/ico/ico_ntgnav.png) center center no-repeat;
    content: "";
}
#ntgnav .ntgnav-inner .ntgnav-r .bt-exchange a { padding-left: 15px; }
#ntgnav .ntgnav-inner .ntgnav-r .bt-exchange a span:before {
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    border: 5px solid transparent;
    border-left: 4px solid #fff;
    content: "";
}