

a {
    color: #0000EE;
}

a:hover {
    color: #666;
}

.img-center {
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

h1,
h2,
h3 {
    font-size: 18px;
}

h4,
h5,
h6 {
    font-size: 16px;
}

.inner {
    width: 95%;
    margin: auto;
}

.infomation {
    color: #FFFFFF;
    font-size: 12px;
}

.infomation a {
    color: #FFFFFF;
    padding: 0 3px;
}

.infomation a img {
    margin: auto;
}

.top {
    margin-top: 10px;
}

.table-responsive {
    border: none;
}


/*-------------------------------
 Heaader
--------------------------------*/

.site-header {
    background-size: 100% auto;
    padding-top: 20px;
}

.header {
    padding: 0px 0 0;
}

a.navbar-menu-btn {
    position: fixed;
    top: 0;
    right: 10px;
    background: rgb(244 102 18 / 82%);
    padding: 3px 5px 0;
    margin-top: 5px;
    height: 40px;
    width: 46px;
    color: #FFFFFF;
    border-radius: 4px 4px 0 0;
    z-index: 1000;
    font-size: 12px;
}

.navbar-menu-btn span.icon-text {
    font-size: 12px;
    display: block;
    text-align: center;
    position: relative;
    bottom: 5px;
}

a.call-btn {
    position: fixed;
    top: 35px;
    right: 10px;
    background: rgb(244 102 18 / 82%);
    padding: 3px 8px 3px;
    margin-top: 10px;
    height: 40px;
    width: 46px;
    color: #FFFFFF;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #cc0000;
    z-index: 1000;
}

.call-btn span.fa,
.navbar-menu-btn span.fa {
    font-size: 20px;
}

.navbar-menu-btn span.icon-text,
.call-btn span.icon-text {
    font-size: 12px;
    display: block;
    text-align: center;
    position: relative;
    bottom: 5px;
}

.call-btn:hover,
.call-btn:focus,
.navbar-menu-btn:hover,
.navbar-menu-btn:focus {
    color: #DCDCDC;
    text-decoration: none;
}

.navbar-menu-btn:hover,
.navbar-menu-btn:focus {
    color: #DCDCDC;
    text-decoration: none;
}

.btn-phone {
    padding-top: 6px;
    position: absolute;
    right: 60px;
}

.contact-area {
    background: #EFE4BA;
    padding: 10px 0;
}

.btn-mode {
    background: #0648AC;
    border-color: #0066CC;
    color: #FFFFFF;
}

.btn-mode:hover,
.btn-mode:focus {
    color: #FFFFFF;
    background: #0066CC;
    border-color: #0066CC;
}


/*-------------------------------
 Navi
--------------------------------*/

#menu {
    background: #ff6565;
}

.mm-listview {
    margin-top: 40px;
}

#menu li small {
    color: #ffd43d;
    margin-left: 5px;
}



.navi {
    width: 100%;
    margin-bottom: 0;
    margin-top: 5px;
}

.navi td {
    width: 20%;
    height: 50px;
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
    line-height: 1.4;
    border-right: 1px solid #E5D1C3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}

.navi td:last-child {
    border: none;
}

.navi td a {
    color: #FFFFFF;
    text-decoration: none;
}

.navi td span {
    display: block;
}

.navi-icon {
    color: #FFFFFF;
    font-size: 20px;
    padding-bottom: 5px;
}

.header-navi-icon {
    color: #FFFFFF;
    font-size: 24px;
    padding-bottom: 5px;
}

.topics {
    margin-top: 10px;
}

.topics .input-group-addon {
    border: 1px solid #c89c1f;
    background: #2a0000;
    color: #fddd00;
}

.topics .form-control {
    border: 1px solid #c89c1f;
    border-left: none;
    background: #2f0a01;
}


/*-------------------------------
 Contents
-------------------------------- */

.main {
    padding: 5px;
}

.btnArea {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contents {
    padding: 0 0 20px;
}

.contents p {
    font-size: 12px;
}


/* .contents h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    background: url(/static/images/tit_bg.jpg) no-repeat;
    background-size: 100% auto;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    padding: 0 15px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}

.contents h2.sub-title {
    margin-top: 0;
}

.contents h2 small {
    float: right;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
} */

section {
    border: 1px solid #ff6565;
    padding: 10px 0;
}


/* section.sub {
    background: url(/static/images/seaction_bg.jpg) repeat-y;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
    margin: 0;
    border: none;
    padding: 0;
} */

#staff .item {
    text-align: center;
    margin-bottom: 10px;
    background-size: 100% auto;
    padding: 5px 5px 0;
    border: 2px solid #ff6565;
}

#staff .item .photo {
    max-width: 100%;
    height: auto;
}

#staff .item .name {
    font-size: 13px;
    color: #FFF;
    display: block;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    background: rgba(3, 37, 53, 0.63);
    padding: 5px;
}


/*#staff .item .name span {
    color: #00FFFF;
}*/

#staff .item .size {
    color: #D5C7AD;
    display: block;
    font-size: 11px;
}

#staff .item .time {
    font-size: 12px;
    color: #FF156D;
    padding-bottom: 5px;
    display: block;
}

#staff select {
    background: #000000;
    border-color: #333;
    color: #999999;
}

#staff .item .btn {
    padding: 2px 5px;
}


/*#newface {
    height: 380px;
    overflow-y: scroll;
    margin-right: -10px;
    padding-right: 20px;
    padding-left: 10px;
}

#newface .name {
    color: #FF0E57;
    font-size: 16px;
    display: block;
    padding-top: 5px;
    font-weight: bold;
    padding-left: 20px;
}
#newface .comment {
    padding-left: 20px;
    font-size: 14px;
}
#newface img {
    border: 3px solid #ca9000;
}*/

.list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-item li {
    margin-bottom: 10px;
    border-bottom: #333333 1px dotted;
    padding-bottom: 10px;
}

.list-item li:last-child {
    border-bottom: none;
}


/*.list-item li .news-category1 .media-body h4{
    color: #E8C829;
    margin-top: 5px;
}
.list-item li .news-category2 .media-body h4 {
    color: #F40D8E;
    margin-top: 5px;
}
.list-item li .news-category1 .media-body .date{
    color: #FFF;
}
.list-item li .news-category1 .media-body .name{
    color: #E82929;
    margin-left: 5px;
}
.list-item li .news-category2 .media-body .category-name{
    background: #F40D8E;
    padding: 1px 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}*/

#news .title {
    color: #faf000;
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 13px;
}

.list-item li .comment {
    color: #ffffff;
    margin: 5px 0 0;
    font-size: 12px;
}

.list-item li p.date {
    color: #FF0000;
}

.list-item li p.name {
    color: #E8C829;
}


/*#schedul table {
    width: 600px;
}

#schedul table td.name {
    color: #333;
    text-align: left;
    font-weight: bold;
    background: #FF9900;
}

#schedul table td.week {
    color: #333;
    background: #FFFFFF;
}

#schedul table th {
    border: 1px solid #D80623;
}

#schedul table td {
    border: 1px solid #D80623;
    text-align: center;
    color: #FFFFFF;
    padding: 0 7px;
}*/

#staff-detail .staff-gallery {
    padding: 10px 10px 10px;
    overflow: hidden;
    border: 2px solid #ff6565;
}

#staff-detail .staff-photo {
    overflow: hidden;
}

#staff-detail .staff-photo img {
    width: 100%;
}


/*#staff-detail .staff-panel .panel {
    background-color: #000;
}

#staff-detail .staff-panel .panel-heading {
    background: #3b1700;
    border: 1px solid #422312;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

#staff-detail .staff-panel .panel-body {
    color: #CBCACA;
    background: #000000;
    padding: 0;
}

#staff-detail table {
    background: #FFFFFF;
}

#staff-detail table th {
    width: 26%;
    background: #EEE;
    border-color: #CCCCCC;
}

#staff-detail table td {
    width: 74%;
    border-color: #CCCCCC;
}*/

#staff-detail h3 {
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: normal;
}

#staff-detail h3 img {
    margin-right: 5px;
}

#staff-detail table th,
#staff-detail table td {
    border: 1px solid #ff6565 !important;
    background: rgb(3 37 53 / 0%);
    color: #FFFFFF;
}


/* #staff-detail table,
#recruit table,
{
    margin-bottom: 0;
} */


/*#hotel h3 {
    color: #D8CC63;
}*/

#recruit table th {
    color: #0000EE;
    border: 1px solid #0000EE;
    width: 25%;
}


/*#access table th {
    color: #FFF;
    border: 1px solid #760101;
    width: 25%;
    background: #480101;
    vertical-align: middle;
}*/


/*#hotel table th {
    color: #FF9434;
    background: #1D1D1D;
    border: 1px solid #333333;
    width: 35%;
}*/

#recruit table td {
    color: #0000EE;
    border: 1px solid #0000EE;
    width: 75%;
}

#access h3 {
    border-bottom: 1px dotted rgb(0, 51, 153);
    padding-bottom: 5px;
    color: #5B5008;
    margin-bottom: 0;
}

#access ul {
    list-style: none;
    padding-left: 5px;
}

#access ul li {
    border-bottom: 1px dotted rgb(204, 204, 204);
    padding: 10px 0;
    font-size: 12px;
    color: rgb(102, 102, 102);
}


/*#hotel table td {
    color: #FFFFFF;
    border: 1px solid #333333;
}*/

#staff-detail table th {
    /* color: #040C78; */
    width: 25%;
}

#staff-detail table td {
    /* color: #000000; */
    width: 75%;
}

#room figure {
    margin: 5px 0;
}

.btnBox a {
    margin-bottom: 10px;
}

.swiper-option {
    text-align: center;
    position: relative;
    top: 25px;
    margin-bottom: 45px;
}

.swiper-option .swiper-pagination-bullet-active {
    background: #ffffff
}

.swiper-option .swiper-pagination-bullet {
    margin: 3px;
    width: 10px;
    height: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    background-color: #DDDDDD;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    font-size: 20px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background: #fff;
}

.staff-contents {
    margin-left: -4%;
    margin-top: 20px;
}



.staff-body table {
    margin: 0 auto 10px;
    width: 80%;
}

.staff-body table th,
.staff-body table td {
    border: none !important;
    padding: 5px 0 !important;
}

.staff-body table span {
    color: #FF0000;
}

.staff-body p {
    color: #333333;
    margin: 0 auto 0;
    width: 80%;
}

#system {
    margin-top: 20px;
}

#system th,
#system td {
    border: 1px solid #ff6565 !important;
}

#system th {
    width: 25%;
    color: #FFF
}

#system td {
    color: #FFF;
}

#system td a {
    color: #FFF;
}

#recruit th,
#recruit td {
    border: 1px solid #65A2FF !important;
    background: rgba(3, 37, 53, 0.63);
}

#recruit th {
    width: 25%;
    color: #faf000;
}

#recruit td {
    color: #FFFFFF;
}

#recruit td a {
    color: #FFFFFF;
}


/*-------------------------------
 Footer
--------------------------------*/

footer .view-mode {
    color: #FFFFFF;
    text-align: center;
    background: #0b0203;
    margin: 0;
    padding: 10px 0;
}

footer a {
    color: #FFD400;
}


.footer-bg {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
	color:#FFFFFF;
	background-size: 100% auto;
	}

.footer-bg img {
    max-width: 80%;
    height: auto;
    margin: auto;
}

address {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.headroom {
    position: fixed;
    bottom: -10px;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
    z-index: 100;
}

.headroom--unpinned {
    bottom: -100px;
}

.headroom--pinned {
    bottom: -10px;
}
