﻿/* slide */

.selectdate_con {
	position: relative;
}

.selectdate {
	margin: 0 15px -1px 15px;
	overflow: hidden;
	position: relative;
	height: 42px;
	z-index: 1;
}

.selectdateul {
	margin: 0;
	list-style: none;
	position: absolute;
	padding: 0;
}

.selectdate li {
	float: left;
	height: 42px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.selectdate li a {
	color: inherit;
	text-decoration: none;
	display: block;
	height: 100%;
	background: #e7e7e6;
	margin: 0 5px;
	padding-top: 3px;
	border-bottom: 1px solid #c3c3c2;
}

.selectdate li span.date {
	font-size: 11px;
	display: block;
	font-weight: bold;
}

.selectdate li span.price {
	font-size: 11px;
	display: block;
	color: #22bdb9;
	font-weight: bold;
}

.selectdate li.current {
	
}

.selectdate li.current a {
	background: #f7f7f7;
	border-left: 1px solid #c3c3c2;
    border-right: 1px solid #c3c3c2;
    border-top: 1px solid #c3c3c2;
    border-bottom: 1px solid #f7f7f7;
}

.selectdate li.current span {

}

.selectdate li:hover {
	
}

.selectdate li:hover a {
	
}

.selectdate li:hover span {
	
}

.btn_prev, .btn_prevchange {
	width: 15px;
	height: 42px;
	background: url("../images/ibe_img.png") no-repeat #949599;
	background-position: -67px -116px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.btn_next, .btn_nextchange {
	width: 15px;
	height: 42px;
	background: url("../images/ibe_img.png") no-repeat #949599;
	background-position: -47px -116px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 12;
	cursor: pointer;
}


.btn_prev:hover, .btn_prevchange:hover {
	background: url("../images/ibe_img.png") no-repeat #949599;
	background-position: -67px -116px;
}

.btn_next:hover, .btn_nextchange:hover {
	background: url("../images/ibe_img.png") no-repeat #949599;
	background-position: -47px -116px;
}

.btn_prev.disable, .btn_next.disable, .btn_prevchange.disable, .btn_nextchange.disable {
	cursor: not-allowed;
	opacity: 0.4;
}

.btn_prev.disable {
	cursor: not-allowed;
	background: url("../images/ibe_img.png") no-repeat #949599;
	background-position: -67px -116px;
	opacity: 0.5;
}

.btn_next.disable {
	cursor: not-allowed;
	background: url("../images/ibe_img.png") no-repeat #949599;
	background-position: -47px -116px;
	opacity: 0.5;
}

.slideload {
	display: block;
	height: 100%;
	background: #e7e7e6;
	margin: 0 5px;
	border-bottom: 1px solid #c3c3c2;
}

/*** disable ***/


.selectdate li.disable {
	cursor: default;
}

.selectdate li.disable a {
	background: #b0b0b0;
}

.selectdate li.disable div.c_block {
	color: #b0b0b0;
}

.selectdate li.disable:hover a {
	background: #b0b0b0;
}

.selectdate li.disable:hover div.c_block {
	color: #b0b0b0;
}

.selectdate li.current.disable {
	cursor: default;
}

.selectdate li.current.disable a {
	background: #b0b0b0;
}

.selectdate li.current.disable div.c_block {
	color: #fff;
}

.selectdate li.current.disable:hover a {
	background: #b0b0b0;
}

.selectdate li.current.disable:hover div.c_block {
	color: #fff;
}

.loadinggif {
	background: url("../images/loading.gif") no-repeat center center;
	width: 100%;
	height: 42px;
	display: block;
}

@media screen and (max-width: 768px) {
	.selectdate li.current strong {
	    font-size: 12px;
	}
}