@charset "utf-8";

body , div , dl , dt , dd , ul , ol , li , a, h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , select,option, p , blockquote , th , td , button{
	margin: 0;
	padding: 0;
    font-size: 11px;
    line-height:100%;
    color: #333;
	font-weight:normal;
    font-family:"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
}
a, h1 , h2 , h3 , h4 , h5 , h6 , form, input , textarea , select,option, p , th , td ,span, button{
	letter-spacing:1.3px;
}
html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
    margin: 0;
	padding:0;
	width:100%;
	height:100%;
}
ul{
	font-size:0px;
}
li{
	letter-spacing:1.0px;
}
fieldset , img { 
	border: 0;
	vertical-align: bottom;
}

address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}
a{
	text-decoration:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover,a:focus {
	color:#6aacea;
}
a li{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a li:hover,a li:focus {
	color:#6aacea;
}

ol , ul {
	list-style: none;
}

caption , th , p{
	text-align: left;
}

q:before , q:after {
	content: '';
}

abbr , acronym {
	border: 0;
}

/*========================================================================================
									common
========================================================================================*/

/* page
--------------------------------------------------*/
.PageMain{
	border:2px solid #E7E7E7;
	border-radius:6px;
	box-sizing:border-box;
}
.PageMainCon{
	padding:10px;
	overflow:auto;
}
#subTitle{
	width:100%;
	border-bottom:3px solid #999;
	margin:20px 0;
	clear:both;
}
#subTitle h2{
	font-size:14px;
	width:40%;
	margin-bottom:-3px;
	border-bottom:3px solid #ffaa56;
	color:#ffaa56;
	padding-bottom:3px;
}
#printMainTitle{
	margin-bottom:20px;
}
#printMainTitle h2{
	font-size:24px;
	text-align:center;
	margin-bottom:10px;
}
#printMainTitle h2 span{
	font-size:18px;
}
#printMainTitle p{
	text-align:center;
	margin-bottom:10px;
	font-size:16px;
}
#printTitle{
	width:100%;
	border-bottom:3px solid #999;
	margin-bottom:5px;
	clear:both;
}
#printTitle h2{
	font-size:14px;
	width:300px;
	margin-bottom:-3px;
	border-bottom:3px solid #333;
	color:#333;
	padding-bottom:3px;
}
#printTitle span{
	float:right;
	margin-top:-13px;
	font-size:14px;
}
.GirlSp h2{
	border-bottom:3px solid #f399ac;
	color:#f399ac;
}
.content{
	width:98%;
	margin:0 auto;
}
.imgFixSize{
	overflow:hidden;
	margin:0 auto;
}
.imgFixSize img{
	width:100%;
}
.pcNone{
	display:none;
}
.hankaku{
	ime-mode:disabled;
}
.zenkaku{
	ime-mode:active;
}
option.opGray{
	background:#999;
}
.wb_tooltip{
	cursor:pointer;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@media screen and (max-width: 767px) {
.content{
	width:98%;
}
.spNone{
	display:none !important;
}
.pcNone{
	display:inherit;
}
}

/* AD
--------------------------------------------------*/
.AdSection{
	padding:10px 0;
	text-align:center;
	width:100%;
}
.AdSection img{
	max-width:100%;
}

/* Btn
--------------------------------------------------*/
.width40{
	width:40px !important;
}
.width50{
	width:50px !important;
}
.width60{
	width:60px !important;
}
.width70{
	width:70px !important;
}
.width80{
	width:80px !important;
}
.width90{
	width:90px !important;
}
.widthAll{
	width:100% !important;
}

@media screen and (max-width: 767px) {
.width60{
	width:50px !important;
}
}
/* Btn
--------------------------------------------------*/
.btn{
	padding:5px;
	text-align:center;
	cursor:pointer;
	background:#ffaa56;
	color:#fff;
	border:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.btn{
	padding:5px 0px;
	display:block;
}
.btn:hover,.btn:focus {
	background:#ff8f20;	
}
.btnGray{
	background:#999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btnGray:hover,.btnGray:focus {
	background:#666;	
}
.btnRed{
	background:#E6797C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btnRed:hover,.btnRed:focus {
	background:#C02C30;	
}
.btnGreen{
	background:#81D553;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btnGreen:hover,.btnGreen:focus {
	background:#60B632;
}
.GirlSp .btn{
	background:#f399ac;
}
.GirlSp .btn:hover,.GirlSp .btn:focus {
	background:#d6788c;	
}

.btnSubmit{
	margin-top:30px;
	font-size:20px;
	padding:10px 0;
}

.btnSubmitDel{
	background:#acacac;
	padding:5px 8px;
	margin-top:10px;
	font-size:16px;
	padding:7px 0;
}
.btnSubmitDel:hover,.btnSubmitDel:focus {
	background:#8c8c8c;
}

.btnConfig{
	margin-top:30px;
	background:#e58080 !important;
	font-size:20px;
	padding:10px 0;
}
.btnConfig:hover,.btnConfig:focus {
	background:#ea6363 !important;
}
.btnSubGray{
	margin-top:30px;
	background:#999 !important;
	font-size:20px;
	padding:10px 0;
}
.btnSubGray:hover,.btnSubGray:focus {
	background:#666 !important;
}

.btnInsConfig{
	background:#a7cb60;
	padding:5px 8px;
}
.btnInsConfig:hover,.btnInsConfig:focus {
	background:#8bac49;
}

.btnSerConfig{
	background:#ffaa56;
	padding:5px 8px;
}
.btnSerConfig:hover,.btnSerConfig:focus {
	background:#ff8f20;
}

.btnInsConfigOpen{
	padding:5px 8px;
	background:url(../images/other/plus.png) no-repeat #a7cb60;
	background-size:contain;
}
.btnInsConfigOpen:hover,.btnInsConfigOpen:focus {
	background:url(../images/other/plus.png) no-repeat #8bac49;
	background-size:contain;
}
.btnInsConfigOpenActive{
	display:none;
}



/* form
--------------------------------------------------*/
input[type="text"], input[type='password']{
	padding:4px 4px;
	border:1px solid #ccc;
	border-radius:4px;
	box-sizing:border-box;
}
.input_search_box{
	display:inline-block;
	width:150px !important;
	margin-right:10px;
}
select{
	border:1px solid #ccc;
	border-radius:4px;
	box-sizing:border-box;
}
select option{
	padding:1px 5px;
}
textarea{
	padding:5px;
	border:1px solid #666;
	border-radius:4px;
	box-sizing:border-box;
	line-height:130%;
}

.GirlSp input[type="text"], .GirlSp input[type='password']{
	border:2px solid #f399ac;
}
.GirlSp select{
	border:2px solid #f399ac;
}
.GirlSp textarea{
	border:2px solid #f399ac;
}

/* tooltip
--------------------------------------------------*/

.tooltip{
	cursor:pointer;
	color:#f399ac;
	text-decoration:underline;
}
.tooltip_content{
	display:none;
}
.tooltip_contentL{
	float:left;
}
.tooltip_contentR{
	float:right;
	margin-left:10px;
}
.tooltipster-content table.tableList{
	width:auto !important;
}

/* configSec
--------------------------------------------------*/
.configSec{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:20px;
	background:#E7E7E7;
	background-size:contain;
	overflow:auto;
}
.configSec table{
	width:auto;
	margin:0 auto;
}
.configSec table tr{
	border:none;
}
.configSec table td{
	padding:0 5px;
}
.configSec table td select{
	border-color:#ffaa56;
}
.configSec table td input{
	border-color:#ffaa56;
}

/* configInsSec
--------------------------------------------------*/
.configInsSec{
	width:98%;
	padding:10px 1%;
	margin-bottom:20px;
	background:#E7E7E7;
	background-size:contain;
}
.configInsSecCon{
    display:none;
}
.configInsSecCon table tr{
	border:none !important;
}
.configInsSecCon table td{
	background:#fff;
	border:none !important;
}
.configInsSecCon table td input[type="text"]{
	border:1px solid #a7cb60;
	width:80px !important;
}
.configInsSecCon #subTitle h2{
	border-bottom:3px solid #a7cb60;
	color:#a7cb60;
}

/* configSerSec
--------------------------------------------------*/
#pageOrderList{
}
.configSerSec{
	width:98%;
	padding:10px 1%;
	margin-bottom:20px;
	background:#E7E7E7;
	background-size:contain;
}
.configSerSecFixed {
	position: fixed;
	width:100%;
	top: 0;
	left:0;
}
.pageOrderListFixed {
	padding-top:100px;
}


/* graph
--------------------------------------------------*/
.graphSec{
	width:100%;
	overflow:auto;
}
#pageGraphConL{
	width:49%;
	float:left;
}
#pageGraphConR{
	width:49%;
	float:right;
}
#pageGraphCon .tdBorderR{
	border-right:1px solid #000;
}
#pageGraphCon .tdBorderRSt{
	border-right:2px solid #000;
	border-left:2px solid #000;
}
#pageGraphCon td{
	font-size:10px;
}


/* orderStatus
--------------------------------------------------*/
.OrderStatus{
	width:80px;
	text-align:center;
	padding:4px 0;
	margin:0 auto;
	color:#fff;
	letter-spacing:1px;
	font-weight:bold;
}
.OrderStatusHb{
	width:45px;
	font-size:9px;
	text-align:center;
	padding:4px 0;
	margin:0 auto;
	color:#fff;
	letter-spacing:1px;
}
.OrderStatusNum0{
	background:#f399ac;
}
.OrderStatusNum1{
	background:#6aacea;
}
.OrderStatusNum2{
	background:#a7cb60;
}
.OrderStatusNum3{
	background:#ffaa56;
}
.OrderStatusNum4{
	background:#acacac;
}
.OrderStatusNum5{
	background:#986AC6;
}
.OrderStatusNum6{
	background:#f399ac;
}
.OrderStatusNum7{
	background:#a7cb60;
}
.OrderStatusNum8{
	background:#ffaa56;
}
.OrderStatusNum9{
	background:#a7cb60;
}
.OrderStatusCancel{
	width:160px;
	text-align:center;
	padding:4px 0;
	margin:0 auto;
	color:#fff;
	letter-spacing:1px;
	font-weight:bold;
	background:#4F3766;
}

/* jobColor
--------------------------------------------------*/
.jobColor0{
	color:#5BB542;
}
.jobColor1{
	color:#2667BF;
}
.jobColor2{
	color:#CA393D;
}
.jobColor3{
	color:#CA393D;
}

/* other
--------------------------------------------------*/
.saturday{
	background:#4E88B4 !important;
}
.sunday{
	background:#C77274 !important;
}
.saturday_tr{
	background:#E6ECF4 !important;
}
.sunday_tr{
	background:#F7DBDE !important;
}
.circleText{
	border:2px solid #ffaa56;
	border-radius:2px;
	float:left;
	padding:2px 2px;
	text-align:center;
	letter-spacing:1px;
	margin:1px 2px 1px 0;
	background:#fff;
}
.circleText0{
	border-color:#a7cb60 !important;
}
.circleText1{
	border-color:#6aacea !important;
}
.circleText2{
	border-color:#f399ac !important;
}
.circleText3{
	border-color:#f399ac !important;
}
.circleTextRe{
	border-color:#ffaa56 !important;
}


/*========================================================================================
									header
========================================================================================*/


/* nav
--------------------------------------------------*/
#headTop{
	padding-top:3px;
}
#headTopImg{
	float:left;
	width:10%;
	margin:0 0px 0px 0;
	text-align:center;
}
#headTop img{
	height:27px;
	margin:0 0px 1px 0;
}
#headTop p{
	text-align:center;
	color:#999;
	padding:0;
}
#headTop p span{
	color:#ffaa56;
	font-size:11px;
	margin:0 3px;
	font-weight:bold;
}
#headTop .GirlSp p span{
	color:#f399ac;
}
#pageNonAuth p{
	text-align:center;
	font-size:16px;
	color:#CE4D50;
	padding:40px 0;
}
nav{
	width:100%;
	height:41px;
}
nav ul li{
	cursor:pointer;
	display:inline-block;
	border-radius:6px 6px 0 0;
	width:10%;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:12px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin-bottom:4px;
	vertical-align:text-top;
}
nav ul li:hover,nav ul li:focus{
	color:#fff;
	padding:12px 0;
	margin-bottom:0px;
}
nav ul li a{
	color:#fff;
	font-size:14px;
}
nav ul li a:hover,nav ul li a:focus{
	color:#fff;
}
nav ul li.headTopSelect{
	padding:14px 0;
	margin-bottom:0px;
}
nav ul li#headTopBtnBis{
	background:#ffaa56;
}
nav ul li#headTopBtnCon{
	background:#AA68C6;
}
nav ul li#headTopBtnSal{
	background:#6aacea;
}
nav ul li#headTopBtnHel{
	background:#a7cb60;
}
nav ul li#headTopBtnAdm{
	background:#e58080;
}
nav ul li#headTopBtnDev{
	background:#6C6C6C;
}

#naviLine div{
	display:none;
}
#naviLine div.active{
	display: block;
}
#naviLineBis{
	border-bottom:7px solid #ffaa56;
}
#naviLineCon{
	border-bottom:7px solid #AA68C6;
}
#naviLineSal{
	border-bottom:7px solid #6aacea;
}
#naviLineHel{
	border-bottom:7px solid #a7cb60;
}
#naviLineAdm{
	border-bottom:7px solid #e58080;
}
#naviLineDev{
	border-bottom:7px solid #6C6C6C;
}


@media screen and (max-width: 1200px) {
#headTopImg{
	width:19%;
	margin-right:1%;
}
nav ul li{
	width:16%;
}
}
@media screen and (max-width: 767px) {
nav{
	clear:both;
	height:37px;
}
nav ul li{
	width:20%;
	font-size:12px;
}
nav ul li a{
	font-size:12px;
}
#headTop{
	text-align:center;
}
#headTopImg{
	width:100%;
	margin-bottom:2px;
}
#headTopImg img{
	width:120px;
	height:auto;
	float:left;
}
#headTopImg p{
	float:right;
	margin:0;
	text-align:right;
	min-width:50%;
	bottom:0;
	padding-top:5px;
}
}

/* headMain
-------------------------------------------------*/

#headMain{
	background:#fff;
	padding:2px 0;
}
#headMainNavi{
	border-left:1px solid #E7E7E7;
}
#headMainNavi div{
	display:none;
}
#headMainNavi div.active{
	display: block;
}
#headMainNavi ul li{
	display:inline-block;
	text-align:center;
	font-size:14px;
	width:10%;
	padding:10px 0px;
	border-right:1px solid #E7E7E7;
	box-sizing:border-box;
}
#headMainNavi ul a.MainNaviSelect li{
	background:url(../images/other/MainNaviSelect.png) center no-repeat;
	background-size:contain;
}
#headMainNavi ul li a{
	font-size:14px;
}
#headMainNavi ul li p{
	text-align:center;
	font-size:14px;
	cursor:pointer;
}
#headMainNavi ul li span{
	position:absolute;
	border-radius:50px;
	background:#ff8f20;
	text-align:center;
	display:block;
	color:#fff;
	font-size:10px;
	width:22px;
	font-weight:bold;
	padding:4px 0;
	margin:-18px 0 0 8%;
}
#headMainNavi ul li span.alertL{
	background:#6aacea;
	margin:-18px 0 0 10px;
}
@media screen and (max-width: 767px) {
#headMainNavi{
	margin:0;
	width:100%;
	clear:none;
}
#headMainNavi ul li{
	width:25%;
	max-width:none;
	font-size:12px;
}
#headMainNavi ul li a{
	font-size:12px;
}
#headMainNavi ul li p{
	font-size:12px;
}
}


/* nav dropdown
-------------------------------------------------*/
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	margin:0 !important;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
	max-width:100% !important;
	width:100% !important;
    border-top: 1px solid #E7E7E7;
}


/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 38px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 37px;
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 767px) {
.menu__second-level li {
	width:100% !important;
}
li.menu__single:hover ul.menu__second-level {
    top: 35px;
}
}

/* pankuzu
--------------------------------------------------*/
#pankuzu{
	width:100%;
	padding:3px 0;
	background:#E7E7E7;
	margin-bottom:10px;
}
#pankuzu h1{
	display:block;
	background:#999;
	padding:2px 10px;
	text-align:center;
	float:left;
	color:#fff;
	font-size:13px;
}
#pankuzu ul{
	float:left;
	margin-left:20px;
}
#pankuzu ul li{
	padding-top:3px;
	display:inline-block;
	margin-right:10px;
	color:#666;
}
#pankuzu ul li:after{
	content:"＞";
	margin-left:5px;
}
@media screen and (max-width: 767px) {
#pankuzu h1{
	font-size:12px;
}
#pankuzu ul{
	margin-left:10px;
}
}



/*========================================================================================
									footer
========================================================================================*/

/* footer
--------------------------------------------------*/
footer{
	width:100%;
	margin-top:20px;
}
#footerTop{
	width:100%;
	background:#999;
	padding:10px 0;
}
#footerTop p{
	text-align:center;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
#footerMiddle{
	width:100%;
	background:#000;
	padding:20px 0;
}
.footerBottom{
	width:100%;
	padding:30px 0 100px;
	background:#333;
}
.footerBottom p{
	text-align:center;
	color:#fff;
}
.footerBottomOut{
	width:100%;
	background:#666;
	padding:10px 0;
}
.footerBottomOut p{
	text-align:center;
	color:#fff;
}
#footerMiddle table{
	margin:0 auto;
	width:50%;
	table-layout:fixed;
}
#footerMiddle table tr{
	border:none;
}
#footerMiddle table th{
	color:#fff;
	padding:5px 0;
	border-bottom:1px solid #ccc;
}
#footerMiddle table td{
	color:#fff;
	padding:5px 0;
	font-size:13px;
}


/*========================================================================================
									table
========================================================================================*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
table tr{
	border-bottom:1px solid #E7E7E7;
}
td{
	vertical-align:middle;
	white-space:nowrap;
	text-align:center;
}
th{
	vertical-align:middle;
	white-space:nowrap;
	text-align:center;
}
.GirlSp th{
	background:#f399ac;
}

/* tableList
--------------------------------------------------*/
table.tableList{
	width:100%;
	margin:0 auto;
}
table.tableList tr.trGray{
	background:#E2E2E2;
}
table.tableList th{
	padding:5px 0;
	background:#666;
	color:#fff;
}
table.tableList td{
	padding:5px 3px;
}
.btnTextExist{
	background:#6aacea;
}
.btnTextExist2{
	background:#d6788c;
}
table.tableList td div.MaxWidth{
	max-width:200px;
	margin:0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.tableList tr.cancelData{
	opacity:0.5;
}
table.tableList tr.tableListSum td{
	border-top:2px solid #333;
	font-weight:bold;
	font-size:12px;
	padding:10px 5px !important;
}
table.tableList tr.tableListSumS td{
	border-top:1px solid #333;
	font-size:12px !important;
	padding:7px 5px !important;
}
table.tableList tr.tableListSumM td{
	border-top:1px solid #333;
	font-size:12px !important;
	font-weight:bold !important;
	padding:7px 5px !important;
}
table.tableList tr.tableListSumL td{
	border-top:1px solid #333;
	font-weight:bold !important;
	font-size:14px !important;
	padding:10px 5px !important;
}
table.tableList tr.tableListSumLL td{
	border-top:2px solid #333;
	font-weight:bold !important;
	font-size:16px !important;
	padding:12px 5px !important;
}
table.tableList tr.tableListSumLL td b.tableListSumLLmark{
	background-color: #ff9;
}
table.tableList tr.tableListSumLL th{
	font-weight:bold;
	font-size:16px;
}
.car_mante_alert1{
	background:#F9CCCD;
}
.car_mante_alert2{
	background:#FFFA91;
}
@media screen and (max-width: 767px) {
table.tableList td div.MaxWidth{
	max-width:150px;
}
table.tableList{
	width:auto;
	min-width:100%;
}
}

/* tableSum
--------------------------------------------------*/
table.tableSum{
	width:100%;
	margin-top:20px;
}
table.tableSum th{
	padding:5px;
	background:#666;
	color:#fff;
}
table.tableSum td{
	padding:5px;
	font-weight:bold;
}

/* tableInline
--------------------------------------------------*/
table.tableInline{
	float:left;
	margin-left:1%;
	border-bottom:1px solid #E7E7E7;
	margin-bottom:10px;
}
table.tableInline tr{
	border-bottom:none;
}

table.tableInline th{
	height:20px;
	width:100px;
	border-left:1px dotted #fff;
}
table.tableInline td{
	padding:5px 2px;
}

@media screen and (max-width: 767px) {
table.tableInline{
	width:100%;
	float:none;
	margin-left:0;
}
}

/* tableSchedule
--------------------------------------------------*/

table.tableSchedule{
	width:1360px;
	margin:0 auto;
}
table.tableSchedule th{
	height:20px;
	width:100px;
	border-left:1px dotted #fff;
}
table.tableSchedule td{
	padding:5px 0;
}
table.tableSchedule td .imgFixSize{
	width:40px;
	height:40px;
}
table.tableSchedule td #scheGirlName p{
	width:100%;
	text-align:center;
}


/* tableSales
--------------------------------------------------*/
/* print
--------------------------------------------------*/
.printConfig h2{
	border-bottom:3px solid #333 !important;
	color:#333 !important;
}

table.tableSales{
	width:100%;
	margin-bottom:10px;
}
table.tableSales th{
	padding:3px;
	background:#666;
	border:1px solid #fff !important;
	color:#fff;
	font-size:11px;
}
table.tableSales td{
	padding:3px;
	border:1px solid #ccc;
	font-size:11px;
}
table#tableSalesSum{
	margin-bottom:18px !important;
}
table#tableSalesSum th{
	padding:5px;
	font-size:18px !important;
	font-weight:bold;
}
table#tableSalesSum td{
	padding:5px;
	font-size:18px !important;
	font-weight:bold;
}
table.tableSales td input[type="text"], table.tableSales td input[type='password']{
	border-color:#999;
	text-align:center;
}


@media print {
.printNon{
	display:none;
}
table.tableSales input{
	border:none;
}
table.tableSales td{
	font-size:10px;
	border:1px solid #666;
}
table.tableSales th{
	color:#fff;
	font-size:10px;
	border:2px solid #333;
}
table#tableSalesSum th{
	font-size:12px;
}
table#tableSalesSum td{
	font-size:12px;
}
}


/*========================================================================================
									LIST
========================================================================================*/
ul.inlineList li{
	display:inline-block;
	background:url(../images/other/orderListBg.jpg) repeat-y;
	padding:3px 0 3px 10px;
	width:22%;
	max-width:100%;
	margin:0 20px 15px 0;
	vertical-align: middle;
}
.GirlSp ul.inlineList li{
	display:inline-block;
	background:url(../images/other/confSerListBg.jpg) repeat-y;
}
ul.inlineList li span{
	float:left;
	width:80px;
	margin-right:10px;
	display:block;
	height: 20px;
}
ul.inlineList li dl{
	margin-right:10px;
}
ul.inlineList li dl,ul.inlineList li dl dt,ul.inlineList li dl dd{
	width:auto;
	display:inline-block;
}
ul.inlineList li p{
	float:left;
	width : 70% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 90px) ;
	width : calc(100% - 90px) ;
}
ul.inlineList li select{
	float:left;
	width : 70% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 90px) ;
	width : calc(100% - 90px) ;
}
ul.inlineList li input[type="text"]{
	float:left;
	width : 70% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 90px) ;
	width : calc(100% - 90px) ;
}
ul.inlineList li input[type="checkbox"]{
	float:left;
	margin-right:10px;
}
ul.inlineList li textarea{
	float:left;
}

/* #inlineListMax ---------*/

ul.inlineList li#inlineListMax{
	width:98%;
	margin:0 0px 15px 0;
}
ul.inlineList li#inlineListMax span{
}
ul.inlineList li#inlineListMax p{
	width : 70% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 90px) ;
	width : calc(100% - 90px) ;
}
/*
ul.inlineList li#inlineListMax input{
	width : 70% ;
	width : -webkit-calc(100% - 90px) ;
	width : calc(100% - 90px) ;
}
*/
ul.inlineList li#inlineListMax textarea{
	width : 70% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 90px) ;
	width : calc(100% - 90px) ;
	height:70px;
}
ul.inlineList li#inlineListMax dd{
	width:5%;
	display:inline-block;
}

ul.inlineList li#inlineListMax div{
	display:inline-block;
	width:85px;
}
ul.inlineList li#inlineListMax div p{
	width:100% !important;
}
ul.inlineList li#inlineListMax img{
	width:80px;
	margin-bottom:5px;
}


/* #inlineListHalf ---------*/

ul.inlineList li#inlineListHalf{
	width:48%;
	margin:0 0px 15px 0;
}
ul.inlineList li#inlineListHalf input[type="text"] {
	width : 80% ; /* IE8以下とAndroid4.3以下用フォールバック */
}

/* .inlineListOp ---------*/

ul.inlineListOp li{
	display:inline-block;
	padding:3px 0 3px 10px;
	width:18%;
	margin:0 10px 10px 0;
}
ul.inlineListOp li input{
	float:left;
	margin-right:5px;
}
ul.inlineListOp li p{
	float:left;
	display:block;
	width:89%;
	height:11px;
	overflow:hidden;
}

/* .inlineListGroup ---------*/

ul.inlineListGroup li{
	display:inline-block;
	padding:3px 0 3px 10px;
	width:100px;
	margin:0 10px 10px 0;
	background:url(../images/other/confSerListBg.jpg) repeat-y;
}
ul.inlineListGroup li input{
	float:left;
	margin-right:5px;
}
ul.inlineListGroup li p{
	float:left;
	display:block;
	height:11px;
	overflow:hidden;
}


/* .configSec ---------*/

.configSec ul.inlineList li{
	background:url(../images/other/confListBg.jpg) repeat-y;
}
.configSec ul.inlineList li select{
	border-color:#ffaa56;
}
.configSec ul.inlineList li input[type="text"], .configInsSec ul.inlineList li input[type='password']{
	border-color:#ffaa56;
}
.configSec ul.inlineList li textarea{
	border-color:#ffaa56;
}
.configSec ul.inlineList li#inlineListMax textarea{
	height:50px;
}

/* .configInsSec ---------*/

.configInsSec ul.inlineList li{
	background:url(../images/other/confInsListBg.jpg) repeat-y;
}
.configInsSec ul.inlineList li select{
	border-color:#a7cb60;
}
.configInsSec ul.inlineList li input[type="text"], .configInsSec ul.inlineList li input[type='password']{
	border-color:#a7cb60;
}
.configInsSec ul.inlineList li textarea{
	border-color:#a7cb60;
}
ul.inlineList li#inlineListMax textarea{
	height:50px;
}
.configInsSec ul.inlineListGroup li{
	display:inline-block;
	padding:8px 0 8px 10px;
	width:100px;
	margin:0 10px 10px 0;
	background:url(../images/other/confInsListBg.jpg) repeat-y;
}


/* .configSerSec ---------*/

.configSerSec ul.inlineList li{
	background:url(../images/other/confSerListBg.jpg) repeat-y;
}
.configSerSec ul.inlineList li select{
	border-color:#ffaa56;
}
.configSerSec ul.inlineList li input[type="text"], .configSerSec ul.inlineList li input[type='password']{
	border-color:#ffaa56;
}
.configSerSec ul.inlineList li textarea{
	border-color:#ffaa56;
}
.configSerSec ul.inlineList li#inlineListMax textarea{
	height:50px;
}

td.staff_list_menkyo{
	color:#F00;
}
@media screen and (max-width: 767px) {
ul.inlineList li{
	padding:3px 0 3px 2%;
	margin:0 0px 15px 0;
	width:98%;
}
ul.inlineList li span{
	width:23%;
	margin-right:2%;
}

ul.inlineListOp li{
	min-width:44%;
}
ul.inlineList li p{
	width:75%;
}
ul.inlineList li select{
	width:75%;
}
ul.inlineList li input{
	width:75%;
}

/* #inlineListMax ---------*/

ul.inlineList li#inlineListMax span{
	float:left;
}
ul.inlineList li#inlineListMax p{
	width:75%;
}
ul.inlineList li#inlineListMax input{
	width:75%;
}
ul.inlineList li#inlineListMax textarea{
	width:75%;
}

}


/*========================================================================================
									BlackBottom
========================================================================================*/

#pageBlackBottom{
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	padding:0px 0;
	background:url(../images/black_bg.png);
}
#pageBlackBottom #tableCon{
	margin:10px auto;
	width:98%;
}
#pageBlackBottom table{
	table-layout:auto;
}
#pageBlackBottom table tr{
	border:none;
}
#pageBlackBottom table th{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:5px 0;
	border-bottom:1px solid #fff;
}
#pageBlackBottom table td{
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:5px 0;
}
#pageBlackBottom table td input[type="text"]{
	width:60px;
	padding:3px 0;
	text-align:center;
}
/*========================================================================================
									LOGIN
========================================================================================*/
.loginPage{
	width:800px;
	max-width:98%;
	background:#ffaa56;
}
.loginPage p{
	color:#fff;
	text-align:center;
	font-size:16px;
	margin:20px 0;
}
.loginPage table{
	margin:0 auto;
}
.loginPage table tr{
	border:none;
}
.loginPage table th img{
	width:60px;
}
.loginPage table td{
	padding:15px 0 15px 30px;
}
.loginPage table td input[type="text"], .loginPage table td input[type='password']{
	width:300px;
	padding:10px;
	font-size:20px;
	border:none;
}
.loginPage table td input[type="text"]::-webkit-input-placeholder, .loginPage table td input[type='password']::-webkit-input-placeholder {
    color: #999;
	font-size:15px;
}
.loginPage table td input[type="text"]:-ms-input-placeholder, .loginPage table td input[type='password']:-ms-input-placeholder {
    color: #999;
	font-size:15px;
}
.loginPage table td input[type="text"]::-moz-placeholder, .loginPage table td input[type='password']::-moz-placeholder {
    color: #999;
	font-size:15px;
}
.loginPage table td button{
	font-size:30px;
	padding:10px 20px;
}

@media screen and (max-width: 767px) {
.loginPage table td input[type="text"], .loginPage table td input[type='password']{
	width:250px;
	font-size:16px;
}
.loginPage table th img{
	width:40px;
}

}



/*========================================================================================
									HOME
========================================================================================*/
#pageHomeNews ul{
	margin-bottom:20px;
	margin-left:10px;
	border-bottom:1px solid #e7e7e7e;
	width:100%;
}
#pageHomeNews ul li{
	display:inline-block;
	margin-right:10px;
	padding:2px 0;
}
#pageHomeNews ul li#homeNewsCate{
	width:100px;
	text-align:center;
	color:#fff;
}
#pageHomeNews ul li#homeNewsText{
	text-decoration:underline;
}



#pageHomeIntro h3{
	font-size:14px;
	width:100%;
	text-align:center;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	margin-bottom:10px;
}
#pageHomeIntro ul{
	margin-bottom:20px;
}
#pageHomeIntro ul li{
	display:inline-block;
	width:200px;
	padding:10px 0;
	background:#e7e7e7;
	margin-right:10px;
	text-align:center;
	margin-bottom:10px;
}

#pageHomeShift p{
	font-size:30px;
	text-align:center;
}

@media screen and (max-width: 767px) {
#pageHomeIntro ul li{
	width:48%;
	margin:0 1% 10px 1%;
}
#pageHomeShift p div{
	width:100%;
}
}


/*========================================================================================
									TOP
========================================================================================*/
#pageTopIntro h3{
	font-size:40px;
	width:100%;
	text-align:center;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	margin-bottom:10px;
}
#pageTopIntro ul{
	text-align:center;
}
#pageTopIntro ul li{
	display:inline-block;
	width:200px;
	padding:10px 0;
	background:#e7e7e7;
	margin-right:10px;
	text-align:center;
	margin-bottom:10px;
}

/*========================================================================================
									MAEGARI
========================================================================================*/

span.maegari_st0{
	padding:1px 3px;
	color:#fff;
	background:#e58080;
}
span.maegari_st1{
	padding:1px 3px;
	color:#fff;
	background:#6aacea;
}
span.maegari_st2{
	padding:1px 3px;
	color:#fff;
	background:#666;
}

.staff_subcon_master_icon{
	display:block;
	background:#F00;
	border-radius:40px;
	color:#fff;
	padding:3px 0;
}
/*========================================================================================
									ORDER LIST
========================================================================================*/
#pageOrderList table{
	table-layout:auto !important;
}
#pageOrderList table tr{
	border-bottom:1px solid #999;
}
#pageOrderList table tr td.Sunday{
	background:#FAD8D9;
}
#pageOrderList table tr td.Saturday{
	background:#DBEEFD;
}
#pageOrderList table tr td.Normal{
	background:#fff;
}
#pageOrderList table tr.dataNone{
	background:#DFDFDF;
}
#pageOrderList table tr.dataExist{
	background:#fff;
}
#pageOrderList table tr.Today{
	background:#FCE0B8;
}
#pageOrderList table tr.Copy{
	background:#666;
}
#pageOrderList table tr.Copy td{
	color:#fff;
}
#pageOrderList table th a{
	color:#fff;
}
#pageOrderList table th a:before{
	content:"▼";
}
#pageOrderList table td a{
	text-decoration:underline;
}
#pageOrderList table td input[type="text"]{
	width:50px;
	text-align:center;
}
#pageOrderList table td select{
	width:63px;
}
#pageTelData{
	width:98%;
	margin:0 auto;
}
#pageTelData table{
	table-layout:fixed !important;
	width:100%;
}
#pageTelData table th{
	border-bottom:1px solid #6aacea;
	background:none;
	font-weight:bold;
	color:#6aacea;
}
#pageTelData table td{
	border-bottom:1px solid #333;
	color:#fff;
}
.correct_request_num1{
	padding:2px 1px;
	display:block;
	background:#3873AD;
	color:#fff;
}
.correct_request_num2{
	padding:2px 1px;
	display:block;
	background:#333;
	color:#fff;
}

/*========================================================================================
									SHAIN REPORT
========================================================================================*/
#pageShainRepo table{
	table-layout:auto !important;
	width:900px;
	margin:0 auto;
}
#pageShainRepo table td textarea{
	width:90%;
	height:130px;
}
/*========================================================================================
									shainshift
========================================================================================*/
#pageShainShift embed{
	width:100%;
	height:1000px;
}
@media screen and (max-width: 767px) {
#pageShainShift embed{
	width:100%;
	height:auto;
}

}

/*========================================================================================
									pageTenko_list
========================================================================================*/

#pageTenko_list{
	max-width:900px;
	margin:0 auto;
}
#pageTenko_list table{
	table-layout:fixed !important;
}
#pageTenko_list table td a{
	text-decoration:none !important;
}
#pageTenko_list table td button.btn{
	cursor:default !important;
}

#pageTenkoListhCon{
	max-width:900px;
	margin:0 auto;
}
#pageTenkoListhCon h2{
	text-align:center;
	width:100%;
	font-size:16px !important;
	font-weight:bold;
	margin-bottom:20px;
}
#pageTenkoListhCon h3{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
#pageTenkoListhCon table{
	border:2px solid #333;
}
#pageTenkoListhCon table th{
	border:1px solid #333;
	font-size:8px;
	font-weight:bold;
	color:#000;
	background:#C0E0DC !important;
	padding:1px 0px 1px 0px !important;
	white-space:normal !important;
}
#pageTenkoListhCon table td{
	border:1px solid #333;
	font-size:8px;
	padding:1px 0px 1px 0px !important;
	white-space:normal;
}


/*========================================================================================
									pageGyoumuKirokuCon
========================================================================================*/
#pageGyoumuKirokuCon{
	max-width:900px;
	margin:0 auto;
}
#pageGyoumuKirokuCon h2{
	text-align:center;
	width:100%;
	font-size:16px !important;
	font-weight:bold;
	margin-bottom:10px;
	border:none !important;
}
#pageGyoumuKirokuCon h3{
	font-size:12px !important;
	font-weight:bold;
}
#pageGyoumuKirokuCon p{
	margin-bottom:30px;
}
#pageGyoumuKirokuCon table{
	border:2px solid #333;
	width:100%;
	table-layout:fixed !important;
	margin-bottom:20px;
}
#pageGyoumuKirokuCon table th{
	border:1px solid #333;
	font-weight:bold;
	color:#000;
	background:#C0E0DC !important;
	white-space:normal !important;
}
#pageGyoumuKirokuCon table td{
	border:1px solid #333;
}

/*========================================================================================
									GIRL EDIT
========================================================================================*/

#girlEditL{
	float:left;
	width:17%;
}
#girlEditL ul li{
	display:block;
	width:100%;
}
#girlEditL ul.inlineList li img{
	max-width:90%;
}
#girlEditL .main-carousel img{
	width:100%;
}
#girlEditL .main-carousel p{
	display:block;
	width:100%;
	padding:2px 0;
	text-align:center;
	background:#333;
	color:#fff;
}
#girlEditR{
	float:right;
	width:80%;
}
p#yamato_add_tr{
	text-align:center;
	margin:10px 0;
	clear:both;
}
.main-carousel{
	margin-bottom:50px;
}
@media screen and (max-width: 767px) {
#girlEditL{
	float:none;
	width:100%;
}
#girlEditL ul li img{
	max-width:70%;
}
#girlEditR{
	float:none;
	width:100%;
}
}

/*========================================================================================
									CHARTER
========================================================================================*/
#pageCharterListCon{
	width:80%;
	margin:0 auto;
}
#pageCharterListCon table{
	width:48%;
}
#pageCharterListCon table td{
	text-align:center;
}
#pageCharterListCon table td p{
	text-align:left;
	margin:10px 0;
}
.charter_exp{
	display:block;
	background:#F00;
	color:#fff;
	border-radius:40px;
	width:15px;
	float:left;
	text-align:center;
	padding:2px 0;
}

/*========================================================================================
									REPORT
========================================================================================*/
#print_title h4{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#print_title p{
	font-size:14px;
	margin-bottom:5px;
}
#print_title h3{
	font-size:20px;
	margin:25px 0;
	font-weight:bold !important;
	text-align:center;
}
#print_con{
	width:100%;
	margin:0 auto;
	border:2px solid #333;
	box-sizing:border-box;
}
#print_con table{
	table-layout:auto;
}
#print_con table tr{
	border:1px solid #333;	
}
#print_con table th{
	background:#ccc;
	color:#333;
}
#print_con table td{
	padding:2px 3px;
	font-size:10px;
}

#print_title_l{
	float:left;
	width:50%;
	margin-left:6%;
}
#print_title_l h4{
	font-size:15px;
	width:80%;
}
#print_title_l h5{
	text-align:right;
	font-size:15px;
	font-weight:bold;
}
#print_title_l_ad{
	margin-bottom:10px;
}
#print_title_r{
	float:right;
	width:40%;
}
#print_title_r h4{
	text-align:right;
	margin-bottom:10px;
}
#print_title_rl{
	float:left;
	width:73%;
}
#print_title_rl h4{
	text-align:left;
	font-size:12px;
}
#print_title_rl p{
	font-size:12px;
	line-height:130%;
}
#print_title_rr{
	float:right;
	width:27%;
}
#print_title_rr p{
	margin-top:10px;
	text-align:center;
	font-size:12px;
}
#print_title_rr_img{
	width:100%;
	border:2px solid #000;
	box-sizing:border-box;
}
#print_title_rr_img img{
	width:100%;
}
p#print_title_b{
	font-size:12px;
	line-height:120%;
}
@media print {
#print_con table td{
	font-size:10px;
}
#print_title_r h4 {
  margin-bottom: 10px;
}
#print_title h4 {
  font-weight:bold;
}
#print_title h3 {
  margin: 25px 0;
  font-weight:bold;
}
}
/*========================================================================================
									PRINT
========================================================================================*/
#outsourcing_alert_sec{
	position:fixed;
	right:5%;
	top:45%;
}
.outsourcing_alert{
	font-size:20px;
	color:#F00;
	text-align:center;
	margin-bottom:20px;
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
#printarea{
	width:700px;
	margin:0 auto;
	border:1px solid #E7E7E7;
	padding:40px;
}
#printarea_btn{
	width:700px;
	text-align:center;
	margin:30px auto;
}


#invoiceKouza{
	width:100%;
	margin:10px 0 0 0;
}
#invoiceKouza p{
	text-align:center;
	font-size:11px;
	letter-spacing:1.2px;
	margin:5px 0;
}
#invoiceKouza p span{
	color:#F00;
}
#invoiceKouza table td{
	padding:10px;
}
#invoiceKouza table th{
	padding:10px;
	width:80px;
}
table#invoiceBikou td{
	text-align:left;
	padding:10px;
	letter-spacing:1.3px;
	line-height:130%;
}
table#invoiceBikou th{
	padding:10px;
	width:80px;
}
table#outsourcing_koujo{
	table-layout:auto !important;
}
table#outsourcing_koujo th,table#outsourcing_koujo td{
	white-space:normal;
}
td.outsourcing_koujo_minus{
	color:#F00;
}
tr.outsourcing_koujo_sum td{
	border-top:2px solid #333;
	font-weight:bold;
	font-size:13px !important;
	padding:7px 5px !important;
}
td.outsourcing_koujo_sum_pri_red1{
	color:#F00;
}
#outsourcing_statas{
	float:left;
	width:400px;
	margin-right:100px;
}
.outsourcing_statas_done0 td{
	background:#F9BFC0;
}
table#resultTable td{
	border:1px solid #ccc;
	font-size:10px;
}

/*========================================================================================
									PRELOGI
========================================================================================*/
#invoice_prelogi #print_title h3{
	font-size:20px;
	margin:0px 0 20px;
	font-weight:bold;
	text-align:center;
	letter-spacing:10px;
}
#print_title_l_price_sum{
	margin:70px 0 30px;
	border-bottom:1px solid #000;
}
#print_title_l_price_sum p{
	font-size:20px;
	font-weight:bold;
}
#print_title_l_price_sum p span{
	font-size:18px;
	font-weight:normal;
	margin-right:10px;
}
#invoice_prelogi #print_title_l_atesaki{
	margin-left:20%;
}
#invoice_prelogi #print_title_l{
	width:50%;
	margin-left:0;
}
#invoice_prelogi #print_title_r{
	width:50%;
}
#invoice_prelogi #print_title_rl{
	float:right;
	width:auto;
}
#invoice_prelogi #print_title_rl table{
	width:100%;
	table-layout:auto !important;
}
#invoice_prelogi #print_title_rl table tr{
	border:none;
}
#invoice_prelogi #print_title_rl table th{
	text-align:right;
	vertical-align:text-top;
	line-height:130%;
}
#invoice_prelogi #print_title_rl table td{
	text-align:left;
	padding:0px 0 4px 5px;
	line-height:130%;
}
#invoice_prelogi #print_con{
	border:none;
}
#invoice_prelogi #print_con table{
	width:100%;
}
#invoice_prelogi #print_con table th{
	text-align:center;
	background:none;
	border-right:1px solid #000;
	padding:5px 0;
}
#invoice_prelogi #print_con table td{
	text-align:center;
	border-right:1px solid #000;
	padding:4px 0;
}
#preLogiMainL{
	float:left;
	width:55%;
}
#preLogiMainR{
	float:right;
	width:43%;
}


/*========================================================================================
									YAMATO
========================================================================================*/
#invoice_yamato #print_title h3{
	font-size:20px;
	margin:0px 0 20px;
	font-weight:bold;
	text-align:center;
	letter-spacing:10px;
}
#print_title_l_yamato{
	width:40% !important;
	float:left;
}
#print_title_l_yamato table{
	width:100%;
	table-layout:auto !important;
}
#print_title_l_yamato table tr{
	border:none;
}
#print_title_l_yamato table td{
	text-align:left;
	width:auto !important;
}
#title_l_yamato1{
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
}
#title_l_yamato2{
	font-size:13px;
	border-bottom:1px solid #000;
	text-align:center !important;
}
#title_l_yamato3{
	font-size:13px;
}
#title_l_yamato4{
	padding-top:30px;
	font-size:14px;
}
#title_l_yamato5{
	padding-top:20px;
	padding-bottom:5px;
	font-size:15px;
	font-weight:bold;
	border-bottom:2px solid #000;
}
#title_l_yamato6{
	padding-top:20px;
	padding-left:10px;
	padding-bottom:5px;
	font-size:13px;
}
#print_title_r_yamato h4{
	font-weight:normal;
	text-align:right;
	margin-bottom:0;
}
#invoice_yamato #print_title_l_atesaki{
	border-bottom:1px solid #000;
}
#invoice_yamato #print_title_l_atesaki p{
	font-weight:bold !important;
	margin-bottom:10px;
}
#invoice_yamato #print_title_l_atesaki h4{
	font-size:14px;
}
#invoice_yamato #print_title_l{
	width:50%;
	margin-left:0;
}
#invoice_yamato #print_title_r{
	width:50%;
}
#invoice_yamato #print_title_rl{
	float:right;
	width:45%;
}
#invoice_yamato #print_title_rl table{
	width:100%;
	table-layout:auto !important;
}
#invoice_yamato #print_title_rl table tr{
	border:none;
	border-bottom:1px solid #000;
}
#invoice_yamato #print_title_rl table th{
	text-align:center;
	vertical-align:text-top;
	line-height:130%;
	padding:10px 2px 4px 5px;
}
#invoice_yamato #print_title_rl table td{
	text-align:left;
	padding:10px 2px 4px 5px;
	line-height:130%;
	
}
#print_title_r_yamato{
	position:relative;
}
#print_title_r_yamato img#yamato_inkan{
	width:75px !important;
	position:absolute !important;
	margin:80px 0px 0 0px !important;
	right:0;
}

#invoice_yamato #print_con{
	border:none;
}
#invoice_yamato #print_con table{
	width:100%;
}
#invoice_yamato #print_con table th{
	text-align:center;
	background:none;
	border-right:1px solid #000;
	padding:5px 0;
	font-weight:bold;
	font-size:10px;
}
#invoice_yamato #print_con table td{
	text-align:center;
	border-right:1px solid #000;
	padding:4px 0;
}
#yamatoMain{
	width:100%;
	margin-bottom:20px;
	padding-top:10px;
}
#yamatoMain table{
	border:2px solid #000 !important;
}
#yamatoMain table th span{
	font-size:7px;
}
#yamatoBottom table{
	border:2px solid #000 !important;
	width:60% !important;
	float:right;
}
#yamatoBottom table td{
	font-size:15px;
}
.yamato_rbl{
	border-right:2px solid #000 !important;
}
.yamato_rdl{
	border-right:1px dotted #000 !important;
}
/*========================================================================================
									JOB
========================================================================================*/
.jobList table{
	float:left;
	margin:20px;
	width:300px;
	height:300px;
	border:1px solid #CCC;
}
.jobList table th{
	padding:10px 0;
	color:#fff;
	font-weight:bold;
}
.jobList table th.jobTitleStatus0{
	background:#333;
	color:#CCC;
}
.jobList table th.jobTitleStatus1{
	background:#3A578D;
}
.jobList table td{
	white-space:normal;
	padding:10px;
}
.jobList table td a.btn{
	margin:0 auto;
}
.jobListText{
	height:150px;
	overflow:hidden;
	line-height:130%;
}

.jobList table th.recruitTitleStatus1{
	background:#3A578D;
}
.jobList table th.recruitTitleStatus2{
	background:#C9383C;
}
.jobList table th.recruitTitleStatus3{
	background:#333;
	color:#CCC;
}

/*========================================================================================
									JOB new
========================================================================================*/
#page_job_con table{
	table-layout:fixed;
}
#page_job_con table tr{
	border-bottom:1px solid #666;
}
#page_job_con table td{
	border-right:1px solid #E7E7E7;
	overflow:hidden;
}
#page_job_con table td span{
	color:#fff;
	display:block;
	padding:4px 0;
	text-align:center;
	width:60px;
	margin:0 auto;
	cursor:pointer;
}
#page_job_con table td p{
	text-decoration:underline;
}

/*========================================================================================
									shift
========================================================================================*/
#tableShift{
	width:1200px;
	margin:0 auto;
}
#tableShift td{
	border-right:1px solid #E7E7E7;
	border-bottom:1px solid #999;
}
#tableShift td p{
	text-align:center;
	margin:2px 0;
}
#tableShift td.shiftCouseName{
	background:#E7E7E7;
	overflow:hidden;
}
#tableShift td p.shiftName1{
	color:#FF5A02;
}
#tableShift td p.shiftName2{
	color:#30F;
}
#tableShift td p.shiftName3{
	color:#25B634;
}
#tableShift td p.shiftName4{
	color:#FC9305;
}
#tableShift td.shiftTdBlack{
	background:#ccc;
}

/*========================================================================================
									SHAIN REPORT
========================================================================================*/

/* page_shain_repo
--------------------------------------------------*/
#page_shain_repo table td{
	white-space:normal;
	text-align:left;
	line-height:120%;
	border-left:1px dotted #CCCCCC;
}


/*========================================================================================
									CAR
========================================================================================*/
option.sel_car_alert1{
	background:#F9AAD1;
}
option.sel_car_alert2{
	background:#59A0E8;
}
.car_list_status1{
	color:#03F;
}
.car_list_status2{
	color:#000;
}
.car_list_status3{
	color:#93F;
}
.car_list_status4{
	color:#090;
}
.car_list_status5{
	color:#F60;
}
.car_list_status100{
	color:#F00;
}
/*========================================================================================
									STAFF LIST
========================================================================================*/

.staff_list_tr1{
	opacity:0.5;
}

span.staff_list_employ0{
	width:100px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#fff;
	margin:0 auto;
	background:#6aacea;
}
span.staff_list_employ1{
	width:100px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#fff;
	margin:0 auto;
	background:#f399ac;
}

span.staff_list_employ2{
	width:100px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#fff;
	margin:0 auto;
	background:#ffaa56;
}

span.staff_list_employ3{
	width:100px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#fff;
	margin:0 auto;
	background:#a7cb60;
}

span.staff_list_employ4{
	width:100px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#fff;
	margin:0 auto;
	background:#B45ED5;
}
span.staff_list_employ5{
	width:100px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#fff;
	margin:0 auto;
	background:#CD882C;
}
span.staff_list_employ6{
	width:100px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#fff;
	margin:0 auto;
	background:#C52E32;
}
span.staff_list_employ7{
	width:100px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#fff;
	margin:0 auto;
	background:#389C68;
}
span.staff_list_employ8{
	width:100px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#fff;
	margin:0 auto;
	background:#4573C7;
}
.staff_qr_create_l{
	display:inline-block;
	width:300px;
	margin-right:30px;
}
.staff_qr_create_l input{
	width:100%;
	margin-bottom:10px;
}
.staff_qr_create_l a{
	width:100%;
	margin-bottom:10px;
}
.staff_qr_create_l p{
	color:#F00;
}
.staff_qr_create_r{
	display:inline-block;
}

/*========================================================================================
									GRAPH
========================================================================================*/
.pageGraphCon h2{
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
}
.pageGraphCon{
	clear:both;
	margin-bottom:50px;
}
.pageGraphConL{
	width:35%;
	float:left;
}
.pageGraphConR{
	width:65%;
	float:right;
}
/*========================================================================================
									ADMIN
========================================================================================*/
#pageAdminShop table.tableList{
	table-layout:auto;
	margin-bottom:40px;
}
#pageAdminShop table.tableList td input[type="text"], #pageAdminShop table.tableList td input[type='password']{
	width:100%;
}
.shopBusines0{
	background:#666;
	color:#fff;
	width:80px;
	padding:2px 0;
	margin:0 auto;
}
.shopBusines1{
	background:#AF3F42;
	color:#fff;
	width:80px;
	padding:2px 0;
	margin:0 auto;
}
#pageAdminShop .inlineListOp select{
	display:inline-block;
	width:30%;
	margin-right:2%;
}
#pageAdminShop .inlineListOp span{
	width:60%;
	display:inline-block;
	padding-bottom:3px;
}
span.shopAdStatus{
	border-bottom:3px solid #ccc;
}
span.shopAdStatus1{
	border-bottom:3px solid #f399ac;
}
span.shopAdStatus2{
	border-bottom:3px solid #a7cb60;
}
#pageAdminShop .tableList td img{
	object-fit:cover;
	width:30px;
	height:30px;
}
@media screen and (max-width: 767px) {
#pageAdminShop table.tableList td{
	max-width:30%;
}

#pageAdminStaff table.tableList td{
	max-width:30%;
}

#pageAdminArea table.tableList td{
	max-width:30%;
}
#pageAdminAd table.tableList td{
	max-width:30%;
}
#pageAdminOp table.tableList td{
	max-width:30%;
}
}


