@charset "utf-8";
/* CSS Document */

.ui-datepicker{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.ui-widget.ui-widget-content{
	border: 1px solid #535353;
	border-radius: 0;
	border-bottom: 0;
}

.ui-widget-header{
	background: #fff;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #535353;
}
.ui-datepicker .ui-datepicker-header{
	padding: 4px 0;
	position: relative;
	box-sizing: border-box;
}
.ui-widget-header .ui-icon{
	background-image: url(/assets/pc/shop/img/ico_calendar_next.png);
	background-position: center;
	background-size: contain;
	left: 0;
}

.ui-datepicker .ui-datepicker-prev{
	left: 5px;
}
.ui-datepicker .ui-datepicker-next{
	right: 4px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
	width: 30px;
	height: 30px;
	position: relative;
}

.ui-datepicker .ui-datepicker-title{
	font-size: 16px;
	margin: 0;
}

.ui-datepicker table{
	margin: 0;
}
.ui-datepicker th{
	font-weight: normal;
	background: #e0e0e0;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	padding: 8px;
}
.ui-datepicker th:first-child{
	color: #ff0000
}
.ui-datepicker th:last-child{
	border-right: 0;
	color: #0054b3
}
.ui-datepicker td{
	padding: 0;
}

.ui-datepicker td span,
.ui-datepicker td a{
	padding: 8px;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled{
	opacity: 1;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled:last-child,
.ui-widget-header .ui-state-disabled:last-child{
	border-right: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	background: #fff;
	color: #222222;
	border: 0;
	text-align: center;
	font-size: 20px;
	padding: 4px 8px;
	box-sizing: border-box;
}
.ui-datepicker tr td:first-child .ui-state-default{
	color: #ff0000
}
.ui-datepicker tr td:last-child .ui-state-default{
	border-right: 0;
	color: #0054b3
}

.ui-datepicker-today .ui-state-default{
	font-weight: bold;
	position: relative;
}
.ui-datepicker-today .ui-state-default:after{
	content: '';
	background: url(/assets/pc/shop/img/icon_calendar_today.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 3px;
	left: 11px;
}
.ui-datepicker tr td.holiday span{
	background: #f7ebdb;
}
