@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
	-webkit-user-select: text;
	cursor: default;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}





a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	/* [disabled]opacity: 0.7; */
	/* [disabled]filter: alpha(opacity=80); */
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 100%;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
html, body {
	height:	100%;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	background-color:#FFFFFF;
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", Meiryo, Arial, "Hiragino Maru Gothic Pro", verdana, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.1em;
	-webkit-text-size-adjust: 100%;	
	height:	100%;
}


/* Common */
.clearBoth {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.textindent {
	text-indent: -9999px;
}
.displaynone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}


/* Font Size Common */
.text10 {
	font-size:77%;
}
.text11 {
	font-size:85%;
}
.text12 {
	font-size:93%;
}
.text13 {
	font-size:100%;
}
.text14 {
	font-size:108%;
}
.text15 {
	font-size:116%;
}
.text16 {
	font-size:123.1%;
}
.text17 {
	font-size:131%;
}
.text18 {
	font-size:138.5%;
}
.text19 {
	font-size:146.5%;
}
.text20 {
	font-size:153.9%;
}
.text21 {
	font-size:161.6%;
}
.text22 {
	font-size:167%;
}
.text23 {
	font-size:174%;
}
.text24 {
	font-size:182%;
}
.text25 {
	font-size:189%;
}
.text26 {
	font-size:197%;
}
strong {
	font-weight: bold;
}


/* wrapper */
#wrapper {
	position: relative;
	width: 100%;
	min-width: 600px;
	height: 100%;
	min-height: 100%;
	background: -webkit-linear-gradient(top,  rgba(224,237,255,1) 0%,rgba(158,206,255,1) 100%);
}
.wrapper {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}
.systemVer {
	color: #999;
	font-size: 70%;
	line-height: 1em;
	position: absolute;
	right: 102px;
	top: 22px;
	z-index: 200;
}
.logOutBtn {
	font-size: 75%;
	line-height: 1em;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 200;
}
.logOutBtn .logoutBtn {
	border: none;
	color: #fff;
	background: #C00;
	cursor: pointer;
	display: inline-block;
	width: 80px;
	outline: none;
	position: relative;
	box-shadow: 0 3px #900;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.logOutBtn .logoutBtn:hover {
	box-shadow: 0 2px #900;
	top: 1px;
}
.logOutBtn .logoutBtn:active {
	box-shadow: 0 1px #900;
	top: 2px;
}

.alarmOff {
	font-size: 75%;
	line-height: 1em;
	position: absolute;
	right: 155px;
	top: 7px;
	z-index: 200;
}

.alarmOff .alarmOffBtn {
	border: none;
	color: #036;
	background: #FFF;
	cursor: pointer;
	display: inline-block;
	width: 110px;
	outline: none;
	position: relative;
	box-shadow: 0 3px #036;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.alarmOff .alarmOffBtn:hover {
	box-shadow: 0 2px #036;
	top: 1px;
}
.alarmOff .alarmOffBtn:active {
	box-shadow: 0 1px #036;
	top: 2px;
}


/* loginArea */
#loginArea {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 40px;
	width: 50%;
	min-width: 600px;
	height: 400px;
	background-color: #FFF;
	text-align: center;
	border-radius: 20px;
	box-shadow: 3px 3px 10px #3D5789, 0px 0px 12px #999 inset;
	border: 4px solid #FFF;
}
#loginArea h1 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 30px;
	text-shadow: 2px 2px 7px #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 30px;
}
#loginArea span {
	display: inline-block;
	width: 5em;
	text-align: left;
}
#loginArea input[type="text"] {
	background-color: #FFF;
	width: 50%;
	padding: 4px;
	border: 1px solid #666;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 140%;
	border-radius: 5px;
	cursor: text;
}
#loginArea input:focus {
	background-color: #EEFFFF;
	box-shadow: 2px 2px 10px #CCC;
}

input[type="button"].loginBtn {
	font-size: 120%;
	border: none;
	color: #fff;
	background: #4593e3;
	cursor: pointer;
	display: inline-block;
	width: 50%;
	max-width: 300px;
	font-weight: bold;
	outline: none;
	position: relative;
	box-shadow: 0 6px #226fbe;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: -webkit-linear-gradient(top,  rgba(69, 147, 227,1) 0%,rgba(69, 147, 227,1) 100%);

}
#loginArea .loginBtn:hover {
	box-shadow: 0 4px #226fbe;
	top: 2px;
}
#loginArea .loginBtn:active {
	box-shadow: 0 1px #226fbe;
	top: 5px;
}


/* headerContents */
#headerContents {
        width: 100%;
        height: 40px;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        background-color: #294F8D;
        background-position: 10px 4px;
        background-image: url(header_title.png);
        background-repeat: no-repeat;
}
#headerContents h1 {
        line-height: 40px;
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 30px;
        text-indent: 310px;
        color: #FFF;
}


/* globalMenu */
#globalMenu {
	position: fixed;
	left: 0;
	top: 40px;
	z-index: 1000;
	background-color: #4593e3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F74C9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #294F8D;
	width: 100%;
}
#globalMenu .gmenuLeft {
}
#globalMenu .gmenuRight {
	position: absolute;
	right: 0;
	top: 0;
}
#globalMenu ul {
	list-style-type: none;
}
#globalMenu .gmenuLeft li {
	line-height: 30px;
	display: inline-block;
	position: relative;
	background-color: #4593e3;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 140px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
//	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
}
#globalMenu .gmenuRight li {
	line-height: 30px;
	display: inline-block;
	position: relative;
	background-color: #4593e3;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 140px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
//	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
}
#globalMenu li.current,
#globalMenu li ul li.current {
	background-color: #3362B0;
	text-shadow: 3px 3px 2px #000 !important;
	color: #FFF;
	font-weight: bold;
}
#globalMenu li.gmenu08,
#globalMenu li.gmenu10 {
	cursor: default;
}
#globalMenu li.current a{
	line-height: 30px;
	display: block;
	color: #FFF;
	font-weight: bold;
}
#globalMenu li a{
	line-height: 30px;
	display: block;
	color: #FFF;
//	font-weight: bold;
}
#globalMenu li:hover,
#globalMenu li a:hover{
	background-color: #1F74C9;
	text-shadow: 2px 2px 7px #000;
}
#globalMenu li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F74C9;
}
#globalMenu .gmenuLeft li ul li,
#globalMenu .gmenuRight li ul li {
	margin: 0;
	padding: 0;
	padding-left: 8px;
	width: 140px;
	height: 30px;
	display: block;
	text-shadow: none;
	border: none;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1F74C9;
	font-size: 100%;
}

#globalMenu ul.submenu li a{
	line-height: 30px;
	display: block;
	color: #FFF;
}
#globalMenu ul.submenu li.current a{
	line-height: 30px;
	display: block;
	color: #FFF;
}
/* input Button */
button.btnGray {
	padding: 5px;
	font-size: 18px;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 6em;
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}
button.btnGraySmall {
	padding: 5px;
	font-size: 16px;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 2.5em;
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}

button.btnGray2 {
	padding: 5px;
	font-size: 16px;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 6em;
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}
button.btnGray3 {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 6em;
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}
button.btnGray:hover,
button.btnGraySmall:hover,
button.btnGray2:hover,
button.btnGray3:hover {
	border: 1px solid #111;
}
button.btnGray:active,
button.btnGraySmall:active,
button.btnGray2:active,
button.btnGray3:active {
	border: 1px solid #111;
	background: -webkit-linear-gradient(bottom,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}
button.btnBlue {
	padding: 5px;
	font-size: 18px;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 6em;
	background: -webkit-linear-gradient(top,  rgba(224,237,255,1) 0%,rgba(158,206,255,1) 100%);
	
}
input[type="button"]:hover {
	border: 1px solid #111;
}
input[type="button"]:active {
	border: 1px solid #111;
	background: -webkit-linear-gradient(bottom,  rgba(224,237,255,1) 0%,rgba(158,206,255,1) 100%);
}

button.btnRed:hover,
button.btnBlue:hover {
	border: 1px solid #111;
}
button.btnRed {
	padding: 5px;
	font-size: 18px;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 6em;
	background: -webkit-linear-gradient(top,  rgba(255,237,255,1) 0%,rgba(255,200,200,1) 100%);
}
button.btnRed:active {
	background: -webkit-linear-gradient(bottom,  rgba(255,237,255,1) 0%,rgba(255,200,200,1) 100%);
}
button.btnBlue:active {
	background: -webkit-linear-gradient(bottom, rgba(224,237,255,1) 0%,rgba(158,206,255,1) 100%);
}


button:disabled {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}
input[type="button"].btnGray {
	padding: 5px;
	font-size: 18px;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 6em;
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}
input[type="button"].btnGray:active {
	background: -webkit-linear-gradient(bottom,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}
input[type="button"].btnGray:hover {
	border: 1px solid #111;
}
input[type="button"].btnRed {
	font-size: 18px;
	background: -webkit-linear-gradient(top,  rgba(255,237,255,1) 0%,rgba(255,200,200,1) 100%);
}
input[type="button"].btnRed:active {
	background: -webkit-linear-gradient(bottom,  rgba(255,237,255,1) 0%,rgba(255,200,200,1) 100%);
}
input[type="button"].btnGreen {
	font-size: 14px;
	background: -webkit-linear-gradient(top,  rgba(220,245,240,1) 0%,rgba(120,220,190,1) 100%);
}
input[type="button"].btnGreen:active {
	background: -webkit-linear-gradient(bottom,  rgba(220,245,240,1) 0%,rgba(120,220,190,1) 100%);
}
input[type="button"].bigSize {
	font-size: 14px;
}


input[type="callto"] {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 6em;
	background: -webkit-linear-gradient(top,  rgba(224,237,255,1) 0%,rgba(158,206,255,1) 100%);
}
input[type="callto"]:hover {
	border: 1px solid #666;
}
input[type="callto"]:active {
	border: 1px solid #666;
	background: -webkit-linear-gradient(bottom,  rgba(224,237,255,1) 0%,rgba(158,206,255,1) 100%);
}
input[type="callto"].btnRed {
	font-size: 14px;
	background: -webkit-linear-gradient(top,  rgba(255,237,255,1) 0%,rgba(255,200,200,1) 100%);
}
input[type="callto"].btnRed:active {
	background: -webkit-linear-gradient(bottom,  rgba(255,237,255,1) 0%,rgba(255,200,200,1) 100%);
}
input[type="callto"].btnGreen {
	font-size: 14px;
	background: -webkit-linear-gradient(top,  rgba(220,245,240,1) 0%,rgba(120,220,190,1) 100%);
}
input[type="callto"].btnGreen:active {
	background: -webkit-linear-gradient(bottom,  rgba(220,245,240,1) 0%,rgba(120,220,190,1) 100%);
}
input[type="callto"].bigSize {
	font-size: 14px;
}




/* closeBtn */
.closeBtn {
	display: block;
	width: 25px;
	line-height: 25px;
	position: absolute;
	right: 12px;
	top: 8px;
	background-color: #C00;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 2px 2px #900;
}
.closeBtn:hover {
	box-shadow: 1px 1px #900;
	top: 9px;
	right: 11px;
	cursor: pointer;
}
.closeBtn:active {
	box-shadow: 0px 0px #900;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.carListBox .carListTitle .closeBtn {
	left: 305px;
}
.carListBox .carListTitle .closeBtn:hover {
	left: 306px;
}
.carListBox .carListTitle .closeBtn:active {
	left: 307px;
}


/* leftArea */
#leftArea {
	float: left;
	width: 900px;
	height:	100%;
	min-height: 600px;
	background-color:#FFF;
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.marginBottom10 {
	margin-bottom: 10px !important;
}
.marginBottom20 {
	margin-bottom: 20px !important;
}
.marginTop10 {
	margin-top: 10px !important;
}
.marginTop20 {
	margin-top: 20px !important;
}
.marginTop40 {
	margin-top: 40px !important;
}
table input[type="text"],table textarea {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 852px;
	font-size: 110%;
	clear: both;
}

table tr {
	cursor: default;
}
table tr:nth-child(even) {
	background-color: #fafafa;
}
table tr:nth-child(odd) {
	background-color: #FFF;
}

#rTable tr.pink {
	background-color: #FCFC4C;
}

#rTable tr.select_pink {
	background-color: #ADFCD9;
}

table tr.select {
	background-color: #ADFCD9;
}

.profitWarning tr {
	background-color: #F5A9F2;
}
.profitPositive tr {
	background-color: #ADFCD9;
}

table th {
	width: 20%;
	padding: 0px;
	color: #000;
	background-color: #B6D8FE;
	line-height: 30px;
	border-right: 1px solid #fff;
}
table td {
	width: 20%;
	padding: 2px;
	border-right: 1px solid #ccc;
}
.tableDate {
	overflow-y: scroll;
	border-left: 1px solid #ccc;
}
.tableHeader {
	border-left: 0px solid #ccc;
}
#leftArea h2 {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;

}

table.mapPopupTable th{
	text-align: center;
	width: 6%;
}
table.mapPopupTable {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 300px;
	font-size: 100%;
	clear: both;
}

table.mapPopupTable th{
	text-align: center;
	width: 10%;
}

table.mapPopupTable td{
	text-align: left;
	width: 20%;
}

table.mapPopupTable tr{
	border-width: 1px;
	border-color: white;
	border-style: solid;
}

.mapClearBtn{
	text-align:right;
}




/* allocateBox */
/*#leftArea .allocateBox {
	border: 1px solid #CCC;
	padding: 5px;
	height: auto;
	position: absolute;
}
*/
#leftArea .allocateBox {
	border: 0px solid #CCC;
	padding: 5px;
	position: absolute;
	top: 80px;
	bottom: 10px;
	left: 10px;
	width: 885px;
	height: auto;
}



#leftArea .allocateBox.topArea .allocateTable01 h2{
	clear:both;
	display:block;
}
#leftArea .allocateBox .allocateTable01 {
	border: 0px solid #CCC;
	padding: 5px;
	height: 448px;
	position: relative;
	margin-bottom: 5px;
}
#leftArea .allocateBox .allocateTable02 {
	border: 1px solid #CCC;
	padding: 5px;
	height: 200px;
	position: relative;
}
#leftArea .allocateBox .allocateTable01 table,
#leftArea .allocateBox .allocateTable02 table {
	width: 853px;
}
#leftArea .allocateBox .allocateTable01 .tableDate {
	position: absolute;
	top: 88px;
	bottom: 5px;
//	left: 5px;
	right: 0px;
	border-bottom: 1px solid #ccc;
}
#leftArea .allocateBox .allocateTable02 .tableDate {
	position: absolute;
	top: 61px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
#leftArea .allocateBox .tableDate td {
	text-align: center;
}
#leftArea .allocateBox .tableHeader th,
#leftArea .allocateBox .tableDate td {
	width: 20%;
	text-align: center;
}

#leftArea .allocateBox .tableDate td a {
	text-decoration: underline;
}

#leftArea .allocateBox.topArea .tableHeader th:nth-child(1),
#leftArea .allocateBox.topArea .tableDate td:nth-child(1){
	width: 7%;
	text-align: center;
}

#leftArea .allocateBox.topArea .tableHeader th:nth-child(2){
	width: 15%;
}
#leftArea .allocateBox.topArea .tableDate td:nth-child(2){
	width: 15%;
	text-align: left;

}
#leftArea .allocateBox.topArea .tableHeader th:nth-child(3),
#leftArea .allocateBox.topArea .tableDate td:nth-child(3){
	width: 14%;
}
#leftArea .allocateBox.topArea .tableHeader th:nth-child(4),
#leftArea .allocateBox.topArea .tableDate td:nth-child(4){
	width: 16%;
}
#leftArea .allocateBox.topArea .tableDate td:nth-child(4){
	text-align: left;
}


#leftArea .allocateBox.topArea .tableHeader th:last-child,
#leftArea .allocateBox.topArea .tableDate td:last-child {
	width: 13%;
	text-align: center;
}






#leftArea .allocateBox.bottomArea .tableHeader th:nth-child(1),
#leftArea .allocateBox.bottomArea .tableDate td:nth-child(1){
	width: 6%;
	text-align: center;
}
#leftArea .allocateBox.bottomArea .tableHeader th:nth-child(2),
#leftArea .allocateBox.bottomArea .tableDate td:nth-child(2){
	width: 11%;
	text-align: center;
}
#leftArea .allocateBox.bottomArea .tableHeader th:nth-child(3),
#leftArea .allocateBox.bottomArea .tableDate td:nth-child(3){
	width: 6%;
}
#leftArea .allocateBox.bottomArea .tableHeader th:nth-child(4),
#leftArea .allocateBox.bottomArea .tableDate td:nth-child(4){
	width: 14%;
}
#leftArea .allocateBox.topArea .tableHeader th:last-child,
#leftArea .allocateBox.topArea .tableDate td:last-child {
	width: 14%;
	word-break: break-all;
}


#leftArea .allocateBox.topArea .tableHeader th:last-child{
	text-align: center;
}
#leftArea .allocateBox.topArea .tableDate td:last-child{
	text-align: left;
}

#leftArea .allocateBox.topArea .tableHeader{
	margin-top: 5px;
}







#leftArea .allocateBox.bottomArea {
	position: absolute;
	top: 468px;
	bottom: 5px;
	left: 5px;
//	width: 764px;
	height: auto;
}
#leftArea .allocateBox.bottomArea .tableDate {
	position: absolute;
	top: 72px;
	bottom: 5px;
	left: 5px;
	border-bottom: 1px solid #ccc;
}


/* receiptBox */
#leftArea .receiptBox {
	border: 0px solid #CCC;
	padding: 5px;
	height: 548px;
	position: relative;

}
#leftArea .uketuke {
	border: 1px solid #CCC;
	padding: 5px;
	height: 492px;
	position: relative;

	//overflow-y: scroll;
	border-left: 1px solid #ccc;
/*	position: absolute;*/
	top: -10px;
	bottom: 5px;
	left: 0px;
	right: 0px;
	border-bottom: 1px solid #ccc;

}
#leftArea .receiptBox .tableDate {
	position: absolute;
	top: 72px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
#leftArea .receiptBox .tableDate td {
	text-align: center;
}
#leftArea .receiptBox.topArea h2 {
	clear:both;
	display:block;
}
#leftArea .receiptBox.bottomArea {
	position: absolute;
	top: 625px;
	bottom: 10px;
	left: 10px;
	width: 880px;
	height: auto;
}

#leftArea .receiptBox table.receiptBoxTable {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
#leftArea .receiptBox table.receiptBoxTable tr {
	cursor: default;
}
#leftArea .receiptBox table.receiptBoxTable tr:nth-child(odd) {
	background-color: #fafafa;
}
#leftArea .receiptBox table.receiptBoxTable tr:nth-child(even) {
	background-color: #FFF;
}
#leftArea .receiptBox table.receiptBoxTable th {
	padding-left: 5px;
	color: #000;
	background-color: #B6D8FE;
	border-right: 1px solid #fff;
	width: 12%;
	border-bottom: 1px solid #fff;
	text-align: left;
	//text-align:center;
}
#leftArea .receiptBox table.receiptBoxTable td {
	width: 30%;
	padding: 1px;
	border-right: none;
	text-align: left;
}
#leftArea .receiptBox table.receiptBoxTable input {
	width: 39.3%;
	margin-right: 10px;
	padding: 1px;
	cursor: text;
}
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][pickup_saki]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][pickup_bikou]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][dest]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][dest2]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][my_car_info]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][route]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][comment]"] {
	width: 92%;
}


#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][tel]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][pickup_dt]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][order_num]"]{
	width: 30%;
}
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][alarm_time]"]{
	margin-left: 30px;
	width: 10%;
}
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][dest_kind]"]{
	width: 30%;
}
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][dest_kind]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][order_num]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][name]"],
#leftArea .receiptBox table.receiptBoxTable input[name="data[Order][kana]"]{
	width: 100%;
}


#leftArea .receiptBox table.receiptBoxTable input[type=radio],
#leftArea .receiptBox table.receiptBoxTable input[type=checkbox]{
	width: 10%;
	vertical-align: middle;
	holizontal-align: right;
	padding: 0;
    margin:0;
}

#leftArea .receiptBox table.receiptBoxTable textarea {
	width: 100%;
	height: 5.0em;
	padding: 1px;
	cursor: text;
	resize: none;
	margin-top:2px;
}
#leftArea .receiptBox table.receiptBoxTable select{
	width: 13%;
	margin-left: 0px;
	padding: 0px;
}
#leftArea .receiptBox table.receiptBoxTable select[name="data[Order][reserve_car_id]"] {
	width: 30%;
	margin-left: 0px;
	padding: 0px;
}
#leftArea .receiptBox table.receiptBoxTable select:nth-child(3) {
	width: 13%;
	margin-left: 10px;
	padding: 0px;
}
#leftArea .receiptBox table.receiptBoxTable input[type="button"] {
	width: auto;
	padding: 5px;
	margin: 0px;
	cursor: default;
}
#leftArea .receiptBox 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 .receiptBox table input[type="button"]:active {
	background: -webkit-linear-gradient(bottom,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}
#leftArea .receiptBox table input.rirekiBtn[type="button"] {
	display: inline-block;
	width: auto;
	min-width: 24px;
	margin-left: 10px;
	cursor: default;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-indent: -9999px;
	vertical-align: text-bottom;
	background-image: url(/operator/app/webroot/img/rireki_btn.png);
	background-color: #4593E3;
	background-repeat: repeat;
	background-position: center center;
	border: 1px solid #FFF;
}
#leftArea .receiptBox table input.rirekiBtn[type="button"]:hover {
	background-color: #294F8D;
}


#leftArea .receiptBox.bottomArea .tableHeader{
	margin-top:5px;

}

#leftArea .receiptBox.bottomArea .tableHeader th:nth-child(1),
#leftArea .receiptBox.bottomArea .tableDate td:nth-child(1){
	width: 7%;
	text-align: center;
}
#leftArea .receiptBox.bottomArea .tableHeader th:nth-child(2),
#leftArea .receiptBox.bottomArea .tableDate td:nth-child(2){
	width: 11%;
}
#leftArea .receiptBox.bottomArea .tableHeader th:nth-child(3),
#leftArea .receiptBox.bottomArea .tableDate td:nth-child(3){
	width: 6%;
}
#leftArea .receiptBox.bottomArea .tableHeader th:nth-child(4),
#leftArea .receiptBox.bottomArea .tableDate td:nth-child(4){
	width: 13%;
}

#leftArea .receiptBox.bottomArea .tableDate td:nth-child(4){
	width: 13%;
	text-align: left;

}



#leftArea .receiptBox.bottomArea .tableHeader th:last-child,
#leftArea .receiptBox.bottomArea .tableDate td:last-child {
	width: 14%;
}


#leftArea .receiptBox.bottomArea .tableHeader th:last-child{
	text-align: center;
}
#leftArea .receiptBox.bottomArea .tableDate td:last-child{
	text-align: left;
}



/* reservationBox */
/*#leftArea .reservationBox {
	border: 0px solid #CCC;
	padding: 5px;
	height: 870px;
	position: relative;

}
*/
#leftArea .reservationBox.topArea {
	position: absolute;
	top: 80px;
	bottom: 10px;
	left: 10px;
	width: 880px;
	height: auto;
}


#leftArea .reservationBox.topArea h2 {
	clear:both;
	display:block;
}

#leftArea .reservationBox .tableHeader {
	position: absolute;
	top: 41px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
#leftArea .reservationBox .tableDate {
	position: absolute;
	top: 70px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
#leftArea .centerBtnArea {
	width: 780px;
	text-align: center;
	margin-top: 8px;
}
#leftArea .centerBtnArea input {
	width: 280px;
}
#leftArea .reservationBox.bottomArea {
	position: absolute;
	top: 595px;
	bottom: 10px;
	left: 10px;
	width: 780px;
	height: auto;
}
#leftArea .reservationBox.bottomArea .tableDate {
	position: absolute;
	top: 61px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
.iframeBoxArea.reservationTable table.receiptBoxTable input,
.iframeBoxArea.reservationTable table.receiptBoxTable3 input {
	width: 98%;
	display:inline-block;
}
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][pickup_saki]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][pickup_bikou]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][dest]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][my_car_info]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][route]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][comment]"] {
	width: 98%;
}
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][tel]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][pickup_dt]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][alarm_dt]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][order_num]"],
.iframeBoxArea.reservationTable table.receiptBoxTable select[name="data[Order][dest_kind]"]{
	width: 30%;
}


/* allocate_changeBox */
/*#leftArea .allocate_changeBox {
	border: 1px solid #CCC;
	padding: 5px;
	height: 513px;
	position: relative;
}
*/

#leftArea .allocate_changeBox {
	position: absolute;
	top: 80px;
	bottom: 10px;
	left: 10px;
	width: 880px;
	height: auto;
}


#leftArea .allocate_changeBox .tabMenu {
	clear: both;
	margin-top: 30px;
	border-bottom: 1px solid #CCC;
}
#leftArea .allocate_changeBox .tabMenu ul {
	list-style: none;
}
#leftArea .allocate_changeBox .tabMenu li {
	display: inline-block;
	vertical-align: bottom;
	width: 137px;
	padding: 5px;
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px none #CCC;
	border-top: 1px solid #CCC;
	font-size: 100%;
	text-align: center;
	cursor: pointer;
	color: #666;
}
#leftArea .allocate_changeBox .tabMenu li:hover {
	color: #666;
	padding-bottom: 5px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px none #DDD;
	border-top: 1px solid #CCC;
	cursor: default;
	background: -webkit-linear-gradient(bottom,  rgba(220,220,220,1) 0%,rgba(237,237,237,1) 100%);
}
#leftArea .allocate_changeBox .tabMenu li.select {
	color: #000;
	padding-bottom: 5px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px none #DDD;
	border-top: 1px solid #CCC;
	cursor: default;
	background: -webkit-linear-gradient(top,  #4593e3 0%,#b6d8fe 100%);
}
#leftArea .allocate_changeBox.topArea .tableDate {
	position: absolute;
	top: 105px;
	bottom: 5px;
	left: 0px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
#leftArea .allocate_changeBox .tableDate td {
	text-align: center;
}
#leftArea .allocate_changeBox.bottomArea {
	position: absolute;
	top: 600px;
	bottom: 10px;
	left: 10px;
	width: 780px;
	height: auto;
}
#leftArea .allocate_changeBox.bottomArea .tableDate {
	position: absolute;
	top: 61px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
#leftArea .list1 {
	display: none;
}




#leftArea .list1 th:nth-child(1),
#leftArea .list2 th:nth-child(1),
#leftArea .list3 th:nth-child(1),
#leftArea .list4 th:nth-child(1),
#leftArea .list5 th:nth-child(1),
#leftArea .list6 th:nth-child(1) {
	width: 7%;
}
#leftArea .list1 td:nth-child(1),
#leftArea .list2 td:nth-child(1),
#leftArea .list3 td:nth-child(1),
#leftArea .list4 td:nth-child(1),
#leftArea .list5 td:nth-child(1),
#leftArea .list6 td:nth-child(1) {
	width: 7%;
}
#leftArea .list1 th:nth-child(2),
#leftArea .list2 th:nth-child(2),
#leftArea .list3 th:nth-child(2),
#leftArea .list4 th:nth-child(2),
#leftArea .list5 th:nth-child(2),
#leftArea .list6 th:nth-child(2) {
	width: 14%;
}
#leftArea .list1 td:nth-child(2),
#leftArea .list2 td:nth-child(2),
#leftArea .list3 td:nth-child(2),
#leftArea .list4 td:nth-child(2),
#leftArea .list5 td:nth-child(2),
#leftArea .list6 td:nth-child(2) {
	width: 14%;
}
#leftArea .list1 th:nth-child(3),
#leftArea .list2 th:nth-child(3),
#leftArea .list3 th:nth-child(3),
#leftArea .list4 th:nth-child(3),
#leftArea .list5 th:nth-child(3),
#leftArea .list6 th:nth-child(3) {
	width: 10%;
}
#leftArea .list1 td:nth-child(3),
#leftArea .list2 td:nth-child(3),
#leftArea .list3 td:nth-child(3),
#leftArea .list4 td:nth-child(3),
#leftArea .list5 td:nth-child(3),
#leftArea .list6 td:nth-child(3) {
	width: 10%;
}

#leftArea .list6 th:nth-child(4),
#leftArea .list6 td:nth-child(4) {
	width: 10%;
	text-align: center;
}

#leftArea .list1 th:nth-child(5),
#leftArea .list2 th:nth-child(5),
#leftArea .list3 th:nth-child(5),
#leftArea .list4 th:nth-child(5),
#leftArea .list5 th:nth-child(5){
	width: 7%;
}
#leftArea .list1 td:nth-child(5),
#leftArea .list2 td:nth-child(5),
#leftArea .list3 td:nth-child(5),
#leftArea .list4 td:nth-child(5),
#leftArea .list5 td:nth-child(5){
	width: 7%;
}


#leftArea .list1 td:nth-child(2),
#leftArea .list2 td:nth-child(2),
#leftArea .list3 td:nth-child(2),
#leftArea .list4 td:nth-child(2),
#leftArea .list5 td:nth-child(2),
#leftArea .list6 td:nth-child(2) {
	text-align: left;
}
#leftArea .list1 td:nth-child(4),
#leftArea .list2 td:nth-child(4),
#leftArea .list3 td:nth-child(4),
#leftArea .list4 td:nth-child(4),
#leftArea .list5 td:nth-child(4) {
	text-align: left;
}
#leftArea .list6 td:nth-child(5) {
	text-align: left;
}

#leftArea .irai_list th:nth-child(1),
#leftArea .irai_list td:nth-child(1){
	width: 14%;
}

#leftArea .irai_list th:nth-child(2),
#leftArea .irai_list td:nth-child(2){
	width: 14%;
}

#leftArea .irai_list th:nth-child(3),
#leftArea .irai_list td:nth-child(3){
	width: 20%;
}









/* arrival_listBox */
#leftArea .arrival_listBox {
	border: 0px solid #CCC;
	padding: 5px;
}
#leftArea .arrival_listBox.topArea {
	position: absolute;
	top: 80px;
	bottom: 10px;
	left: 10px;
	width: 880px;
	height: auto;
}
#leftArea .arrival_listBox .tableDate {
	position: absolute;
	top: 78px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}

#leftArea .arrival_listBox .tableHeader th,
#leftArea .arrival_listBox .tableDate td {
	width: 20%;
}

#leftArea .arrival_listBox .tableDate td a {
	text-decoration: underline;
}

#leftArea .arrival_listBox .tableHeader th:nth-child(1),
#leftArea .arrival_listBox .tableDate td:nth-child(1){
	width: 12%;
	text-align: center;
}
#leftArea .arrival_listBox .tableHeader th:nth-child(2),
#leftArea .arrival_listBox .tableDate td:nth-child(2){
	width: 7%;
	text-align: center;

}
#leftArea .arrival_listBox .tableHeader th:nth-child(3),
#leftArea .arrival_listBox .tableDate td:nth-child(3){
	width: 10%;
	word-break: break-all;
	text-align: center;
}
#leftArea .arrival_listBox .tableHeader th:nth-child(4),
#leftArea .arrival_listBox .tableDate td:nth-child(4){
	width: 23%;
}
#leftArea .arrival_listBox .tableDate td:nth-child(4){
	text-align: left;
}

#leftArea .arrival_listBox .tableHeader th:last-child{
	width: 7%;
	text-align: center;
}
#leftArea .arrival_listBox .tableDate td:last-child {
	width: 7%;
	text-align: center;
}




/* incoming_listBox */
#leftArea .incoming_listBox {
	border: 0px solid #CCC;
	padding: 5px;
}
#leftArea .incoming_listBox.topArea {
	position: absolute;
	top: 80px;
	bottom: 10px;
	left: 10px;
	width: 880px;
	height: auto;
}
#leftArea .incoming_listBox .tableDate {
	position: absolute;
	top: 78px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}



#leftArea .incoming_listBox .tableDate td a {
	text-decoration: underline;
}

#leftArea .incoming_listBox .tableHeader th:nth-child(1),
#leftArea .incoming_listBox .tableDate td:nth-child(1){
	width: 11%;
	text-align: center;
}
#leftArea .incoming_listBox .tableHeader th:nth-child(2),
#leftArea .incoming_listBox .tableDate td:nth-child(2){
	width: 9%;
	text-align: center;

}
#leftArea .incoming_listBox .tableHeader th:nth-child(3),
#leftArea .incoming_listBox .tableDate td:nth-child(3){
	width: 13%;
	word-break: break-all;
	text-align: center;
}

#leftArea .incoming_listBox .tableDate td:nth-child(4){
	text-align: left;
}

#leftArea .incoming_listBox .tableHeader th:last-child{
	width: 14%;
	text-align: center;
}
#leftArea .incoming_listBox .tableDate td:last-child {
	width: 14%;
	text-align: center;
}








/* customer_manageBox */
#leftArea .customer_manageBox {
	border: 1px solid #CCC;
	padding: 5px;
}
#leftArea .customer_manageBox.topArea {
	position: absolute;
	top: 80px;
	bottom: 10px;
	left: 10px;
	width: 780px;
	height: auto;
}
#leftArea .customer_manageBox .tableDate {
	position: absolute;
	top: 132;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
/* pairing_manageBox */
#leftArea .pairing_manageBox {
	border: 1px solid #CCC;
	padding: 5px;
}
#leftArea .pairing_manageBox.topArea {
	position: absolute;
	top: 80px;
	bottom: 10px;
	left: 10px;
	width: 780px;
	height: auto;
}
#leftArea.pairing_manageBox .tableDate {
	position: absolute;
	top: 122px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
/* record_manageBox */
#leftArea .record_manageBox {
	border: 1px solid #CCC;
	padding: 5px;
}


/* work_time_manageBox */
#leftArea .work_time_manageBox {
	border: 1px solid #CCC;
	padding: 5px;
}


/* driver_shiftBox */
#leftArea .driver_shiftBox {
	border: 1px solid #CCC;
	padding: 5px;
}


/* customer_manageBox */
#leftArea .customer_manageBox {
	border: 1px solid #CCC;
	padding: 5px;
}


/* rolling_stock_manageBox */
#leftArea .rolling_stock_manageBox {
	border: 1px solid #CCC;
	padding: 5px;
}


/* driver_manageBox */
#leftArea .driver_manageBox {
	border: 1px solid #CCC;
	padding: 5px;
}
#leftArea .worktime_manageBox {
	border: 1px solid #CCC;
	padding: 5px;
}
#leftArea .car_manageBox {
	border: 1px solid #CCC;
	padding: 5px;
}


/* centerArea */

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


/* customer_manageBox */
#centerAreaBox.customer_manageBox table.dateTable {
	width: 220px;
	margin-bottom: 5px;
}
#centerAreaBox.customer_manageBox table.dateTable th {
	width: 80px;
}
#centerAreaBox.customer_manageBox table.dateTable td {
	width: 140px;
}
#centerAreaBox.customer_manageBox .customer_manageBoxBtn {
	position: absolute;
	top: 52px;
	left: 240px;
}
#centerAreaBox.customer_manageBox .dateTable input {
	width: 100%;
	padding: 3px;
	cursor: text;
}
#centerAreaBox.customer_manageBox .tableHeader {
	clear: both;
	margin-right: 17px;
}
#centerAreaBox.customer_manageBox .tableDate {
	top: 220px;
}
#centerAreaBox.customer_manageBox .tableHeader th,
#centerAreaBox.customer_manageBox .tableDate td {
	width: 20%;
}
#centerAreaBox.customer_manageBox .tableHeader th:last-child {
	width: 35%;
}
#centerAreaBox.customer_manageBox .tableDate td a {
	text-decoration: underline;
}
#centerAreaBox.customer_manageBox .tableDate td:last-child {
	width: 35%;
	text-align: left;
}
#centerAreaBox.customer_manageBox .tableDate td:nth-child(2){
	text-align: left;
}

#centerAreaBox.customer_manageBox .tableHeader th:nth-child(1),
#centerAreaBox.customer_manageBox .tableDate td:nth-child(1){
	width:10%;
}
#centerAreaBox.customer_manageBox .tableHeader th:nth-child(3),
#centerAreaBox.customer_manageBox .tableDate td:nth-child(3){
	width: 15%;
	word-break: break-all;
}
#centerAreaBox.customer_manageBox .tableHeader{
	margin-top:120px;
}


/* pairing_manageBox */
#centerAreaBox.pairing_manageBox .tableHeader {
	clear: both;
	margin-right: 17px;
}
#centerAreaBox.pairing_manageBox .tableDate {
	top: 238px;
}
#centerAreaBox.pairing_manageBox .tableHeader th,
#centerAreaBox.pairing_manageBox .tableDate td {
	width: 20%;
}
#centerAreaBox.pairing_manageBox .tableHeader th:nth-child(1),
#centerAreaBox.pairing_manageBox .tableDate td:nth-child(1){
	width: 15%;
}
#centerAreaBox.pairing_manageBox .tableHeader th:nth-child(1),
#centerAreaBox.pairing_manageBox .tableDate td:nth-child(1){
	width: 15%;
}

#centerAreaBox.pairing_manageBox .tableHeader th:last-child {
	width: 55%;
}

#centerAreaBox.pairing_manageBox .tableDate td a {
	text-decoration: underline;
}

#centerAreaBox.pairing_manageBox .tableDate td:last-child {
	width: 55%;
	text-align: left;
}

/* worktime_manageBox */
#centerAreaBox.worktime_manageBox .tableHeader {
	clear: both;
	margin-right: 17px;
}
#centerAreaBox.worktime_manageBox .tableDate {
	top: 105px;
}


#centerAreaBox.worktime_manageBox .tableHeader th:nth-child(1),
#centerAreaBox.worktime_manageBox .tableHeader th:nth-child(2),
#centerAreaBox.worktime_manageBox .tableHeader th:nth-child(3),
#centerAreaBox.worktime_manageBox .tableDate td:nth-child(1),
#centerAreaBox.worktime_manageBox .tableDate td:nth-child(2),
#centerAreaBox.worktime_manageBox .tableDate td:nth-child(3){
	width: 10%;
}

#centerAreaBox.worktime_manageBox .tableHeader th:nth-child(4),
#centerAreaBox.worktime_manageBox .tableDate td:nth-child(4){
	width: 50%;
}

#centerAreaBox.driver_manageBox .tableDate td a {
	text-decoration: underline;
}

/* driver_manageBox */
#centerAreaBox.driver_manageBox .tableHeader {
	clear: both;
	margin-right: 17px;
}
#centerAreaBox.driver_manageBox .tableDate {
	top: 77px;
}


#centerAreaBox.driver_manageBox .tableHeader th:nth-child(1){
	width: 17%;
}
#centerAreaBox.driver_manageBox .tableHeader th:nth-child(2){
	width: 13%;
}
#centerAreaBox.driver_manageBox .tableHeader th:nth-child(3){
	width: 8%;
}
#centerAreaBox.driver_manageBox .tableHeader th:nth-child(4){
	width: 20%;
}
#centerAreaBox.driver_manageBox .tableHeader th:nth-child(5){
	width: 35%;
}

#centerAreaBox.driver_manageBox .tableHeader th:nth-child(6){
	width: 8%;
}


#centerAreaBox.driver_manageBox .tableDate td:nth-child(1){
	width: 17%;
	text-align:left;
}
#centerAreaBox.driver_manageBox .tableDate td:nth-child(2){
	width: 13%;
}
#centerAreaBox.driver_manageBox .tableDate td:nth-child(3){
	width: 8%;
}
#centerAreaBox.driver_manageBox .tableDate td:nth-child(4){
	width: 20%;
}
#centerAreaBox.driver_manageBox .tableDate td:nth-child(5){
	width: 35%;
	text-align:left;
}

#centerAreaBox.driver_manageBox .tableDate td:nth-child(6){
	width: 8%;
}


#centerAreaBox.driver_manageBox .tableDate td a {
	text-decoration: underline;
}

/* car_manageBox */
#centerAreaBox.car_manageBox .tableHeader {
	clear: both;
	margin-right: 17px;
}
#centerAreaBox.car_manageBox .tableDate {
	top: 77px;
}


#centerAreaBox.car_manageBox .tableHeader th:nth-child(3){
	width: 10%;
}

#centerAreaBox.car_manageBox .tableDate td a {
	text-decoration: underline;
}
#centerAreaBox.car_manageBox .tableHeader th:nth-child(1){
	width: 16%;
}
#centerAreaBox.car_manageBox .tableHeader th:nth-child(2){
	width: 13%;
}
#centerAreaBox.car_manageBox .tableHeader th:nth-child(3){
	width: 19%;
}
#centerAreaBox.car_manageBox .tableHeader th:nth-child(4){
	width: 18%;
}
#centerAreaBox.car_manageBox .tableHeader th:nth-child(5){
	width: 27%;
}
#centerAreaBox.car_manageBox .tableHeader th:nth-child(6){
	width: 8%;
}
#centerAreaBox.car_manageBox .tableDate td:nth-child(1){
	text-align:left;
	width: 16%;
}
#centerAreaBox.car_manageBox .tableDate td:nth-child(2){
	width: 13%;
}
#centerAreaBox.car_manageBox .tableDate td:nth-child(3){
	text-align:left;
	width: 19%;
}
#centerAreaBox.car_manageBox .tableDate td:nth-child(4){
	text-align:left;
	width: 18%;
}
#centerAreaBox.car_manageBox .tableDate td:nth-child(5){
	text-align:left;
	width: 27%;
}
#centerAreaBox.car_manageBox .tableDate td:nth-child(6){
	width: 8%;
}

/* rightArea */
#rightArea {
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 900px;
	height: 100%;
	width: 100%;
	min-height: 100%;
	background-color:#FFF;
}
#rightArea iframe {
	height:	100%;
	width: 100%;
	min-height: 100%;
	position: fixed;
	top: 70px;
	left: 900px;
	padding-right: 900px;
	padding-bottom: 70px;
}
.carListBox {
	display: none;
	position: fixed;
	right: 0;
	top: 90px;
	bottom: 30px;
	width: 340px;
	background-color: #FFF;
	z-index: 100;
	box-shadow: 3px 3px 10px #000;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 10px;
}
.carListBox .carListTitle {
	height: 20px;
}
.carListBox .carListTitle h3 {
	line-height: 25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
}
.carListBox .carList {
	overflow: auto;
	width: 335px;
	position: absolute;
	left: 5px;
	top: 40px;
	bottom: 0px;
	font-size: 66%;
	line-height: 15px;
}
.carListBox .carList ul {
	width: 318px;
}
.carListBox .carList ul li {
	display: block;
	clear: both;
}
.carListBox .carList ul li {
	display: block;
	clear: both;
}
.carListBox .carList ul li.listLi {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	cursor: default;
}
.carListBox .carList ul li.select {
	background-color: #FFC;
}
.carListBox .carList ul li.listLi:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.carListBox .carList ul li.listLi:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.carListBox .carList ul li .iconArea {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	margin-left: -4px;
	margin-right: 6px;
	margin-top: 8px;
	margin-bottom: -10px;
}
.carListBox .carList ul li .icon01 {
//	background-color: #00F;
}
.carListBox .carList ul li .icon02 {
//	background-color: #0C0;
}
.carListBox .carList ul li .icon03 {
//	background-color: #FF0;
}
.carListBox .carList ul li .icon04 {
//	background-color: #F9F;
}
.carListBox .carList ul li .icon05 {
//	background-color: #F00;
}
.carListBox .carList ul li ul {
	float: left;
	width: 260px;
}
.carListBox .carList ul li ul li:nth-child(1) {
	width: 260px;
}
.carListBox .carList ul li ul li:nth-child(2) {
	width: 260px;
}

.carListBox .carList ul li ul li:nth-child(3) {
	width: 260px;
}

.carListBox .carList ul li ul li:last-child {
	width: 260px;
}






/* iframeBoxArea */
.iframeBoxArea h2 {
	clear:both;
	display:block;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size:120%;
}
.iframeBoxArea {
	border: 1px solid #CCC;
	padding: 5px;
	position: fixed;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 0px;
	min-width: 450px;
}
.iframeBoxArea .tableHeader {
	border-left: 1px solid #ccc;
	position: absolute;
	top: 47px;
	right: 22px;
	left: 5px;
	font-size: 100%;
}
.iframeBoxArea .tableHeader2 {
	border-left: 1px solid #ccc;
	position: absolute;
	top: 0x;
	right: 22px;
	left: 5px;
	font-size: 100%;
}
.iframeBoxArea .tableDate {
	position: absolute;
	top: 78px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-left: none;
	font-size: 100%;
}
.iframeBoxArea table.iraiBoxTable,
.iframeBoxArea table.receiptBoxTable,
.iframeBoxArea table.receiptBoxTable2,
.iframeBoxArea table.receiptBoxTable3,
.iframeBoxArea table.mailBoxTable,
.iframeBoxArea table.timerBoxTable,
.iframeBoxArea table.IncomingBoxTable{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 100%;
}


.iframeBoxArea table.iraiBoxTable tr,
.iframeBoxArea table.receiptBoxTable tr,
.iframeBoxArea table.receiptBoxTable2 tr,
.iframeBoxArea table.receiptBoxTable3 tr,
.iframeBoxArea table.mailBoxTable tr,
.iframeBoxArea table.timerBoxTable tr,
.iframeBoxArea table.IncomingBoxTable tr {
	cursor: default;
}

.iframeBoxArea table.receiptBoxTable2 tr:last-child {
	border-bottom: 1px solid #ccc;
}
.iframeBoxArea table.iraiBoxTable tr:last-child {
	border-bottom: 1px solid #ccc;
}

.iframeBoxArea table.receiptBoxTable3 th,
.iframeBoxArea table.receiptBoxTable th {
	padding-left: 5px;
	color: #444;
	background-color: #B6D8FE;
	border-right: 1px solid #fff;
	width: 22%;
	border-bottom: 1px solid #fff;
	text-align: left;
}
.iframeBoxArea table.receiptBoxTable2 th {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #444;
	background-color: #B6D8FE;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	width: auto;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.iframeBoxArea table.iraiBoxTable th {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #444;
	background-color: #B6D8FE;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	width: auto;
	border-bottom: 1px solid #ccc;
	text-align: center;
	
}
.iframeBoxArea table.receiptBoxTable2 th:last-child {
	border-right: 1px solid #ccc;
}
.iframeBoxArea table.iraiBoxTable th:last-child {
	border-right: 1px solid #ccc;
}
.iframeBoxArea table.receiptBoxTable td{
	width: 75%;
	padding-left: 5px;
	border-right: none;
	text-align: left;
}
.iframeBoxArea table.receiptBoxTable2 td {
	width: auto;
	padding: 2px;
	border-right: none;
	text-align: left;
	border-right: 1px solid #ccc;
}
.iframeBoxArea table.receiptBoxTable3 td {
	width: 25%;
	padding-left: 5px;
	border-right: none;
	text-align: left;
}
.iframeBoxArea table.iraBoxTable td {
	width: auto;
	padding: 0px;
	border-right: none;
	text-align: left;
	border-right: 1px solid #ccc;
}
.iframeBoxArea table.receiptBoxTable2 td:nth-child(5),
.iframeBoxArea table.receiptBoxTable2 td:nth-child(6) {
	text-align: right;
}
.iframeBoxArea table.receiptBoxTable2 th:nth-child(1),
.iframeBoxArea table.receiptBoxTable2 td:nth-child(1) {
	width: 10%;
	text-align: center;
}
.iframeBoxArea table.receiptBoxTable2 th:nth-child(2),
.iframeBoxArea table.receiptBoxTable2 td:nth-child(2) {
	width: 20%;
}
.iframeBoxArea table.receiptBoxTable2 th:nth-child(3),
.iframeBoxArea table.receiptBoxTable2 td:nth-child(3) {
	width: 20%;
}
.iframeBoxArea table.receiptBoxTable2 th:nth-child(4),
.iframeBoxArea table.receiptBoxTable2 td:nth-child(4) {
	width: 13%;
}
.iframeBoxArea table.receiptBoxTable2 th:nth-child(5),
.iframeBoxArea table.receiptBoxTable2 td:nth-child(5) {
	width: 13%;
}
.iframeBoxArea table.receiptBoxTable2 th:nth-child(6),
.iframeBoxArea table.receiptBoxTable2 td:nth-child(6) {
	width: 10%;
}
.iframeBoxArea table.receiptBoxTable2 td:first-child {
	border-left: 1px solid #ccc;
}


.iframeBoxArea table.iraiBoxTable td:nth-child(1),
.iframeBoxArea table.iraiBoxTable td:nth-child(2) {
	text-align: center;
}
.iframeBoxArea table.iraiBoxTable th:nth-child(1),
.iframeBoxArea table.iraiBoxTable td:nth-child(1) {
	width: 6%;
}
.iframeBoxArea table.iraiBoxTable th:nth-child(2),
.iframeBoxArea table.iraiBoxTable td:nth-child(2) {
	width: 6%;
}
.iframeBoxArea table.iraiBoxTable th:nth-child(3),
.iframeBoxArea table.iraiBoxTable td:nth-child(3) {
	width: 12%;
	word-break: break-all;
}
.iframeBoxArea table.iraiBoxTable th:nth-child(4),
.iframeBoxArea table.iraiBoxTable td:nth-child(4) {
	width: 9%;
}
.iframeBoxArea table.iraiBoxTable th:nth-child(5),
.iframeBoxArea table.iraiBoxTable td:nth-child(5) {
	width: 12%;
}
.iframeBoxArea table.iraiBoxTable th:nth-child(6),
.iframeBoxArea table.iraiBoxTable td:nth-child(6) {
	width: 12%;
}
.iframeBoxArea table.iraiBoxTable th:nth-child(7),
.iframeBoxArea table.iraiBoxTable td:nth-child(7) {
	width: 10%;
}
.iframeBoxArea table.iraiBoxTable td:first-child {
	border-left: 1px solid #ccc;
}




.iframeBoxArea table.receiptBoxTable input {
	width: 50%;
	margin: 1px;
	margin-right: 10px;
	padding: 0px;
	cursor: text;
}
.iframeBoxArea table.receiptBoxTable textarea,
.iframeBoxArea table.receiptBoxTable3 textarea {
	width: 98%;
	height: 7.8em;
	padding: 1px;
	cursor: text;
	resize: none;
	margin: 1px;
}
.iframeBoxArea table.receiptBoxTable textarea[name='data[Customer][comment]'] {
	width: 98%;
	height: 10em;
	padding: 1px;
	cursor: text;
	resize: none;
}
.iframeBoxArea table.receiptBoxTable select{
	width: 20%;
	margin-left: 0px;
	padding: 0px;
}

.iframeBoxArea table.receiptBoxTable3 select {
	width: 15%;
	margin-left: 10px;
	padding: 0px;
}
.iframeBoxArea table.receiptBoxTable select:nth-child(3) {
	width: 13%;
	margin-left: 10px;
	padding: 0px;
}
.iframeBoxArea table.receiptBoxTable input[type="button"] {
	width: auto;
	padding: 3px;
	margin: 0px;
	cursor: default;
}
.iframeBoxArea 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%);
}
.iframeBoxArea table input[type="button"]:active {
	background: -webkit-linear-gradient(bottom,  rgba(220,220,220,1) 0%,rgba(255,255,255,1) 100%);
}
.iframeBoxArea table.receiptBoxTable input {
	width: 98%;
}
.iframeBoxArea table.receiptBoxTable input[name="data[Driver][name]"],
.iframeBoxArea table.receiptBoxTable input[name="data[Driver][tel]"],
.iframeBoxArea table.receiptBoxTable input[name="data[Driver][mail]"],
.iframeBoxArea table.receiptBoxTable input[name="data[Car][name]"],
.iframeBoxArea table.receiptBoxTable input[name="data[Car][number]"],
.iframeBoxArea table.receiptBoxTable input[name="data[Car][tel]"],
.iframeBoxArea table.receiptBoxTable input[name="data[Car][mail]"],
.iframeBoxArea table.receiptBoxTable input[name="Address"],
.iframeBoxArea table.receiptBoxTable input[name="DropOff"],
.iframeBoxArea table.receiptBoxTable input[name="PointCardNo1"] {
	width: 60%;
	display:inline-block;
}
.iframeBoxArea table.receiptBoxTable input[name="data[Driver][start_date]"],
.iframeBoxArea table.receiptBoxTable input[name="data[Driver][end_date]"],
.iframeBoxArea table.receiptBoxTable input[name="data[Driver][sort]"],
.iframeBoxArea table.receiptBoxTable select[name="data[Worktime][driver_id]"],
.iframeBoxArea table.receiptBoxTable input[name="PointCardNo2"] {
	width: 30%;
	display:inline-block;
	margin-right: 0px;
}


/* popupBox */
.popupBox {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	display: none;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.popupBox .popupFrame {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 10px;
	width: 600px;
	height: 280px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 3px 3px 10px #000;
}
.popupBox .popupFrame h3 {
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
}
.popupBox .popupFrame h3:first-child {
	padding-top: 0px;
}
.popupBox .popupFrame form {
	font-size: 15px;
}
.popupBox .popupFrame table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.popupBox .popupFrame table tr {
	cursor: default;
}
.popupBox .popupFrame table tr:nth-child(even) {
	background-color: #fafafa;
}
.popupBox .popupFrame table tr.select {
	background-color: #FFC;
}
.popupBox .popupFrame table th {
	width: auto;
	padding-left: 5px;
	color: #444;
	background-color: #B6D8FE;
	border-right: 1px solid #fff;
}
.popupBox .popupFrame table td {
	width: auto;
	padding: 0px;
	border-left: 1px solid #ccc;
}

.popupBox .popupFrame table.vertical th {
	width: 20%;
	border-bottom: 1px solid #fff;
	text-align: left;
}
.popupBox .popupFrame table.vertical td {
	width: 100%;
	padding: 2px;
	border-right: none;
	text-align: left;
}
.popupBox .popupFrame table.vertical input {
	width: 100%;
	margin-right: 10px;
	padding: 2px;
	cursor: text;
}
.popupBox .popupFrame table.vertical input[name="Pickup"],
.popupBox .popupFrame table.vertical input[name="DropOff"] {
	width: 100%;
}
.popupBox .popupFrame table.vertical textarea {
	width: 100%;
	height: 5em;
	padding: 3px;
	cursor: text;
	resize: none;
}
.popupBox .popupFrame table.vertical select {
	width: 13%;
	margin-left: 10px;
	padding: 3px;
}
.popupBox .popupFrame table.vertical select:first-child {
	width: 13%;
	margin-left: 0px;
	padding: 3px;
}
.popupBox .popupFrame table.vertical input[type="button"] {
	width: auto;
	padding: 3px;
	margin: 0px;
	cursor: default;
}
.popupBox .popupFrame input[type="button"] {
	width: auto;
	margin: 15px;
	cursor: default;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
}
.popupBox .popupFrame .historyArea {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 220px;
	font-size: 100%;
}
.popupBox .popupFrame .historyAreaScroll {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	height: 139px;
	overflow-y:scroll;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.popupBox .popupFrame .historyTitle{
	width: 763px;
	margin-left: 0px;
}
.popupBox .popupFrame .historyArea .historyList {
	width: 762px;
	font-size: 85%;
	text-align: left;
	line-height: 1.2em;
}
.popupBox .popupFrame .historyArea .historyList tr td {
	padding: 2px;
}
.popupBox .popupFrame .historyArea .historyList tr td:first-child {
	border-left: none;
}
.popupBox.receiptBox .popupFrame {
	height: 750px;
}
.popupBox .popupFrame .bottomBtn {
	position: absolute;
	width: 100%;
	bottom: 15px;
}




#cautionBox {
	display: none;
}
/*
@media screen and (max-width: 1150px), screen and (max-height: 800px) {

#wrapper {
	position: relative;
	width: 100%;
	min-width: 400px;
}
#leftArea,
#rightArea {
	display: none;
}
#cautionBox {
	display: block;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #CCC;
	text-align: center;
}
#cautionBox p {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	min-width: 400px;
	height: 300px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FFF;
	text-align: center;
	border-radius: 20px;
	box-shadow: 3px 3px 10px #666;
	border: 4px solid #FFF;
	color: #F00;
}
*/
#operatorName {
	color: #fff;
	font-size: 80%;
	line-height: 1em;
	position: absolute;
	right: 202px;
	top: 22px;
	z-index: 200;
}
#loginArea input[type="password"] {
	background-color: #FFF;
	width: 50%;
	padding: 4px;
	border: 1px solid #666;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 140%;
	border-radius: 5px;
	cursor: text;
}
#loginArea input[type="password"]:focus {
	background-color: #EEFFFF;
	box-shadow: 2px 2px 10px #CCC;
}


.iframeBoxArea .tableHeader {
	border-left: 1px solid #ccc;
	position: absolute;
	top: 67px;
	right: 22px;
	left: 5px;
	font-size: 90%;
}
.iframeBoxArea .tableDate {
	position: absolute;
	top: 108px;
	bottom: 5px;
	left: 5px;
	right: 22px;
	border-left: none;
	font-size: 90%;
}
.iframeBoxArea .tableDate {
	overflow-y: scroll;
	border-left: 1px solid #ccc;
	position: absolute;
	right: 5px;
	border-bottom: 1px solid #ccc;
}
.iframeBoxArea .tableDate22 {
	position: absolute;
	top: 98Px;
	bottom: 5px;
	left: 5px;
	right: 22px;
	border-left: none;
	font-size: 90%;
}
.iframeBoxArea .tableDate22 {
	overflow-y: scroll;
	border-left: 1px solid #ccc;
	position: absolute;
	right: 5px;
	border-bottom: 1px solid #ccc;
}


.iframeBoxArea .tableHeader {
	border-left: 1px solid #ccc;
}


.iframeBoxArea table.rightBoxTable,
.iframeBoxArea table.rightBoxTable2,
.iframeBoxArea table.rightBoxTable3,
.iframeBoxArea table.rightBoxTable4,
.iframeBoxArea table.rightBoxTable5,
.iframeBoxArea table.rightBoxTable6 {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 100%;
}
}

.iframeBoxArea table.rightBoxTable th,
.iframeBoxArea table.rightBoxTable2 th,
.iframeBoxArea table.rightBoxTable3 th,
.iframeBoxArea table.rightBoxTable4 th,
.iframeBoxArea table.rightBoxTable5 th,
.iframeBoxArea table.rightBoxTable6 th {
	padding-top: 0px;
	padding-bottom:0px;
	color: #444;
	background-color: #ccc;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	width: auto;
	border-bottom: 1px solid #ccc;
	text-align: center;
}


.iframeBoxArea table.rightBoxTable2 td,
.iframeBoxArea table.rightBoxTable3 td,
.iframeBoxArea table.rightBoxTable4 td,
.iframeBoxArea table.rightBoxTable5 td,
.iframeBoxArea table.rightBoxTable6 td {
	width: auto;
	padding: 2px;
	border-right: none;
	text-align: left;
	border-right: 1px solid #ccc;

}




.iframeBoxArea table.rightBoxTable th:nth-child(1){
	width: 25%;
}

.iframeBoxArea table.rightBoxTable2 th:nth-child(1),
.iframeBoxArea table.rightBoxTable2 td:nth-child(1) {
	width: 17%;
	text-align: center;
}
.iframeBoxArea table.rightBoxTable2 th:nth-child(2),
.iframeBoxArea table.rightBoxTable2 td:nth-child(2){
	width: 35%;
}

.iframeBoxArea table.rightBoxTable2 th:nth-child(3),
.iframeBoxArea table.rightBoxTable2 td:nth-child(3) {
	width: auto;
}



.iframeBoxArea table.rightBoxTable3 th:nth-child(1),
.iframeBoxArea table.rightBoxTable3 td:nth-child(1) {
	width: 15%;
text-align: center;
}
.iframeBoxArea table.rightBoxTable3 th:nth-child(2),
.iframeBoxArea table.rightBoxTable3 td:nth-child(2) {
	width: 15%;
}
.iframeBoxArea table.rightBoxTable3 th:nth-child(3),
.iframeBoxArea table.rightBoxTable3 td:nth-child(3) {
	width: 30%;
}
.iframeBoxArea table.rightBoxTable3 th:nth-child(4),
.iframeBoxArea table.rightBoxTable3 td:nth-child(4) {
	width: 20%;
}
.iframeBoxArea table.rightBoxTable3 th:nth-child(5),
.iframeBoxArea table.rightBoxTable3 td:nth-child(5) {
	width: auto;
}


.iframeBoxArea table.rightBoxTable4 th:nth-child(1),
.iframeBoxArea table.rightBoxTable4 td:nth-child(1) {
	width: 25%;
}

.iframeBoxArea table.rightBoxTable4 th:nth-child(2),
.iframeBoxArea table.rightBoxTable4 td:nth-child(2) {
	width: auto;
}


.iframeBoxArea table.rightBoxTable5 th:nth-child(1),
.iframeBoxArea table.rightBoxTable5 td:nth-child(1) {
	width: 15%;
	text-align: center;
}
.iframeBoxArea table.rightBoxTable5 th:nth-child(2),
.iframeBoxArea table.rightBoxTable5 td:nth-child(2){
	width: 15%;
}

.iframeBoxArea table.rightBoxTable5 th:nth-child(3),
.iframeBoxArea table.rightBoxTable5 td:nth-child(3) {
	width: auto;
}

.iframeBoxArea table.rightBoxTable5 th:nth-child(4),
.iframeBoxArea table.rightBoxTable5 td:nth-child(4) {
	width: 35%;
}


.iframeBoxArea table.rightBoxTable6 th:nth-child(1){
	width: 30%;
	text-align: center;
}
.iframeBoxArea table.rightBoxTable6 td:nth-child(1) {
	width: 30%;
	text-align: left;
}
.iframeBoxArea table.rightBoxTable6 th:nth-child(2),
.iframeBoxArea table.rightBoxTable6 td:nth-child(2){
	width: 20%;
}

.iframeBoxArea table.rightBoxTable6 th:nth-child(3),
.iframeBoxArea table.rightBoxTable6 td:nth-child(3) {
	width: auto;
}







.iframeBoxArea .tableDate2,
.iframeBoxArea .tableDate3,
.iframeBoxArea .tableDate5,
.iframeBoxArea .tableDate6 {
	overflow-y: scroll;
	border-left: 1px solid #ccc;
/*	position: absolute; */
	right: 5px;
	border-bottom: 1px solid #ccc;


}


.iframeBoxArea .tableDate2 {
	position: absolute;
	top: 110px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-left: none;
	font-size: 100%;
}

.iframeBoxArea .tableDate3 {
	position: absolute;
	top: 98px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-left: none;
	font-size: 100%;
}

.iframeBoxArea .tableDate5 {
	position: absolute;
	top: 153px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-left: none;
	font-size: 100%;
}
.iframeBoxArea .tableDate6 {
	position: absolute;
	top: 153px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-left: none;
	font-size: 100%;
}

.iframeBoxArea table.destTable {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 100%;
}
.iframeBoxArea table.destTable2 {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 100%;
}

.iframeBoxArea table.destTable th {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #444;
	background-color: #ccc;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	width: auto;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.iframeBoxArea table.destTable2 td {
	width: auto;
	padding: 5px;
	border-right: none;
	text-align: left;
	border-right: 1px solid #ccc;
}


.iframeBoxArea table.destTable th:nth-child(1){
	width: 25%;
}
.iframeBoxArea table.destTable2 td:nth-child(1) {
	width: 25.5%;
}
.iframeBoxArea table.destTable th:nth-child(2){
	width: 25%;
}
.iframeBoxArea table.destTable2 td:nth-child(2) {
	width: 25.6%;
}





#dialog p,span{ font-size:20px; }
#dialog span{ font-weight:bold; }





#leftArea .reservationBox .tableDate td {
	text-align: center;
}
#leftArea .reservationBox .tableHeader th,
#leftArea .reservationBox .tableDate td {
	width: 20%;
	text-align: center;
}

#leftArea .reservationBox .tableDate td a {
	text-decoration: underline;
}

#leftArea .reservationBox .tableHeader th:nth-child(1),
#leftArea .reservationBox .tableDate td:nth-child(1){
	width: 7%;
	text-align: center;
}

#leftArea .reservationBox .tableHeader th:nth-child(2){
	width: 17%;
}
#leftArea .reservationBox .tableDate td:nth-child(2){
	width: 17%;
	text-align: left;

}
#leftArea .reservationBox .tableHeader th:nth-child(3),
#leftArea .reservationBox .tableDate td:nth-child(3){
	width: 13%;
}
#leftArea .reservationBox .tableHeader th:nth-child(4),
#leftArea .reservationBox .tableDate td:nth-child(4){
	width: 23%;
}
#leftArea .reservationBox .tableDate td:nth-child(4){
	text-align: left;
}


#leftArea .reservationBox .tableHeader th:last-child,
#leftArea .reservationBox .tableDate td:last-child {
	width: 5%;
	text-align: center;
}



.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][pickup_saki]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][pickup_bikou]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][dest]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][dest2]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][my_car_info]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][route]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][comment]"] {
	width: 98%;
}
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][dest_mail]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][tel]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][pickup_dt]"],
.iframeBoxArea.reservationTable table.receiptBoxTable select[name="data[OrderDetail][dest_kind]"]{
	width: 30%;
}
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][dest_mail]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][dest_mail]"]{
	width: 5%;
	text-align:left;
}
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[Order][garage_flg]"],
.iframeBoxArea.reservationTable table.receiptBoxTable input[name="data[OrderDetail][garage_flg]"]{
	width: 5%;
	text-align:left;
	vertical-align:middle;
}
.iframeBoxArea.reservationTable table.receiptBoxTable label{
	margin-left:-10px;
}

.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][pickup_saki]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][pickup_bikou]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][dest]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][dest2]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][my_car_info]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][route]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][comment]"] {
	width: 98%;
}
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][dest_mail]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][tel]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][pickup_dt]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 select[name="data[OrderDetail][dest_kind]"]{
	width: 30%;
}
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[Order][dest_mail]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][dest_mail]"]{
	width: 5%;
	text-align:left;
}
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[Order][garage_flg]"],
.iframeBoxArea.reservationTable table.receiptBoxTable3 input[name="data[OrderDetail][garage_flg]"]{
	width: 5%;
	text-align:left;
	vertical-align:middle;
}
.iframeBoxArea.reservationTable table.receiptBoxTable3 label{
	margin-left:5px;
}

table.mapPopupTable {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 400px;
	font-size: 95%;
	clear: both;
	font-size:120%;
}

table.mapPopupTable th{
	text-align: center;
	width: 6%;
}

table.mapPopupTable tr{
	border-width: 1px;
	border-color: white;
	border-style: solid;
}

.mapClearBtn{
	text-align:right;
}

/* ペアリング管理 */
.iframeBoxArea.pairingTable table.receiptBoxTable select[name="data[Pair][driver2_id]"]{
	width: 30%;
}
.iframeBoxArea.pairingTable table.receiptBoxTable select[name="data[Pair][driver1_id]"]{
	width: 30%;
}
.iframeBoxArea.pairingTable table.receiptBoxTable select[name="data[Pair][driver1_2_id]"]{
	width: 30%;
}
.iframeBoxArea.pairingTable table.receiptBoxTable select[name="data[Pair][driver2_2_id]"]{
	width: 30%;
}
.iframeBoxArea.pairingTable table.receiptBoxTable select[name="data[Pair][st]"]{
	width: 30%;
}
.iframeBoxArea.pairingTable table.receiptBoxTable input[name="data[Pair][start_meter]"]{
	width: 30%;
}
.iframeBoxArea.pairingTable table.receiptBoxTable input[name="data[Pair][stop_meter]"]{
	width: 30%;
}


/* ドライバー管理 */
.iframeBoxArea.driverTable table.receiptBoxTable select[name="data[Driver][del_flg]"]{
	width: 30%;
}
.iframeBoxArea.driverTable table.receiptBoxTable select[name="data[Driver][license]"]{
	width: 30%;
}

/* 車両ドライバー管理 */
.iframeBoxArea.carTable table.receiptBoxTable select[name="data[Car][del_flg]"]{
	width: 30%;
}
.iframeBoxArea.carTable table.receiptBoxTable select[name="data[Car][icon_type]"]{
	width: 30%;
}
.iframeBoxArea.carTable table.receiptBoxTable input[name="data[Car][sort]"]{
	width: 30%;
}





.iframeBoxArea table.mailBoxTable input {
	width: 50%;
	margin-right: 10px;
	padding: 3px;
	cursor: text;
}


.iframeBoxArea table.mailBoxTable th {
	padding: 5px;
	color: #444;
	background-color: #B6D8FE;
	border-right: 1px solid #fff;
	width: 6%;
	border-bottom: 1px solid #fff;
	text-align: left;
}
.iframeBoxArea table.mailBoxTable textarea {
	width: 100%;
	height: 30em;
	padding: 3px;
	cursor: text;
	resize: none;
}

.iframeBoxArea table.mailBoxTable input {
    width: 100%;
    margin-right: 10px;
    padding: 3px;
    cursor: text;
}

/* 予約タイマー */
.iframeBoxArea table.timerBoxTable th {
	padding: 5px;
	color: #444;
	background-color: #ccc;
	border-right: 1px solid #fff;
	width: 6%;
	border-bottom: 1px solid #fff;
	text-align: left;
}

.iframeBoxArea table.timerBoxTable input[name="data[Order][timer]"] {
    width: 10%;
    margin-right: 10px;
    padding: 3px;
    cursor: text;
}

/*送り先をメールしないチェックボックスの位置   */
#floatDestmail{
	position: absolute;
	top: 200px;
	height:18px;
	bottom: 5px;
	left: 544px;

	border-bottom: 0px solid #ccc;
	font-size: 100%;

}


#ReDialTel {
	display:block;
	width:75px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 6em;
	background: -webkit-linear-gradient(top,  rgba(224,237,255,1) 0%,rgba(158,206,255,1) 100%);
	text-decoration: none;
	cursor: pointer;
}
#ReDialTel:hover {
	border: 1px solid #666;
}
#ReDialTel:active {
	border: 1px solid #666;
	background: -webkit-linear-gradient(bottom,  rgba(224,237,255,1) 0%,rgba(158,206,255,1) 100%);
}


#leftArea .receiptBox table.pointBoxTable{
	margin-top:10px;
	margin-left:10px;
	width:800px;
}

#leftArea .receiptBox table.pointBoxTable th {
	padding-left: 5px;
	color: #444;
	background-color: #B6D8FE;
	border: 1px solid #000;
	width: 30%;
	text-align: left;
	line-height:60px;
	font-size:120%;
	text-align: center;
}
#leftArea .receiptBox table.pointBoxTable td {
	width: 70%;
	padding: 10px;
	border: 1px solid #000;
//	border-right: none;
	text-align: left;
}
#leftArea .receiptBox table.pointBoxTable input {
	width: 11%;
	margin-right: 10px;
	padding: 1px;
	cursor: text;
	text-align: right;
}

#leftArea .receiptBox table.alarmBoxTable{
	margin-top:10px;
	margin-left:10px;
	width:800px;
}

#leftArea .receiptBox table.alarmBoxTable th {
	padding-left: 5px;
	color: #444;
	background-color: #B6D8FE;
	border: 1px solid #000;
	width: 35%;
	text-align: left;
	line-height:60px;
	font-size:120%;
	text-align: center;
}
#leftArea .receiptBox table.alarmBoxTable td {
	width: 65%;
	padding: 10px;
	border: 1px solid #000;
//	border-right: none;
	text-align: left;
}
#leftArea .receiptBox table.alarmBoxTable input[name="data[Config][timer_umu]"] {
	width: 3%;
	margin-right: 10px;
	padding: -10px;
	cursor: text;
	text-align: right;
}
#leftArea .receiptBox table.alarmBoxTable input[name="data[Config][timer]"] {
	width: 10%;
	margin-right: 10px;
	padding: 1px;
	cursor: text;
	text-align: right;
}


#leftArea .receiptBox table.exportBoxTable th {
	padding-left: 5px;
	color: #444;
	background-color: #B6D8FE;
	border: 1px solid #000;
	width: 30%;
	text-align: left;
	line-height:60px;
	font-size:120%;
	text-align: center;
}
#leftArea .receiptBox table.exportBoxTable td {
	width: 100%;
	padding: 10px;
	border: 1px solid #000;
//	border-right: none;
	text-align: left;
}
#leftArea .receiptBox table.exportBoxTable input {
	width: 100%;
	margin-right: 10px;
	padding: 1px;
	cursor: text;
	text-align: right;
}


.tooltip {
    position: relative;
    display: inline-block;
    //border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 190px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 190%;
    left: 50%;
    margin-left: -95px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

button.btnSort {
visibility: visible;
    opacity: 0.2;

}

/* MailSendBox */
#leftArea .mail_listBox {
	border: 0px solid #CCC;
	padding: 5px;
}
#leftArea .mail_listBox.topArea {
	position: absolute;
	top: 80px;
	bottom: 10px;
	left: 10px;
	width: 880px;
	height: auto;
}
#leftArea .mail_listBox .tableDate {
	position: absolute;
	top: 83px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #ccc;

}



#leftArea .mail_listBox .tableHeader th:nth-child(1),
#leftArea .mail_listBox .tableDate td:nth-child(1){
	width: 18%;
	text-align: center;
}
#leftArea .mail_listBox .tableHeader th:nth-child(2),
#leftArea .mail_listBox .tableDate td:nth-child(2){
	width: 30%;
	word-break: break-all;
}

#leftArea .mail_listBox .tableHeader th:last-child {
	width: 52%;
	word-break: break-all;
}

#leftArea .mail_listBox .tableDate td:last-child {
	width: 52%;
	text-align: left;
	word-break: break-all;
}

#leftArea .mail_listBox input[name="data[MailList][dt_from]"],
#leftArea .mail_listBox input[name="data[MailList][dt_to]"]{
	width: 15%;
	margin-right: 10px;
	padding: 1px;
	cursor: text;
	text-align: left;
}









input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
#ReDialTel:link { color: #000000; }
