.search-area-title {
	padding: 15px 10px;
	font-size: 1.15rem;
	font-weight: bold;
	background-color: #333;
	color: #fff;
	margin: 0;
	height: 50px;
	border-radius: 6px 6px 0 0;
}

.search-area {
	padding: 0 8px 15px 8px;
	background-color: #eee;
	border-radius: 0 0 6px 6px;
}

.js-search-checkbox {
	margin-top: -3px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	border-top: none;
	display: none;

}

.link-cursor:hover {
	cursor: pointer;
}

.disable-checkbox {
	background-color: #eee;
	cursor: no-drop!important;
}

.calender-0 {
	background-color: #ffc2c2;
	color: #cc0000;
}

.calender-1, .calender-2, .calender-3, .calender-4, .calender-5 {
	background-color: #f3f3f3;
}

.calender-6 {
	background-color: #b2e5f8;
	color: #034d9a;
}

.calender-day {
	background-color: #f3f3f3;
}

.calender > .table > thead > tr > th, .calender > .table > tbody > tr > td, .calender > .table {
	border: 1px solid #999;
}

.calender thead tr th{
	padding:2px 8px 2px 8px;
}

.calender tbody tr td{
	padding:0px;
}

.price-link {
	width:100%;
	height:100%;
	display: block;
	height:30px;
}

.price-link:hover {
	text-decoration: none;
}

.calender-price {
	color: #2f82ca;
	font-weight:bold;
}

.calender-date {
	border-bottom: 1px dotted #aaa;
}

.calender-date:hover,.calender-price:hover {
	text-decoration:underline
}

.item-title {
	margin: 0!important;
}

.item-title a{
	font-size: 1.5rem!important;
	font-weight: bold!important;
	margin: 0!important;
}

.calender table thead tr th {
	width:14.28571%;
}

.cal-today {
	background-color: #2f82ca;
	color: #fff;
}

.search-title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 1.75rem;
	line-height: 2.5rem;
	font-weight: bold;
}

.search-date-header {
	margin-right: 120px;
	margin-bottom: 10px;
	font-size: 1.15rem;
	font-weight: bold;
	color: #ababab;
}

.counter {
	font-size: 2rem;
	font-weight: bold;
	color: #ff4d4d;
}

.item-title {
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin: 0;
	border-bottom:1px solid #929292;
}

.item-price-area {
	margin-bottom:0px;
}

.item-price-title {
	font-size:1.2rem;
	font-weight:bold;
}

.item-price {
	font-size:1.7rem;
	color:#ff4d4d;
	font-weight:bold;
}

.item-price-label {
	font-size:1.2rem;
	font-weight:bold;
}

.cal-description {
	font-size: 0.8rem;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #666;
	line-height: 1rem;
}

.calender-price{
	height:30px;
	padding-top: 6px;
}

.cal-today {
	height:30px;
	margin-top:-6px;
	padding-top:6px;
}

.locked {
	background-color: #e6e6e6;
}

.hatena-bookmark-button img{
	margin-top:5px;
}

.item-under-line {
	border-bottom:1px dotted #ccc;
	padding-top:5px;
	padding-bottom:5px;
}

.header-title {
	font-size:18px;
	border: none;
	background-color: #FFF;
	font-weight:normal;
}

.cal-nav {
	margin-bottom:5px;
}


/**
* スマホ表示
*/
@media (max-width: 767px) {
	.calender-font, .calender-font div{
		font-size:10px!important;
	}

	.calender-price{
		height:30px;
		padding-top: 8px;
	}

	.cal-today {
		height:30px;
		margin-top:-8px;
		padding-top:8px;
	}

	.search-title {
		font-size:4vw;
	}

	.header-title {
		font-size:2vw;
		margin-top:0px;
	}

	.pagination {
		font-size:0.9rem;
	}

	.item-sub-title {
		font-size:1.2rem;
	}
}
