@charset "utf-8";

/**************************************************************
smart.css
Common Layout and Styles
------------------------------------------------------------
Copyright(c) Pleasure Sky Corp., All Rights Reserved.
***************************************************************/
body {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
/*
	user-drag: none;
	-ms-user-drag: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
*/
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
}
.ui-content {
	-moz-user-select: none;
	padding-top: 5px;
	line-height: 1.4;
}
ui-content p {
	margin: 0;
}
/*
.ui-content i {
	font-size: 9pt;
	font-style: normal;
}
*/
.ui-header {
	-moz-user-select: none;
}
.ui-header .ui-btn-inner {
	font-size: 14px;
}
.text-center {
	text-align: center;
}
.warning {
	color: red;
}
.text-error {
	color: #dc3545;		/* red */
}
.copyright {
	font-size: x-small;
	text-align: center;
	margin: 3px 0;
}
/*************************************************/
/* Login Dialog */
#login .ui-field-contain input.ui-input-text {
/*	max-width: 60%;*/
}
#login .ui-field-contain label.ui-input-text {
	min-width: 10em;
}
@media all and (max-width: 650px) {
	#formLogin {
		padding: 0 1em;
	}
}
@media all and (min-width: 650px) {
	#formLogin {
		margin: 0 auto;
		max-width: 680px;
	}
	#folder .ui-content,
	#setup .ui-content,
	#viewcart .ui-content,
	#cart-name .ui-content,
	#cart-addr .ui-content,
	#cart-delivery .ui-content,
	#cart-payment .ui-content,
	#cart-option .ui-content,
	#cart-confirm .ui-content,
	#cart-finish .ui-content,
	#cart-fail .ui-content,
	 .document .ui-content {
		margin: 0 auto;
		max-width: 680px;
	}
}
/*************************************************/
#folder h3.title {
	text-align: center;
	margin: 0.5em 0 0 0;
}
#folder .ui-li-desc em {
	font-style: normal;
	color: #c00;
}
.ui-li-thumb {
	left: 8px;
	top: 8px;
	height: 64px;
	width: 80px;
	object-fit: cover;	/* 2017.12.15 */
}
.ul-li .ui-btn-inner a.ui-link-inherit {
	padding: 0.7em 15px;
}
#folder .pagedesc {
	text-align: center;
	margin-top: 0.5em;
	font-weight: normal;
}
.evtdate {
	font-size:0.8rem;
	color: #abb4bc;
}
/*************************************************/
#setup .ui-field-contain .ui-controlgroup-label,
#setup .ui-field-contain label.ui-select {
	min-width: 8em;
}
#setup .ui-field-contain .ui-controlgroup-controls,
#setup .ui-field-contain div.ui-select {
	max-width: 65%;
}
#showcase .ui-navbar, #zoom .ui-navbar {
	height: 3em;
	overflow: hidden;
}
#showcase .ui-navbar .ui-btn-text,
#zoom .ui-navbar .ui-btn-text {
	font-weight: normal;
	font-size: 10px;
}
#showcase .ui-navbar li .ui-btn-icon-top .ui-btn-inner,
#zoom .ui-navbar li .ui-btn-icon-top .ui-btn-inner {
	padding-top: 25px;
}
.cmd-bar {
	margin-top: 2em;
}
 /*************************************************/
.dont-copy {
	position: relative;
	padding: 0;
	overflow: hidden;
}
div.imgv {
	font-size: 1px;
}
div.imgv img {
	vertical-align: middle;
}
.per100 {
	max-width: 100%;
	max-height: 100%;	/* #ZOOM# 横幅だけあわせるときは不要 */
}
#cart-z {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
	cursor: pointer;
}
.cart-t {
	position: absolute;
	top: 3px;
	right: 3px;
}
#dwld-z {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
/*************************************************/
.watermark {
	position: absolute;
	top: 0;
	left: 0;
}
.watermark-z {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('images/watermark-o.png');
	pointer-events: none;
}
#loader-z {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	display: none;
	opacity: 0.5;
}
/*************************************************/
#zoom-showcase {
	width: 100%;
	margin: 0;
}
#zoom-showcase li {
	width: 100%;
	padding: 0;
	margin: 0;
}
#stage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#stage .layer {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	display: none;
}
/*************************************************/
#showcase .ui-content {
	padding: 0 5px 10px 5px;
}
#showcase .pagedesc {
	margin: 0.5em 0.2em;
	padding: 0.6em;
}
#showcase .pagedesc p {
	margin: 0;
}
#showcase .pagedesc h2 {
	font-size: large;
	margin: 0;
}
#showcase .pagedesc h5 {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	margin: 0;
}
#showcase .pagedesc h5 em {
	font-style: normal;
	color: #c00;
}
#showcase .pagedesc div {
	margin-top: 0.5em;
}
#showcase .finder-mode-title {
	margin: 0 0.5rem 0.5rem 0.5rem;
	font-size: 1.25rem;
	font-weight: bold;
}
.magic {
	color:#00a1e9;
}
#showcase #btnTop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	opacity: 0.5;
	display: none;
}
#showcase #btnTop:hover  {
	opacity: 1;
}
.showcase-ul, #zoom-showcase {
	list-style: none;
	padding: 0;
	margin-top: 5px;
}
/* 横並びにしたliの高さを揃える
   float:left で横並びにした場合、li の高さが違ってくると
   綺麗に回り込みしてくれないので、display:inline-blockを使用
*/
.showcase-ul li, #zoom-showcase li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.showcase-ul h5, #zoom-showcase h5 {
	margin: 3px 0 0 0;
	font-weight: normal;
	font-size: 0.9rem;
	text-align: center;
}
#thumb-showcase li {
	max-width: 200px;
	margin: 0 10px 10px 10px;
}
#thumb-showcase li .cbtn {
	margin-top: 0.1rem;
	font-size: 0.75rem;
	text-align: center;
}
#petit-showcase li .cbtn {
	margin-top: 0.1rem;
	font-size: 0.8rem;
	text-align: center;
}
.cbtn .memo {
	display: inline-block;
	color: #808000;
	text-align: left;
}
.cbtn .btnDwld {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
@media all and (min-width: 450px) {
	#petit-showcase li {
		max-width: 360px;
		margin: 0 10px 10px 10px;
	}
}
@media all and (max-width: 450px) {
	#showcase .ui-content {
		padding: 5px;
	}
	#petit-showcase li {
		max-width: 100%;
		margin: 0 0 10px 0;
	}
}
#small-showcase li {
	max-width: 680px;
	margin: 0 10px 10px 0px;
}
.showcase-empty {
	margin-top: 1.5rem;
	color: #c00;
	text-align: center;
	font-size: large;
	font-weight: bold;
}
#zoom .ui-content {
	padding: 5px;
}
#zoom h5 {
	margin: 0.5em;
	text-align: center;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
#zoom h3 {
	margin: 0 0 0.2em 0;
	text-align: center;
}
#zoom h1.slide-h1 {
	color: #c00;
	display: none;
}
#zoom .btnMagic {
	display: none;
	padding-left: 0.5rem;
	color: gray;
	cursor: pointer;
}
#zoom .btnMagic.hilite {
	color:#00a1e9;
}
#zoom .btnMagic.finder {
	display: block;
}
#cbtn-z {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}
#cbtn-z .memo {
	display: inline-block;
	font-size: 0.8rem;
	color: #808000;
	text-align: left;
}
.btnFaceOnImg {
	position: absolute;
    border: 1.51514px solid rgba(255, 255, 255, 0.69);
    box-shadow: 0 0 1px #3184c2,0 0 2px #3184c2,0 0 2px #3184c2,0 0 2px #3184c2,inset 0 0 2px #3184c2,inset 0 0 2px #3184c2,inset 0 0 2px #3184c2,inset 0 0 2px #3184c2 !important;
}
/*************************************************/
.cart-regi {
	padding: 0 10px 0.5em 10px
}
.cart-regi div {
	text-align: center;
	padding: 0.2em 15px;
}
#discountdesc {
	color: #c00;
	font-size: small;
	font-weight: normal;
}
#viewcart .note {
	padding: 0.5em 0;
	font-size: small;
}
#popSave, #popRestore {
	max-width: 22em;
}
#popSave h3 {
	font-size: 1.1rem;
	color: #1b9af7;
	font-weight: bold;
	margin: 0;
}
#popSave .manual-save {
	border:1px dashed #ccc;
	padding: 0.5rem;
	font-size: 0.9rem;
}
#popSave .manual-save h3 {
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}
#popSave .manual-save div {
	margin-top: 0.25rem;
}
/*************************************************/
.cart-listview {
	list-style: none;
	padding-left: 0;
}
.cart-listview li:not([class]) {
	margin: 0.5em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #666;
}
.cart-listview li.divider {
	padding: .5em 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #fafafa;
	border: 1px solid #000;
}
.cart-listview .cart-thumb {
	float: left;
	width: 160px;
	text-align: center;
	margin-right: 0.5em;
}
.cart-listview .cart-thumb img {
	vertical-align: middle;
}
.cart-listview .info {
	position: relative;
	float: left;
}
.cart-listview .info h4 {
	margin: 0.1em 0 0 0;
}
.cart-listview .info h5 {
	margin: 0;
	font-weight: normal;
	font-size: 9pt;
}
/*************************************************/
.siz-tbl {
	border-collapse: collapse;
	margin-bottom: 0.5em;
}
.siz-tbl td {
	padding: 0 0.5em 0 0;
	font-weight: normal;
	font-size: small;
}
.siz-tbl td.price {
	text-align: right;
}
.siz-tbl input[type="number"], .info input[type="number"] {
	width: 4em;
}
.siz-tbl .crop-mark {
	color: #c00;
}
/*************************************************/
#formCart legend, #formCart label.legend {
	font-weight: bold;
}
#formCart legend:before, #formCart label.legend:before {
	content: "■";
}
#formCart legend i {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}
#formCart h2 {
	font-size: medium;
	margin: 1em 0 0.5em 0;
}
.confirm-frame {
	position: relative;
	padding: 0.5em;
	background-color: white;
	line-height: 1.4;
}
.confirm-frame strong {
	font-size: large;
	font-weight: bold;
	color: #000;
}
.confirm-frame .warn {
	font-size: 9pt;
	color: #03f;
}
.modify-btn {
	position: absolute;
	top: -1.7em;
	right: 1em;
	font-size: 9pt;
}
.order-memo-cmt {
	font-size: small;
	margin-bottom: 0.5em;
}
#order-memo {
	width: 100%;
	height: 6em;
}
/*************************************************/
table.siz-tbl input.cart-siz-qty, table.siz-tbl input.siz-qty {
	width: 3em !important;
}
div#zip-field div.ui-input-text {
	width: 8em !important;
	display: inline-block;
}
/*************************************************/
a.disabled {
	pointer-events: none;
}
.cart-delivery-list {
	margin-top: 0.5em !important;
}
.cart-delivery-list .detail {
	display: none;
}
.cart-delivery-list .ui-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.detail-desc {
	font-weight: normal;
	font-size: small;
	line-height: 1.4;
}
.detail-desc h3 {
	color: #c00;
	font-size: normal;
	margin: 0.3em 0 0.5em 0;
}
.detail-desc .h3 {
	color: #c00;
	font-size: normal;
	font-weight: bold;
	margin: 0.3em 0 0.5em 0;
}
.detail-desc .note {
/*	margin-top: 1em;*/
}
.detail-desc .note-dwld {
	color: #1b9af7;
}
.detail-desc em {
	color: #c00;
	font-style: normal;
}
.detail-desc img {
	vertical-align: middle;
	margin: 0.2em 0.5em;
}
.detail-desc table.cardinfo {
	min-width: 16em;
	margin-bottom: 1em;
}
.detail-desc table.cardinfo th {
	font-weight: normal;
	padding-right: 0.5em;
}
.detail-desc table.cardinfo td {
	font-weight: bold;
}
.detail-desc .takuhai {
	margin-left: -10px;
}
.detail-desc .takuhai caption {
	text-align: right;
	padding: 0;
	font-size: 85%;
}
.detail-desc .takuhai th {
	font-size: 93% !important;
	background-color: #f4f4f4;
	vertical-align: top;
	padding: 4px 4px 2px 4px;
	text-align: center;
	font-weight: normal;
	font-size: small;
	line-height: 1.2;
	white-space: nowrap;
}
.detail-desc .takuhai td {
	font-size: 93% !important;
	vertical-align: top;
	text-align: right;
	padding: 4px 4px 2px 4px;
	font-size: small;
	line-height: 1.2;
}
/*************************************************/
.cart-confirm-regi {
	margin-top: 1em;
}
.cart-confirm-regi table {
	width: 100%;
}
.cart-confirm-regi table th {
	text-align: left;
	font-weight: normal;
}
.cart-confirm-regi table td {
	text-align: right;
}
.cart-confirm-regi table th em {
	font-size: large;
	font-weight: bold;
	font-style: normal;
}
.cart-confirm-regi table td em {
	font-size: large;
	color: #900;
	font-style: normal;
}
.cart-confirm-discount {
	margin-top: 0.5em;
	padding: 0.3em 0;
	text-align: center;
}
.confirm-doit-mes {
	margin: 0.75em 0;
	font-size: large;
	color: #c00;
	font-weight: bold;
}
.confirm-note {
	margin: 1em 0;
	font-size: small;
	font-style: normal;
}
.confirm-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.confirm-list li span {
	margin-right: 1em;
}
/*************************************************/
.confirm-detail {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.confirm-detail li.aitem {
	margin: 0 0.5em;
	padding: 0.5em 0;
}
.confirm-detail li.aitem:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.confirm-detail .cart-thumb {
	display: inline-block;
	width: 120px;
	height: 100%;
	text-align: center;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	overflow: hidden;
	font-size: 1px;
	line-height:0;
}
.confirm-detail .info {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.5em;
}
.confirm-detail .info h4 {
	margin:0;
}
.confirm-detail .info h5 {
	font-size: 9pt;
	font-weight: normal;
	margin:0;
}
.confirm-detail .info table {
	border-collapse: collapse;
	margin-left: 0.5em;
}
.confirm-detail .info tr {
	padding: 1px;
	border-bottom: 1px dotted #ccc;
}
.confirm-detail .info th {
	font-size: small;
	text-align: left;
	font-weight: normal;
	padding-right: 0.5em;
}
.confirm-detail .info td {
	width: 3em;
	text-align: right;
	font-size: small;
}
.confirm-detail .info .item-crop {
	padding: 0.5em 0 0 0.5em;
	font-size: small;
	color: #c00;
}
/*************************************************/
.pop-mesbox {
	padding: 1em;
	max-width: 500px;
}
.searchForm {
	padding: 0.5em 1em 1em 1em;
}
.popCartIn {
	padding: 1em 1.5em;
}
#popSlide {
	padding: 1em 1.5em;
}
#popOnetime p {
	color: #1b9af7;
	margin-bottom: 5px;
}
#popOnetime .note {
	font-size: 9pt;
	padding: 5px 0;
}
/*************************************************/
.document .ui-content {
}
.document .ui-content p {
	margin: 0.5em 0;
}
.document .ui-content h4 {
	margin: 1em 0 0.5em 0;
}
.document .ui-content ul, .document .ui-content ol, .document .ui-content dl {
	margin-top: 0.5em;
	font-size: medium;
}
.document .ui-content li {
	font-weight: normal;
}
.document .ui-content dt {
	margin-top: 0.3em;
	font-weight: bold;
	white-space: normal;
}
.document .ui-content dd {
	margin-left: 1em;
	white-space: normal;
}
.document .ui-content img {
	vertical-align: middle;
}
.document div.logo {
	text-align: center;
	margin: 0.5em 0 1em 0;
}
.document div.logo img {
	max-width: 100%;
}
/*************************************************/
#login .note {
	width: 90%;
	margin: 2em auto 0 auto;
	font-size: small;
}
#login .service {
	width:70%;
	margin: 2em auto 0 auto;
}
#login .service li .ui-btn-inner {
	font-weight: normal;
	font-size: small;
}
/*************************************************/
.login-img {
	text-align: center;
}
.login-img img {
	max-width: 100%;
}
.thanks-img {
	margin-top: 1em;
	text-align: center;
}
.thanks-img img {
	max-width: 80%;
}
/*************************************************/
.mime-ico {
	position: relative;
	display: inline-block;
}
.mime-ico .mime-type {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
	color: #666;
}
.mime-ico .mime-thumb {
	font-weight:bold;
	font-size: 2.0rem;
}
.mime-ico .mime-petit {
	font-weight:bold;
	font-size: 3.0rem;
}
.mime-ico .mime-z {
	font-weight:bold;
	font-size: 3.0rem;
}
/*************************************************/
.clearfix {
	overflow:hidden; /* for dreamweaver */
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.wait {
	cursor: wait !important;
}
/*************/
@media print {
	img, video {
		display: none;
	}
}
::placeholder {
	color: #d6c6af !important;
}
#cart-fail .text-error {
	font-size: 1.1em;
	font-weight: bolder;
	line-height: 2em;
}