@charset "UTF-8";

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.clearfix {
	width:100%;
	overflow:hidden;
}


.floatL {
	float: left;
}

.floatR {
	float: right;
}

.sp{
	display: none;
}


/*独自クラス（用編集）*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #5f5f64;
	font-family: "メイリオ", Helvetica, Futura, Consolas, 'Lucida Console', 'Century Gothic', Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

html,
body{
	height:100%;
}

body {
	background-color: #ffffff;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


textarea:placeholder-shown,
input:placeholder-shown {
	color: #cccccc;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #cccccc;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}
textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #cccccc;
}

.box {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex1 {
	flex: 1;
}

.stickyWap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 60vh;
    margin: 1vw;
    border: 2px solid #ccc;
}
.stickyWap table{
	width: auto;
	min-width: 100%;
}
.stickyWap td,
.stickyWap th{
	background: #fff;
	white-space: nowrap;
}

.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.sticky:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.stickyWap .z-02 {
  z-index: 2;
}

.batch {
	display: inline-block;
	border-radius: 5px;
	background: #ff006c;
	color: #fff;
	width: 20px;
	min-height: 20px;
	text-align: center;
	line-height: 20px;
}

.plainTxt {
	line-height: 1.5;
	padding-bottom: 10px;
}

/*汎用ボタン*/
.bt {
	/*	display: inline-block;*/
	background: #6c739e;
	border-radius: 5px;
	padding: 5px 20px;
	margin: 10px;
	text-align: center;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}

.btOff {
	display: inline-block;
	background: #CCC;
	border-radius: 5px;
	padding: 5px 20px;
	margin: 10px;
	text-align: center;
	color: #fff;
	border: 0;
	cursor: default;
}

.bt2 {
	min-width: 50px;
	display: inline-block;
	border: #6c739e solid 1px;
	color: #6c739e;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
}

.bt3 {
	min-width: 50px;
	display: inline-block;
	border: #ff006c solid 1px;
	color: #ff006c;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
}

.bt_next{
	display: inline-block;
	background: #007aff;
	border-radius: 5px;
	padding: 5px 30px;
	margin: 10px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.bt_back{
	display: inline-block;
	background: #3cb371;
	border-radius: 5px;
	padding: 5px 20px;
	margin: 10px;
	text-align: center;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.bt_warning{
	display: inline-block;
	background: #ff006c;
	border-radius: 5px;
	padding: 5px 30px;
	margin: 10px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.displayOn {
	border: #007aff solid 1px;
	background: #007aff;
	color: #fff;
}

.displayOff {
	border: #ccc solid 1px;
	background: #ccc;
	color: #fff;
}

.deleteOn {
	border: #ff006c solid 1px;
	background: #ff006c;
	color: #fff;
}

.deleteOff {
	border: #ccc solid 1px;
	background: #ccc;
	color: #fff;
}


.more {
	text-align: right;
}

.bt_next:hover,
.bt_back:hover,
.bt_warning:hover,
.bt3:hover,
.bt2:hover,
.bt:hover {
	opacity: 0.8;
	text-decoration: none;
}

.listTable th{
	text-align: center;
	padding: 10px;
	background: #eee;
	border-right: dotted #ccc 1px;
	border-left: dotted #ccc 1px;
	font-size: 12px;
}

.th_orderNo {
	min-width: 150px;
}

.th_tradingDate,
.th_tradingClient_staffName,
.th_deliveryClient_staffName,
.th_tradingClient_prefectures{
	min-width: 200px;
}

.th_tradingClient_prefectures_name,
.th_deliveryClient_prefectures_name{
	min-width: 100px;
}

.listTable td{
	padding: 5px 2px;
	text-align: center;
	border-bottom: solid 2px #6c739e;
	border-right: dotted #ccc 1px;
	border-left: dotted #ccc 1px;
	font-size: 13px;
}

.td_statusId span{
	display: inline-block;
	padding: 0 10px;
	background: #666;
	color: #fff;
	min-width: 72px;
	text-align: center;
}

.td_statusId .pinkBlock {
	background: #ff006c;
}

.td_statusId .yellowBlock {
	background: #eee95a;
}

.td_statusId .blueBlock {
	background: #addaeb;
}

.td_statusId .grayBlock {
	background: #ccc;
}

/*サイド*/
#sideBlock {
	position: fixed;
	height:100%;
	background: #043459;
	width: 280px;
	overflow-y: scroll;
	z-index: 100;
	height: 100%;
}

#sideBlock h1{
	/*background: url(../img/side/sideLogo.png) #ebeaea center no-repeat;*/
	height: 128px;
	text-indent: -10000px;
	overflow: hidden;
}

#sideBlock h1 a{
	color: #fff;
}

#sideBlock .loginNameBlock {
	background: #696969;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

#search_form {
	padding: 10px 20px;
}

#search_input {
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
	background: #6c739e;
	font-size: 18px;
	padding: 2px;
	line-height: 22px;
	width: 180px;
}

.searchBt {
	display: inline-block;
	overflow: hidden;
	text-indent: -1000px;
	border: 0px;
	width: 25px;
	height: 25px;
	/*background: url(../img/common/search.png) left top no-repeat;*/
	background-size: 25px;
	margin-left: 5px;
	cursor: pointer;
}

.searchBt:hover {
	opacity: 0.8;
}

#sideMenu{
	position: relative;
	padding-bottom: 150px;
}


#sideMenu li {
	box-sizing: border-box;
	padding: 20px;
	height: 60px;
	border-bottom: 1px solid #fff;
}

#sideMenu .childList{
	height: auto;
	padding: 0;
	border-bottom: 0;
	background: #a0a1ab;
}

#sideMenu .childList{
	display: none;
	height: auto;
	padding: 0;
	border-bottom: 0;
	background: #a0a1ab;
}

#sideMenu .childList li{
	height: 40px;
	padding: 0;
	border-bottom: 1px #fff dashed;
}


#sideMenu .childList li a{
	line-height: 40px;
	font-size: 13px;
	padding-left: 35px;
}

#sideMenu .current{
	background: #fff;
}

#sideMenu .current a{
	background-position: bottom left;
	color: #a3a3a3;
}

#sideMenu .openChild{
	background: #a0a1ab;
	border-bottom: 1px #fff dashed;
}

#sideMenu li a{
	display: block;
	height: 25px;
	background-size: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
}

#sideMenu li a:hover {
	text-decoration: none;
	opacity: 0.8;
}


#sideMenu .logout {
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	bottom:20px;
}

#sideMenu .logout a{
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	padding: 10px 50px;
	margin: 10px;
	border: #fff solid 1px;
}

#sideMenu .logout a:hover{
	opacity: 0.8;
	text-decoration: none;
}

#sideMenu .sideAlert{
	background: #800000;
	padding: 10px;
	margin: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

#sideMenu .closeIcon,
#sideMenu .opnIcon{
	color: #fff;
}

#sideMenu .current .closeIcon,
#sideMenu .current .opnIcon{
	color: #a3a3a3;
}

#sideMenu .titleSideMenu {
	background: #5f5f64;
}

#sideMenu .opnIcon{
	display: none;
}

#sideMenu .current .opnIcon,
#sideMenu .openChild .opnIcon{
	display: inline;
}

#sideMenu .current .closeIcon,
#sideMenu .openChild .closeIcon{
	display: none;
}

#sideMenu h4{
	background: #696969;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    font-weight: normal;
}

#sideMenu .liTitle{
	box-sizing: border-box;
	padding: 0;
	height: auto;
	border-bottom: 1px solid #fff;
}

#authorityList {
	background: #a94a4a;
}

#authorityList h2{
	background: #791919;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}



/*ページ内サブメニュー*/

#subMenu {
	border-bottom: solid #6c739e 1px;
}


#subMenu li {
	border-top: solid #a0a1ab 1px;
	border-right: solid #a0a1ab 1px;
	flex: 1;
	text-align: center;
}

#subMenu li a{
	box-sizing: border-box;
	height: 100%;
	display: block;
	color: #a0a1ab;
	font-size: 20px;
	padding: 20px;
}

#subMenu li a:hover{
	text-decoration: none;
	background: #eaeaea;
	color: #fff;
}

#subMenu .current{
	border-top: solid #6c739e 1px;
	border-right: solid #6c739e 1px;
	border-bottom: solid #fff 1px;
	margin-bottom: -1px;
}

#subMenu .current a{
	color: #6c739e;
}

#subMenu .current a:hover{
	color: #6c739e;
	background: none;
	cursor: default;
}

#historyMenu li a,
#webmasterMenu li a{
	font-size: 14px;
	padding: 5px;
	line-height: 20px;
}

#subMenu .fieldManagementSubMenu li a{
	font-size: 12px;
}

.diceList {
	margin-bottom: 20px;
}

.diceList li{
	margin-left: 2em;
	list-style-type: disc;
	margin-bottom: 10px;
}


.note {
	text-indent: -1em;
	line-height: 1.5;
	font-size: 12px;
	padding-left: 1em;
	margin-top: 10px;
}

/*コンテナ内共通設定*/

#container {
	padding: 2vw 0;
	/*min-width: 800px;*/
}


.rightContainer{
	margin-left: 280px;
}

#container .contentsBlock {
	margin-bottom: 30px;
}

#container .containerBody {
	margin: 2vw;
}


#container h2{
	font-size: 36px;
	padding: 0 5px;
	color: #0166ad;
	font-weight: normal;
	margin-bottom: 20px;
}

#container h3{
	border-left: 10px #6c739e solid;
	border-bottom: 1px #6c739e solid;
	font-size: 26px;
	padding: 0 5px;
	color: #6c739e;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 20px;
}

#container .alert {
	background: #a94a4a;
	color: #fff;
	padding: 20px;
	margin-top: 30px;
}

#container .loginBlock {
	margin-bottom: 20px;
}

#container h4{
	margin: 20px 0 10px;
	border-bottom: 1px #5f5f64 solid;
	font-size: 20px;
}

#container > p{
	margin: 20px;
	line-height: 1.5;
}

#container .freeTxt {
	padding: 20px;
	line-height: 1.5;
	background: #f5f5f5;
	margin: 20px 0;
}

#container .privacypolicyBox {
	overflow-y: scroll;
	height: 200px;
}

textarea {
	border:1px solid #888;
	width: 100%;
	background: #fff;
}


.listTable {
	width: 100%;
	padding: 20px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}

.ghostBt {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	margin: 10px auto;
}

.errorMessage {
	background: #ff006c;
	color: #fff;
	padding: 10px 30px;
	margin: 20px;
}

.systemMessage {
	background: #0166ad;
	color: #fff;
	padding: 10px 30px;
	margin: 20px;
}

.accessLevelTxt {
	font-size: 14px;
}

/*汎用要素*/

.detailDl{
	margin: 5px 20px;
}

.detailDl dt{
	text-align: center;
	font-weight: bold;
}

.detailDl dd{
	text-align: center;
	word-break: break-all;
}

.client {
	margin: 10px;
	flex-wrap: nowrap;
}

.client > div {
	padding: 0 10px;
}

.clientTable {
	width: 100%;
	border-collapse: collapse;
	border: solid #ccc 1px;
}

.clientTable thead th{
	background: #ccc;
	text-align: left;
	padding: 5px;
}

.clientTable tbody th{
	text-align: left;
	padding: 10px;
	padding-left: 30px;
	min-width: 90px;
}

.clientTable tr{
	border-bottom:solid #ccc 1px;
}

.clientTable td{
	padding: 10px;
	word-break: break-all;
}

.formLoopTableWap {
	padding: 0 20px;
}

.formLoopTable {
	width: 100%;
	border-collapse: collapse;
	border: solid #ccc 1px;
	margin: 20px 0;
}

.formLoopTable thead th{
	background: #ccc;
	text-align: left;
	padding: 5px;
}

.formLoopTable tbody th{
	text-align: left;
	padding: 10px;
	padding-left: 30px;
	width: 30%;
}

.formLoopTable tr{
	border-bottom:solid #ccc 1px;
}

.formLoopTable td{
	padding: 10px;
}



.detailTable {
	width: 100%;
	border-collapse: collapse;
	border: solid #ccc 1px;
	margin: 20px 0;
}

.detailTable thead th{
	background: #ccc;
	text-align: left;
	padding: 5px;
}

.detailTable tbody th{
	background: #eee;
	text-align: left;
	padding: 10px;
	width: 20%;
	border-right: dotted #ccc 1px;
	border-left: dotted #ccc 1px;
	box-sizing: border-box;
}


.detailTable tr{
	border-bottom:solid #ccc 1px;
}
.detailTable tr.confirmingTr{
	border-bottom:dotted #eee 1px;
}

.detailTable td{
	padding: 10px 5px;
	vertical-align: bottom;
}

.textareaDl {
	margin: 20px;
	border: solid #ccc 1px;
}

.textareaDl dt{
	background: #ccc;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}

.textareaDl dd{
	padding: 10px 20px;
	text-align: left;
}


.unionTable,
.unionTable tr,
.tradingTable,
.tradingTable tr{
	border-color: #b7e9db;
}

.unionTable thead th,
.tradingTable thead th{
	background: #b7e9db;
}

.carTable,
.carTable tr,
.deliveryTable,
.deliveryTable tr{
	border-color: #b7d7e9;
}

.carTable thead th,
.deliveryTable thead th{
	background: #b7d7e9;
}

.detailBt {
	text-align: center;
}

.detailBt a{
	margin: 0 10px;
}


/*ページネーション*/

.pagenation {
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}
.pagenation ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
}
.pagenation li {
	position:relative;
	left:-50%;
	float:left;
}
.pagenation li a {
	margin: 0 3px;
	padding:3px 7px;
	display: block;
	text-decoration:none;
	color: #fff;
	background: #6c739e;
	line-height: 30px;
	width: 30px;
	text-align: center;
}

.pagenation .next a,
.pagenation .prev a {
	color: #6c739e;
	background: none;
	font-size: 30px;
}

.pagenation li.current a{
	background: #ccc;
}

.pagenation li a:hover {
	opacity: 0.8;
}


/*電話番号検索*/

.requesterBox {
	margin: 40px 20px;
}

.requesterBox p{
	text-align: center;
}

.requesterBox dt{
	width: 40%;
	margin-right: 50px;
	text-align: right;
}

.requesterBox dl{
	margin: 10px 0;
}

.requesterBox dd input{
	width: 400px;
}

/*sort*/

.sortable{
	margin: 20px;
}

.sortLi{
	background-color: #666;
	padding: 10px;
	text-align: left;
	border-bottom: solid 2px #fff;
	font-size: 16px;
}

.sortLi span{
	color: #fff;
}


/*Search*/
.searchAccordion{
	background-color: #5f5f64;
	color: #fff;
	font-size: 20px;
	padding: 5px;
}

.searchAccordion .closeIcon,
.searchAccordion .opnIcon{
	background-color: #5f5f64;
	color: #fff;
	font-size: 20px;
	padding: 5px;
}

.searchAccordion .opnIcon{
	display: none;
}

.button_on .opnIcon{
	display: inline;
}


.button_on .closeIcon{
	display: none;
}

/*footer*/

#footer {
	width: 100%;
	min-width: 1000px;
	background: #000000;
}

#footer address{
	display: block;
	width: 1000px;
	text-align: right;
	color: #fff;
	font-style: normal;
	font-size: 10px;
	line-height: 30px;
	margin: 0 auto;
}

#footer address a{
	color: #fff;
	font-style: normal;
	text-decoration: none;
}

/*独自クラスここまで*/


/*汎用クラス*/

.hover:hover {
	opacity: 0.9;
}

.boxCenter {
	margin: 0 auto;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.txHidden {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

.alignR {
	text-align: right !important;
	width: inherit;
}

.alignL {
	text-align: left !important;
	width: inherit;
}

.alignC {
	text-align: center !important;
	width: inherit;
}

.textL {
	font-size: 20px;
}

.textM {
	font-size: 14px;
}

.textS {
	font-size: 10px;
}

.inline {
	display: inline;
}

.inlineBlock {
	display: inline-block;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #0000ff !important;
}

.green{
	color: #00ff00 !important;
}

.yellow{
	color: #ffff00 !important;
}

.pink{
	color: #ff00ff !important;
}

.childForm {
	display: none;
}

.accordion:hover{
	cursor: pointer;
}

.listBox{
	display: inline-block;
	background: #6c739e;
	border-radius: 5px;
	padding: 5px 20px;
	margin: 10px;
	text-align: center;
	color: #fff;
}


.noActive {
	color: #ccc;
}

tr[reserveStatus=仮申込み]{
	background: #f6bfbc;
}

tr[reserveStatus=仮申込み] td {
	border-right: dotted #666 1px;
	border-left: dotted #666 1px;
}

tr[reserveStatus=キャンセル],
tr[reserveStatus=自動キャンセル],
tr[reserveStatus=キャンセル(本予約)],
tr[reserveStatus=過去/終了分]{
	background: #eee;
}
tr[reserveStatus=キャンセル] td,
tr[reserveStatus=自動キャンセル] td,
tr[reserveStatus=キャンセル(本予約)] td,
tr[reserveStatus=過去/終了分] td {
	border-right: dotted #666 1px;
	border-left: dotted #666 1px;
}

img {
	border-style:none;
	vertical-align: bottom;
}

a {
	overflow: hidden;
	outline: none;
}

/* 30px @ 320px increasing to 80px @ 1000px */
.fontSize_xl {
	font-size: calc(1.875rem + ((1vw - 3.2px) * 7.3529));
	/* Where: * 7.3529 = 100 * font_Size_Difference / viewport_Width_Difference */
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1000px) {
	.fontSize_xl {
		font-size: 80px;
	}
}

/* 20px @ 320px increasing to 48px @ 1000px */
.fontSize_l {
	font-size: calc(1.25rem + ((1vw - 3.2px) * 4.1176));
	/* Where: * 4.1176 = 100 * font_Size_Difference / viewport_Width_Difference */
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1000px) {
	.fontSize_l {
		font-size: 48px;
	}
}

/* 15px @ 320px increasing to 24px @ 1000px */
.fontSize_m {
	font-size: calc(1rem + ((1vw - 3.2px) * 2.9412));
	/* Where: * 2.9412 = 100 * font_Size_Difference / viewport_Width_Difference */
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1000px) {
	.fontSize_m {
		font-size: 36px;
	}
}

/* 14px @ 320px increasing to 19px @ 1000px */
.fontSize_s {
	font-size: calc(0.875rem + ((1vw - 3.2px) * 0.7353));
	/* Where: * 0.7353 = 100 * font_Size_Difference / viewport_Width_Difference */
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1000px) {
	.fontSize_s {
		font-size: 19px;
	}
}

/* 12px @ 320px increasing to 16px @ 1000px */
.fontSize_s2 {
	font-size: calc(0.75rem + ((1vw - 3.2px) * 0.5882));
	/* Where: * 0.5882 = 100 * font_Size_Difference / viewport_Width_Difference */
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1000px) {
	.fontSize_s2 {
		font-size: 16px;
	}
}

.fontSize_ss {
	font-size: 12px;
}

.alertBank {
	background: #CC0000;
	color: #fff;
	padding: 10px;
	display: none;
}

.alertBank b{
	color: #fff;
}


