/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



*{font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;}

html, body{
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0;
    background-color: #000;
}
header{
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 300;
}
.headercontent{
	width: 1200px;
	height: 67px;
    margin: 0 auto;
}
.mangot5{
    margin-top: 5px;
}
.btntop{
    background: url(../images/btntop.png) no-repeat;
	width: 151px; 
    height: 49px;
    margin-top: 10px;
    margin-left: 10px;
    float: right;
    font-size: 0;
}
.register { background-position: 0 0;}
.register:hover { background-position: -151px 0;}
.login { background-position: 0 -49px;}
.login:hover { background-position: -151px -49px;}


/*jump*/
.black{
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    z-index: 400;
    display: none;
}
.jump{
    background: url(../images/page.jpg) center top no-repeat; 
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 4500px;
    position: absolute;
    top: 120px;
    z-index: 401;
    display: none;
}
.close{
    background: url(../images/close.png) center top no-repeat;
    width: 54px;    
    height: 54px;
    font-size: 0px; 
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: 500px;
    z-index: 402;
    cursor: pointer;
    display: none;
}

#wrapper{
    background:url(../images/bg.jpg) center top no-repeat;
    position: relative;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1920px;
    width: 100%;
    height: 3133px;
}

.btnall{
    width: 1200px;
    margin:0 auto;
}
.btn{
    background: url("../images/btn.jpg") no-repeat;
    width: 168px; 
    height: 884px;
    display: inline-block;
    margin-right: -1px;
    color:rgba(0,0,0,0);
}
.btn_hot { background-position: 0 0;}
.btn_hot:hover { background-position: 0 -884px;}
.btn_au { background-position: -168px 0;}
.btn_au:hover  { background-position: -168px -884px;}
.btn_tera { background-position: -336px 0;}
.btn_tera:hover  { background-position: -336px -884px;}
.btn_cls { background-position: -504px 0;}
.btn_cls:hover  { background-position: -504px -884px;}
.btn_arpiel { background-position: -672px 0;}
.btn_arpiel:hover  { background-position: -672px -884px;}
.btn_la { background-position: -840px 0;}
.btn_la:hover  { background-position: -840px -884px; width: 168px;}
.btn_12sky2 { background-position: -1008px 0;}
.btn_12sky2:hover  { background-position: -1008px -884px;}

.atmall{
    position: relative;
    margin:-130px auto 0;
    width: 430px;
}
.star{ 
    background: url("../images/star.png") center top no-repeat; 
    background-size: cover;
    display: inline-block;
    opacity: 0;
    animation: starmov .6s infinite linear;
}
@keyframes starmov{
    0%,33%{
        opacity: 1;
    }
    34%,98%{
        opacity: 0;
    }
    99%,100%{
        opacity: 1;
    }
}
.starleft{
    float: left;
    margin-left: -20px;
}
.starright{
    float: right;
    margin-right: -20px;
}
.star1{
    animation-delay: 0s; 
    width: 16px; height: 16px;
    margin-top: 150px;
}
.star2{
    animation-delay: 0.2s;
    width: 26px; height: 26px;
    margin-top: 140px;
}
.star3{
    animation-delay: 0.4s;
    width: 36px; height: 36px;
    margin-top: 130px;
}
.star4{
    animation-delay: 0.4s;
    width: 36px; height: 36px;
    margin-top: 130px;
}
.star5{
    animation-delay: 0.2s;
    width: 26px; height: 26px;
    margin-top: 140px;
}
.star6{
    animation-delay: 0s;
    width: 16px; height: 16px;
    margin-top: 150px;
}
.atm{
    background: url("../images/webatm_off.png") center top no-repeat; 
    width: 385px; 
    height: 188px;
    display: inline-block;
    animation: atmmov 0.6s infinite linear;
}
@keyframes atmmov{
    0%,50%{
        background: url("../images/webatm_off.png") center top no-repeat; 
    }
    51%,100%{
        background: url("../images/webatm_on.png") center top no-repeat; 
    }
}


.teach { 
    background: url("../images/btnteach.png") 0 0 no-repeat; 
    width: 189px; 
    height: 189px;
    color:rgba(0,0,0,0);
    position: fixed;
    top:67%;
    right: 1%;
    z-index: 200;
}
.teach:hover { background-position: -189px 0;}

/*footer*/
.footer{
    width: 100%;
    min-width: 1200px;
    position: relative;
    margin: -110px auto 0px;
    padding: 20px 0;
    font-size: 0;
    text-align: center; 
}