@charset "utf-8";

/*
 * 納期入力css
 */

.wapper_sub_input_delivery_date {
	width : 100%;
	min-height : 100%;
}

.ui-datepicker {
	font-size: 7vw;
	width : 90vw;
	text-align : center;
	vertical-align : middle;
	display: none;
}

.ui-widget-content {
	border: 1px solid #DDDDDD;
	background-color :#EEEEEE;
	color: #000000;
	padding : 1vh 3vw 1vh 3vw;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 0 0 0;
}

.ui-widget-header {
    color: #FFFFFF;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0.5vw;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	background-color :#FF6600;
	position: absolute;
	width: 20%;
	height: 100%;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	text-align : center;
	vertical-align : middle;
}

.ui-widget-header a {
	color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-title {
	background-color :#CCCCCC;
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align : center;
	vertical-align : middle;
	color : #000000;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker td {
	border: 0;
	padding: 1vw;
	height : 6vh;
	line-height: 6vh;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #FED22F;
	background-color: #FFE45C;
	color: #363636;
	height : 100%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	font-weight: bold;
	color: #000000;
	height : 100%;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker th {
    border: 1px solid #000000;
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-icon-circle-triangle-w {
	top : 25%;
	left : 30%;
	position: absolute;
}

.ui-icon-circle-triangle-e {
	top : 25%;
	right : 30%;
	position: absolute;
}

.ui-datepicker .ui-datepicker-next {
	right: 0.5vw;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
	border : 1px solid #FBD850;
	background-color :#FFFFFF;
	font-weight : bold;
	color : #EB8F00;
}

table.ui-datepicker-calendar thead th:first-child {
	color: #FF0000;
}
