body {
    background-color: #000;
    color: #fff;
}
header {
    height: 616px; /* header height + nav height */
    background-image: url("bg_header.webp");
}
header h1 {
    background-image: url("logo_title.webp");
    margin-left: 20px;
    margin-top: 100px;
}
a {
    text-decoration: none;
}
nav {
    top: 616px;
    height: 140px;
    background-image: url("bg_nav.webp");
}
nav ul li:nth-child(1) {
    background-image: url("btn_menu1.webp");
}
nav ul li:nth-child(2) {
    background-image: url("btn_menu2.webp");
}
nav ul li:nth-child(3) {
    background-image: url("btn_menu3.webp");
}
nav ul li:nth-child(4) {
    background-image: url("btn_menu4.webp");
}
nav ul li:nth-child(5) {
    background-image: url("btn_menu5.webp");
}

.gallery {
    position: relative;
    width: 100%;
    line-height: 1;
}
.gallery .nav {
    width: 100%;
    margin-bottom: 20px;
}
.gallery .nav li {
    display: inline-block;
    zoom: 1;
    width: 200px;
    height: 40px;
    margin: 5px;
    padding-top: 10px;
    cursor: pointer;
    background-color: #976a3e;
    font-size: 20px;
    color: #f8b738;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.gallery .nav li.on {
    background-color: #ffa633;
    color: #fffdc9;
}
.gallery.gallery-equip {
    height: 500px;
    margin: 20px 0;
}
.gallery.gallery-equip .nav {
    float: left;
    width: 180px;
    margin-right: 20px;
}
.gallery.gallery-equip .nav li {
    width: 100%;
    height: 62px;
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 21px;
    font-weight: 700;
}
.gallery.gallery-equip .img {
    float: left;
    width: 700px;
}
.content h3 {
    font-size: 30px;
    color: #ffd133;
}
.content h4 {
    font-size: 24px;
    color: #ffa633;
}
.content h5 {
    font-size: 20px;
    color: #fff;
}
.content h6 {
    font-size: 16px;
    color: #fff;
}
.content h7 {
    font-size: 14px;
    color: #999;
}
.content .btn-entry {
    position: relative;
    width: 100%;
    height: 106px;
    background-image: url("img_01itemuke.webp");
}
.content .btn-entry a {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 50px;
    width: 369px;
    height: 88px;
    background-image: url("");
    background-position: 0 0;
    text-indent: -1000px;
}
.content .btn-entry a:hover {
    background-position: 0 100%;
}
.content .btn-return {
    position: relative;
    width: 100%;
    height: 106px;
    background-image: url("img_02itemuke.webp");
}
.content .btn-return a {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 50px;
    width: 369px;
    height: 88px;
    background-image: url("");
    background-position: 0 0;
    text-indent: -1000px;
}
.content .btn-return a:hover {
    background-position: 0 100%;
}
.content .btn-twtcp {
    position: relative;
    width: 100%;
    height: 106px;
    background-image: url("img_03itemuke.webp");
}
.content .btn-twtcp a {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 50px;
    width: 369px;
    height: 88px;
    background-image: url("");
    background-position: 0 0;
    text-indent: -1000px;
}
.content .btn-twtcp a:hover {
    background-position: 0 100%;
}
.content .btn-rt {
    height: 88px;
}
.content .btn-rt a {
    overflow: hidden;
    position: absolute;
    width: 369px;
    height: 88px;
    background-image: url("btn_retwitte.webp");
    text-indent: -1000px;
}
.content .btn-rrt {
    height: 88px;
}
.content .btn-rrt a {
    overflow: hidden;
    position: absolute;
    width: 369px;
    height: 88px;
    background-image: url("btn_reretwitte.webp");
    text-indent: -1000px;
}
.content .twitterbox {
    display: inline-block;
    width: 48%;
    background-color: #331a11;
    vertical-align: top;
    border-radius: 20px;
    padding: 35px;
    font-size: 14px;
}
.content .twitterbox.box1 {
    margin-right: 20px;
}
.content .twitterbox.box2 {
}
.content .twitterbox .order-list li {
    margin-bottom: 0;
}
.content table tr th {
    background-color: #513a20;
    color: #fff;
}
.content table tr:nth-child(odd) {
    background-color: #a2968a;
    color: #000;
}
.content table tr:nth-child(even) {
    background-color: #948979;
    color: #000;
}
.content tbody tr.odd {
    background-color: #513a20;
    color: #000;
}
.content table tr td:first-child {
    text-align: center;
    font-size: 21px;
    color: #5e0b07;
}
.content .img-list {
    position: relative;
    width: 100%;
}
.content .img-list li {
    position: relative;
    width: 100%;
    min-height: 95px;
    margin-bottom: 40px;
    padding-left: 150px;
}
.content .img-list li img {
    margin-top: 20px;
}
.content .img-list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.content .img-list li:nth-child(1):before {
    background-image: url(img_list01.webp);
}
.content .img-list li:nth-child(2):before {
    background-image: url(img_list02.webp);
}
.content .img-list li:nth-child(3):before {
    background-image: url(img_list03.webp);
}
.btn-top {
    top: 800px;
    width: 100px;
    height: 100px;
    background-image: url("btn_top.webp");
}
.icon-stamps {
    width: 80px;
    height: 80px;
}
.caution {
    margin-top: 100px;
    background-color: #2b0909;
    color: #9b6161;
}
footer {
    background-color: #222;
    color: #aaa;
}

.content .img-list li {
    position: relative;
    width: 100%;
    min-height: 95px;
    margin-bottom: 40px;
    padding-left: 150px;
}
.content .img-list li img {
    margin-top: 20px;
}
.content .img-list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.content .img-list li:nth-child(1):before {
    background-image: url(img_list01.webp);
}
.content .img-list li:nth-child(2):before {
    background-image: url(img_list02.webp);
}
.content .img-list li:nth-child(3):before {
    background-image: url(img_list03.webp);
}
.btn-top {
    top: 800px;
    width: 100px;
    height: 100px;
    background-image: url("btn_top.webp");
}
.icon-stamps {
    width: 80px;
    height: 80px;
}
.caution {
    margin-top: 100px;
    background-color: #2b0909;
    color: #9b6161;
}
footer {
    background-color: #222;
    color: #aaa;
}
