@charset "utf-8";
/* CSS Document */

.bokin{
    color:#555555;
}
.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:#cccaa8;
}
.bokin h3{
    background:#fff4e6;
    border-bottom:#D5D5D5 1px solid;
}
.bokin .point{
    color:#ff5555;
    font-size:24px;
    font-weight:bold;
    text-align:right;
}
.bokin p{
    text-align:right;
}
.bokin .wrap{
    padding:10px 14px;
}

/* ---------------------------------------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:#ff5555;
}
.bokin .select input[type=submit]{
    width:90%;
    padding:14px;
    margin:20px 0;
    border-radius: 5px;
    border: 1px solid #214E0C;
    background: -moz-linear-gradient(top, #37ba61 0%, #0C9E3A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37ba61), color-stop(100%,#0C9E3A));
    background: -webkit-linear-gradient(top, #37ba61 0%, #0C9E3A 100%);
    background: linear-gradient(to bottom, #37ba61 0%, #0C9E3A 100%);
    -webkit-box-shadow: inset 1px 1px 0 #78C792;
    box-shadow: inset 1px 1px 0 #78C792;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
}

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

.bokin .accordion{
    text-align:left;
    display:block;
    font-size: 16px;
    line-height:24px;
}
.bokin .accordion h2, .accordion h3{
    position: relative;
    padding:14px 40px 14px 14px;
}
.bokin .accordion h2:after,
.bokin .accordion h3:after,
.bokin .accordion a.active:after{
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 8px;
    color: #434128;
}
.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:#C7C198;
}
.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: 70%;
    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: 100%;
	width: 100%;
	z-index: 10;
}
#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;
}
#lightbox-image{
    width:260px;
    height:auto;
}

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

.bokin .caution{
    margin:50px 0 100px;
}
.bokin .caution h2{
    background:#cecece;
}
.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:14px;
}
.bokin .logout li:first-child{
    width:90%;
    margin:20px auto;
    border-radius: 5px;
    border: 1px solid #214E0C;
    background: -moz-linear-gradient(top, #37ba61 0%, #0C9E3A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37ba61), color-stop(100%,#0C9E3A));
    background: -webkit-linear-gradient(top, #37ba61 0%, #0C9E3A 100%);
    background: linear-gradient(to bottom, #37ba61 0%, #0C9E3A 100%);
    -webkit-box-shadow: inset 1px 1px 0 #78C792;
    box-shadow: inset 1px 1px 0 #78C792;
}
.bokin .logout li:last-child{
    width:90%;
    margin:20px auto;
    border-radius: 5px;
    border: 1px solid #bf1b1b;
    background: -moz-linear-gradient(top, #f75252 0%, #f60808 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f75252), color-stop(100%,#f60808));
    background: -webkit-linear-gradient(top, #f75252 0%, #f60808 100%);
    background: linear-gradient(to bottom, #f75252 0%, #f60808 100%);
    -webkit-box-shadow: inset 1px 1px 0 #ff8181;
    box-shadow: inset 1px 1px 0 #ff8181;
}

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

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