﻿@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* =============================== */
/* カレンダー部分 */
table.min-cal-calendar tbody td.clickable:hover {
	background: #ffeff2 none repeat scroll 0 0;
	cursor: pointer;
}

table.min-cal-calendar .today {
	background: #ffc8d4 none repeat scroll 0 0;
}

/* =============================== */
/* カレンダー上のツールバー */
.wrap-toolbar {
	padding-top: 0 !important;
	padding-bottom: 10px;
	background: #a0072b none repeat scroll 0 0;
	border-radius: 10px 10px 0 0;
	position: relative;
}

/* =============================== */
/* 宿泊数選択部分 */
.select-stay-count-wrap {
	border: solid 2px #333333;
}

.toggle-area li {
	border-right: solid 2px #333333;
	border-left: solid 2px #333333;
}

.toggle-area li:last-child {
	border-bottom: solid 2px #333333;
}

.toggle-area li:hover {
	background: #efedea none repeat scroll 0px 0px;
}

/* カレンダ選択の枠線色(ヘッダー) */
table.min-cal-calendar thead tr th {
	border: 2px solid #C2B8B2; !important;
}

/* カレンダ選択の枠線色(ボディ) */
table.min-cal-calendar tbody td {
	border: 2px solid #C2B8B2; !important;
}
