﻿@charset "utf-8";
/* CSS Document */

body, input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 140%;
}

.float-none {
    border: hidden;
    margin: 0;
    padding: 0;
    clear: both;
}

.nav-box {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
    border-bottom: 1px solid #402d13;
    -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,0.75);
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.75);
    background-image: url("../images/frame.jpg");
}

.nav {
    width: 1000px;
    margin: 0 auto;
}

    .nav > li {
        float: left;
        width: 16.6%;
        line-height: 20px;
        font-size: 14px;
        text-shadow: 0 0 1em #ff8d47,0 0 1em #ff8d47,0 0 1em #ff8d47;
    }
        /*NAVBAR連結文字顏色*/
        .nav > li > a {
            color: white;
            font-weight: bold;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                color: #fff;
                background-color: rgba(255, 255, 255, 0);
            }

span {
    color: red;
}

.font-left {
    float: left;
}

/*HEADER*/
.headerbox {
    position: relative;
    width: 100%;
    height: 690px;
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

.logo-box {
    margin: 0 auto;
}

.btn-box {
    width: 600px;
    margin: 350px auto 0;
}

.btn-box2 {
    width: 1000px;
    margin: 350px auto 0;
}

.btn-box-img > img {
    transition: all 0.2s ease-out;
}

    .btn-box-img > img:hover {
        transform: scale(0.95);
    }

    .btn-box-img > img:hover {
        filter: contrast(130%);
    }

.btn-left {
    float: left;
    width: 50%;
}

.btn-left2 {
    float: left;
    width: 33%;
}

.btn-right {
    float: right;
    width: 50%;
}

.btn-right2 {
    float: right;
    width: 33%;
}

/*CONTENT1*/
.content {
    position: relative;
    width: 100%;
    min-width: 1000px;
    margin: 0% auto;
    -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,0.75);
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.75);
    background-image: url("../images/background.jpg");
}

.content-box {
    width: 950px;
    margin: 0 auto;
}

.content-box-2 {
    width: 1250px;
    margin: 0 auto;
}

.content-btn-box {
    width: 850px;
    margin: 30px auto;
}

.frame-box {
    width: 100%;
    height: 40px;
    background-image: url("../images/frame.jpg");
    background-repeat: repeat-x;
}

.box-50 {
    width: 50%;
    margin: 20px auto;
}

.box-70 {
    width: 70%;
    margin: 20px auto;
}

.main-left {
    width: 440px;
    margin: 0 auto 0 0;
    float: left;
}

.main-right {
    width: 390px;
    margin: 0 0 0 auto;
    float: right;
}

.ellipsis {
    color: #402d13;
    font-size: 12px;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.content-box .text-title, .content-box-2 .text-title {
    border-radius: 5px;
    background-color: #5a200d;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bolder;
}

.content-box p, .content-box-2 p {
    margin-top: 10px;
    color: white;
    font-size: 16px;
    font-weight: bolder;
}

.content-box ol, .content-box-2 ol {
    color: white;
    font-size: 16px;
    font-weight: bolder;
    padding: 16px;
}

.table-box {
    width: 50%;
    margin: 20px auto;
}

    .table-box > table {
        width: 100%;
    }

/*CONTENT2*/
.content2 {
    position: relative;
    width: 100%;
    min-height: 940px;
    padding: 3% 0 1%;
    background-image: url("../images/background.jpg");
    background-position: center top;
    background-color: #010407;
}

.game-note h2 {
    font-size: 30px;
    font-weight: bolder;
    color: gray;
}

.game-note ol {
    font-size: 20px;
    color: gray;
}

.game-note table {
    width: 100%;
    margin: 20px auto;
    background-color: white;
    border: solid 1px #54030a;
    text-align: center;
}

.game-note thead > tr > td {
    background-color: #5a200d;
    color: white;
    padding: 1%;
    border: solid 1px #864400;
}

.game-note tbody > tr > td {
    border: solid 1px #864400;
    padding: 0.5%;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    color: #864400;
}

.game-gift table {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border: solid 1px #0f2f6d;
    text-align: center;
}

.game-gift thead > tr > td {
    background-color: #5a200d;
    color: white;
    padding: 1%;
    border: solid 1px #864400;
}

.game-gift tbody > tr > td {
    border: solid 1px #864400;
    padding: 0.5%;
    text-align: left;
    font-size: 16px;
    font-weight: bolder;
    color: gray;
}

/*PC*/
@media(min-width:1199px) and (max-width:1720px) {
}

/*Pad*/
@media(min-width:992px) and (max-width:1199px) {
}

/*Pad2*/
@media(min-width:768px) and (max-width:991px) {
}

/*Mobile*/
@media(min-width:0px) and (max-width:767px) {
}