@charset "UTF-8";


/**************************************************
　Element
***************************************************/

* { 
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	min-width: 100%;
	overflow-x: hidden;
	position: relative;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
p { line-height: 1.8em; }
a { text-decoration: none; }
li { list-style-type: none; }
img, a img { border-style: none; }
h1, h2, h3, h4, h5 { font-weight: bold; }
input:not( [ type='checkbox' ] ) {
	box-sizing: border-box;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
}
select {
	box-sizing: border-box;
	height: 40px;
	padding-left: 10px;
}
table {
	border-collapse: collapse;
}
table th,
table td {
	border: 1px solid #111;
	box-sizing: border-box;
	vertical-align: middle;
}
table th {
	font-weight: normal;
	overflow: hidden;
	text-align: center;
}
.thResizable th {
	resize: horizontal;
}
table td {
	padding: 3px 5px 2px;
}
button {
	cursor: pointer;
	padding: 10px 30px;
}

/* Original Class */
.eachBlock {
	box-sizing: border-box;
}
.contents {
	position: relative;
}
.eachBlock .contents {
	margin: 0 auto;
}
.pageTop {
	cursor: pointer;
	display: block;
}
.small {
	font-size: .9em;
}
.gray {
	color: #888;
}
.red {
	color: #F00;
}
.green {
	color: #129F3F;
}
.caption {
	color: #888;
	font-size: 90%;
}
.caption a {
	color: #888;
}
.error {
	color: #F00;
	font-size: 90%;
}
.printBtn {
	margin: 0 0 30px 40px;
}
.none:not( th, td ) {
	display: none;
}
table .none {
	border: 0px none;
}
input.required {
	background-color: #FFDEDB;
	border: none;
}
.positionCenter { text-align: center; }
.positionRight { text-align: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both; }
.btn {
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.btn.disabled {
	background-color: #888 !important;
	cursor: not-allowed;
}
.clearfix::after{
	clear: both;
	content: "";
	display: block;
}
.pan {
	height: 20px;
	margin: 0 auto;
}
.pan li {
	float: left;
}
.pan li::before {
	color: #999;
	content: "＞ ";
	font-size: 90%;
	padding-left: 7px;
}
.pan li a {
	color: #999;
	font-size: 90%;
}
.whiteBg {
	background-color: #FFF;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 15;
}
.eachLabel {
	background: #f0efef;
	box-sizing: border-box;
	border-radius: 5px;
	color: #555;
	cursor: pointer;
	font-size: 1.6em;
	font-weight: bold;
	height: 80px;
	line-height: 82px;
	margin: 20px 0 30px 30px;
	padding-left: 30px;
	position: relative;
}
.eachLabel::after {
	color: #a8a8a8;
	content: '+';
	display: inline-block;
	position: absolute;
	right: 20px;
	transform: scale( 1.1, 1.0 );
	top: 0;
}
.eachLabel.opening::after {
	content: '－';
}
.eachLabel:first-of-type {
	margin-top: 60px;
}
input.short {
	width: 120px !important;
}
input.sshort {
	width: 80px !important;
}


/**************************************************
　Header
***************************************************/

header {
	background-color: #156190;
	height: 80px;
	position: relative;
	top: 0;
	width: 100vw;
	z-index: 31;
}

/* Menu */
header nav {
	display: none;
}
header nav {
	background-color: #f4f4f4;
	box-sizing: border-box;
	height: calc( 100vh - 80px );
	position: fixed;
	right: 0;
	top: 80px;
}
header nav a {
	color: #555;
	color: #666;
}
header nav dt {
	color: #156190;
	font-weight: bold;
	line-height: 40px;
	margin-left: 30px;
	padding-top: 25px;
}
header nav dd {
	line-height: 30px;
	margin-left: 50px;
}
header nav dd a::before {
	content: '∟ ';
}

/* MenuBtn */
.menuBtn {
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 27px;
	width: 40px;
	z-index: 50;
}
.menuBtn div {
	display: block;
	height: 100%;
	position: relative;
	transition: all .3s ease-out;
	width: 100%;
}
.menuBtn span {
	background: #fff;
	display: inline-block;
	height: 4px;
	position: absolute;
	transition: all .4s;
	width: 39px;
}
.menuBtn span:nth-of-type( 1 ) {
	top: 0px;
}
.menuBtn span:nth-of-type( 2 ) {
	top: 11px;
}
.menuBtn span:nth-of-type( 3 ) {
	top: 22px;
}

/* Opening */
header.opening span:nth-of-type( 1 ) {
	top: 3px;
	transform: translateY( 8px ) rotate( -45deg );
}
header.opening span:nth-of-type( 2 ),
header.opening .menuBtn div::after {
	display: none;
}
header.opening span:nth-of-type( 3 ) {
	top: 23px;
	transform: translateY( -12px ) rotate( 45deg );
}


/**************************************************
　共通
***************************************************/

.eachBlock:first-of-type .contents {
	padding-top: 60px;
}
.hasTab .contentsBase .contents {
	padding: 40px !important;
}

/* タブ */
.hasTab .contentsBase .contents {
	border: 1px solid #C4C4C4;
	display: inline-block;
}
.tabBox {
	display: flex;
	margin-left: 40px;
}
.tabBox li {
	border: 1px solid #C4C4C4;
	border-bottom: none;
	color: #156190;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 60px;
	line-height: 63px;
	padding: 0 40px;
	transition-duration: .3s;
}
.tabBox li:not( :first-of-type ) {
	border-left: none;
}
.tabBox li.opening {
	background-color: #156190;
	border-color: #156190;
	color: #fff;
}

/* Movable */
.ui-sortable th,
.ui-sortable td {
	white-space: nowrap;
}
.movableBtn {
	position: relative;
}
.movableBtn img {
	cursor: move;
	display: block;
	height: 28px;
	line-height: 62px;
	margin: 0 auto;
	width: 28px;
}
.searching .movableBtn::before {
	content: '－';
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
}
.searching .movableBtn img {
	cursor: initial;
	opacity: 0;
}
.searching .addLine {
	opacity: 0;
}
.searching .modBtn {
	margin-top: 0 !important;
}
.searchingTmpOff .movableBtn::before {
	content: '';
}
.searchingTmpOff .movableBtn img {
	cursor: move;
	opacity: 1;
}
.searchingTmpOff .addLine {
	opacity: 1;
}
.searchingTmpOff .modBtn {
	margin-top: 60px !important;
}

.main {
	overflow: auto;
}
.fixedHeight {
	overflow: hidden;
}

/* 検索 */
.main .contents dl button {
	width: 120px;
}

/* 削除icon */
.deleteIcon {
	background: url( './../image/deleteIcon.jpg' ) no-repeat center top;
	background-size: 40px 80px;
	cursor: pointer;
	height: 40px;
	width: 40px;
}
.deleteIcon:hover {
	background-position: 0 -40px;
}

/* アップロード */
.main .uploadBox .draggableArea {
	background-color: #FFF;
	color: #AAAEB0;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
.main .uploadBox .draggableArea::after {
	content: "";
	background-image: linear-gradient(to right, #d8d8d8, #d8d8d8 7px, transparent 7px, transparent 15px), linear-gradient(to right, #d8d8d8, #d8d8d8 7px, transparent 7px, transparent 15px), linear-gradient(to bottom, #d8d8d8, #d8d8d8 7px, transparent 7px, transparent 15px), linear-gradient(to bottom, #d8d8d8, #d8d8d8 7px, transparent 7px, transparent 15px);
	background-size: 12px 3px, 12px 3px, 3px 12px, 3px 12px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.main .uploadBox input[type="file"] {
	display: none;
}
.main .uploadBox label {
	background-color: #fff;
	border: 2px solid #C4C4C4;
	border-radius: 30px;
	clear: both;
	color: #B5B5B5;
	cursor: pointer;
	display: block;
	font-size: 95%;
	font-weight: bold;
	height: 35px;
	line-height: 37px;
	padding: 0;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	width: 160px;
}
.main .uploadBox .fileName {
	color: #156190;
	font-weight: bold;
	margin-top: 15px;
}

/* whiteBg・loading */
.whiteBg {
	background-color: #FFF;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 40;
}
.loading {
	display: none;
	left: calc( 50% - 50px );
	position: fixed;
	top: calc( 50% - 60px );
	z-index: 50;
}
.loading img {
	height: 100px;
	width: 100px;
}

/* 画面上部メッセージ */
.messageBar {
	height: 60px;
	line-height: 62px;
	overflow-y: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}
.messageBar.green {
	background-color: #CDF469;
	color: #57682C;
}
.messageBar.red {
	background-color: #FF898D;
	color: #A30005;
}
.contentsTop {
	left: 0;
	position: absolute;
	top: 80px;
	width: 100vw;
}

/* 複数Btn */
.btnBox {
	display: flex;
	margin: 0 auto 80px;
}
.btnBox .btn:not( :first-of-type ) {
	margin-left: 50px;
}
.btnBox.double {
	width: 650px;
}

/* Google Open */
.googleOpen {
	background: rgba( 247, 127, 0, .95 );
	border: initial;
	font-size: 1.0em;
	font-weight: bold;
	height: 80px;
	letter-spacing: .5px;
	line-height: 82px;
	margin: 0 auto;
	width: 300px;
}
.googleOpen a {
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
}

/* CSVダウンロード */
.convert .dlBtn {
	border: initial;
	font-size: 1.0em;
	font-weight: bold;
	height: 80px;
	letter-spacing: .5px;
	line-height: 82px;
	margin: 0 auto;
	width: 300px;
}
.convert .dlBtn.excel {
	background: rgba( 33, 115, 70, .95 );
}
.convert .dlBtn.pdf {
	background: rgba( 188, 52, 52, .95 );
}
.convert .dlBtn a {
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
}

/* リンク */
.linkBox {
	color: #888;
	cursor: pointer;
	text-align: center;
}
.linkBox a {
	color: #888;
}
.linkBox.closeBtn a {
	display: inline;
}


/**************************************************
　管理共通
***************************************************/

/* 検索 */
.manage .dispChange {
	display: flex;
	justify-content: flex-end;
}
.manage .dispChange select {
	box-sizing: initial;
	height: initial;
	padding: 15px 0 15px 15px;
}
.manage .dispChange button {
	cursor: pointer;
	margin-left: 20px;
	padding: 0 30px;
}

/* メイン */
.manage {
	position: relative;
}
.manage h2 {
	color: #156190;
	text-align: center;
}
.manage table {
	border-collapse: collapse;
	overflow: auto;
}
.manage table th,
.manage table td {
	border: 1px solid #111;
	box-sizing: border-box;
	height: 60px;
	line-height: 62px;
	vertical-align: middle;
	white-space: nowrap;
}
.manage table tr:first-of-type th,
.manage table tr:first-of-type td {
	height: 30px;
	line-height: 33px;
}
.manage table th {
	font-size: .9em;
	font-weight: normal;
	overflow: hidden;
	text-align: center;
}
.manage table td {
	padding: 0 10px;
}
.manage table td:first-of-type {
	text-align: center;
}
.manage table th,
.manage table .no {
	background-color: #f4f4f4;
}
.manage .movableBtn {
	line-height: 33px;
}
.manage .contents button {
	cursor: pointer;
	margin: 30px 0 30px 20px;
	padding: 10px 30px;
}
.manage table .none {
	border: 0px none;
}

/* 追加・除去Btn */
.manage .addBtn,
.manage .removeBtn {
	border-radius: 50%;
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
	height: 30px !important;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 30px !important;
}
.manage .addBtn {
	background-color: #156190;
	display: inline-block;
	margin-left: 10px;
}
.manage .removeBtn {
	background-color: #AFAFAF;
	display: block;
}

/* 空行 */
.manage .emptyLine td {
	height: 20px;
	line-height: 20px;
}

/* 管理Btn */
.manage .modBtn,
.manage .restoreBtn {
	background-color: #156190;
	color: #fff;
	height: 70px;
	line-height: 72px;
	margin: 60px auto 20px;
	width: 300px;
}

/* 追加 */

/* 更新 */
.manage .messageBar {
	height: 60px;
	line-height: 62px;
	text-align: center;
	width: 100%;
}
.manage .success {
	background-color: #D7F28E;
	color: #57682C;
}
.manage .fail {
	background-color: #FFA3A7;
	color: #AD0005;
}

/* 元に戻す */
input[name="restore"] {
	cursor: pointer;
	width: 40px;
}

/* 検索 */
.manage .searchBox {
    display: flex;
	margin: 0 auto 45px;
}
.manage .searchBox input[ type="text" ] {
    border: 1px solid #AFAFAF;
    border-radius: 1.5rem 0 0 1.5rem;
    flex-grow: 1;
    padding: .7rem 0 .7rem 1.3rem;
}
.manage .searchBox input:focus {
    outline: 0;
}
.manage .searchBox button {
    background-color: #AFAFAF;
    border: none;
    border-radius: 0 1.5rem 1.5rem 0;
    color: #fff;
    cursor: pointer;
    font-size: .75rem;
    padding: .8rem .9rem .8rem .85rem;
	transition: .2s;
}
.manage .searchBox button:hover {
    background-color: #156190;
}

/* PopUp */
.manage .popup {
	display: none;
	background-color: #fff;
	border: 1px solid #156190;
	border-radius: 5px;
	position: fixed;
	z-index: 50;
}
.manage .popup h4 {
	background-color: #156190;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	position: relative;
	width: calc( 100% - 15px );
}
.manage .popup h4 span {
	bottom: 0;
	cursor: pointer;
	font-size: 1.8em;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 15px;
}
.manage .popup .contents {
	overflow-y: auto;
}
.manage .popup .modBtn {
	margin-bottom: 60px;
}



/**************************************************
　[SP] Menu
***************************************************/



/**************************************************
　Footer
***************************************************/

footer {
	height: 30px;
	position: relative;
	text-align: center;
}
footer .copyright {
	color: #a5a5a5;
	font-size: .9em;
}


/**************************************************
　デバイス振り分け設定
***************************************************/

/* ■■ SP ■■ */
@media (max-width: 767px) {

	/* 共通 */
	header + .eachBlock {
		margin: 80px auto;
	}
	.contents {
		overflow-x: auto;
		padding: 0 20px;
	}
	.eachLabel {
		margin: 0 auto 25px;
		width: 80vw;
	}
	.main .uploadBox .draggableArea {
		display: none;
	}
	.manage .contents table button {
		margin: 10px 0 20px;
	}

	/* header */
	header {
		position: fixed;
	}
	header h1 {
		display: block;
		margin: 0 auto;
		width: 92vw;
	}
		/* MenuBtn */
	.menuBtn {
		right: 8px;
	}
	.menuBtn span {
		height: 3px;
		width: 30px;
	}
		/* Menu */
	header nav {
		overflow-y: hidden;
		position: fixed;
		width: 100vw;
	}

	/* メイン画面 */
		/* 検索 */
	.main .contents {
		width: 80vw;
	}
	.main .contents dt {
		margin-bottom: 5px;
	}
	.main .contents .ddInput {
		margin-bottom: 20px;
	}
	.main .contents .ddBtn {
		margin-bottom: 50px;
	}
	.main .contents dd input {
		width: 80vw;
	}
	/* 管理画面 */
		/* 検索 */
	.manage .dispChange {
		margin: 40px 40px 0 0;
	}
		/* メイン */
	.manage h2 {
		font-size: 1.6em;
		margin: 0 auto;
	}
	.manage .contents {
		padding-bottom: 80px;
	}
	.manage table {
		margin: 40px auto 0;
	}
	.manage .searchBox {
		width: 80vw;
	}

	/* footer */
	footer {
		margin-top: 80px;
	}

}
@media (max-width: 320px) {

	/* 幅狭スマホ */

	/* header */
	header h1 img {
		margin-top: 26px;
		max-width: 76vw;
	}

	/* 共通 */

}
@media (min-width: 321px) and (max-width: 767px) {

	/* 幅広スマホ */

	/* header */
	header h1 img {
		margin-top: 24px;
		max-width: 80vw;
	}

	/* 共通 */

}


/* ■■ タブレット＆ブラウザ ■■ */
@media screen and (min-width: 768px) {

	/* header */
	header h1 {
		left: 10px;
		position: absolute;
	}
	header h1 img {
		margin-top: 18px;
		max-height: 45px;
	}
		/* MenuBtn */
	.menuBtn {
		right: 35px;
	}
		/* Opening */
	header.opening span:nth-of-type( 1 ),
	header.opening span:nth-of-type( 3 ) {
		height: 5px;
		right: 0;
		width: 35px;
	}

		/* Menu */
	header nav {
		width: 300px;
	}

	/* 共通 */
	section:not(.fixedHeight) footer {
		margin-top: 80px;
	}
	.login.fixedHeight .eachBlock {
		min-height: calc( 100vh - 170px );
	}
	.eachLabel {
		width: calc( calc( 100vw - 300px ) - 100px );
	}
		/* アップロード */
	.main .uploadBox {
		margin: 40px auto 0;
		width: 600px;
	}
	.main .uploadBox .draggableArea {
		height: 200px;
		line-height: 200px;
		width: 600px;
	}
	.manage .contents table button {
		margin: 0 10px 0 20px;
	}

	/* メイン画面 */
		/* 検索 */
	.main .contents dl {
		margin: 0 auto;
		width: 620px;
	}
	.main .contents dt,
	.main .contents dd {
		float: left;
		margin-bottom: 30px;
	}
	.main .contents dt {
		clear: both;
		line-height: 45px;
		width: 140px;
	}
	.main .contents .ddInput {
		width: 360px;
		width: 180px;
	}
	.main .contents dd input[name="orderNo"] {
		width: 150px;
	}
	.main .contents dd input[name="deliveryTo"] {
		width: 320px;
	}
	.main .contents .ddBtn {
		width: 120px;
	}
		/* アップロード */
	.main .uploadBox {
		border-top: 1px solid #9B9B9B;
		padding-top: 60px;
	}

	/* 管理画面 */
		/* 検索 */
	.manage .dispChange {
		margin: 25px 40px 0 0;
	}
		/* メイン */
	.manage .contents {
		margin-bottom: 100px;
	}
	.manage h2 {
		font-size: 1.6em;
		margin: 20px auto 0;
	}
	.manage table {
		margin: 40px auto 0;
	}
	.manage tr.error td {
		height: initial;
		line-height: initial;
	}
	.manageName table input {
		width: 240px;
	}
	.manageNum table input {
		width: 140px;
	}
	.manage select {
		min-width: 200px;
	}
	.manage .searchBox {
		width: 600px;
	}
	.manage .searchBox {
		width: 500px;
	}

	/* footer */
	footer .pageTop {
		background-color: #fff;
		border: 4px solid #156190;
		border-radius: 50%;
		bottom: 45px;
		color: #FFF;
		font-size: 28px;
		height: 60px;
		line-height: 60px;
		position: fixed;
		right: 50px;
		text-align: center;
		width: 60px;
	}
	footer .pageTop span {
		border: 4px solid;
		border-color: #156190 #156190 transparent transparent;
		bottom: 14px;
		display: block;
		height: 13px;
		left: 21px;
		line-height: 60px;
		position: absolute;
		text-align: center;
		transform: rotate( -45deg );
		width: 13px;
	}
	.fixedHeight .pageTop {
		display: none;
	}

}


/* ■■ (狭いブラウザとタブレット向け) ■■ */
@media (max-width: 1020px) and (min-width: 768px) {

	/* 共通 */

	/* header */
		/* MenuBtn */

}


/* ■■ PC ■■ */
@media screen and (min-width: 1021px) {

	/* header */
		/* MenuBtn */

	/* 共通 */
}
@media screen and (min-width: 1185px) {

	/* ワイドブラウザ */

	/* 共通 */

}
@media screen and (min-width: 1600px) {

	/* 共通 */

}
