/* マイページ */
/* 全体 */
.mypage-input-box {
	margin: 20px 0;
	padding: 20px;
	border-radius: 4px;
	background-color: #ffffff;
	width: 100%;
}

.container h1 {
	font-size: 21px !important;
	margin-bottom:20px;
}

.font-red {
	color: red;
}

.container p {
	line-height: 180%;
}

.btn-submit {
	width: auto;
	min-width: 125px;
	padding-right:5px;
	padding-left:5px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #B67C2D;
	border: none;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
	margin:0 auto;
}

.btn-submit:hover {
	color: #B67C2D;
	background-color: #FFFFFF;
	border:1px solid #B67C2D;
}

.btn-submit::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 400px ) {
	dl dd {
		height: 100% !important;
	}

	.btn-submit {
		float: none;
		margin: 10px 0;
		text-align: center;
	}
}

.btn-disable {
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C0C0C0;
	border: none;
	border-radius: 4px;
	float: right;
}

.btn-disable::after {
	content: "";
	display: block;
	clear: both;
}

.btn-margin-right {
	margin-right: 20px;
}


.align-center {
	text-align: center;
}

/* インデックスページ */
.panel-box .panel-content {
	position: relative;
	cursor: pointer;
}

.panel-box .panel-content span {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 4px 7px;
	width: 100%;
	max-width: 170px;
	text-align: center;
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.8);
}

.panel-box img {
	width: 100%;
	max-width: 170px;
	display: block;
	margin: 10px auto;
}

/* お友達招待 */
.friend-title {
    text-align: center;
    color: #B4B4B4;
    font-size:  20px;
    padding-top:10px;
}

.friend-title-index {
	color: #000000;
	font-size:  18px;
	padding-top:  5px;
	padding-left: 10px;
	padding-right:10px;
	text-align: left;
}

.friend-info-content {
	color: #000000;
	font-size:  15px;
	padding: 5px 10px 0;
	/*text-align: center;*/
}

/* iPhone4S */
@media screen and (max-height: 480px){
	.friend-title-index {
		font-size:  14px;
		padding-top:  5px;
	}
}

.friend-caution {
	display: table;
	width: 100%;
	color: #007AFF;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 auto;
	vertical-align: middle;
}

.friend-caution .friend-caution-image {
	display: table-cell;
	width: 25px;
	vertical-align: middle;
}

.friend-caution .friend-caution-image img {
	width: 18px;
}

.friend-caution .friend-caution-message {
	display: table-cell;
	vertical-align: middle;
}

.friend-code-box {
	padding: 10px;
	border-bottom: 1px solid #CACACA;
}

.friend-code-box .friend-code-title {
	text-align: center;
	font-size: 13px;
	padding: 5px;
	color: #007AFF;
	background-color: #DCDCDC;
	radius: 4px;
}

.friend-code-number {
	text-align: center;
	font-size: 32px;
	color: #000000;
}

.friend-code {
	height: 300px;
}

.friend-code div {
	width: 100%;
	text-align: center;
	position: relative;
	top: 125px;
	font-size:  16px;
	color:#cccccc;
}

.friend-code div:nth-of-type(2) {
	font-size:  36px;
	color: #ffffff;
}

.friend-share {
	padding: 0;
	margin-top: 45px;
	text-shadow: none;
}

.friend-share-menu {
	padding: 0px;
	margin-bottom: 45px;
}

.friend-share-menu ul
.friend-share-menu ol {
	margin : 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.4;
	list-style: none;
}

.friend-share-menu li a {
	display: block;
	padding: 4px;
	color: #000;
	text-align: center;
	text-decoration: none;
	list-style: none;
}

.friend-share-menu a span {
	display: block;
	text-indent: 0;
}

.friend-share-menu li {
	float: left;
	width: 25%;
}

.friend-share-menu ou:after,
.friend-share-menu ol:after {
	content: "";
	display: block;
}

.friend-share img {
   	width: 80%;
}

.friend-share span {
}

.friend-button-box {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.friend-button-box .friend-button {
	width: 70%;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border: none;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.friend-button-box .friend-button:hover {
	background-color: #CC9900;
}

.friend-closed-button {
	text-decoration: none;
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #000000;
	background-color: #797979;
	border-radius: 4px;
	margin: 10px;
}

/* 利用履歴                           */
.history-condition {
	display: table;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #bebebe;
	font-size: 14px;
	font-weight: normal;
}

.history-condition .booking {
	display: table-cell;
	width: 120px;
	padding: 0;
	vertical-align: middle;
}

.history-condition .product_name {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}


.history-condition .product {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	text-align: right;
	width: 100px;
}

.history-condition .product img {
	vertical-align: bottom;
    width:  80px;
    height: auto;
}

/* カード情報設定 */
.bottom-btn-box {
	/* height: 35px; */
	height: 50px;
	text-align: center;
	margin: 10px;
}

.card-input-box dl {
	margin: 0;
}

.card-input-box dl dt {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.card-input-box dl dd {
	padding-left: 200px;
	margin-bottom: 10px;
	height: 30px;
}

.card-input-box dl dd input[type="text"] {
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	width: 60px;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

.card-input-box dl dd input[type="text"]:focus {
	border: 1px solid #F1C455;
}

.card-input-box dl dd select {
	border: 1px solid #C7C7C7;
	width: 60px;
	border-radius: 4px;
}

@media screen and (max-width: 992px ) {

	.card-input-box dl dt {
		float: none;
	}

	.card-input-box dl dd {
		padding-left: 0;
	}

}

/* 電話番号設定 */
.tel-input-box dl {
	margin: 0;
}

.tel-input-box dl dt {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.tel-input-box dl dd {
	padding-left: 200px;
	margin-bottom: 10px;
	height: 30px;
}

.tel-input-box dl dd input[type="text"] {
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	width: 160px;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

.tel-input-box dl dd input[type="text"]:focus {
	border: 1px solid #F1C455;
}

@media screen and (max-width: 992px ) {

	.tel-input-box dl dt {
		float: none;
	}

	.tel-input-box dl dd {
		padding-left: 0;
	}

}

/* ご本人確認・送付先設定 */
.auth-input-box p {
	margin-bottom: 10px;
}

.auth-input-box dl {
	margin: 0;
}

.auth-input-box dl dt {
	float: left;
	width: 170px;
	margin-bottom: 10px;
}

.auth-input-box dl dd {
	padding-left: 170px;
	margin-bottom: 10px;
	height: 30px;
}

.auth-input-box dl dd select {
	border: 1px solid #C7C7C7;
	width: 160px;
	border-radius: 4px;
}

.auth-attention {
	color: red;
	width: 100%;
	padding: 10px;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC00;
}
.auth-picture-box img {
		width: 100%;
}

@media screen and (min-width: 450px ) {
	.auth-attention {
		font-size: 20px;
	}
}

@media screen and (max-width: 992px ) {

	.auth-input-box dl dt {
		float: none;
	}

	.auth-input-box dl dd {
		padding-left: 0;
	}

}

/* アカウント設定 */
.account-box dl {
	margin: 0;
}

.account-box dl dt {
	float: left;
	width: 120px;
	margin-bottom: 10px;
}

.account-box dl dd {
	padding-left: 120px;
	margin-bottom: 10px;
	height: 30px;
}

.account-box dl dd input[type="text"],
.account-box dl dd input[type="password"] {
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	width: 200px;
	height: 30px;
	padding: 0 10px;
	text-align: left;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
 }

.account-box dl dd input[type="text"]:focus,
.account-box dl dd input[type="password"]:focus {
	border: 1px solid #F1C455;
}

.account-box dl dd input[type="radio"] {
	display: inline-block;
	margin-right: 6px;
}

.account-box dl dd input[type="radio"] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {

	.account-box dl dd input[type="radio"] {
		display: none;
		margin: 0;
	}

	.account-box dl dd input[type="radio"] + label {
		padding: 0 0 0 24px;
	}

	.account-box dl dd input[type="radio"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFFFFF;
	}

	.account-box dl dd input[type="radio"] + label::before {
		border: 2px solid #C0C0C0;
		border-radius: 30px;
	}

	.account-box dl dd input[type="radio"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	.account-box dl dd input[type="radio"]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background-color: #F1C455;
		border-radius: 8px;
	}

}

@media screen and (max-width: 992px ) {

	.account-box dl dt {
		float: none;
	}

	.account-box dl dd {
		padding-left: 0;
	}

}

/* ご利用状況 */
.usage-box dl {
	margin: 0;
}

.usage-box dl dt {
	float: left;
	width: 170px;
	margin-bottom: 10px;
}

.usage-box dl dd {
	padding-left: 170px;
	margin-bottom: 10px;
	height: 100%;
}


@media screen and (max-width: 992px ) {

	.usage-box dl dt {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

	.usage-box dl dd {
		padding-left: 0px;
		margin-bottom: 15px;
		height: 100%;
	}

}


/* リクエスト */
.request-box dl {
	margin: 0;
}

.request-box dl dt {
	float: left;
	width: 160px;
	margin-bottom: 10px;
}
@media screen and (max-width: 992px ) {
.request-box dl dt {
	width: 90%;
}
}

.request-box dl dd {
	padding-left: 170px;
	margin-bottom: 10px;
	height: 100%;
}

.request-box dl dd.height30 {
	height: 30px;
	margin-top: 20px;
}

.request-box dl dd ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.request-box dl dd select {
	border: 1px solid #C7C7C7;
	width: 160px;
	border-radius: 4px;
}

.request-box dl dd ul li input[type="radio"] {
	display: inline-block;
	margin-right: 6px;
}

.request-box dl dd ul li input[type="radio"] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {

	.request-box dl dd ul li input[type="radio"] {
		display: none;
		margin: 0;
	}

	.request-box dl dd ul li input[type="radio"] + label {
		padding: 0 0 0 24px;
	}

	.request-box dl dd ul li input[type="radio"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFFFFF;
	}

	.request-box dl dd ul li input[type="radio"] + label::before {
		border: 2px solid #C0C0C0;
		border-radius: 30px;
	}

	.request-box dl dd ul li input[type="radio"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	.request-box dl dd ul li input[type="radio"]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background-color: #F1C455;
		border-radius: 8px;
	}

}

.request-box dl dd textarea {
	display: block;
	width: 80%;
	height: 80px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	padding: 5px;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

.request-box dl dd textarea:focus {
	border: 1px solid #F1C455;
}

@media screen and (max-width: 992px ) {

	.request-box dl dt {
		float: none;
	}

	.request-box dl dd {
		padding-left: 0;
	}

}

.reauest-brand-list input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px;
}

.reauest-brand-list input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {

	.reauest-brand-list input[type="checkbox"] {
		display: none;
		margin: 0;
	}

	.reauest-brand-list input[type="checkbox"] + label {
		padding: 0 0 0 24px;
	}

	.reauest-brand-list input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFFFFF;
	}

	.reauest-brand-list input[type="checkbox"] + label::before {
		border: 2px solid #C0C0C0;
	}

	.reauest-brand-list input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	.reauest-brand-list input[type="checkbox"]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #F1C455;
		border-bottom: 3px solid #F1C455;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

}

.reauest-brand-list label span {
	font-size: 11px;
}

.btn-request-brand {
	height: 50px;
	padding-top: 20px;
	text-align: center;
}

.comment-request-brand {
	margin-top: 20px;
}

@media screen and (max-width: 1199px ) {

	.reauest-brand-list label span {
		display: none;
	}

}

/* ポイント */
.point-user-info {
	display: table;
	width: 100%;
}

.point-user-info .medal,
.point-user-info .comment {
	display: table-cell;
	vertical-align: top;
}

.point-user-info .medal {
	text-align: center;
}

.point-user-info .medal img {
	vertical-align: top;
	width: 80px;
}

.point-user-info .comment .sui-comment-box {
	display: table;
}
.point-user-info .comment .sui-comment-box .box-row {
	display: table-row;
}
.point-user-info .comment .sui-comment-box .box-row .left {
	display: table-cell;
	text-align: left;
}
.point-user-info .comment .sui-comment-box .box-row .right {
	display: table-cell;
	text-align: right;
}

@media screen and (max-width: 992px ) {

	.point-user-info .medal img {
		width: 60px;
	}

}

.point-user-info .comment h4 {
	font-weight: bold;
	font-size: 16px;
}

.point-user-info .comment dl {
	margin: 0;
}

.point-user-info .comment dl dt {
	width: 120px;
	font-weight: normal;
	float: left;
}

.point-user-info .comment dl dd {
	padding-left: 120px;
}

@media screen and (max-width: 992px ) {

	.point-user-info .comment dl dt {
		width: 100%;
		font-weight: bold;
		float: none;
		margin-bottom: 3px;
	}

	.point-user-info .comment dl dd {
		padding-left: 0px;
		margin-bottom: 5px;
	}
}


.setting-mission-condition {
	display: table;
	width: 100%;
	border-bottom: 1px solid #C7C7C7;
	padding: 5px 10px;
}

.setting-mission-condition:last-child {
	border-bottom: none;
}

.setting-mission-condition .icon,
.setting-mission-condition .content {
	display: table-cell;
	vertical-align: top;
}

.setting-mission-condition .icon {
	width: 60px;
}

.setting-mission-condition .icon img {
	width: 100%;
}

.setting-mission-condition .content {
	padding-left: 20px;
}

.setting-mission-condition .content .points {
	text-align: right;
	color: #808080;
}

.clickable {
	cursor: pointer;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.clickable:hover {
	background-color: #C7C7C7;
}

.point-history {
	display: table;
	width: 100%;
	border-bottom: 1px solid #C7C7C7;
	padding: 5px 10px;
}

.point-history:last-child {
	border-bottom: none;
}

.point-history .date,
.point-history .content,
.point-history .point {
	display: table-cell;
}

.point-history .date {
	font-size: 12px;
	width: 80px;
}

.point-history .point {
	width: 60px;
}

.point-entry-box {
	padding: 10px 0;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #C7C7C7;
	box-shadow: 3px 3px 5px #a0a0a0;
}

.btn-use-point {
	height: 30px;
	margin-top: 20px;
}

/* 退会 */
.quit-box h3 {
	margin: 0 0 20px;
}

.quit-box p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

.quit-box .single-button-box {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.quit-box .single-button-box#enable_next {
	display: none;
}

.quit-box .single-button-box p {
	margin: 0;
	color: #FF0000;
}

.quit-box .single-button-box .single-button {
	width: 70%;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border: none;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.quit-box .single-button-box .single-button:hover {
	background-color: #CC9900;
}

.quit-box .single-button-box .single-button-disable {
	width: 70%;
	line-height: 35px;
	text-align: center;
	cursor: auto;
	color: #303030;
	font-weight: normal;
	background-color: #C0C0C0;
	border: none;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.quit-box .attention-box {
	border: 10px solid #FF8635;
	padding: 10px;
}

.quit-box .setting-quit-500pt {
	width: 100%;
}

.quit-box .setting-quit-500pt img {
	width: 100%;
}

.quit-box h4 {
	font-weight: bold;
	margin-top: 30px;
}

.quit-box .question-box {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
}

.quit-box .question-box p {
	margin-bottom: 7px;
	padding-left: 1em;
	text-indent: -1em;
}

.quit-box .question-box .radio-box {
	text-align: center;
}

.quit-box .question-box .radio-box input[type="radio"] {
	display: inline-block;
	margin-right: 6px;
}

.quit-box .question-box .radio-box input[type="radio"] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {

	.quit-box .question-box .radio-box input[type="radio"] {
		display: none;
		margin: 0;
	}

	.quit-box .question-box .radio-box input[type="radio"] + label {
		padding: 0 0 0 24px;
	}

	.quit-box .question-box .radio-box input[type="radio"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFFFFF;
	}

	.quit-box .question-box .radio-box input[type="radio"] + label::before {
		border: 2px solid #C0C0C0;
		border-radius: 30px;
	}

	.quit-box .question-box .radio-box input[type="radio"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	.quit-box .question-box .radio-box input[type="radio"]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background-color: #F1C455;
		border-radius: 8px;
	}

}

.quit-box #q6_reason_box {
	display: none;
}

.quit-box .question-box textarea {
	display: block;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	padding: 5px;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

.quit-box .question-box textarea:focus {
	border: 1px solid #F1C455;
}

.quit-box .quit-image {
	margin-top: 30px;
	width: 100%;
}

.quit-box .quit-image img {
	width: 100%;
}

/* 入荷連絡待ち */
.wait-information p {
	font-weight: bold;
	margin: 15px 0 5px;
}

.wait-list-box .false-message {
	margin-top: 20px;
	text-align: center;
}

.wait-list-box .lead-message {
	color: #FF0000;
	font-size: 18px;
	text-align: center;
}

.wait-list-box .wait-bag {
	display: table;
	width: 100%;
}

.wait-list-box .wait-bag .bag-image {
	display: table-cell;
	vertical-align: top;
	width: 160px;
}

.wait-list-box .wait-bag .bag-image img {
	width: 100%;
}

.wait-list-box .wait-bag .info {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.wait-list-box .single-button-box {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wait-list-box .single-button-box p {
	margin: 0;
	color: #FF0000;
}

.wait-list-box .single-button-box .single-button {
	width: 70%;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #B67C2D;
	border: none;
	border-radius: 4px;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.wait-list-box .single-button-box .single-button:hover {
	color: #B67C2D;
	font-weight: normal;
	background-color: #FFFFFF;
	border: #B67C2D 1px solid;
}


/* メニュー                           */
.closet-index-content{
    text-align: center;
    margin: 0;
    padding:10px;
}

.closet-index-content p.main-message {
	font-size: 14px;
	color: #007AFF;
}

.closet-index-content p.content-message {
	font-size: 12px;
	color: #000000;
}

.closet-index-content div.confirm-sagawa {
	margin: 10px 0 20px;
	border: 1px solid #000000;
	padding: 5px 0;
	border-radius: 2px;
	position: relative;
	color: #000000;
	font-size: 12px;
	cursor: pointer;
}

.closet-index-content div.confirm-sagawa::before,
.closet-index-content div.confirm-sagawa::after {
	position: absolute;
	top: 13px;
	right: -5px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
	margin-right: 10px;
}

.closet-index-content div.confirm-sagawa::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.closet-index-content div.confirm-sagawa::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.closet-index-content .remind-anchor-box {
	text-align: center;
	margin-top: 30px;
}

.closet-index-content .remind-anchor-box img {
	width: 70px;
	display: block;
	margin: 0 auto 10px;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #C0C0C0;
}

.closet-index-content .remind-anchor-box p {
	margin: 0;
	font-size: 11px;
	color: #000000;
}

.closet-index-content-meun-area{
/*	background-color: #fff3eb !important;*/
	background-color: #f9f9f9 !important;
	border-top: 1px solid #cccccc;
	width: 100%;
	font-size: 11px;
	position: fixed;
	bottom: 35px;
	padding: 10px 0;
}
.closet-index-content-meun{
    text-align: center;
    padding: 8px 20px;
}

.closet-index-content-meun a{
    text-decoration: none;
}

.closet-index-content-noimg{
	padding-top:20px;
}

.closet-index-content-noimg img{
	width:100px;
}
.closet-index-content-meun img{
  max-width: 70px;
  display: block;
  margin: 0 auto;
}

.closet-index-content div .product-thumb-img{
  max-width: 120px;
}

.closet-index-content-meun p{
    color:#94857e !important;
    margin: 0;

}

.closet-index-content-meun-unread {
    margin: 0;
    position: absolute;
    text-shadow: none;
    font-size: 12px;
    font-weight: lighter;
    top: 15px;
    left: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    min-width: 20px;
    width: 22px;
    color: #FFFFFF;
    background-color: #CC0000;
    border-radius: 10px;
}


/* iPhone 5 対応 */
@media only screen
    and (max-device-width:320px) {

	.closet-index-content-meun-unread {
	    left: 70px;
	}

	.closet-index-content-noimg{
		padding-top:8px;
	}

	.closet-index-content-noimg img{
		width:65px;
	}
	.closet-index-content-meun img{
	  max-width: 65px;
		display: block;
		margin: 0 auto;
	}
	.closet-index-content div .product-thumb-img{
	  max-width: 70px;
	}

}

.mypage-input-box div.point-menu {
	margin: 10px 30px 0;
	border-bottom: 1px solid #333;
	padding-left: 10px;
	position: relative;
	color: #333;
	line-height:60px;
	height:60px;
	font-size: 14px;
	cursor: pointer;
}

.mypage-input-box div.point-menu::before,
.mypage-input-box div.point-menu::after {
	position: absolute;
	top: 30px;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
	margin-right: 10px;
}

.mypage-input-box div.point-menu::before {
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mypage-input-box div.point-menu::after {
	margin-top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*-----------------------------------*/
.mypage-hearing-add {
	margin-bottom: 60px;

}
.mypage-hearing-add .mypage-hearing-add-maintitle {
	padding: 10px;
	margin-top: 0px !important;
	background-color: #F6F6F6;
}
.mypage-hearing-add .mypage-hearing-add-title {
	height: 40px;
	padding-left: 15px;
	background-color: #F6F6F6;
	position: relative;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.mypage-hearing-add .mypage-hearing-add-title p {
	margin: 0;
	position: absolute;
	bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.mypage-hearing-add .select-box {
	padding: 0 15px;
}

.mypage-hearing-add .select-box select {
	width: 100%;
	height: 40px;
	color: #007AFF;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	background: #FFF url(../img/purchase/arrow_down.png) no-repeat right;
}

.mypage-hearing-add ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #CACACA;
}

.mypage-hearing-add ul li {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #CACACA;
}

.mypage-hearing-add ul li input[type="radio"] {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.mypage-hearing-add ul li input[type="radio"] + label {
	display: block;
	height: 100%;
	line-height: 40px;
	background-image: url(../img/common/option_off.png);
	background-size: 24px;
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	font-size: 13px;
}

.mypage-hearing-add ul li input[type="radio"]:checked + label {
	background-image: url(../img/common/option_on.png);
	color: #007AFF;
}

.mypage-hearing-add .textarea-box .other-reason {
	padding: 0 0 0 15px;
	margin-bottom: 20px;
}

.mypage-hearing-add .textarea-box .other-reason .mypage-hearing-add-title-other {
	height: 40px;
	padding-left: 15px;
	background-color: #F6F6F6;
	position: relative;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.mypage-hearing-add .textarea-box .other-reason .mypage-hearing-add-title-other p {
	margin: 0;
	position: absolute;
	bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #007AFF;
}

.mypage-hearing-add textarea {
	width: 100%;
	padding: 10px;
}

.mypage-hearing-add textarea::-webkit-input-placeholder {
	color: #C7C7C7;
}

.mypage-hearing-add textarea::-moz-placeholder {
	color: #C7C7C7;
}

.select-condition {
	background-color: #FFFFFF;
}

.select-condition ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #CACACA;
}

.select-condition ul li {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #CACACA;
}

.select-condition ul li input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.select-condition ul li input[type="checkbox"] + label {
	display: block;
	height: 100%;
	line-height: 40px;
	background-image: url(../../img/common/check_off.png);
	background-size: 24px;
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	font-size: 13px;
}

.select-condition ul li input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/check_on.png);
	color: #007AFF;
}

/* お気に入り設定 */

.setting-show-like {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.setting-show-like .setting-like-box {
	margin: 0;
	padding: 0;
	height: 150px;
	position: relative;
	border-bottom: 1px solid #A0A0A0;
	cursor: pointer;
}

.setting-show-like .setting-like-box .like-box-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 2;
}

.setting-show-like .setting-like-box img {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	vertical-align: top;
	height: 100%;
	z-index: 1;
}

.setting-show-like .setting-like-box p.like-name {
	font-size: 25px;
	top: 40px;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	color: #333;
	z-index: 3;
	margin: 0;
}

.setting-show-like .setting-like-box span.like-cnt {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	width: 80px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}

/* お気に入り設定 ここまで */

.setting-quit-chk_confirm_fee_m{
	width: 20px;
}

.setting-quit-chk_confirm_fee_m_dummy_area{
	width: 20px;
	height: 15px;
	vertical-align: bottom;
}

.card-input-size{
	width: 60px;
}


/*  使ったバッグ */
.history_box {
	text-align: center;
}

.history_box img {
	width: 80%;
}

@media screen and (max-width: 992px ) {
 	.history_box img {
		 width: 100%;
	 }
}

img.cardicon {
 	min-width:45px;
 	max-width:60px;
 	width:25%;
 	padding:10px;
 }

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

.tel_number {
	width:80%;
	max-width:640px;
	min-width:300px;
	margin:0 auto;
}


.debitcard-announcement-box {
	width:300px;
	margin-right: auto;
	margin-left : auto;
}

.debitcard-announcement-box .debitcard-announcement {
	width: 90%;
	height: 80px;
	background-color: #9fa0a0;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	border: 2px solid #966b46;
	padding: 5px;
}

.debitcard-announcement-box .debitcard-announcement p{
	padding: 0;
	margin: 0;
}

.debitcard-announcement-box .debitcard-announcement img{
	width:80%;
	max-width:300px;
}

.btn-tiny-orange {
	width: 60%;
	height: 25px;
	background-color: #F1C455;
	border-radius: 2px;
	text-align: center;
	margin: 0 auto 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #000000;
}

.btn-large-orange a,
.btn-small-orange a {
	line-height: 40px;
	color: #000000;
	text-decoration: none;
}

.setting-quit-last-message {
    margin: 10px 0 10px 10px;
    color: #007AFF !important;
    padding-left: 20px;
    background-image: url(/img/common/text_attention.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left top;
}

/*フレンドページのCSS追加*/
.friend-code-number a.friendcode {
    font-size:14px;
    color:#fff;
    height:50px !important;
    line-height:50px !important;
    margin:0;
    padding:0;
    	overflow: hidden;
    	width:100%;
    	height:100%;
}

.friend-code-number p {
    font-size:18px;
    height:50px;
    line-height:55px;
    margin:0;
    padding:0;
    	overflow: hidden;
    	color:#B67C2D;
}

.bg-dark {
    background-color:#999;
    color:#fff;

}

.header .global-menu .nav__item a {
    color: #333;
}

.container {
    margin: 0 auto 2.84em !important;
}
