* {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: normal;
    font-family: YakuHanJP, YakuHanMP, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

img {
    border: 0px;
}

a{
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.clear {
    clear: both;
}

body {
    background-color: #d8d8d8;
}

/*
.background-hack {
	z-index:-1;
    background-color:#000000;
	background-image:url(/sp/img/bg.jpg);
    background-repeat:repeat;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-position:50% 0%;
}
*/
#wrap {
    max-width: 680px;
    margin: 0px auto;
}

#wrap #cover img {
    width: 100%;
}

#enter {
    width: 100%;
}

#enter li {
    width: 80%;
    max-width: 340px;
    margin: 0 auto;
}

#enter li a {
    display: block;
    margin: 10px;
    padding: 20px 0px;
    text-align: center;
    border: 1px solid #5f4a1f;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.01, #000000), color-stop(0.46, #353b3b), color-stop(0.02, #000000));
    background: -webkit-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: -moz-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: -o-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: -ms-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    border-radius: 999px;
    line-height: 1.2;
}

#enter li a span {
    display: block;
    font-size: 15px;
}

#enter a {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    color: #f66;
}

#footerWrap {
    width: 100%;
    background: linear-gradient(to top,
            #FFFFFF 0%,
            #F5F5F5 50%,
            #D8D8D8 100%);
}

#footer {
    position: relative;
    padding: 20px 0 0 0;
    text-align: center;
}

#footer p {
    color: #191919;
    font-weight: bold;
}

#footer p a {
    color: #f66;
    text-decoration: none;
}

.info {
    margin: 30px auto 0 auto;
}

.info dd {
    font-size: 16px;
    color: #191919;
    margin: 3px 0;
    font-weight: bold;
}

.info dd a {
    font-size: 16px;
    color: #191919;
    font-weight: bold;
}

h1 {
    text-align: center;
    color: #fff;
    background-color: #ac8940;
    line-height: 30px;
    font-weight: bold;
}

ul#footer_banner li {
    width: 50%;
    float: left;
}

ul#footer_banner {
    margin: 0px auto;
}

ul#footer_banner li a {
    display: block;
    margin: 2px;
    padding: 2px;
    border: 1px solid #ccc;
}

ul#footer_banner li a img {
    width: 100%;
}

#footerBottom {
    position: relative;
    margin: 0px auto 0px auto;
    padding: 20px 0px;
    text-align: center;
    background-color: #262626;
}

#footerBottom p {
    color: #fafafa;
    padding: 3px 0;
}

#footerBottom p.copy {
    font-size: 8px;
}

#footerBottom p a {
    color: lightblue;
}

hr {
    background-color: #ccc;
    width: 80%;
    max-width: 680px;
    margin: 50px auto;
    opacity: 0.1;
}

.newyear_notice {
    position: relative;
    max-width: 680px;
    margin: 20px auto;
    width: 96%;
}

.newyear_notice dl {
    padding: 20px 10px;
    border: 5px solid #e5d1b6;
    background: url(/newyear_bg.jpg) 50% 0%;
}

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