@charset "UTF-8";
/* CSS Document */

/****************************************************/
/**   トップページ    **/
/****************************************************/

/**   ログイン    **/
#login_area{
	background:rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	-moz-box-shadow:0px 0px 4px rgba(255,255,255,.3);
	-webkit-box-shadow:0px 0px 4px rgba(255,255,255,.3);
	box-shadow:0px 0px 4px rgba(255,255,255,.3);
}

#login_area .login_main_box{
	position: absolute;
	background:rgba(255,255,255,1.0);
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	max-width: 500px;
	height: 60%;
	width: 90%;
	min-height: 500px;
	padding: 30px;
	box-sizing: border-box;
}

#login_area h2{
	text-align:center;
	border-bottom: rgba(0,0,0,0.4) solid 3px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size:150%;
}


#login_area div.input_area{
	letter-spacing: -0.40em;
}
#login_area div.input_area > *{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

#login_area div.input_area i{
	width:10%;
	text-align: center;
	font-size:150%;

}

#login_area input[type="text"],
#login_area input[type="password"]{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: rgba(0,0,0,0.2) solid 1px;
	width: 90%;
	box-sizing:border-box;
}

#login_area .btn_area{
	border-top:rgba(0,0,0,0.4) solid 1px;
	margin-top: 30px;
	padding-top:30px;

}

#login_area .btn_area > *{
	vertical-align: middle;
}

#login_area div.caution_area{
	width:88%;
	background: rgba(0,0,0,0.1);
	padding: 26px 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: rgba(155,0,0,1.00);
	font-weight: bold;
	box-sizing: border-box;
	margin-top: 30px;
	text-align: center;
	display: none;
	position:absolute;
	bottom: 20px;
}
#login_area div.caution_area:before{
	content:"\f071";
	font-family: FontAwesome;
	display: block;
	position:absolute;
	left:30px;
	top:50%;
	width:30px;
	height: 30px;
	font-size: 180%;
	margin-top: -15px;
}


#login_area div.caution_area i{
	margin-right: 10px;
	display: inline-block;
}

#login_area div.caution_area p{
	display: inline-block;
}


#login_area p.copyright{
	position: absolute;
	bottom:30px;
	left: 0;
	width: 100%;
}

/**   メインメニュー    **/
#top_navigation{
	padding: 50px 0;
}

#top_navigation ul{
	letter-spacing: -0.40em;
	text-align: left;
}

#top_navigation li{
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	width:16%;
	margin-right: 5%;
	margin-bottom: 5%;
	box-sizing: border-box;
	font-size: 85%;
}

#top_navigation li:nth-child(5n){
	margin-right: 0;
}

#top_navigation li a{
	text-decoration: none;
	color:rgb(0,0,0) !important;
	font-size: 120%;
}

#main_navigation{
	padding: 50px 0;
}

#main_navigation ul{
	letter-spacing: -0.40em;
	text-align: left;
}

#main_navigation li{
	/*background:rgba(242,242,242,1.0);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 180px;
	*/
	display: inline-block;
	letter-spacing: normal;
	width: 20.5%;

	text-align: center;
	vertical-align: top;
	margin-right: 6%;
	margin-bottom: 3%;
	padding: 0px 10px;
	box-sizing: border-box;
}

#main_navigation li:nth-child(4n){
	margin-right: 0;
}


#main_navigation li a{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

#main_navigation li div.img_wrap{
	/*
	height:130px;
	line-height: 130px;
	text-align: center;
	width: 100%;
	*/
}
#main_navigation li div.img_wrap img{
	/*
	vertical-align: middle;
	*/
}

#menu_sub_input_area{
	padding:20px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: -20px;
	font-size: 85%;
}

#menu_sub_input_area input,
#menu_sub_input_area select{
	font-size:90%;
	vertical-align: middle;
}

/**   お知らせ    **/
#main_information{
	background:rgba(28,81,119,0.05);
	padding: 30px 0;
}

#main_information h3{
	color:rgb(28,81,119);
	font-size: 150%;
	border-bottom: rgba(128,128,128,0.3) solid 3px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#main_information li{
	border-bottom:rgba(0,0,0,1.0) dotted 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#main_information li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#main_information dl.table_list dt{
	background:rgba(0,0,0,0.8);
	color: rgb(255,255,255);
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle;
}





/****************************************************/
/**   EXCELアップロード    **/
/****************************************************/

#upload_excel{
	padding-top: 30px;
}

#upload_excel #dragandrophandler{
	border:2px dotted rgb(28,81,119);
	width:100%;
	color:#92AAB0;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	font-size:200%;
	box-sizing: border-box;
	background:rgba(28,81,119,0.05);
	padding: 200px 50px;
}

#upload_excel #dragandrophandler span{
	display: block;
	font-size: 50%;
	margin-top: 20px;
}

#upload_excel .statusbar
{
    border-top:1px solid #ddd;
    min-height:25px;
    width:100%;
    padding:10px;
    vertical-align:middle;
	box-sizing: border-box;
	letter-spacing: -0.40em;
	position: relative;
}
#upload_excel .statusbar:nth-child(odd){
    background:rgba(28,81,119,0.05);
}

#upload_excel .statusbar > *{
	letter-spacing: normal;
	display: inline-block;
	vertical-align:middle;
}

#upload_excel .progressBar {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin:0px 10px 0 5px;

}

#upload_excel .progressBar div{
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: rgb(28,81,119);
	border-radius: 3px;
}

#upload_excel .not_upload{
	margin:0px 10px 0px 5px;
}

#upload_excel .filename{
	width:400px;
}
#upload_excel .filesize{
	color:rgb(28,81,119);
	width:100px;
	margin-left:10px;
	margin-right:5px;
}
#upload_excel .abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
	display:inline-block;
    color:#fff;
    font-family:arial;
	font-size:13px;
	font-weight:normal;
    padding:2px 15px;
    cursor:pointer;
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -16px;
}


#upload_excel #import_btn{
	margin-top: 30px;
	text-align: center;
	display: none;
}

#upload_excel #import_btn button{
	float: right;
}


/***タブページ**/
section.tab_area{
	width:100%;
}

section.tab_area div.box_container{
	letter-spacing: -0.40em;
}

section.tab_area div.tab_controller{
	width:50%;
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	padding: 15px 10px 10px 10px;
	cursor: pointer;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	margin-bottom: -3px;
	position: relative;
	text-align: center;
}

.tab_container_inner{
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 20px 30px 20px;
}
@media screen and  (max-width: 1220px) {
	.tab_container_inner{
		max-width: 1180px;
		padding:0 0 30px 0;
	}
}

.tab_container_wrap{
	position: relative;
}

.tab_container{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
}

.tab_container h3{
	font-size: 120%;
	padding: 8px 0;
}

/****************************************************/
/**   車番    **/
/****************************************************/
div.table_wrap.other_table{
	overflow-x: auto;
}

div.table_wrap.other_table .shaban_midashi_wrap{
    width:100%;

}

div.table_wrap.other_table .shaban_midashi_title{
    border-bottom: rgb(0,109,77) solid 3px;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer;
}

div.table_wrap.other_table .shaban_midashi_title h4{
    font-weight: bold;
}

div.table_wrap.other_table .shaban_midashi_title i{
    color:rgb(0,109,77);
    position: absolute;
    right:0;
    top:4px;
    font-size: 150%;
}

div.table_wrap.other_table .shaban_midashi_conditions{
    font-size: 90%;
    padding-top: 10px;
    height:auto;

}

div.table_wrap.other_table .shaban_midashi_conditions.hidden{
    height: 0px;
    overflow: hidden;

}

div.table_wrap.other_table .shaban_midashi_conditions dl.input_area_inner{
    margin-bottom: 0;
}


div.table_wrap.other_table .shaban_midashi_conditions dl.input_area_inner > *{
    line-height: 190%;
}

div.table_wrap.other_table .shaban_midashi_conditions dl.input_area_inner > dt.second_title{
    padding-left: 50px;
}

div.table_wrap.other_table table.list_table td.delete_btn_col{
    width:90px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

div.table_wrap.other_table table.list_table .max_input{
    box-sizing: border-box;
    width:100%;
}

div.table_wrap.other_table table.list_table textarea{
    border: rgb(169, 169, 169) solid 1px;
    border-radius: 2px;
}

div.table_wrap.other_table table.list_table {
	counter-reset: rowCount;
}

div.table_wrap.other_table table.list_table > tbody > tr {
	counter-increment: rowCount;
}

div.table_wrap.other_table table.list_table > tbody > tr > td.numbers:before{
	content: counter(rowCount);
}

div.table_wrap.other_table div.table_area{
    margin-bottom: 10px;
}

div.row_information{
	position:absolute;
	bottom:5px;
	left:0;
}

div.row_information_inner{
	position:relative;
	font-size: 80%;
	margin-right: 10px;
	display: inline-block;
}

div.row_information_inner p{
	padding-left:55px;
}

div.row_information_inner p:before{
	position: absolute;
	display: inline-block;
	width:50px;
	height: 100%;
	box-sizing: border-box;
	content:'';
	left:0;
	top:0;
}

div.row_information_inner.new_row p:before{
	border:#cd0a0a solid 1px;
}

div.row_information_inner.mod_row p:before{
	background-color:rgb(239,239,173);
}

table.list_table tr.is_add{
	border:#cd0a0a solid 2px;
}


/****************************************************/
/**   発注登録    **/
/****************************************************/

dl.input_area_inner dd #order{
	width:300px;
}

div.table_wrap.other_table .hacchu_midashi_wrap{
	width:100%;

}

div.table_wrap.other_table .hacchu_midashi_title{
	border-bottom: rgb(0,109,77) solid 3px;
	padding-bottom: 5px;
	position: relative;
	cursor: pointer;
}

div.table_wrap.other_table .hacchu_midashi_title h4{
	font-weight: bold;
}

div.table_wrap.other_table .hacchu_midashi_title i{
	color:#1f8c90;
	position: absolute;
	right:0;
	top:4px;
	font-size: 150%;
}

div.table_wrap.other_table .hacchu_midashi_conditions{
	font-size: 90%;
	padding-top: 10px;
	height:auto;

}

div.table_wrap.other_table .hacchu_midashi_conditions.hidden{
	height: 0px;
	overflow: hidden;

}

div.table_wrap.other_table .hacchu_midashi_conditions dl{
	display: table;
	width: 100%;
}

div.table_wrap.other_table .hacchu_midashi_conditions dl > dt{
	display: table-cell;
	box-sizing: border-box;
	padding: 0 10px;
	width: 40px;
}

div.table_wrap.other_table .hacchu_midashi_conditions dl > dd{
	display: table-cell;
	box-sizing: border-box;
	padding: 0 10px;
	width: 100px;
}

div.table_wrap.other_table .hacchu_midashi_conditions dl.input_area_inner{
	margin-bottom: 0;
}

div.table_wrap.other_table .hacchu_midashi_conditions dl.input_area_inner{
	display: table;
	width: 100%;
}

div.table_wrap.other_table .hacchu_input_area dl > .input dt{
	display: table-cell;
	box-sizing: border-box;
	padding-left: 10px;
	width: 55px;
}

div.table_wrap.other_table .hacchu_input_area dl > .input dd{
	display: table-cell;
	box-sizing: border-box;
	padding: 0 10px;
}

div.table_wrap.other_table .hacchu_input_area dl > .input dl{
	display: table-cell;
	box-sizing: border-box;
	width: 130px;
}


div.table_wrap.other_table .hacchu_input_area dl.input_area_inner input{
	text-align: center;
}



div.table_wrap.other_table .hacchu_midashi_conditions dl.input_area_inner > *{
	line-height: 190%;
}

div.table_wrap.other_table .hacchu_midashi_conditions dl.input_area_inner > dt.second_title{
	padding-left: 50px;
}

div.table_wrap.other_table .hacchu_input_area{
	font-size: 90%;
	padding-top: 10px;
	height:auto;
}

div.table_wrap.other_table .hacchu_input_area.hidden,
div.table_wrap.other_table .table_area.hidden{
	height: 0px;
	overflow: hidden;

}

/****************************************************/
/**   発注履歴    **/
/****************************************************/
section#over_text{
	position: relative;
}
#over_text > div{
	position: absolute;
	top:0;
	right: 50%;
	margin-right: -560px;
	width: auto;
	margin-top: -100px;
}

/****************************************************/
/**   マッピングCSVアップロード    **/
/****************************************************/

div.statusbar {
	border-top: 1px solid #ddd;
	min-height: 25px;
	width: 100%;
	padding: 10px;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
}

div.statusbar div.filename{
	display: inline-block;
	width: 300px;
}

div.statusbar div.filesize{
	width: 100px;
	margin-left: 10px;
	margin-right: 5px;
	display: inline-block;
}

div.statusbar div.filesize{
	width: 100px;
	margin-left: 10px;
	margin-right: 5px;
	display: inline-block;
}

div.statusbar div.upload{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}

div.statusbar input.btn.cancel_btn{
	right: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/****************************************************/
/**   通常発注    **/
/****************************************************/

section#normal_order{
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

section#normal_order div{
	float: right;
}

dl.input_area_inner dd input.normal_order,
div.footer_inner dl dd input.normal_order {
	width: 300px;
}

button#search{
	vertical-align: middle;
}

div#is_order,
div.is_order{
	position:relative;
}

dd#is_order,
dd.is_order{
	width: 186px;
}

button#is_order,
button.is_order{
	margin-right: 40px;
}

/****************************************************/
/**   検品    **/
/****************************************************/

.comment_red span {
	color: rgb(255,0,0);
}

.set_width > .sBase > .sHeader > .sHeaderInner table {
	width: 100% !important;
}

.set_width > .sBase > .sData table {
	width: 100% !important;
}

/****************************************************/
/**   ピッキング    **/
/****************************************************/
td#picking_head_status span{
	color: #ff0000;
}

/****************************************************/
/**   運賃    **/
/****************************************************/
.toggle {
	position: relative;
	width: 47px;
	height: 22px;
	margin: 40px 60px;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
}
.toggle input[type=checkbox] {
	display: none;
}
.toggle:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: silver;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.toggle:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 16px;
	display: block;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.toggle.checked:before {
	background: #35c759;
}
.toggle.checked:after {
	left: 33px;
	box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}


