/* 入力エラー */
html {
	font-size: 14px;
}
@include media-breakpoint-up(sm) {
	html {
		font-size: 1.2rem;
	}
}
@include media-breakpoint-up(md) {
	html {
		font-size: 1.4rem;
	}
}
@include media-breakpoint-up(lg) {
	html {
		font-size: 1.6rem;
	}
}



/***** 下層共通 *****/
header #headerNav {
	background-color: #FFFFFF !important;
}
header img.logo {
	width: auto;
	height: 30px;
}
header span.org-name {
	width: auto;
	padding-left: 15px;
	font-size: 1rem;
}
@media screen and (max-width: 700px) {
	header span.org-name {
		display:  none;
	}
}

.breadcrumbArea {
}
.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}
.breadcrumbArea, .breadcrumb {
	background-color: #E3E3E3;
}
.breadcrumbArea {
	border-bottom: 1px solid #858585;
}
.breadcrumb {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
main {
	padding-top: 130px !important;
	padding-bottom: 70px;

}
footer{
}

#SearchForms th{
	vertical-align: middle;
	background-color: #f8f9fa!important;
}
#SearchForms td{
	vertical-align: middle;
}
.footer-copy {
	padding-top: 1rem  !important;
	padding-bottom: 1rem !important;
	background-color: #E3E3E3;
	border-top: 1px solid #858585;
}

/***** エラー *****/
dl.error {
	border: 1px solid #FF0000;
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
dl.error dt {
	border-bottom: 1px solid #FF0000;
	background-color: #FFC9C9;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	padding: 0.5rem;
	margin: 0;
}
dl.error dd {
	padding: 0.5rem;
	margin: 0;
	text-align: left;
}

/***** bd-callout *****/
.bs-callout {
	padding: 20px;
	margin: 0 0 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
*.bs-callout:empty {
	padding: 20px;
	margin: 0px;
	border: none;   
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout+.bs-callout {
	margin-top: -5px;
}
.bs-callout-default {
	border-left-color: #777;
}
.bs-callout-default h4 {
	color: #777;
}
.bs-callout-primary {
	border-left-color: #428bca;
}
.bs-callout-primary h4 {
	color: #428bca;
}
.bs-callout-success {
	border-left-color: #5cb85c;
}
.bs-callout-success h4 {
	color: #5cb85c;
}
.bs-callout-danger {
	border-left-color: #d9534f;
}
.bs-callout-danger h4 {
	color: #d9534f;
}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
	color: #f0ad4e;
}
.bs-callout-info {
	border-left-color: #5bc0de;
}
.bs-callout-info h4 {
	color: #5bc0de;
}


.sending-title{
	border-top: 1px solid #858585;
	background-color: #f8f9fa!important;
	border-bottom: 3px double #858585!important;
}
.sending-list{
	border-bottom: 1px solid #858585;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
}
.sending-list:last-child{
}
.sending-list div > div {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	word-break: break-all!important;
}
.sending-list div > div > span {
	display: inline-block;
}

.status-label{
	display: inline-block;
	width: calc(100% - 15px - 1rem);
	height: 100%;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
}
.sending_request{
	background-color: #FF0000;
}
.sending_arrangement{
	background-color: #DD6900;
}
.sending_completion{
	background-color: #0000FF;
}
.shipping_requested{
	background-color: #008400;
}

.w-1 {
	width: 1%!important;
}
.w-10 {
	width: 10%!important;
}
.w-15 {
	width: 15%!important;
}
.w-35 {
	width: 35%!important;
}
.w-30 {
	width: 30%!important;
}
.w-40 {
	width: 40%!important;
}
.w-150px{
	width: 150px!important;
}
.required{
	color: #FF0000;
}
.border-label{
	display: block;
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	padding-left: 1em;
	border-left: 3px solid #BCBCBC!important;
	line-height: normal;
	font-weight: bold;
}
.input-error {
    color: red;
    font-size: 0.875rem;
}

img.icon{
	vertical-align: middle;
	margin-right: 0.5rem;
}
.text-ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dt-list dt, .dt-list dd {
	font-weight: normal;
	margin: 0;
}
/***** table *****/
.table-nowrap th, .table-nowrap td {
	white-space: nowrap;
	vertical-align: middle!important;
	text-align: center; 
}
.table-input th, .table-input td {
	white-space: nowrap;
	vertical-align: middle!important;
}
.table-input th {
	text-align: center;
	background-color: #EBEBEB;
}

.btn_search_tel {
	display: inline;
}
@media screen and (max-width: 576px) {
	.btn_search_tel {
		display:  none;
	}
}

/***** TOPへ *****/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 99999;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* カレンダー */
.fc-center h2{
	font-size: 1.4rem;
}
.fc-list-empty{
	padding: 1em auto;
}

/* テキスト */
.text-remark {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.text-caution {
	display: block;
	font-size: 95%;
	color: red;
}
.text-break {
}


/* 出荷登録画面 */
.btn-arrangement{
    color: #FFFFFF;
	background-color: #DD6900;
}
.btn-completion{
    color: #FFFFFF;
	background-color: #0000FF;
}