@charset "utf-8";
.calendar-popup {
	background-color: white;
	border: 1px solid #bcbcbc;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/* head */
.calendar-popup .cal-head {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #ebebeb;
	padding: 12px 0 0 13px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #0020e1;
	display: table;
	width: 100%;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
/* month */
.calendar-popup .cal-month {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #ebebeb;
	height: 25px;
	font-size: 13px;
	color: #fff;
	background: #e7f5ff;
	display: table;
	width: 100%;
	margin: 0;
	position: fixed;
	top: 92px;
	left: 0;
	z-index: 10;
}
.calendar-popup .cal-month .ctrl {
	display:table;
}
.calendar-popup .cal-month .ctrl div {
	display:table-cell;
}
.calendar-popup .cal-month .ctrl .ttl {
	padding-top: 8px;
	height:22px;
	width:7em;
	font-size: 14px;
	text-align:center;
	color: #000;
}
.calendar-popup .cal-month .ctrl .mp {
	background: url(/dpsp_d/images/calender/arrow_up.png) no-repeat 50% 50%;
}
.calendar-popup .cal-month .ctrl .mn {
	background: url(/dpsp_d/images/calender/arrow_down.png) no-repeat 50% 50%;
}
.calendar-popup .cal-month .ctrl .mp, .calendar-popup .cal-month .ctrl .mn {
	height:30px;
	width:34px;
	cursor:pointer;
	background-size:13px 9px;
}
.calendar-popup .cal-month .ctrl .stop {
	opacity: 0.2;
}
/* ----------------------------------------------------------------

カレンダー 別窓

----------------------------------------------------------------- */

.clndr-block {
	position:relative;
	padding-top:150px;
	padding-bottom:130px;
}
.clndr-block .calendar {
	width:100%;
	border-collapse:collapse;
}
.clndr-block .calendar th, .clndr-block .calendar td {
	width:14%;
	text-align:center;
	padding:0;
}
.clndr-block .calendar thead {
	position:fixed;
	top:122px;
	left:0;
	width:100%;
	display:table;
	z-index:10;
	-webkit-box-shadow:0 8px 4px -4px rgba(0,0,0,.15);
	box-shadow:0 8px 4px -4px rgba(0,0,0,.15);
}
.clndr-block .calendar thead th {
	padding-top:5px;
	height:25px;
	background:#cfd9e8;
	border-right:1px solid #fff;
	font-weight:normal;
	font-size: 16px;
}
.clndr-block .calendar thead th:first-child {
	color:#cf4343;
}
.clndr-block .calendar thead th:last-child {
	color:#008bd6;
}
.clndr-block .calendar tbody td {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	height:50px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	vertical-align:top;
	background:#fff;
}
.clndr-block .calendar tbody td.odd {
	background:#f3f3f3;
}
.clndr-block .calendar tbody td.active {
	background:#ffeea7 !important;
}
.clndr-block .calendar tbody td.holiday {
	color:#cf4343;
}
.clndr-block .calendar tbody td.notSelectable {
	background:#868686;
	color:#999;
}
.clndr-block .calendar tbody tr:first-child td {
	border-top:none;
}
.clndr-block .calendar tbody td:first-child {
	border-left:none;
	color:#cf4343;
}
.clndr-block .calendar tbody td:last-child {
	color:#008bd6;
}
.clndr-block .calendar tbody td .month {
	display:block;
	margin:5px 0 6px 5px;
	color:#999;
	font-size:70%;
	font-weight:normal;
	text-align:left;
	line-height:1;
}
.clndr-block .calendar tbody td.ng .month {
	color:#fff;
}
.clndr-block .calendar tbody td.old {
	color:999999
}
.calBtn {
	padding-left: 30%;
	padding-top: 2%;
	float: left;
	background: #e7f5ff;
	padding-bottom: 5%;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	margin:0;
	position:fixed;
	bottom:0;
	left:0;
	display: table;
	z-index:10;
}
.decide {
	display: table-cell;
}
.busDecide {
	display: table-cell;
}
.calClose {
	display: table-cell;
}
.decide a {
	margin: 0 auto;
	cursor: pointer;
	font-size: 1.3em;
	line-height: 1.3;
	display: block;
	position: relative;
	width: 120px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #292929));
	background-image: -webkit-linear-gradient(#333333, #292929);
	background-image: -moz-linear-gradient(#333333, #292929);
	background-image: -o-linear-gradient(#333333, #292929);
	background-image: linear-gradient(#333333, #292929);
}
.busDecide a {
	margin: 0 auto;
	cursor: pointer;
	font-size: 1.3em;
	line-height: 1.3;
	display: block;
	position: relative;
	width: 120px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #292929));
	background-image: -webkit-linear-gradient(#333333, #292929);
	background-image: -moz-linear-gradient(#333333, #292929);
	background-image: -o-linear-gradient(#333333, #292929);
	background-image: linear-gradient(#333333, #292929);
}
.calClose a {
	border: 1px #ccc solid;
	color:#4c4c4c;
	border-radius: 5px;
	font-weight: bold;
	width: 50px;
	margin: 0 auto;
	padding:12px 20px 10px 0px;
	display: block;
	cursor: pointer;
	text-align: center;
	position:relative;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #e6e6e6);
	background-image: linear-gradient(#ffffff, #e6e6e6);
}
.calClose a:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(/dpsp_d/images/calClose.png) no-repeat;
	right: 5px;
	background-size: 100%;
	top: 34%;
}
.calendar-popup .day-select {
	display:table;
	width:100%;
	height:50px;
	border-bottom:5px solid #0020e1;
	margin:0;
	position:fixed;
	top:37px;
	left:0;
	z-index:10;
}
.calendar-popup .day-select dd {
	width:41%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-left:1px solid #0020e1;
	background:#fff;
}
.calendar-popup .day-select dd {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.calendar-popup .day-select dd .day-label {
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:3px 13px;
	background:#0020e1;
	border-radius:10px;
	line-height:1;
}
.calendar-popup .day-select dd .date {
	display:block;
	font-size:15px;
	line-height:25px;
}
