@charset "utf-8";



/* shiftArea */

#shiftArea {
	overflow: hidden;
	position: absolute;
	top: 70px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #FFF;
}
#shiftAreaBox {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border: 0px solid #CCC;
	background-color: #FFF;
	padding: 5px;
}
#shiftAreaBox h2 {
	display: block;
	margin-bottom: 10px;
}
#shiftAreaBox table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 100%;
	clear: both;
}
#shiftAreaBox table.dateTable {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 200px;
	font-size: 100%;
	clear: both;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#shiftAreaBox table.dateTable th {
	width: 80px;
}
#shiftAreaBox table.dateTable td {
	width: 120px;
}
#shiftAreaBox table tr {
	cursor: default;
}
#shiftAreaBox table tr:nth-child(even) {
	background-color: #fafafa;
}
#shiftAreaBox table tr:nth-child(odd) {
	background-color: #FFF;
}
#shiftAreaBox table tr.select {
	background-color: #FCFC4C;
}
#shiftAreaBox table th {
	width: 20%;
	padding: 3px;
	color: #444;
	line-height: 20px;
	background-color: #ccc;
	border-right: 1px solid #fff;
}
#shiftAreaBox table td {
	width: 20%;
	padding: 3px;
	border-right: 1px solid #ccc;
	text-align: center;
}
#shiftAreaBox .tableHeader {
	border-left: 1px solid #ccc;
}
#shiftAreaBox .tableDate {
	overflow-y: scroll;
	border-left: 1px solid #ccc;
	position: absolute;
	top: 60px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}

/* driver_shift */
.driver_shiftBox {
	border: 1px solid #CCC;
	padding: 5px;
}
.driver_shiftBox span.driver_shift_headtext {
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
}
.driver_shiftBox select {
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
	padding-left:5px;
	padding-right:5px;
}
input[type="button"].smallBtn {
	min-width: 1em;
}
#shiftAreaBox.driver_shiftBox .tableHeader {
	clear: both;
	margin-right: 17px;
}
#shiftAreaBox.driver_shiftBox .tableDate {
	top: 127px;
}
#shiftAreaBox.driver_shiftBox .tableHeader th.saturday {
	background: #6CF;
}
#shiftAreaBox.driver_shiftBox .tableHeader th.sunday {
	background: #F69;
}
#shiftAreaBox.driver_shiftBox .tableHeader th,
#shiftAreaBox.driver_shiftBox .tableDate td {
	width: 46px;
	min-width: 31px;
}
#shiftAreaBox.driver_shiftBox .tableHeader .thtdWidth,
#shiftAreaBox.driver_shiftBox .tableDate .thtdWidth {
	min-width: 130px;
	width: 130px;
}
#shiftAreaBox.driver_shiftBox .tableHeader .thtdWidthSmall,
#shiftAreaBox.driver_shiftBox .tableDate .thtdWidthSmall {
	min-width: 70px;
	width: 70px;
}
#shiftAreaBox.driver_shiftBox .tableHeader th:last-child {
	width: 46px;
	border-right: 1px solid #ccc;
}
#shiftAreaBox.driver_shiftBox .tableDate td {
	width: 46px;
}
#shiftAreaBox.driver_shiftBox .tableDate td a {
	text-decoration: underline;
}
#shiftAreaBox.driver_shiftBox .tableDate td:last-child {
	width: 46px;
	text-align: center;
}
#shiftAreaBox.driver_shiftBox .tableDate tr:nth-child(even) {
	background-color: transparent;
}
#shiftAreaBox.driver_shiftBox .tableDate tr:nth-child(odd) {
	background-color: transparent;
}
#shiftAreaBox.driver_shiftBox .tableDate table:nth-child(even) {
	background-color: #fafafa;
}
#shiftAreaBox.driver_shiftBox .tableDate table:nth-child(odd) {
	background-color: #FFF;
}
#shiftAreaBox.driver_shiftBox .tableDate table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#shiftAreaBox.driver_shiftBox .tableDate table:hover {
	//background-color: #58FAF4;
}
#shiftAreaBox.driver_shiftBox .tableDate table td {
	cursor: pointer;
}
#shiftAreaBox.driver_shiftBox .tableDate table td.select {
	background-color: #FDD7BB;
}

.popupBox .floatLeft {
	text-align: left;
	margin-left: 17px;
	margin-top: 10px;
	font-size: 130%;
}
.popupBox .floatLeft select {
	padding: 3px;
	font-size: 105%;
	min-width: 150px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.popupBox .popupFrame.widthAuto {
	min-width: 1020px;
	width: 1020px;
	height: 460px;
}
.popupBox table {
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #ccc;
}
.popupBox .tableHeader {
	clear: both;
	border-left: none;
}
.popupBox .tableDate {
	overflow: hidden;
	border-left: none;
	margin-top: -1px;
}
.popupBox .tableHeader th.saturday {
	background: #6CF;
}
.popupBox .tableHeader th.sunday {
	background: #F69;
}
.popupBox .tableHeader th:last-child {
	border-right: 1px solid #ccc;
}
.popupBox .tableHeader th,
.popupBox .tableDate td {
	width: auto;
	min-width: 28.5px;
	text-align: center;
}
.popupBox .tableHeader th {
	border-bottom: none;
}
.popupBox .tableDate td {
	border-right: 1px solid #ccc;
	height: 45px;
}
.popupBox .tableHeader .thtdWidth,
.popupBox .tableDate .thtdWidth {
	min-width: 130px;
	width: 130px;
}
.popupBox .tableHeader .thtdWidthSmall,
.popupBox .tableDate .thtdWidthSmall {
	min-width: 70px;
	width: 70px;
}
#edit_header .tableHeader th {
	width: auto;
}
#edit_data .tableDate td {
	width: auto;
}
.popupBox .tableDate td a {
	text-decoration: underline;
}
.popupBox .tableDate td:last-child {
	width: auto;
	text-align: center;
}
.popupBox .tableDate tr:nth-child(even) {
	background-color: transparent;
}
.popupBox .tableDate tr:nth-child(odd) {
	background-color: transparent;
}
.popupBox .tableDate table:nth-child(even) {
	background-color: #fafafa;
}
.popupBox .tableDate table:nth-child(odd) {
	background-color: #FFF;
}
.popupBox .tableDate table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.popupBox .tableDate table td.selectTd {
	cursor: pointer;
}
.popupBox .tableDate table td.select {
	background-color: #FDD7BB;
}
.popupBox .bottomBtn {
	clear: both;
}



/* crew_recordBox */
#leftArea .crew_recordBox {
	border: 1px solid #CCC;
	padding: 5px;
}
#leftArea span.crew_recordBox_headtext1 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 100px;
}
#pickup_dt {
	width: 120px;
}

#leftArea span.crew_recordBox_headtext2 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 10px;
}
#leftArea .floatLeft select {
	padding: 0px;
	font-size: 100%;
	min-width: 150px;
	margin-right: 20px;
}
#leftArea .crew_recordBox.bottomArea .tableDate {
	position: absolute;
	top: 73px;
	bottom: 5px;
	left: 5px;
	right: 14px;
	border-bottom: 1px solid #ccc;

}
#leftArea .crew_recordBox.bottomArea {
	position: absolute;
	top: 610px;
	bottom: 10px;
	left: 10px;
	width: 890px;
	height: auto;
	border: 0px solid #CCC;
	padding: 5px;

}

#leftArea .crew_recordBox.bottomArea table th:nth-child(1){
	width: 6%;
}
#leftArea .crew_recordBox.bottomArea table th:nth-child(2){
	width: 16%;
}
#leftArea .crew_recordBox.bottomArea table th:nth-child(3){
	width: 16%;
}
#leftArea .crew_recordBox.bottomArea table th:nth-child(4){
	width: 16%;
}
#leftArea .crew_recordBox.bottomArea table th:nth-child(5){
	width: 16%;
}
#leftArea .crew_recordBox.bottomArea table th:nth-child(6){
	width: 8%;
}
#leftArea .crew_recordBox.bottomArea table th:nth-child(7){
	width: 8%;
}
#leftArea .crew_recordBox.bottomArea table th:nth-child(8){
	width: 14%;
}
#leftArea .crew_recordBox.bottomArea table th {
	padding: 3px;
	color: #444;
	line-height: 30px;
	background-color: #B6D8FE;
	border-right: 1px solid #fff;
}
#leftArea .crew_recordBox.bottomArea table td:nth-child(1){
	width: 6%;
	text-align:center;
}
#leftArea .crew_recordBox.bottomArea table td:nth-child(2){
	width: 16%;
	text-align:center;
}
#leftArea .crew_recordBox.bottomArea table td:nth-child(3){
	width: 16%;
	text-align:center;
}
#leftArea .crew_recordBox.bottomArea table td:nth-child(4){
	width: 16%;
	text-align:center;
}
#leftArea .crew_recordBox.bottomArea table td:nth-child(5){
	width: 16%;
	text-align:center;
}
#leftArea .crew_recordBox.bottomArea table td:nth-child(6){
	width: 8%;
	text-align:center;
}
#leftArea .crew_recordBox.bottomArea table td:nth-child(7){
	width: 8%;
	text-align:center;
}
#leftArea .crew_recordBox.bottomArea table td:nth-child(8){
	width: 14%;
	text-align:right;
}
#leftArea .crew_recordBox.topArea {
	position: absolute;
	top: 110px;
	bottom: 10px;
	left: 10px;
	width: 880px;
	height: 495px;
}
#leftArea .crew_recordBox.topArea h2 {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
}
#leftArea .crew_recordBox table.receiptBoxTable {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
#leftArea .crew_recordBox table.receiptBoxTable tr {
	cursor: default;
}
#leftArea .crew_recordBox table.receiptBoxTable tr:nth-child(odd) {
	background-color: #fafafa;
}
#leftArea .crew_recordBox table.receiptBoxTable tr:nth-child(even) {
	background-color: #FFF;
}
#leftArea .crew_recordBox table.receiptBoxTable th {
	padding: 0px;
	color: #444;
	background-color: #B6D8FE;
	border-right: 1px solid #fff;
	width: 15%;
	border-bottom: 1px solid #fff;
	text-align: center;
}
#leftArea .crew_recordBox table.receiptBoxTable td {
	width: 35%;
	padding: 3px;
	border-right: none;
	text-align: left;
}
#leftArea .crew_recordBox table.receiptBoxTable td.tdSmall {
	width: 15%;
	text-align: center;
}
#leftArea .crew_recordBox table.receiptBoxTable input {
	width: 100%;
	margin-right: 0px;
	padding: 0px;
	cursor: text;
}

#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest1_from_ymd]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest2_from_ymd]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest3_from_ymd]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest4_from_ymd]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest5_from_ymd]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest1_to_ymd]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest2_to_ymd]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest3_to_ymd]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest4_to_ymd]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest5_to_ymd]"] {
	width: 15%;
	margin-right: 4px;
	padding: 0px;
	cursor: text;
}

#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest1_place]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest2_place]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest3_place]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest4_place]"],
#leftArea .crew_recordBox table.receiptBoxTable input[name="data[Pair][rest5_place]"] {
	width: 27%;
	margin-right: 0px;
	padding: 0px;
	cursor: text;
}



#leftArea .crew_recordBox table.receiptBoxTable textarea {
	width: 100%;
	height: 4.5em;
	padding: 0px;
	cursor: text;
	resize: none;
}
#leftArea .crew_recordBox table.receiptBoxTable select {
	width: 7%;
	margin-left: 0px;
	padding: 0px;
}

#leftArea .crew_recordBox table.receiptBoxTable input[type="button"] {
	width: auto;
	padding: 0px;
	margin: 0px;
	cursor: default;
}
#leftArea .crew_recordBox table input[type="button"] {
	width: auto;
	margin: 15px;
	cursor: default;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}
#leftArea .crew_recordBox table input[type="button"]:active {
	background: -webkit-linear-gradient(bottom,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}

.iframeBoxArea {
	overflow-y: hidden;
	overflow-x: hidden;
}
.iframeBoxArea table.crew_recordBoxTable {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 100%;
}
.iframeBoxArea table.crew_recordBoxTable tr {
	cursor: default;
}
.iframeBoxArea table.crew_recordBoxTable tr:nth-child(odd) {
	background-color: #fafafa;
}
.iframeBoxArea table.crew_recordBoxTable tr:nth-child(even) {
	background-color: #FFF;
}
.iframeBoxArea table.crew_recordBoxTable th {
	padding: 0px;
	color: #444;
	background-color: #B6D8FE;
	border-right: 1px solid #fff;
	width: 18%;
	border-bottom: 1px solid #fff;
	text-align: center;
	line-height:28px;
}
.iframeBoxArea table.crew_recordBoxTable td {
	width: 30%;
	padding: 2px;
	border-right: none;
	text-align: left;
}
.iframeBoxArea table.crew_recordBoxTable td.tdSmall {
	width: 15%;
}
.iframeBoxArea table.crew_recordBoxTable input {
	width: 100%;
	margin-right: 0px;
	padding: 0px;
	cursor: text;
}
.iframeBoxArea table.crew_recordBoxTable input[name="data[Report][use_point]"]{
	width: 50%;
	margin-right: 0px;
	padding: 0px;
	cursor: text;
}

.iframeBoxArea table.crew_recordBoxTable textarea {
	width: 100%;
	height: 5.2em;
	padding: 1px;
	cursor: text;
	resize: none;
}
.iframeBoxArea table.crew_recordBoxTable select {
	width: 50%;
	margin-left: 0px;
	padding: 1px;
}
.iframeBoxArea table.crew_recordBoxTable select:nth-child(3) {
	width: 13%;
	margin-left: 10px;
}
.iframeBoxArea table.crew_recordBoxTable input[type="button"] {
	width: auto;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.driver_shiftBox work_time_headtext {
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
}

#PairSchDt {
	width: 120px;
}

.iframeBoxArea .crew_detail {
	border: 0px solid #CCC;
	padding: 0px;
	border-left: 1px solid #ccc;
	position: absolute;
	top: 70px;
	bottom: 0px;
	left: 5px;
	right: 0px;
	overflow-y: scroll;
	border-bottom: 1px solid #ccc;

}
