<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--------------------------------------------------------------------------
   modalFrame
---------------------------------------------------------------------------*/
.modal_frame {
	width: 640px;
}
.modal-frame {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 980px;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.modal-frame .modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1074px;
	width: 100%;
	height: 100%;
	background: #20211f;
}
.modal-frame .modal-cont {
	position: absolute;
	left: 50%;
}
.modal-frame .sec-cmn {
	padding: 0 30px 0;
	border: none;
	height: 100%;
}
.modal-frame .modal-inner {
	position: relative;
	width: 420px;
	height: 100%;
	padding: 0 40px 40px 40px;
	background: #ffffff;
}
.modal_frame .modal_ttl {
	background: #001489;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	line-height: 1;
}
.modal_frame .modal_ttl a.modal_close {
	margin: -5px 5px 0;
	float: right;
}

.modal_frame .modal_wrapper {
	padding: 10px 20px 20px;
}
.modal_frame .modal_wrapper .restockCaption {
	font-size: 16px;
	margin-bottom: 20px;
    color: #FF0000;
}
.modal_frame .modal_wrapper .btn_wrapper {
	text-align: center;
	margin-top: 20px;
}
.modal_frame .modal_wrapper .btn_wrapper .modal_btn {
	display: inline-block;
	min-width: 360px;
	text-align: center;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 18px;
	background: #001489;
	color: #FFFFFF;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
}
.modal_frame .modal_wrapper .btn_wrapper .modal_btn:hover {
	opacity: 0.8;
}
.modal_frame .modal_wrapper .btn_wrapper .modal_btn.disable {
	background: #c3c3c3;
	cursor: default;
}
.modal_frame .modal_wrapper .btn_wrapper .modal_btn.disable:hover {
	opacity: 1;
}
.modal_frame .modal_wrapper .waiting_text_wr_ {
    float: right;
    width:600px;
    font-size: 12px;
}
.modal_frame .modal_wrapper .waiting_text_wr p {
    padding: 0 0 0 10px;
    background-color: #E8EBF8;
    line-height:24px;
    font-weight: bold;
    color: #000094;
}
.modal_frame .modal_wrapper .waiting_text_wr table  {
    margin: 5px 0 0 0;
    margin-bottom: 20px;
    font-size: 12px;

}
.modal_frame .modal_wrapper .waiting_text_wr table th,
.modal_frame .modal_wrapper .waiting_text_wr table td {
/*    color: #000094; */
    text-align:left;
    line-height:24px;
    vertical-align: top;
    font-size: 12px;
}
.modal_frame .modal_wrapper .waiting_text_wr table th {
    padding:0 10px 0 0;
    white-space:nowrap;
}
.modal_frame .modal_wrapper .waiting_text_wr table td {
    padding:0;
}
.modal_frame .modal_wrapper .waiting_Caption_Center {
	font-size: 16px;
	margin-bottom: 20px;
	color: #FF0000;
	text-align: center;

}
.modal_frame .modal_wrapper .waiting_InputMail {
	display: flex;
	font-size: 16px;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}
.modal_frame .modal_wrapper .waiting_InputMail .ttl {
	font-size: 16px;
	padding: 10px;
	background: #999999;
	color: #FFFFFF;
	font-weight: bold;
}
.modal_frame .modal_wrapper .waiting_InputMail input {
	flex-grow: 1;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	padding: 10px;
	border: none;
}
#waitingReqMail dl {
	margin-bottom: 20px;
}
#waitingReqMail dt {
	font-size: 16px;
}
#waitingReqMail dd {
	font-size: 14px;
}
#waitingReqMail .waiting_Error {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background: #f5c8c8;
}
#waitingReqMail .waiting_Error:empty {
	display: none;
}

.modal_frame .modal_wrapper .completeMessage {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #001489;
	background: #d5d9ef;
	padding: 15px 0;
	margin-bottom: 20px;
}
.modal_frame .modal_wrapper .waiting_Attention {
	font-size: 14px;
	margin-bottom: 20px;
}
.
.modal_frame .modal_wrapper  .assist {
    color: #868686;
    font-size:10px;
}


@media all and (max-width: 767px) {
    
    html {
        overflow-x: hidden;
    }
    
    .modal_frame {
        width: 320px;
    }
    .modal_frame .modal_ttl {
        font-size: 12px;
    }
    .modal_frame .modal_wrapper {
        padding: 10px;
    }
    
    #restockSelect ul.list_colors a.not-select:hover img {
        border: 1px solid #c6c6c6;
    }
    .modal_frame .modal_wrapper #restockItem {
        overflow: hidden;
        margin: 0 0 10px;
    }
    .modal_frame .modal_wrapper #restockItem img {
        width: 60px;
        height: 60px;
    }
    .modal_frame .modal_wrapper #restockItem .restockItemInfo {
        padding-left: 70px;
        font-size: 11px;
    }
    .modal_frame .modal_wrapper #restockItem .restockItemName {
        font-size: 12px;
    }
    .modal_frame .modal_wrapper .restockCaption {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .modal_frame .modal_wrapper .restockInputMail {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .modal_frame .modal_wrapper .restockInputMail .ttl {
        padding: 5px;
    }
    .modal_frame .modal_wrapper .restockInputMail input {
        padding: 5px;
    }
    #restockMail dl {
        margin-bottom: 10px;
    }
    #restockMail dt {
        font-size: 12px;
    }
    #restockMail dd {
        font-size: 10px;
    }
    #restockMail .restockError {
        padding: 5px;
        font-size: 12px;
    }
    .modal_frame .modal_wrapper .completeMessage {
        font-size: 14px;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .modal_frame .modal_wrapper .restockCaptionCenter {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .modal_frame .modal_wrapper .restockAttention {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .modal_frame .modal_wrapper .btn_wrapper .modal_btn {
        min-width: 240px;
        width: 100%;
        padding: 10px 0;
        font-size: 12px;
    }

    #fancybox-outer{
        width: 320px;
    }

    .waiting_text_wr table {
        margin: 0;
        padding: calc(100vw/(750/25)) calc(100vw/(750/10));
        /*background-color: #efefef;*/
        border: 1px solid #E3E3E3;
    }
    
	.waiting_text_wr {
		position: relative;
		z-index: 2;
		clear: none;
		width: auto;
		margin: 0 calc(100vw/(750/20)) calc(100vw/(750/45));
		padding: 0;
		border: none;
	}
	
	.waiting_text_wr table,
	.waiting_text_wr table tbody,
	.waiting_text_wr table tr,
	.waiting_text_wr table th,
	.waiting_text_wr table td,
	.box p {
		display: block;
		width: auto;
		font-size: calc(100vw/(750/22)) !important;
	}
	
	.waiting_text_wr table {
		margin: 0;
		padding: calc(100vw/(750/25)) calc(100vw/(750/10));
	}

}</pre></body></html>