@charset "utf-8";

html {
	overflow-x: hidden;
	overflow-y: auto;
}

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

ol,ul { list-style:outside; }

/* GENERAL */
body {color:#333; font: 12px/1.4 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;}

a:link, a:visited {color: #333333;}
.no-touch a:hover {color: #7f0019;}
img {vertical-align: bottom;}

p, li, dt, dd, th, td, form, pre, address, blockquote, non {
	font-size:12px;
	line-height:150%;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
	text-align: left;
	border: 0px;
	margin: 0;
	padding: 0;
	}

h1 { font-size: 34px; line-height: 42px;}
h2 { font-size: 24px; line-height: 28px;}
h3 { font-size: 16px; line-height: 20px;}
h4 { font-size: 12px; line-height: 18px;}


.inblock {
	position: relative;
	display: inline-block;
	vertical-align: top;
	}
.ghost {
	display: none;
	}

a.btn:link,
a.btn:visited,
.no-touch a.btn:hover,
a.btn:active {
	text-decoration: none;
	outline: none;
	}
a.btn > * { cursor:pointer; } /* for IE */

a.yet:link,
a.yet:visited,
.no-touch a.yet:hover,
a.yet:active {
	text-decoration: none;
	outline: none;
	color: #333333;
	}

@media print {
	body {
		width:910px;
		}
	#top-menu, #printWrap,
	#print.pp1 #pp1,
	#print.pp2 #pp2  { display: none; }
}

/* 画像が暗くなるリンク ----------------------------------------*/

.dibtn {
	background-color: #fff;
	-webkit-transition: all 0s ease 0.2s;
	-moz-transition: all 0s ease 0.2s;
	-o-transition: all 0s ease 0.2s;
	transition: all 0s ease 0.2s;
	cursor: pointer;
	}
.no-touch .dibtn:hover,
.touch .dibtn:active {
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	color: #79001f;
	background-color: #000;
	}
.dibtn span { background-color: #fff; }
.dibtn > img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
.no-touch .dibtn:hover > img,
.touch .dibtn:active > img {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	-moz-opacity:0.8;
	opacity:0.8;
	}

.dibtn:link, .dibtn:visited, .dibtn:hover, .dibtn:active { text-decoration: none; }

a.disenable, a.disenable > * { cursor:default; }

button, button:hover, button:active, button:focus {
	cursor:pointer;
    width: auto;  /* IE table-cell margin fix */
    overflow: visible;
    border: none;
	outline: none;
	color:#333;
	}
button::-moz-focus-inner {
	padding: 0;
	border: none;
	}

button.sq {
	position: relative;
	height: 24px;
	margin: 0;
	margin-bottom:1px;
	padding: 3px 8px 2px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	border-radius: 2px;
	background-color: #333;
	}
.no-toutch button.sq:hover, .toutch button.sq:active { background-color: #79001f; }

button.disenable, button.disenable > * { cursor:default; }

.disenable {
	-moz-opacity:0.25;
	opacity:0.25;
	}
.no-touch a.disenable:hover { color:#333; }

a span.title,
button span.title {
	vertical-align: middle;
	white-space: normal;
	font-weight: bold;
	line-height: 100%;
	}
a span.bullet,
button span.bullet {
	vertical-align: middle;
	/*padding-top: 0.4em;*/
	padding-right: 0em;
	font-size: 68%;
	}

a img {
	text-decoration: none;
	}

.tRight	{text-align: right;}
.tCenter{text-align: center;}
.tLeft	{text-align: left;}
.top4   { padding-top: 4px; }
.top8   { padding-top: 8px; }
.top12  { padding-top:12px; }
.top16  { padding-top:16px; }
.btm8   { padding-bottom: 8px; }
.btm16  { padding-bottom:16px; }
.btm24  { padding-bottom:24px; }

/*
body { background-color: #f0f0f0; }
#page-body { background-color: #fff; }
*/

/* ============================================================
	chapter
   ============================================================ */

/* page header ------------------------------------------------ */

#page-header {
	position: absolute;
	width: 100%;
	top: 4px; /* 2020.03 adjust */
	left:0;
	z-index:4;
	}

/* page body -------------------------------------------------- */

#page-body {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	z-index:2;
	
	overflow-y:auto;
	min-width: 930px;
	min-height: 649px; /* 2020.03 adjust */
	}
#page-body .membrane {
	position: relative;
	width: 910px;
	margin: 0 auto;
	}
#page-body .section {
	display:none;
	padding-top: 78px;
	height: 564px;
	}
#page-body #sim { height: auto; }
#page-body #print { height: auto; }
#page-body > .active { display:block; }

ul.boxy li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	}

/* page footer ------------------------------------------------ */

#page-footer {
	}

/* ============================================================
	section
   ============================================================ */

/* section navi ----------------------------------------------- */

#top-menu {
	position: relative;
	margin: 0 auto;
	top: -560px;
	/*width: 895px;*/
	height: 0px;
	padding-top:0px;
	padding-left:15px;
	/*padding-bottom: 4px;*/
	white-space:nowrap;
	overflow:visible;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
#top-menu.show {
	top: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
#top-menu > div {
	}

#top-menu .first, #top-menu .third {
	overflow:visible;
	}

#top-menu .goback {
	position:absolute;
	top:4px;
	left: 0;
	width: 50px;
	height: 50px;
	margin: 0;
	vertical-align: middle;
	background-color: transparent;
	background-image: url(img/sprite.png);
	background-repeat: no-repeat;
	background-position: -110px -294px;
	}

#top-menu .third button {
	position:absolute;
	top: 4px;
	right: -32px;
	width: 30px;
	height: 40px;
	margin: 0;
	vertical-align: middle;
	background-color: transparent;
	background-image: url(img/sprite.png);
	background-repeat: no-repeat;
	background-position: -120px -344px;
	}

#top-menu label {
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
	background-color: rgba( 255,255,255,0.7 );
	}

#top-menu .first label { margin: 19px 0 0 52px; }
#top-menu .third label { margin: 19px 0 0 0; }
#top-menu .second {
	background-color: rgba( 255,255,255,0.7 );
	padding: 2px;
	}
/*#top-menu .cart { display: none; }*/

/* slider section --------------------------------------------- */

.clipper {
	position:relative;
	overflow:hidden;
	}
.holder {
	position:relative;
	white-space:nowrap;
	width: 1000%;
	min-width:100%;
	}
.clipper .holder > .inblock {
	white-space:normal;
	width: 10%;
	padding: 0;
	}


.clipper .socket {
	position:absolute;
	top: 50%;
	width: 24px;
	height: 0px;
	}
.clipper div.prev { left:0; }
.clipper div.next { right:0; }
.clipper button.next,
.clipper button.prev {
	position:absolute;
	top: -100px;
	left: 0;
	width: 24px;
	height: 180px;
	background-color:#ccc;
	}
.no-touch .clipper button.prev:hover,
.no-touch .clipper button.next:hover,
.touch .clipper button.prev:active,
.touch .clipper button.next:active {
	background-color:#333;
	}

.clipper .holder {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	}
.clipper.hold .holder {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	}

.indicator {
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	text-align: center;
	}

.indicator button {
	width: 10px;
	height: 10px;
	margin: 15px 8px;
	font-family:Helvetica;
	font-weight:bold;
	color: white;
	text-align: center;
	/*border: none;*/
	background-color: #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.no-touch .indicator button:hover,
.indicator button.current { background-color: #999; }

/* price line ------------------------------------------------- */

.price {
	position:relative;
	font-size: 8px;
	min-height: 3em;
	line-height: 1;
	text-align: center;
}
.price em {
	font-style:normal;
	font-size: 11px;
	font-weight:bold;
	margin-left: 0.1em;
	margin-right: 0.1em;
}
.price small {
	display: block;
	width: 100%;
	font-size: 10px;
	line-height: 1;
}

/* ============================================================
	opening section
   ============================================================ */

#opening.section { padding-top: 60px;}

h1 {
	margin: 0 0 30px 0;
	text-align:center;
	}
#opening div.head,
#opening ul {
	position:relative;
	width: 700px;
	margin: 0 auto;
	}
#opening ul { text-align: right; }
#opening p { text-align: left; }
#opening li {
	width: 280px;
	margin: 0 35px 20px 35px;
	cursor:pointer;
	}
#opening h4 { padding-bottom: 4px; }
#opening .dibtn h4, #opening .dibtn p { background-color:white; }

#opening .basic h4,
#opening .plan h4 { padding-top:8px; }

#opening .saved img,
#opening .review img {
	position:absolute;
	top:0;
	left:0;
	}

#opening .saved, #opening .review {
	height:76px;
	overflow:hidden;
	}

#opening .saved h4,
#opening .saved p,
#opening .review h4,
#opening .review p {
	margin-left: 88px;
	padding-left: 10px;
	}
#opening .saved p,
#opening .review p {
	height:76px;
	}

#opening li img {
	border: 1px solid #ccc;
	}

/* append 2013.06 */

/*
#opening div.info {
	position:absolute;
	top: -50px;
	right: -90px;
	}
#opening div.info h4, #opening div.info p {
	position:absolute;
	left: 60px;
	background-color: transparent;
	}
#opening div.info h4 { top: 36px; }
#opening div.info p { top: 57px; }
*/
#opening div.info {
	position: absolute;
	box-sizing: border-box;
	top: -38px;
	right: -92px;
	height: 132px;
	width: 208px;
	padding-top: 17px;
	padding-left: 52px;
	background-image: url(img/hukidashi.png);
	}
#opening div.info p { line-height: 135%; }
#opening div.info a { display: block; }
#opening div.info span {
	display: block;
	margin-top: 4px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 11px;
	line-height: 1.3;
	}

#opening li.inID button {
	float:left;
	margin-right: 8px;
	height: 36px;
	}
#opening button.sq { padding: 4px 13px 2px; }
#opening button.sq:hover { background-color:#79001f; }
#opening li.inID { margin-bottom: 0px; cursor:default; }

#opening div.credit	{
	color:#999999;
	font-size:90%;
	text-align:center;
	position: absolute;
	padding-top: 20px;
	margin: auto;
	/*bottom: 0px;*/
	left: 0;
	right: 0;
	}

/* ============================================================
	basic section
   ============================================================ */

#basic { width:814px; margin: 0 auto; padding-top:60px; }
#basic > div { position:relative; }
#basic div.oak,
#basic div.walnut {
	position: relative;
	margin-bottom: 24px;
	padding:64px 0px 24px;
	border-bottom: 1px solid #ccc;
}

#basic .head { 
	position:absolute;
	top:8px;
	left:0px;
	z-index:200;
}
#basic .head img { position:absolute; }
#basic .head h3, #basic .head p { margin-left: 70px; }

#basic .inblock {
	width: 60px;
	/*margin-left: 22px;*/
	margin-right: 0px;
	vertical-align: bottom;
	text-align: center;
	z-index: 100;
	
	background-color: #fff;
	-webkit-transition: all 0s ease 0.2s;
	-moz-transition: all 0s ease 0.2s;
	-o-transition: all 0s ease 0.2s;
	transition: all 0s ease 0.2s;
	cursor: pointer;
}
#basic .inblock.width-1{width:60px}
#basic .inblock.width-1 img{max-width:28px;}
#basic .inblock.width-2{width:60px}
#basic .inblock.width-3{width:88px}
#basic .inblock.width-5{width:140px}
.no-touch #basic .inblock:hover,
.touch #basic .inblock:active {
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	background-color: #000;
	}

#basic .inblock div {
	padding: 4px;
	background-color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
.no-touch #basic .inblock:hover div,
.touch #basic .inblock:active div {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	-moz-opacity:0.8;
	opacity:0.8;
	}

#basic .inblock p {
	padding-top: 4px;
	background-color: #fff;
	}
.no-touch #basic .inblock:hover p {
	color:#79001f
	}

#basic .inblock.last { width:auto; margin-right: 0; }

#basic .inblock img{
	max-width:100%;
	height: auto;
}


/* ============================================================
	plan section
   ============================================================ */

#plan .membrane { width: 852px; padding: 0 29px; }

#plan h3 { margin-bottom: 8px; }
#plan h3, #plan p.lead {
	margin-left: 16px;
	text-align: left;
}

#plan .dibtn {
	margin: 26px 17px 0 17px;
}
#plan .dibtn h4 {
	padding-top: 8px;
	text-align: center;
	background-color: white;
}


/* ============================================================
	review section
   ============================================================ */

#review .clipper button {
	background-image: url(img/btn-review.png);
	background-repeat:no-repeat;
	}

#review .page1 button.next { background-position:    0 28px; }
#review .page2 button.prev { background-position: -24px 28px; }
#review .page2 button.next { background-position: -48px 28px; }
#review .page3 button.prev { background-position: -72px 28px; }
#review .page3 button.next { background-position: -96px 28px; }
#review .page4 button.prev { background-position:-120px 28px; }

#review .clipper .holder > div {
	height: 520px;
	}
#review .holder img {
	vertical-align: top;
	}

#review .head { position: absolute; z-index:100; }

#review .holder h4 { margin-bottom: 3px; }
#review .holder p { margin-bottom: 8px; }

/* page 1 ----------------------------------------------------- */
/*
#review .page1 .membrane { width: 852px; padding: 0 29px; }
#review .page1 h3 { margin-left: 17px; margin-bottom: 8px; }
#review .page1 p.lead { margin-left: 17px; }
#review .page1 .membrane > .inblock { margin: 26px 17px 0 17px; }
*/
#review .membrane { width: 852px; padding: 0 29px; }
#review h3 { margin-left: 17px; margin-bottom: 8px; }
#review p.lead { margin-left: 17px; }
#review .membrane > .inblock { margin: 0px 17px 0 17px; }

/* page 2 ----------------------------------------------------- */


/* page 3 ----------------------------------------------------- */


/* ============================================================
	saved section
   ============================================================ */

#saved h3 { margin-bottom: 8px; }
#saved h3, #saved p.lead { margin-left:46px; }
#saved .holder .membrane {
	width:846px;
	padding: 0 32px;
	text-align:left;
	}
#saved .plan {
	width:262px;
	margin: 30px 10px 0 10px;
	}
.no-touch #saved .plan:hover,
.touch #saved .plan:active {	
	color:#79001f;
	}
#saved .plan h4 { padding-bottom:4px; }
#saved .plan div {
	width: auto;
	height: 142px;
	cursor:pointer;
	-webkit-transition: all 0 ease 0.2s;
	-moz-transition: all 0 ease 0.2s;
	-o-transition: all 0 ease 0.2s;
	transition: all 0 ease 0.2s;
	/*background-color: #fff;*/
	}

.no-touch #saved .plan:hover div,
.touch #saved .plan:active div {
	-webkit-transition: all 0 ease 0;
	-moz-transition: all 0 ease 0;
	-o-transition: all 0 ease 0;
	transition: all 0 ease 0;
	background-color: #000;
	}
#saved .plan div * {
	-webkit-transition: all 0.2s ease 0;
	-moz-transition: all 0.2s ease 0;
	-o-transition: all 0.2s ease 0;
	transition: all 0.2s ease 0;
	}
.no-touch #saved .plan:hover div *,
.touch #saved .plan:active div * {
	-webkit-transition: all 0 ease 0s;
	-moz-transition: all 0 ease 0s;
	-o-transition: all 0 ease 0s;
	transition: all 0 ease 0s;
	-moz-opacity:0.8;
	opacity:0.8;
	}


#saved .plan p {
	padding-top:4px;
	text-align:center;
	}
#saved .plan button {
	position:relative;
	float:right;
	font-weight: normal;
	}
#saved .plan button.delete {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 10px;
    background: transparent url(img/sprite.png) no-repeat -250px -214px;
	}
.no-touch #saved .plan button.delete:hover { background: transparent url(img/sprite.png) no-repeat -220px -214px; }


/* ============================================================
	sim section
   ============================================================ */

#top-menu .second {
	position:absolute;
	top:-40px; /* 2020.03 adjust */
	right:45px;
	/*width:260px;*/
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
#top-menu.sim .second {
	top: 9px; /* 2020.03 adjust */
	padding-top: 4px;
	right: 15px; /* 2020.03 adjust */
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
/* .out-frame #top-menu .second { right:15px; } */

#top-menu .third {
	visibility: hidden;
	margin-left: 16px;
	}
#top-menu.gosim .third {
	visibility: visible;
	}
#top-menu.sim .third {
	display: none;
	}

#page-body #sim { padding-top: 0 }

#price {
	display: inline-block;
	position: relative;
	min-height: 22px;
	margin: 0px 6px 0 0;
	padding: 3px 4px 0 4px;
	text-align: right;
	line-height: 20px;
	vertical-align: middle;
	background-color: white;
	border: 1px solid #ccc;
	}

#price span {
	float: left;
	padding-top: 1px;
	padding-right: 4px;
	color: #444;
	}

#price em {
	padding-left: 0.2em;
	padding-right: 0.1em;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	}

/* luggage plus: 2016.01 */

/*.onLuggage .sim #golabel { margin-top: 10px; }*/

.onLuggage #price {
	padding-left: 8px;
	margin-right: 0px
	}
#price label {
	display: inline-block;
	position: relative;
	}
#price label + label { margin-left: 10px; }
#price label {
	padding: 0 0 0 1.4em;
	}
#price input {
	position: absolute;
	bottom: 0.4em;
	left: 0;
	}

.onLuggage #price em { color: #999; font-size: 12px; }
.win .onLuggage #price em { font-size: 14px; }
.onLuggage #price input:checked + em { font-size: 16px; color: #333; }
.win .onLuggage #price input:checked + em { font-size: 18px; }

/* append 2013.06 */

#commander .wedge {
	display:block;
	position:absolute;
	top:-58px;
	left:70px;
	width:140px;
	height:70px;
	background: url(img/hukidashi_02.png) no-repeat 0 0;
	
	-moz-opacity:0;
	opacity:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#commander .wedge.show {
	top:-50px;
	left:52px;
	-moz-opacity:1;
	opacity:1;
}

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


/* ============================================================
	order sheet section
   ============================================================ */

#print table table { width: 100%; }

#page-body #print { padding-top: 0;}
#print .membrane {
	width:880px;
	padding:10px 15px 0 15px;
	page-break-after: always;
	}
#print h2 {
	line-height: 18px;
	padding: 0px 30px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	}
#print .membrane > p {
	text-align: right;
	padding: 3px 30px 7px 0;
	color: #000;
	}

#print .membrane > p * { position: relative; vertical-align:top; }

#planpack {
	position: relative;
	}
#planpreview,
#lugpreview {
	position: relative;
	width: 848px;
	height:auto;
	border: 1px solid #ccc;
	}
#print canvas {
	border: 0px solid white;
	}
#planpreview p {
	position: absolute;
	bottom: 6px;
	left: 10px;
	}

#print .partition {
	display: none;
	position: absolute;
	right: 48px;
	bottom: 110px;
	z-index: 30;
	}
#print .keeper {
	position: relative;
	min-width: 98px;
	}	
#print .partition p {
	margin-bottom: 8px;
	}
#print .partition p.count {
	margin-right: 10px;
	margin-bottom: 0px;
	background: none;
	}
#print .partition p.count span {
	display: block;
	width: 44px;
	height: 94px;
	}
#print span.ObP {
	background: url(img/sprite.png) no-repeat -517px 0;
	}
#print span.WbP {
	background: url(img/sprite.png) no-repeat -517px -107px;
	}
#print span.lb {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 0;
	min-width: 38px;
	padding: 3px 5px;
	text-align: right;
	background-color: #ccc;
	}
#print span.lb var {
	font-size: large;
	font-weight: bold;
	}

#print table {
	border-collapse: collapse;
	width: 100%;
	page-break-inside: avoid;
	}

#print table td { vertical-align:top; }

.control td {
	position:relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	}

#print button {
	display: inline-block;
	padding: 4px 16px;
	border-width: 0px;
	font-size: 16px;
	font-weight: bold;
	background: #333;
	color: white;
	cursor: pointer;
	text-decoration: none;
	border-radius: 2px;
	vertical-align: bottom;
	}
.no-touch #print button:hover { background: #7f0019; }

#print .control p {
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 6px;
	vertical-align: bottom;
	}
#print .control em {
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	}
#print p.incidental {
	padding-top: 4px;
	}

#print p.incidental em {
	font-size: 14px;
	}

.caution td { padding-right:20px; }
#printWrap *,
.caution * { font-size: 10px; }
/*
.caution > li { margin-top:1em; }
.caution > li:first-child { margin-top:0; }
*/
#printWrap ul,
.caution ul { margin-bottom:0.5em; padding-left:2em; text-align: left; }
#printWrap ul li,
.caution ul li { margin-bottom:0em; list-style: disc; }

.caution td.al { width:380px; }
.caution .ar ul li {
	position: relative;
	list-style: none;
	}
.caution .ar ul li:before {
	display: block;
	position: absolute;
	top: 0px;
	left: -19px;
	height: 12px;
	width: 13px;
	border: 1px solid #999;
	content: ""
	}
.caution h4 { margin-top:0.5em; font-size: 12px; margin-bottom:0.4em; color:#666; }

.sign-box {
	position:relative;
	margin-top: 2em;
}

.sign-box p {
	padding: 3px 0 0 2em;
	font-size:10px;
	}

.sign-box p.sign {
	position: absolute;
	display: block;
	top: 0;
	right: 12px;
	width: 210px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #000;
	font-size:12px;
	}

.sign span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

#print #writen table {
	width: 850px;
	margin-top: 1em;
	margin-bottom: 0.6em;
	border-collapse: separate;
	border-bottom: 6px solid #f1f1f1;
	border-left: 6px solid #f1f1f1;
	}
#writen table td {
	position: relative;
	width: 20%;
	padding: 0.4em 0.4em 3em 0.4em;
	border-right: 6px solid #f1f1f1;
	border-top: 6px solid #f1f1f1;
	font-size: 9px;
	}
#writen table span {
	display: block;
	position: relative;
	height: 100%;
	}
#writen table span span {
    display: block;
    position: absolute;
    right: 2px;
    top: 2.8em; /*3em*/
	}

#print .listline {
	width: 100%;
	page-break-inside: avoid;
	}
#print .listcell {
	display: inline-block;
	padding-top: 20px;
	width: 25%;
	min-height: 40px;
	vertical-align: top;
	}
.listTB td {
	min-height: 40px;
	}
#print .listcell p { font-size:10px; line-height: 1.5em; }
#print .listcell .item span { font-size:11px; display:block; color:#999; }
#print .listcell .value { margin-top: 1px; }
#print .listcell .value span.num {
	margin-top: -2px;
	margin-left: 6px;
	font-size: 10px;
	color: #7F0019;
	}
#print .listcell .value em { 
	padding-left: 1em;
	padding-right: 0.2em;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	}
#print .listcell span.svalue {
	padding-left:2em;
	}

#print #idbar p {
	box-sizing: border-box;
	width: 190px;
	text-align: center;
	}
.module.ean8 { padding-left: 28px; }  /* <-- EAN8版 */

/* append 2015.04 */

#osID, #osIDL {
	display: block;
	position: absolute;
	top: 16px;
	right:2px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: black;
	letter-spacing: 0.1em;
	}

/* append 2016.02 */

#print #pp1 { margin-bottom: 3em; }

#print #luginfo .ar div {
	position: absolute;
	top: 12px;
	right: 30px;
	width: 41%;
	padding: 0.4em 0.4em 2.6em 0.4em;
	border: 6px solid #f1f1f1;
	font-size: 9px;
	}

#printWrap {
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	padding-right: 30px;
	text-align: center;
	}

#printWrap > div {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin: 8em 0 0 0;
	padding: 1em 2em 1em 2em;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
	}

#printWrap > div div {
	margin: 0 0 0.8em 0;
	padding: 0.6em 0 0.8em;
	border-bottom: 1px solid #ccc;
	}
#printWrap p {
	display: inline-block;
	margin: 0 10px;
    width: 100px;
	vertical-align: top;
	text-align: left;
	line-height: 1.2;
	}
	
#printWrap ul { margin-bottom: 0; }

#printWrap button {
	margin-bottom: 5px;
    padding: 0;
    border-radius: 4px;
	}
#printWrap.shelfOnly .pp2,
#printWrap.shelfOnly .pp3 { opacity: 0.3; }
#printWrap.shelfOnly .pp2 button:hover,
#printWrap.shelfOnly .pp3 button:hover { cursor:default; background-color: #333; }

#printWrap #showURL {
	margin: 8px 0 0;
	padding:2px 6px 1px;
	font-size: 8pt;
	}

#printWrap #dBox {
	margin: 0.8em 0 0 0;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
	}

#dBox p {
	display:block;
	margin: 0;
	padding: 2px 0;
	width:auto;
	text-align: left;
	}

#dBox textarea {
	box-sizing: border-box;
	padding: 4px;
	width: 370px;
	margin-top: 6px;
	resize: none;
	}


/* bar code --------------------------------------------------- */

.module {
	width: 190px;
	height: 45px;
	margin: 3px 0 4px;
	}
.module span {
	display: block;
	height: 100%;
	float: left;
	}
.module img { width:100%; height:100%; }
.module span.wt1 { width: 2px; background-color: #fff; }
.module span.wt2 { width: 4px; background-color: #fff; }
.module span.wt3 { width: 6px; background-color: #fff; }
.module span.wt4 { width: 8px; background-color: #fff; }
.module span.bk1 { width: 2px; background-color: #fff; }
.module span.bk2 { width: 4px; background-color: #fff; }
.module span.bk3 { width: 6px; background-color: #fff; }
.module span.bk4 { width: 8px; background-color: #fff; }



/* ============================================================
	help section
   ============================================================ */


#help .submenu {
	position: relative;
	height: 38px;
	margin-left:34px;
	}
#help .submenu button {
	margin-left:34px;
	background-color: transparent;
	text-align: left;
	color: #999;
	}
#help .submenu button::-moz-focus-inner { 
    border: 0; 
    padding: 0; 
    margin-top:-2px; 
    margin-bottom: -2px; 
}
#help button span.title {
	display: block;
	position: relative;
	line-height: 140%;
	font-size: 13px;
	}
#help button span.title span {
	display: block;
	position: absolute;
	top: 0px;
	left: -1.1em;
	}
#help .submenu button.active {
	cursor: default;
	color: #333;
	}
.no-touch #help .submenu button:hover { color: #79001f; }
.no-touch #help .submenu button.active:hover { color: #333; }

#help .holder .membrane { padding-top:20px; }

#help .title { font-size: 14px; }

#help .clipper .holder > div {
	height: 520px;
	text-align: center;
	}

#help .clipper button {
	background-image: url(img/btn-review.png);
	background-repeat:no-repeat;
	top: -120px;
	}
/*
#help .page1 button.next { background-position: -96px 22px; }

#help .page2 button.prev { background-position: -120px 22px; }
#help .page2 button.next { background-position: -144px 22px; }

#help .page3 button.prev { background-position: -168px 22px; }
#help .page3 button.next { background-position: -192px 22px; }

#help .page4 button.prev { background-position: -216px 22px; }
#help .page4 button.next { background-position: -240px 22px; }

#help .page5 button.prev { background-position: -264px 22px; }
#help .page5 button.next { background-position: -288px 22px; }

#help .page6 button.prev { background-position: -312px 22px; }
#help .page6 button.next { background-position: -336px 22px; }

#help .page7 button.prev { background-position: -360px 22px; }
*/

#help .page1 button.next { background-position: -144px 22px; }

#help .page2 button.prev { background-position: -168px 22px; }
#help .page2 button.next { background-position: -192px 22px; }

#help .page3 button.prev { background-position: -216px 22px; }
#help .page3 button.next { background-position: -240px 22px; }

#help .page4 button.prev { background-position: -264px 22px; }
#help .page4 button.next { background-position: -288px 22px; }

#help .page5 button.prev { background-position: -312px 22px; }
#help .page5 button.next { background-position: -336px 22px; }

#help .page6 button.prev { background-position: -360px 22px; }
#help .page6 button.next { background-position: -384px 22px; }

#help .page7 button.prev { background-position: -408px 22px; }
#help .page7 button.next { background-position: -432px 22px; }

#help .page8 button.prev { background-position: -456px 22px; }
#help .page8 button.next { background-position: -480px 22px; }

#help .page9 button.prev { background-position: -504px 22px; }

