﻿@charset "utf-8";
html, body, h1, h2, h3, h4, h5, p, button, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
html, body {
	height: 100%;
}
body {
	color: #333333;
	font-size: 14px;
}
.container-fluid {
	padding: 0;
}
header {
	padding: 10px 0;
	clear: both;
	min-height: 55px;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.company-logo {
	float: left;
	margin: 5px 17px 0 0;
	height: 26px;
}
span.system-logo {
	padding-left: 5px;
	/*border-left: 1px solid #666;*/
	font-size: 15px;
	margin-top: 8px;
	display: block;
	float: left;
	color: #000;
	white-space: nowrap;
}
span.system-logo-right {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #666;
	font-size: 13px;
	display: inline-block;
	height: 19px;
	line-height: 21px;
}
.user-info {
	display: block;
	float: right;
	font-size: 11px;
	margin-top: 6px;
}
.user-info img {
	margin-right: 10px;
}
.navbar {
	clear: both;
	/* [disabled]margin-top: 15px;
*/
}
.nav-item .nav-link {
	text-decoration: none;
	padding: 0 15px 0 15px;
	margin: 10px 0 10px 0;
	color: #FFF !important;
}
.nav-item .nav-link:hover {
	color: #999 !important;
}
.dropdown-menu {
	background-color: #343a40;
}
.datepicker-dropdown {
    background-color: #fff;
}
.dropdown-item {
	font-size: 14px;
	text-decoration: none;
}
.dropdown-item {
	color: white;
	width: 225px;
	text-align: center;
	padding: 10px 0 10px 0;
}
.dropdown-item:hover {
	background-color: transparent;
	color: #999;
}
.dropdown-toggle::after {
	border: none;
}
div.search {
	background-color: #F3F3F3;
	padding: 10px 0 10px 0;
	margin-bottom: 13px;
	border-bottom: 1px solid #E4E4E4;
}
div.display-setting {
	clear: both;
	float: right;
	margin-top: -28px;
}
.display-setting .form-group label {
	font-weight: bold;
	margin: 0 15px;
}
div.title {
	clear: both;
}
div.title.gray {
	background-color: #F3F3F3;
	border-bottom: 1px solid #E4E4E4;
}
.toggle-button {
	display: block;
	background-image: url(../images/btn_toggle_open.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	float: right;
	margin-top: 22px;
	margin-right: 0;
	text-decoration: none;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	min-width: 30px;
	cursor: pointer;
}
.toggle-button.opened {
	background-image: url(../images/btn_toggle_close.svg);
}
.title h1 {
	line-height: 110%;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-indent: 7px;
	margin: 0;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	border-left: 7px solid #27A638;
	margin: 5px 0 10px 1px;
	padding: 2px 0 0 10px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 13px 6px 8px 6px;
	border-top: 1px solid #333333;
	margin-top: 0px;
	color: #666666;
}
h3 .subtitle {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	color: #AAAAAA;
}
span.comment {
	font-weight: normal;
	font-size: 14px;
}
a {
	color: #0683C6;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0683C6;
}
.table, .table tbody {
	width: 100% !important;
}
.table {
	border-bottom: 5px solid #E4E4E4;
	vertical-align: middle;
	padding-top: 15px;
}
.table thead th {
	/*text-align: left;*/
	border-top: none;
	border-bottom: 4px solid #E4E4E4;
	padding: 8px 5px 8px 5px;
	background: white;
}
.table th, .table td {
	vertical-align: middle;
	line-height: 120%;
}
.table td {
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid #dee2e6;
}
th.center, td.center {
	text-align: center !important;
    text-indent: 0 !important;
}

.table td input[type="checkbox"] {
	margin-right: 0px;
}
.table-bordered {
	width: 100%;
	border-width: 1px;
}
.table-bordered th {
	text-align: left;
	background-color: #EFEFEF;
	text-indent: 5px;
	width: 210px;
}
.table-bordered th, .table-bordered td {
	padding: 5px 8px 5px 8px;
}
.table-bordered td span, .table-bordered th span {
	display: table-cell;
	height: 33px;
	vertical-align: middle;
}

.table-item-inline th {
	width: auto !important;
}

tr.no-border td {
	border-bottom-color: transparent !important;
}
tr.caution td {
	background-color: #ed8282;
}

table.table-product {
	width: 100% !important;
	white-space: nowrap;
}
.table-product td {
	padding: 4px !important;
}
.table-product th {
	padding : 5px 0 5px 0 !important;
}
.table-product button {
	padding-left: 4px !important;
	padding-right: 5px !important;
	margin: 0;
}
td.td-icon {
	padding: 5px 0 0 0 !important;
}
td.td-icon-group {
	padding: 5px 0 0 0 !important;
}
td.td-icon-group img {
	margin: 0px 3px !important;
}
td.td-btn {
	padding: 5px 0 4px 0 !important;
}
td.td-input {
	padding: 5px 0 0 0 !important;
}
.td-icon input:hover, .td-icon img:hover, .td-icon-group img:hover {
	opacity: 0.7;
	cursor: pointer;
}
td.td-2line {
	padding: 6px 0 0 0 !important;
}
td.td-2line2 {
    padding: 4px 0 0 0 !important;
}
td.td-2line3 {
	padding: 6px 0 0 4px !important;
}
td.keep-all {
	white-space: normal!important;
	word-break: keep-all!important;
}
td.td-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
td label {
	margin: 0;
}
.branch-number {
	float: left;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	min-width: 90px;
}
.branch-number input {
	float: left;
	margin: 8px 0 0 0;
}
.branch-number label {
	display: block;
	text-indent: 5px;
}
.message {
	color: red;
	min-height: 18px;
	line-height: 120%;
	padding-left: 5px;
    text-align: left;
}
/*.message {
	background: #FFF7F4;
	padding: 15px 20px 15px 20px;
	position: fixed;
	top: 200;
	margin: 0 auto;
	text-align: center;
	float: none;
	clear: both;
	border: 2px solid #FF0E0E;
	border-radius: 7px;
}*/

.title .content {
	text-align: center !important;
}
span.required-item {
	margin-left: 7px;
	color: #FF2031;
	font-size: 12px;
	border: 1px solid #FF2031;
	padding: 1px 5px 0 5px;
	border-radius: 2px;
}
.water-mark {
	color: #B3B3B3;
}
span.status {
	background-color: #F29600;
	color: white;
	font-size: 11px;
	padding: 2px 4px 1px 4px;
	border-radius: 3px;
	width: 82px;
	display: inline-block;
	text-align: center;
}
span.status1 {
	background-color: #F15F2B;
}
span.status2 {
	background-color: #F29600;
}
span.status3 {
	background-color: #F0C32A;
}
span.status4 {
	background-color: #27A638;
}
span.status5 {
	background-color: #4484F3;
}
span.status6 {
	background-color: #666666;
}
span.status7 {
    background-color: #F36767;
}
span.status8 {
    background-color: #72AD0E;
}
.table-claim tr td .status {
	width: 78px;
}
span.set-items {
	background-color: #333333;
	color: white;
	font-size: 11px;
	padding: 2px 4px 1px 4px;
	border-radius: 3px;
	width: auto;
	display: inline-block;
	text-align: center;
}
.btn-area-top {
	text-align: right;
	margin: 10px 0 10px 0;
	clear: both;
}
.btn-area-bottom {
	text-align: left;
	margin: 10px 0 10px 0;
	clear: both;
	min-height: 50px;
}
.btn-area-left {
	float: left;
}
.btn-area-right {
	float: right;
}
.table-top-btn-group {
	margin-bottom: 5px;
}
div.btn-area-lowermost {
	/* [disabled]background-color: #F3F3F3;
*/
	text-align: center;
	height: 50px;
	padding-top: 20px;
	position: relative;
	bottom: 0px;
	z-index: 100;
	width: 100%;
}
div.btn-area-lower {
	/* [disabled]background-color: #F3F3F3;
*/
	text-align: center;
	height: 50px;
	padding-top: 20px;
	position: relative;
	bottom: 0px;
	width: 100%;
}
.btn {
	/* [disabled]padding: 8px 14px;
*/
	border-radius: 7px;
	margin: 0 3px 0 3px;
	font-size: 14.5px;
}
.btn-lg {
	font-size: 17px;
	padding: 10px 17px;
}
.btn:hover {
	/* [disabled]opacity: 0.7;
*/
}
.btn-primary {
	background-color: white;
	color: #333;
	border: 2px solid #333;
}
.btn-primary:hover {
	opacity: 0.7;
	color: white;
}
.btn-default {
	background-color: white;
	color: #333;
	border: 2px solid #333;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px center;
}
.btn-default:hover {
	background-color: #333;
	color: white;
	border: 2px solid #333;/*fill: currentColor;*/
}
.btn-default:active {
	background-color: white;
	color: #333;
	border: 2px solid #333;
}
.btn-inner-td {
	padding: 5px 10px 4px 10px;
}
.btn-default.selected, .btn-default.selected:active {
	/* [disabled]background: linear-gradient(#007AD5, #00508A);
*/
	/* [disabled]border-color: #002948;
*/
	/* [disabled]color: white;
*/
}
.btn-default.selected:active {
	/* [disabled]color: white !important;
*/
}
.btn-search {
	width: 130px;
	background-image: url(../images/btn_search.svg) !important;
	padding-right: 22px;
}
.btn-search:hover {
	background-image: url(../images/btn_search_white.svg) !important;
}
.btn-download {
	background-image: url(../images/btn_download.svg) !important;
}
.btn-download:hover {
	background-image: url(../images/btn_download_white.svg) !important;
}
.btn-delete {
	background-image: url(../images/btn_delete.svg) !important;
}
.btn-delete:hover {
	background-image: url(../images/btn_delete_white.svg) !important;
}
.btn-cancel {
	background-image: url(../images/btn_delete.svg) !important;
}
.btn-cancel:hover {
	background-image: url(../images/btn_delete_white.svg) !important;
}
.btn-close {
	background-image: url(../images/btn_delete.svg) !important;
}
.btn-close:hover {
	background-image: url(../images/btn_delete_white.svg) !important;
}
.btn-return {
	background-image: url(../images/btn_return.svg) !important;
}
.btn-return:hover {
	background-image: url(../images/btn_return_white.svg) !important;
}
.btn-add {
	background-image: url(../images/btn_add.svg) !important;
}
.btn-add:hover {
	background-image: url(../images/btn_add_white.svg) !important;
}
.btn-copy {
	background-image: url(../images/btn_copy.svg) !important;
}
.btn-copy:hover {
	background-image: url(../images/btn_copy_white.svg) !important;
}
.btn-schedule {
	background-image: url(../images/btn_schedule.svg) !important;
}
.btn-schedule:hover {
	background-image: url(../images/btn_schedule_white.svg) !important;
}
.btn-back {
	background-image: url(../images/btn_back.svg) !important;
}
.btn-back:hover {
	background-image: url(../images/btn_back_white.svg) !important;
}
.btn-register {
	background-image: url(../images/btn_register.svg) !important;
	/* [disabled]background-color: #FFE4B9;
*/
	width: 100px;
}
.btn-register:hover {
	background-image: url(../images/btn_register_white.svg) !important;
	/* [disabled]background-color: #FFE4B9;
*/
	width: 100px;
}
.btn-report {
	background-image: url(../images/btn_doc.svg) !important;
	width: 250px;
}
.btn-back {
	float: left;
}
.btn-display {
	padding-left: 14px;
}
a.btn-icon {
	background-color: #F29600;
	background-image: url(../images/icon_edit.svg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	border-radius: 15px;
	background-position: center center;
	/* [disabled]float: left;
*/
}
a.btn-icon:hover {
	opacity: 0.6;
}
.form-group.wide {
	width: 100% !important;
}
.form-control {
	width: auto;
	background-color: #FAFAFA;
	font-size: 0.8rem;
	padding-top: 5px;
	padding-bottom: 5px;
}
.search .form-control {
	background-color: white;
	/* [disabled]padding-top: 3px;
*/
	/* [disabled]padding-bottom: 3px;
*/
	border: 1px solid #EAEAEA;
}
:disabled.form-control, [readonly].form-control {
	background-color: #e9ecef;
	border: 1px solid #ced4da;
}
.search .form-group {
	padding: 3px 0 3px 0;
	width: 100%;
	/* [disabled]border-bottom: 1px solid #E6E6E6;
*/
	margin: 0 10px 0 10px;
}
.search .form-group label {
	min-width: 110px;
	text-align: left !important;
	display: block;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}
.btn-area {
	clear: both;
	text-align: center !important;
	width: 100%;
	margin: 5px 0 5px 0;
}
span.period {
	display: block;
	margin-right: 5px;
	min-height: 33px;
	line-height: 33px;
	float: left;
}
label {
	font-weight: normal;
}
input[type="radio"], input[type="checkbox"] {
	/*margin-right: 7px;*/
	margin-left: 5px;
}
select.form-control {
	background-image: url(../images/btn_pulldown.svg);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding-right: 30px;
}
select.form-control:not([size]):not([multiple]) {
	height: auto;
}
 select.form-control::-ms-expand {
 display: none;
}
.form-control.date {
	width: 105px;
	float: left;
	margin-right: 5px;
}
.form-control.short {
	width: 75px;
	float: left;
	margin-right: 5px;
}
.form-control.short2 {
	width: 60px;
	float: left;
	margin-right: 5px;
}
.form-control.middle {
	width: 120px;
	float: left;
	margin-right: 5px;
}
.form-control.middle2 {
	width: 180px;
	float: left;
	margin-right: 5px;
}
.form-control.wide {
	width: 200px;
	float: left;
	margin-right: 5px;
}
.form-control.wide2 {
	width: 400px;
	float: left;
	margin-right: 5px;
}
.form-control.wide3 {
    width: 500px;
    float: left;
    margin-right: 5px;
}
.form-control.wide.remarks {
	/*width: 800px;*/
	float: left;
	margin-right: 5px;
}
.form-control.model {
    width: 265px;
    float: left;
    margin-right: 5px;
}
/* 旧出荷台帳管理一覧用 *****************************/
.form-control.old-date {
    width: 90px;
    float: left;
    padding: 5px;
}
span.old-period {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    min-height: 33px;
    line-height: 33px;
    float: left;
}
label.old-label {
    padding-left: 5px;
    margin-right: 5px
}
/* ************************************************/

textarea.form-control.wide {
	width: 100%;
}
/* 帳票フォーマット変更対応 *************************/
textarea.form-control.wide2 {
	width: 45%;
    height: calc( 1.3em * 4 );
    line-height: 1.3;
}
textarea.form-control.wide3 {
	width: 43%;
    height: calc( 1.3em * 4 );
    line-height: 1.3;
}
textarea.form-control.wide4 {
	width: 81%;
    height: calc( 1.3em * 5 );
    line-height: 1.3;
}
/* ************************************************/
div.display-pattern {
	float: left;
	min-width: 300px;
	margin-top: 15px;
}
.display-pattern label {
	font-weight: bold;
	margin: 5px 15px 0 8px;
	/*float: left;*/
}
.switching-btn-group {
	text-align: right;
	min-height: 35px;
	margin: 15px auto 5px auto;
	float: right;
	/*width: 300px;*/
}
.switching-btn-group select {
	float: right;
}
.year-switching {
	margin: 0 20px;
	float: right;
}
.year-switching span {
	background-color: #EBEBEB;
	display: table-cell;
	height: 32px;
	vertical-align: middle;
	width: 55px;
	text-align: center;
	font-weight: bold;
	color: #BABABA;
	line-height: 31px;
}
.year-switching span:hover {
	opacity: 0.7;
	cursor: pointer;
}
.year-switching span.selected {
	background-color: #F7F7F7;
	color: #666666;
}
.year-switching-left {
	border-radius: 7px 0 0 7px;
}
.year-switching-right {
	border-radius: 0 7px 7px 0;
}
.header-top, .header-bottom {
	margin: 0 auto 0 auto;
	clear: both;
}
footer {
	background: #F3F3F3;
	height: 100px;
	font-size: 10px;
	text-align: center;
	/*margin-top: 30px;*/
	padding: 15px 0 15px 0;
	clear: both;
	border-top: 1px solid #E4E4E4;
}
main {
	padding-bottom: 100px;
}
#page-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
}
#page-top a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	border-radius: 45px;
	width: 45px;
	height: 45px;
	background-color: #8FC0E4;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url(../image/common/page_top.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}
h5.modal-title {
	font-weight: bold;
}
.modal-dialog {
	max-width: 500px;
}
.modal-body {
	padding: 15px 15px 15px 15px;
}
.modal-dialog .table-bordered th {
	width: 150px;
}

/*出荷情報登録画面の備考欄の調整で追加 19.11.27 PRC.Hotta */
.modal-dialog .table-bordered2 tr {
	width: 80px;
}
/*出荷票画面共通*/
.shipping-bill {
	border: 1px solid #cccccc;
	padding: 20px;
}
.shipping-bill h1{
	float:left;
	padding: 10px 10px 10px 15px;
}
div.blank {
	float: right;
	width: 133px;
	height: 133px;
	border: 1px solid #dddddd;
	margin: 0 0 15px 15px;
}
.shipping-bill table th{
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	text-indent: 0;
}
.shipping-bill table th.small {
	font-weight: bold;
	font-size: 85%;
}
.shipping-bill table td{
	padding-left: 8px;
	padding-right: 8px;
	height: 44px;
}
.shipping-bill table td span {
	display: inline;
}
.approval-area {
	float: right;
	width: 600px;
}
th.border-bold {
	border: 3px solid #aaaaaa;
	border-bottom: none;
}
td.border-bold {
	border: 3px solid #aaaaaa;
	border-top: none;
}
.table-overseas th {
	font-size: 94%;
	padding-left: 6px !important;
	padding-right: 6px !important;
}
th.w-50, td.w-50{
	width: 50px!important;
}
th.w-360, td.w-360{
	width: 360px!important;
}
/* タブレット、PC用CSS *****************************/
@media all and (min-width:768px) {
.content .form-inline.text-left .form-group {
	width: 47%;
}
}

/* PC用CSS *****************************/
@media all and (min-width:992px) {
div.content {
	width: 910px;
	margin: 0 auto;
}
.navbar-nav .nav-item {
	/* [disabled]width:210px;
*/
	text-align: center;
	min-width: 115px;
}
.nav-item .nav-link {
	border-left: 1px solid #666666;
	width: 182px;
}
.nav-item.last .nav-link {
	border-right: 1px solid #666666;
}
table.table-product {
	width: 400px !important;
	float: left;
	white-space: nowrap;
}	
table.table-product.left {
	margin-right: 20px;
}	

.display-pattern select {
    display: inline-block;
}

.result-select select{
    width:200px;
}

}

/* ワイド PC用CSS *****************************/
@media all and (min-width:1200px) {
div.content {
	width: 1120px;
}
.nav-item .nav-link {
	width: 225px;
}
table.table-product {
	width: 550px !important;
	float: left;
	white-space: nowrap;
}

.content .form-inline.text-left .form-group {
	width: 32%;
}
.search .form-group {
	margin: 0 3px 0 3px;
}
.title h1 {
	text-indent: 2px;
}
}

/* スマートフォン用CSS *****************************/
@media all and (max-width:767px) {
.company-logo {
	height: 33px;
	margin-left: 5px;
	margin-right: 5px;
}
.navbar {
	margin-top: 0;
}
span.system-logo-right {
	display: none;
}
.user-info {
	clear: both;
	position: relative;
	top: 35px;
	color: #ccc;
	z-index: 1000;
	margin: 0 10px 0 0;
	text-align: right;
}
.user-info img {
	display: none;
}
.btn-area-left, .btn-area-right {
	float: none !important;
	clear: both !important;
	text-align: center !important;
	width: 100% !important;
	margin : 10px auto;
}
.btn-area-left .btn, .btn-area-right .btn {
	float: none;
	width: 200px !important;
	margin: 3px 20px !important;
}
.search .btn-search {
	width: 200px;
}
}

/*スマートフォン、タブレット用CSS*****************************/
@media all and (max-width:991px) {
.nav-item .nav-link {
}
.navbar-dark .navbar-toggler {
	border-color: transparent;
}
.dropdown-item {
	text-align: left;
	text-indent: 30px;
}
.dropdown-menu.show {
	border: 1px solid #343a40;
}
table.table-product {
	width: 100% !important;
}
}

th.result{
    text-align: center;
}
