@charset "UTF-8";
/* ===================================================================
	00 基本設定
	01 商品画像スライド
	02 商品情報
=================================================================== */

/* 00 基本設定
--------------------------------------------------------------------*/
body {
	overflow: hidden;
}
.dialog_main {
	margin: 15px;
}
.dialog_main select {
	font-size: 13px !important;
}
.dialog_main input {
	font-size: 13px !important;
}
.item-color dt, .item-size dt {
	width: 20%;
}
.item-color dd, .item-size dd {
	width: 80%;
}
.check.ok {
	color: #ff0000;
	position: absolute;
	top: 18px;

}
#dialog_main .dialog-button {
	font-size: 0;
	text-align: center;
	margin: 15px 0;
}
.dialog-button li {
	display: inline-block;
	margin: 0 0 0 10px;
}
.dialog-button li:first-child {
	margin: 0 0 0 0;
}
.dialog-button .default-btn {
	width: 190px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
}
.dialog-button a.simpleBtn {
	display: inline-block;
	height: 35px;
	font-size: 12px;
	line-height: 35px;
}
.dialog-button a.back {
	background-position: 10% center;
	margin-right: 15px;
}
.dialog-button a.confirm {
	background-position: 90% center;
}

/* 02 詳細
--------------------------------------------------------------------*/

select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
 select::-ms-expand {
 display: none;
}
/*======== ダイアログ大枠のスタイル ========*/
#dialog-box {
	text-align: center;
	font-size: 12px;
	color: #555555;
	position: absolute;
	left: 0px;
	top : 0px;
	width: 100%;
	box-sizing: border-box;
	z-index: 1000;
}
.dialog-info {
	text-align: left;
	margin: 0 auto 15px;
	width: 100%;
	line-height: 1.6;
}
/*==== Form ====*/
#dialog-box #orderStartMailForm, #dialog-box #restockMailForm {
	width: 100%;
	margin: 0 auto;
}
/*======== ENTRY ========*/
#dialog-box h1, #dialog_main h3.title, .dialog-info h1 {
	padding: 0 0 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 15px;
}
.dialog-colorsize {
	width: 100%;
}
/*==== アイテム情報 ====*/
.dialog-colorsize dl {
	display: table;
	text-align: left;
}
.dialog-colorsize dt, .dialog-colorsize dd {
	display: table-cell;
	vertical-align: middle;
}
.dialog-colorsize dt {
}
.dialog-colorsize dd dl, .dialog-colorsize dd dl dt, .dialog-colorsize dd dl dd {
	display: block;
	line-height: 1.6;
}
.dialog-colorsize .brand_name {
	font-size: 13px;
}
.dialog-colorsize .item_name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
/*カラバリ選択プルダウン用*/
.dialog-colorsize dd dl dd .check.ok {
position: absolute;
    top: 2.5em;
    left: 0;
    margin-left: 0;
}
.dialog-colorsize .item_name, .dialog-colorsize .brand_name {
	font-size: 1.2em;
	padding: 0 0 0.7% 0;
}
.dialog-colorsize dd dl {
	margin-left: 15px;
}
.dialog-colorsize dd dl dd {
	position: relative;
}
.dialog-colorsize img {
	vertical-align: middle;
}
.btn-back{
	position: relative;
	padding-left: 15px;
}
.btn-back:before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #222;
	border-right: solid 1px #222;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 9%;
	margin-top: -4px;
	z-index: 100;/*content: "<";
    color: #fff;
    z-index: 100;
    padding: 2% 1.3%;*/
}
/*==== Input ====*/
.inputArea {
	clear: both;
	padding: 20px 0 0 0;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}
.dialog-address {
	position: relative;
	width: 100%;
}
.inputArea .dialog-input-info {
	font-size: 10px;
}
.caution-mark {
	color: #FF6666;
	line-height: 1em;/*	margin:0 0 5px 3px;*/
}
/*==== InputBox ====*/
.inputArea .dialog-address input {
	width: 100%;
	margin-top: 5px;
	box-sizing: border-box;
}
.caution {
	color: #FF6666;
	margin: 0 0 15px 0;/*
	width:360px !important;
	text-align:center;
	margin:0 20px 0 20px;
*/
}
.dialog-mailmag {
	margin: 0 0 5px 0;
}
.dialog-mailmag input {
	margin: 0 5px 0 0;
}
/*==== Button ====*/
.dialog-button {
	display: table;
	width: 100%;
	font-size: 0;
	margin: 15px auto;
}
.dialog-button li {
	/*display:table-cell;*/
	display: inline-block;
}
.dialog-button #goNextElement {
	position: relative;
	box-sizing: border-box;
	padding-right: 15px;
}
.dialog-button #goNextElement:before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 9%;
	margin-top: -4px;
	z-index: 100;
}
.dialog-button li img {
	text-align: center;
}
/*======== COMPLEAT ========*/
.dialog-info.comp {
	text-align: center;
	font-size: 12px;
	color: #555555;
}
.dialog-info.comp img.thanks {
	margin: 15px auto;
}
.dialog-info.comp .dialog-message-result {
	/* color: #FF6666; */
	font-size: 14px;
	text-align: center;
	background: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	line-height: 1em;
}
.dialog-info.comp p {
	font-size:12px;
	letter-spacing:-0.07em;
	line-height:1.6;
	text-align: left;
}
.dialog-button-result .default-btn.btn-back {
	font-size: 13px;
	color: #222;
	border: 1px solid #222;
	width: 180px;
	height: 40px;
	line-height: 40px;
}
/*==== Button ====*/
.dialog-button-result {
	text-align: center;
	margin: 15px auto 0 auto;
}
/* mail_agreement
--------------------------------------------------------------------*/
.mail_agreement{
	background-color: #fff;
	padding: 10px 15px 0;
}

.mail_agreement_text{
	padding-bottom: 10px;
	line-height: 1.4;
}
.mail_agreement_text a{
	text-decoration:underline;
}
.mail_agreement_check{
	text-align: center;
}