@charset "euc-jp";
/* CSS Document */

.bokin{
    color:#555555;
    background:#fff;
    text-align:center;
}
.bokin img{
    width:100%;
}
.bokin h1{
    font-size:0;
}
.bokin h2,h3{
    font-size:16px;
    text-align:left;
    padding:12px 30px 10px 14px;
}
.bokin h2{
    background:#47c2c9;
    color:#fff;
}
.bokin h3{
    background:#fff7cf;
    border-bottom:#D5D5D5 1px solid;
    color:#534741;
    font-weight:normal;
}
.bokin .point{
    line-height:4rem;
    color:#e54a5c;
    font-size:24px;
    font-weight:bold;
    text-align:right;
}
.bokin p{
    text-align:right;
}
.bokin .wrap{
    padding:10px;
}

/* ---------------------------------------select */

.bokin .select select{
    width: 90%;
    height: 50px;
    padding: 10px 14px;
    margin: 20px 0 40px;
    color: #555555;
    font-size: 16px;
}
.bokin .select p{
    margin:0 20px 30px;
    text-align:left;
}
.bokin .select p span{
    color:#e54a5c;
}
.bokin .select .donation{
    width:90%;
    display:inline-block;
    padding:20px 0;
    margin:20px 0;
    background: #ffa200;
    background: -moz-linear-gradient(top,  #ffc016 0%, #ffa200 80%, #ffc016 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc016), color-stop(80%,#ffa200), color-stop(100%,#ffa200));
    background: -webkit-linear-gradient(top,  #ffc016 0%,#ffa200 80%,#ffa200 100%);
    background: linear-gradient(to bottom,  #ffc016 0%,#ffa200 80%,#ffa200 100%);
    border-radius: 6px;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    border:none;
    box-shadow:0px 0px 3px 3px #D9D9D9;
}

/* ---------------------------------------accordion */

.bokin .accordion{
    text-align:left;
    display:block;
    font-size: 16px;
    line-height:24px;
}
.bokin .accordion h2, .bokin .accordion h3{
    position: relative;
}
.bokin .accordion h2:after,
.bokin .accordion h3:after,
.bokin .accordion a.active:after{
    position: absolute;
    right: 12px;
    top: 8px;
    color: #1f5356;
}
.bokin .accordion h2:after,
.bokin .accordion h3:after{
    content: "вз";
    margin:4px 0 0 ;
    font-size:14px;
}
.bokin .accordion h2.active:after,
.bokin .accordion h3.active:after{
    content: "ве";
}
.bokin .accordion h3:after{
    color:#534741;
}
.bokin .accordion li{
    position:relative;
}
.bokin .accordion li::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #969696;
    border-right: solid 2px #969696;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 65%;
    right: 14px;
    margin-top: -4px;
}
.bokin .accordion a{
    display:none;
    color:#555555;
}
.bokin .accordion .wrap{
    position: relative;
    display: block;
    border-bottom:#D5D5D5 1px solid;
}
.bokin .accordion dl{
    overflow:hidden;
    display:block;
    text-align:left;
}
.bokin .accordion dt,
.bokin .accordion dd{
    float:left;
}

/* ---------------------------------------Lightbox */

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none;}
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 280px !important;
    height: auto !important;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100px;
    z-index: 10;
}
#lightbox-image{
    width:260px;
    height:auto;
}
#lightbox-secNav-btnClose img{
    width:90%;
    height:90%;
}
#lightbox-container-image-box > #lightbox-nav{
    left: 0;
}
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 260px !important;
    padding: 0 10px 0;
}
#lightbox-container-image-data{
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/* ---------------------------------------caution */

.bokin .caution{
    margin:50px 0 100px;
    padding:0 0 20px;
}
.bokin .caution ul{
    line-height:26px;
    text-align:left;
    margin:14px;
}
.bokin .caution li{
    padding-left:1em;
    text-indent:-1em;
}

/* ---------------------------------------logout */

.bokin .logout{
    margin:30px auto 50px;
}
.bokin .logout p{
    text-align:center;
}
.bokin .logout li a{
    color:#fff;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    padding:20px 14px;
}
.bokin .logout li:first-child{
    width:90%;
    margin:20px auto;
    border-radius: 5px;
    border:none;
    background: #ffa200;
    background: -moz-linear-gradient(top,  #ffc016 0%, #ffa200 80%, #ffc016 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc016), color-stop(80%,#ffa200), color-stop(100%,#ffa200));
    background: -webkit-linear-gradient(top,  #ffc016 0%,#ffa200 80%,#ffa200 100%);
    background: linear-gradient(to bottom,  #ffc016 0%,#ffa200 80%,#ffa200 100%);
    -webkit-box-shadow: inset 1px 1px 0 #78C792;
    box-shadow:0px 0px 3px 3px #D9D9D9;
}
.bokin .logout li:last-child{
    width:90%;
    margin:20px auto;
    border-radius: 5px;
    border:none;
    background: #ffa200;
    background: -moz-linear-gradient(top,  #f1565c 0%, #ee4950 80%, #f1565c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1565c), color-stop(80%,#ee4950), color-stop(100%,#f1565c));
    background: -webkit-linear-gradient(top,  #f1565c 0%,#ee4950 80%,#f1565c 100%);
    background: linear-gradient(to bottom,  #f1565c 0%,#ee4950 80%,#f1565c 100%);
    -webkit-box-shadow: inset 1px 1px 0 #78C792;
    box-shadow:0px 0px 3px 3px #D9D9D9;
}

/* ---------------------------------------thanks */

.bokin .thanks{
    margin:30px auto;
    padding:20px 0;
    background:#fff7cf;
    width:90%;
    border:#D0CA91 4px solid;
}
.bokin .thanks p{
    color:#e54a5c;
    text-align:center;
}
.bokin .thanks p.note{
    color:#A3A3A3;
}