img,
iframe,
object {
    max-width:100%;
}

.ie7 img,
.ie7 object/ {
    width:100%;
}

.ie8 img,
.ie8 object {
    width:auto\9
}

p {
    margin:0;
    padding:0;
}

table {
    margin:0;
    padding:0;
}


a {
    text-decoration: none;
    font-weight:normal;
}

h2 {
    font-family:'Times New Roman';
    text-align:left;
    width:50%;
    float:left;
    margin:0;
    padding:0;
    margin-top:10px;
    text-shadow:0 2px 0 #fff;
}


h4 {
    font-weight:bold;
    font-size:14px;
    margin-top:20px;
    margin-bottom:8px;
}

h5 {
    font-size:16px;
    font-weight:bold;
    margin:0;
    padding:0;
}

body {
    background-color:#000;
}

#index {
    background-color:#000;
}

#ind_bg {
    width:100%;
    background:url(img/topbk.png) no-repeat #000;
    background-size:100%;
    padding-top:250px;
    padding-bottom:0;
}

#proud {
    width:100%;
    text-align:center;
    margin:30px 0;
}

.head_s {
    font-size:10px;
    font-family:'Times New Roman';
}

.head_t {
    font-size:16px;
    font-family:'Times New Roman';   
}

.corona {
    width:95%;
    border:3px solid #d70c18;
    background-color:#ffffff;
    padding:20px 30px;
    box-sizing:border-box;
    font-weight:bold;
    margin:20px auto;
    font-size:14px;
    line-height:30px;
    border-radius:15px;
    text-align: left;
    color:#444444;
    text-shadow:none;
}

.otoku_otoku {
    width:95%;
    margin:0 auto 20px auto;
}
.otoku_otoku img {
    max-width:100%;
}

.otoku_otoku img:not(:first-child) {
    margin-top:10px;
}

.info_otoku {
    width:100%;
    margin:20px auto;
}
.info_otoku img {
    max-width:100%;
}

.k18 {
    width:100%;
    text-align:center;
    font-size:10px;
    margin-bottom:15px;
    color:#888;
}

.menu_box {
    text-shadow:0 1px 0 #fff;
    width:100%;
    padding:10px 0;
    text-align:right;
    border-bottom:1px solid #222;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.1)), color-stop(50%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.7) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#b3ffffff',GradientType=1 ); /* IE6-9 */
}

.menu_s {
    font-size:10px;
    font-weight:bold;
    padding-left:5px;
    padding-right:10px;
}

.indButton {
    width:300px;
    padding:10px 0;
    font-family:'Times New Roman';
    font-size:22px;
    color:#000;
}

.h2right {
    font-size:10px;
    width:50%;
    float:right;
    text-align:right;
    margin-top:25px;
}

.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}

.testTitle{
    float:right;
    text-align:right;
    margin-top:3px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color:#fff;
}

.headImg {
    background-size:100%;
    clear:both;
    width:100%;
    height:70px;
    background-color:#3d3d3d;
    text-align:center;
    color:#fff;
    line-height:50px;
}

.info_h {
    background:url(img/infoTop.png) no-repeat;
}

.room_h {
    background:url(img/roomtop.png) no-repeat;
}

.food_h {
    background:url(img/foodtop.png) no-repeat;
}

.access_h {
    background:url(img/accesstop.png) no-repeat;
}

.special_h {
    background:url(img/sptop.png) no-repeat;
}

.enquete_h {
    background:url(img/enqtop.png) no-repeat;
}


.menu {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    border-left:1px solid #555;
    border-top:1px solid #999;
    border-bottom:1px solid #000;
    padding:10px;
    text-align:center;
    width:20%;
    float:left;
    font-weight:normal;
    font-size:12px;
    background:-moz-linear-gradient(
                90deg,
                #444 0%,
                #222 48%,
                #888 55%,
                #666 100%);
    background:-webkit-linear-gradient(
                90deg,
                #444 0%,
                #222 48%,
                #888 55%,
                #666 100%);
    background:-ms-linear-gradient(
                90deg,
                #444 0%,
                #222 48%,
                #888 55%,
                #666 100%);
    background:-o-linear-gradient(
                90deg,
                #444 0%,
                #222 48%,
                #888 55%,
                #666 100%);
}

.testHome {
    width:70px;
    font-weight:normal;
    padding:5px 0;
    font-size:14px;
    margin:5px 0;
}

.mainTop {
    clear:both;
    text-align:center;
    height:40px;
    width:98%;
    margin:0 auto;
    border-bottom:1px solid #999;
}

#infomation {

}

.main {
    width:96%;
    margin:0 auto;
    text-align:left;
    font-size:12px;
    margin-bottom:25px;
}

.footcredit {
    padding:10px 0;
    text-align:center;
    font-size:10px;
    font-weight:normal;
}

.contbg {
    background:url(img/contbg.png) no-repeat center 35px;
}

.top_p {
    color:#cc3300;
    font-size:18px;
    margin-top:30px;
    margin-bottom:20px;
    line-height:24px;
}

#gaiyoTable {
    width:95%;
    margin:0 auto;
    margin-bottom:20px;
    border-radius:10px;
}

#roomTable {
    width:95%;
    margin:0 auto;
    border-radius:10px;   
}

#gaiyoTable td, #roomTable td {
    background-color:#ddd;
    padding:8px 5px;
}

#roombtn {
    width:94%;
    margin:0 auto;
}

.point {
    color:#2613ac;
}

.point2 {
    color:#cc3300;
}

.pointb {
    font-size:14px;   
}

.gaiyoItem {

}

.gaiyoValue {
    margin-left:2%;
    padding-bottom:15px;
}

.ui-btn-text {
    font-size:16px;
}

.text_p {
    margin-bottom:20px;
}

/*Food&Drink*/
.text_topping {
    padding:8px;
    background-color:#ddd;
    border-radius:5px;
    text-shadow:none;
    box-shadow:none;
    display: table;
    _display: inline;
    _zoom: 1;
    margin-bottom:20px;
}

.menu_p {
    margin-bottom:30px;
}

#fd_out {
    width:100%;
    text-align:center;
    margin:200px 0;
}

.collapsible {
    padding:15px;
    font-size:14px;
    color:#000;
}

.collapsible2 {
    padding:15px;
    color:#000;
}

.collapsible img {
    border:1px solid #ccc;
}

.collapimg {
    margin-bottom:15px;
}

.setbg {
    background:url(img/set_bg.png) no-repeat;
    background-size:100%;
}

#roombox {
    width:94%;
    margin:0 auto;
    text-align:center;
}

.roomtype {
    width:100%;
    border:1px solid #888;
    margin:5px 0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
}

/*rooms*/
.equipment {
    padding:0;
    line-height:18px;
    background-color:none;
}

/*Access*/
.access_p {
    margin-bottom:15px;
    line-height:20px;
}

#map{
  width:90%;
  height:350px;
  margin:8px auto;
  border:4px solid white;
  -webkit-box-sizing: border-box;
  box-sizing:border-box;
}

#map label { width: auto; display:inline; }
#map img { max-width: none; }

.pad {
    padding-bottom:8px;
}

/*Enquete*/
.notice {
    font-size:14px;
    color:#d52222;
}

.tex {
    padding-top:8px;
    padding-bottom:20px;
    font-size:15px;
    }

.f_separate {
    margin:25px 0;
}

.f_area {
    width:100%;
    height:200px;
}

.question {
    font-size:16px;
}

.confk {
    font-size:14px;
    margin-bottom:10px;
    color:#fff;
}

.confv {
    font-size:18px;
    color:#fff !important;
    margin-bottom: 30px;
    padding:10px 20px;
    padding-bottom:30px;

    border-bottom:1px solid #555;
}

.confmain {
    padding-top:30px;
}

#contunder2 {
    width:95%;
    margin:20px auto;
    color:#fff;
    clear:left;
    background-color:#d70c18;
    text-align:center;
    padding:2%;
    border-radius:10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#members {
    width:100%;
    margin-top:10px;
    background-color:#fff;
    color:#000;
    padding:10px 20px;
    border-radius:10px;
    text-align:left;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#memunder {
    width:100%;
    border:1px solid #ccc;
    padding:5px 10px;
    margin-top:10px;
    margin-bottom:5px;
    text-align:left;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
}
