@charset "UTF-8";
/* ===================================================================
	00 基本設定
	01 商品画像スライド
	02 商品情報
=================================================================== */

/* 00 基本設定
--------------------------------------------------------------------*/
body {
	overflow: hidden;
}
.check.ok {
	color: #ff0000;
	position: absolute;
	top: 18px;

}

/* 02 詳細
--------------------------------------------------------------------*/

#dialog-box {
	position: absolute;
	left: 0px;
	top : 0px;
	width: 100%;
	z-index: 1000;
}
#dialog-box #orderStartMailForm, #dialog-box #restockMailForm {
	width: 100%;
	margin: 0 auto;
}
.dialog_close {
	display:block;
	text-align: right;
	padding: 0 0 5px 0;
}
.dialog_close_top {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.dialog_close_top:before {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.dialog_close_top:after {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.dialog_content {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.dialog_title {
	color: #000;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	padding: 12px 0;
	border-bottom: 1px solid #999;
	position: relative;
}
.dialog_title:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height:16px;
	background: url("/static/full/images/common/commonparts/icon_modal_mail.png") left center no-repeat;
	background-size: 22px 16px;
	margin-right: 10px;
}
.dialog_caution {
	padding: 15px;
}
.dialog_caution_title {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
.dialog_caution_text {
	font-size: 11px;
	text-align: left;
	line-height: 1.6;
}
.dialog_caution_text_indent {
	font-size: 11px;
	text-indent: -1em;
	text-align: left;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 0 1em;
}
.dialog_caution_text_note {
	color: #ff0000;
	font-size: 11px;
	text-align: left;
	background-color: #fcebf2;
}
.dialog_top {
	background-color: #fff;
	padding: 0 15px 20px;
}
.dialog_bottom {
	background-color: #fff;
	padding: 0 15px 10px;
}
.dialog_data {
	display: table;
	width: 100%;
}
.dialog_data_photo {
	display: table-cell;
	width: 120px;
}
.dialog_data_iamge {
	width: 100%;
	height: auto;
}
.dialog_data_detail {
	width: calc(100% - 120px);
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.dialog_data_detail .brand_name {
	display: block;
	font-family: "Inter", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.dialog_data_detail .item_name {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom:10px;
}
.dialog_data_detail .item_colorsize {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 12px;
}

.dialog_form {
	margin-bottom: 10px;
}
.dialog_form:last-child {
	margin: 0;
}
.dialog_form_heading {
	font-size: 11px;
	margin-bottom: 5px;
}
.dialog_form_detail {}
.dialog_form_input {
	display: inline-block;
	width: 100%;
	padding: 10px 6px;
	color: #000;
	font-size: 12px;
	line-height: 1;
	height: 40px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #403e3c;
	border-radius: 3px;
}
.dialog_form_feedback {
	position: relative;
}
.dialog_form_feedback .dialog_form_input {
	padding: 10px 32px 10px 6px;
}
.dialog_form_feedback .ok {
	color: #ff0000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 32px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	pointer-events: none;
	margin: 0;
}
.dialog_select {
	position: relative;
}
.dialog_select:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: -11px 0 0;
	position: absolute;
	top: 50%;
	right: 5px;
	pointer-events: none;
	background-color: transparent;
	border-radius: 50%;
}
.dialog_select:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 12px;
	pointer-events: none;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.dialog_form_select {
	display: inline-block;
	width:100%;
	height: 40px;
	font-size: 12px;
	padding: 8px 30px 8px 10px;
	border: 1px solid #999;
	border-radius:6px;
}
.dialog_select .check.ok {
	position: absolute;
	top: 2.5em;
	left: 0;
	margin-left: 0;
}
.dialog_form_text_help {
	display: block;
	font-size: 10px;
}
.daialog_btn {
	text-align: center;
	margin: 0;
	padding: 0 15px 15px;
}
.daialog_btn_list {}
.daialog_btn_item {}
.daialog_btn_item + .daialog_btn_itemi {
	margin-top: 10px;
}
.button_dialog {
	display:inline-block;
	width:100%;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height: 1em;
	letter-spacing:normal;
	outline:medium none;
	background-color: #403e3c;
	border-radius:6px;
	padding:16px 5%;
	border:1px solid #403e3c;
}
.button_dialog:hover {
	color:#fff;
	text-decoration: none;
}
/* mail_agreement
--------------------------------------------------------------------*/
.mail_agreement{
	background-color: #fff;
	padding: 0 15px 10px;
}

.mail_agreement_text{
	padding-bottom: 10px;
	line-height: 1.4;
	text-align: center;
}
.mail_agreement_text a{
	text-decoration:underline;
}
.mail_agreement_check{
	text-align: center;
}
