* {
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
    font-family: 'TIMES';
    src: url('/webFont/TIMES.ttf') format('truetype');
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

.warning {
    color: blue;
}

.mc-hide-scrolls {
    overflow: hidden;
}

body {
    background-color: #000;
}

.test {
    font-size: 50px;
    font-family: 'TIMES';
    color: #fff;
}

#coverWrap {
    background: url(/index/img/cover.jpg) no-repeat 50% 0%;
    position: relative;
    height: 800px;
    min-width: 1080px;
}

#logo {
    position: absolute;
    z-index: 99998;
    margin-top: -420px;
    margin-left: -210px;

}

.entrance {
    position: absolute;
    width: 380px;
    bottom: 150px;
    left: 50%;
    margin: 0 0 0 -190px;
    z-index: 999999;

}

ul.entrance li {
    float: left;
    margin: 5px 20px;
}

#footer_wrap {
    position: relative;
    z-index: 99999;
    width: 100%;
    clear: both;
    text-align: center;
    color: #c40000;
    padding: 20px 0px;
    min-width: 1080px;
    /*
	background-image:url(/index/img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	height:310px;
	*/
}

#footer_wrap h1 {
    font-size: 12px;
}

#footer_wrap p {
    font-size: 12px;
}

#footer_wrap a {
    text-decoration: none;
}

#recruitBanner {
    margin: 10px auto;
}

#recruitBanner a img {
    width: 500px;
}

#footer_wrap ul.shopBanner {
    width: 824px;
    margin: 0px auto;
}

#footer_wrap ul.shopBanner li {
    float: left;
}

#footer_wrap ul.shopBanner li a {
    margin: 2px;
}

#footer_wrap ul.shopBanner li a img {
    width: 200px;
    border: 1px solid #cccccc;
}

#footerBottomWrap {
    position: relative;
    width: 100%;
    min-width: 1080px;
    border-top: 1px solid #252525;
}

#footerBottom {
    position: relative;
    padding: 6px 0px 6px 6px;
    text-align: left;
    background-color: #141414;
}

#footerBottom span {
    display: block;
    float: left;
    margin-right: 10px;
}

#footerBottom span img {
    width: 50px;
}

#copy {
    color: #eaeaea;
    font-size: 14px;
    inline-height: 1.2;
}

#footerBottom .link {
    font-size: 12px;
    inline-height: 1.2;
    color: #eaeaea;
}

#footerBottom .link a:hover {
    background: #fff;
    color: #e7201b;
}

.newyear_notice {
    position: absolute;
    top: 10px;
    left: 50%;
    padding: 20px;
    width: 400px;
    border: 5px solid #e5d1b6;
    background: url(/newyear_bg.jpg) 50% 0%;
    margin-left: -220px;
    z-index: 9999;
}

.newyear_notice dl dt {
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.newyear_notice dl dd {
    margin: 10px auto 0 auto;
    color: #000;
    font-size: 13px;
}
