@charset "utf-8";

#lug-wrap {
	display: none;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 200;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	}
#lug-wrap.lugMode { display: block; }

/* ===== include start module/luggage2019.inc.css */

#luggage {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 138px;
	width: 100%;
	/*background-color: white;*/
	z-index: 220;
	
	-webkit-touch-callout:none;
	-ms-touch-action: none;
	touch-action: none;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
#luggage img {
	vertical-align: top;
	cursor: pointer;
	}

#luggage .switcher, #luggage .switcher > div, #luggage .selector {
	position: relative;
	display: inline-block;
	vertical-align: top;
	}

#luggage .switcher {
	/*width: 140px;*/
	height: 100%;
	margin: 0;
	padding: 0 6px 0 0;
	background-color: white;
	border-bottom-left-radius: 0px; 
	z-index: 222;
	}
#luggage.al .selector { display: none; }
#luggage.al .lugClipper { padding-left: 76px; }

#luggage .switcher > div {
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	border-right: 2px solid #e6e6e6;
	z-index: 223;
	}

#luggage .switcher button {
	position: relative;
	font-weight: bold;
	color: #333;
	background: none;
	}
#luggage .switcher button:after {
	display: none;
	position: absolute;
	height: 0px;
	/*top: 24px;*/
	top: 0;
	left: auto;
	right: -3px;
	bottom: 0;
	content: "";
	margin: auto;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid white;
	}
#luggage .switcher > div button {
	/*display: block;*/
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50px;
	width: 70px;
	/*height: 69px;*/
	}
#luggage button.al { border-bottom-left-radius: 0px; }
#luggage.tp button.tp,
#luggage.mt button.mt,
#luggage.al button.al { background-color: #e6e6e6; }
#luggage.tp button.tp:after,
#luggage.mt button.mt:after,
#luggage.al button.al:after { display: block; }

#luggage .selector {
	display: inline-flex;
	flex-direction: column;
	margin: 0;
	padding: 0 0 0 4px;
	width: 130px;
	height: 100%;
	border-right: 2px solid #e6e6e6;
	z-index: 224;
	}
#luggage .switcher li {
	display: none;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50px;
	position: relative;
	padding: 0px 0 0px 8px;
	cursor: pointer;
	}
#luggage .switcher li.on {
	background-color: #e6e6e6;
	}
#luggage .switcher button {
	height: 100%;
	}
	
#luggage .switcher li:after {
	display: none;
	position: absolute;
	height: 0;
	top: 0;
	left: auto;
	right: -3px;
	bottom: 0;
	margin: auto;
	content: " ";
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid white;
	}
#luggage.tp li.tp,
#luggage.mt li.mt { display: block; }
#luggage li.on:after { display: block; }

#luggage .lugClipper {
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0 126px 0 210px;
	z-index: 221;
	}
#luggage .lugClipper > div {
	position: relative;
	height: 100%;
	overflow-x: auto;
	text-align: center;
	background-color: white;
	-webkit-overflow-scrolling: touch;
	}

#luggage .stock {
	display: flex;
	flex-flow: column wrap;
	/* justify-content: center; */
	align-content: start;
	align-items: center;
	margin: 0;
	padding: 0;
	height: 116px;
	text-align: left;
	}
#luggage .stock img {
	display: none;
	position: relative;
	/*
	height:54px;
	width: 54px;
	*/
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	margin: 4px 2px 0 2px;
	z-index: 20;
	background-color: #f0f0f0;
	}
/*
#luggage .stock img.tall {
	height: 112px;
	}
*/
#luggage .stock img.target {
	opacity: 0.8;
	}
#luggage .stock span {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	/*
	width: 54px;
	height: 54px;
	margin: -2px 0 0 -2px;
	*/
	background-color: rgba( 0,0,0,1 );
	z-index: 10;
	}
#luggage .stock i {
	height: 100%;
	}

#luggage .info {
	position: absolute;
	top: -140px;
	right: 8px;
	min-width: 95px;
	height: auto;
	text-align: center;
	}
#luggage .info p {
	margin: 4px 0 0 0;
	font-size: 10px;
	line-height: 1;
	}
#luggage .info span {
	display: block;
	margin-top: 4px;
	}



/* ===== include end module/luggage2019.inc.css */

/* 暫定 */
#luggage div.lugSwitch {
	display: none;
	top: 0;
	left: 100%;
	width: 0px;
	height: 0;
	overflow-x: auto;
	background-color: red;
	}

#luggage.tpA .tpA { display: inline-block; }
#luggage.tpB .tpB { display: inline-block; }
#luggage.tpC .tpC { display: inline-block; }
#luggage.tpD .tpD { display: inline-block; }
#luggage.tpE .tpE { display: inline-block; }
#luggage.tpF .tpF { display: inline-block; }
#luggage.tpG .tpG { display: inline-block; }
#luggage.tpH .tpH { display: inline-block; }
#luggage.tpI .tpI { display: inline-block; }
#luggage.tpJ .tpJ { display: inline-block; }
#luggage.tpK .tpK { display: inline-block; }
#luggage.tpL .tpL { display: inline-block; }
#luggage.tpM .tpM { display: inline-block; }
#luggage.tpN .tpN { display: inline-block; }
#luggage.tpO .tpO { display: inline-block; }
#luggage.tpP .tpP { display: inline-block; }
#luggage.tpQ .tpQ { display: inline-block; }
#luggage.tpR .tpR { display: inline-block; }
#luggage.tpS .tpS { display: inline-block; }
#luggage.tpT .tpT { display: inline-block; }
#luggage.tpU .tpU { display: inline-block; }
#luggage.tpV .tpV { display: inline-block; }
#luggage.tpW .tpW { display: inline-block; }
#luggage.tpX .tpX { display: inline-block; }
#luggage.tpY .tpY { display: inline-block; }
#luggage.tpZ .tpZ { display: inline-block; }
#luggage.tpZ img { display: inline-block; }

#lugBalloon {
	position: absolute;
	padding: 8px;
	top: -300px;
	left: -300px;
	text-align: center;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	z-index: 240;
	}
#lugBalloon:after {
	display: block;
	position: absolute;
	content: "";
	bottom: -5px;
	right: -34px;
	width: 34px;
	height: 37px;
	background: transparent url(img/sprite.png) no-repeat -96px -65px;
	}
#lugBalloon canvas {
	display: inline-block;
	}
#lugBalloon span {
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	}
#lugBalloon span {
	/* display: none; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 48px;
	height: 34px;
	background: transparent url(img/sprite.png) no-repeat 0 0;
}
#lugBalloon span.bad { display:block; background-position: 0px -34px; }
#lugBalloon span.chg { display:block; background-position: 0px -68px; }
#lugBalloon span.rmv { display:block; background-position: -48px 0px; }
#lugBalloon span.ovr { display:block; background-position: -48px -34px; }
#lugBalloon span.swp { display:block; background-position: -48px -68px; }

#lugBalloon p {
	margin: 2px 0 -2px 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.2em;
	}

.lot {
	/* display: none; */
	}

#lugMark {
	display: block;
	box-sizing: border-box;
	position: absolute;
	background-color: rgba( 0,0,0,0.1 );
	border: 1px solid #aaa;
	z-index: 210;
	}
	
#huntMark {
	display: block;
	position: absolute;
	box-sizing: border-box;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid #aaa;
	z-index: 210;
	outline: 2px solid #05ff8d;
	}

#huntMark.free {
	background-color: rgba(0, 255, 82, 0.4);
	outline: none;
	}
#huntMark.free:before {
	content: attr(data-size);
	display: block;
	position: absolute;
	top: -20px;
	left: -4px;
	bottom: auto;
	padding: 2px 6px 0px 6px;
	color:white;
	font-size: 7pt;
	font-weight: bold;
	white-space: nowrap;
	border:none;
	border-radius: 5px 5px;
	background-color: #000;
	}

/* messenger -------------------------------------------------- */

#msgL-wrap {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 300;
	}

#msgL {
	position: absolute;
	width: 300px;
	height: auto;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
	}

#msgL em { color:black; font-weight:bold; font-style:normal; }
#msgL .mm {
	position: relative;
	margin: 2px 10px 8px 10px;
	padding: 6px 0 0 4px;
	text-align:left;
	}

#msgL p { padding: 2px 6px; }
#msgL p.tc { text-align: center; }
#msgL p.command { text-align: right; }
#msgL p button {
	margin:4px 0 0 8px;
	letter-spacing:0;
	}
#msgL p button:first-child { margin-left:0; }
#msgL input { padding:1%; width:97%; }
#msgL ul { margin-top:4px; padding-left:2.5em; }
#msgL ul li { margin-left:-0.7em; list-style:disc; }
#msgL hr { border:0 solid white; border-bottom: 1px solid #ccc; }
#msgL span.err { background: none; bottom:4px; color:#999 }

#msgL p.withx {
	padding-bottom:4px;
	padding-right: 30px;
	}
#msgL button.close {
	position: absolute;
	top:0;
	right:5px;
	width:20px;
	height:20px;
	background: transparent url(img/sprite.png) no-repeat -160px -278px;
	}
.no-touch #msgL button.close:hover {
	background: transparent url(img/sprite.png) no-repeat -180px -278px;
	}
/*
#msg .overlimit { margin-top: 0.5em; padding: 0 6px; }
#msg .overlimit spam { display: none; }
#msg p + .overlimit span {
	display: block;
	position: relative;
	border-top: 1px solid #ccc;
	margin-bottom: 0.5em;
	}
#msg .overlimit + p { margin-top: 0.4em; }
*/

#luggage .info a::after {
	display: block;
	position: absolute;
	content: attr(data-code);
	color: red;
}