@charset "UTF-8";
.overlay-information {
	position: fixed;
/*	display: none;*/
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 203;
	background-color: rgba(0,0,0,0.6);
}


/**************************************/
/* jQuery Mobile のクラス定義を上書き */
/**************************************/
.ui-footer {
	border: none;
	opacity: 0.9;
}

.ui-content {
	text-shadow: none;
	overflow: hidden;
}

.ui-footer a:link { color: #DEDEDE; }
.ui-footer a:visited { color: #DEDEDE; }
.ui-footer a:hover { color: #DEDEDE; }
.ui-footer a:active { color: #DEDEDE; }

/**************************************/
/*                全体                */
/**************************************/
html {
	overflow-y: scroll;
	height: 100%;
}

body {
	text-shadow: none !important;
	background-color: #FFFFFF;
	color: #24282A;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color:rgba(0, 0, 255, .3);
}

.overlay-for-list {
	background-color: #000000;
	opacity: 0.6;
	width: 100%;
	height: 99999px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

header {
	background-color: #FBFBFB !important;
	border-color: #CACACA !important;
/*	height: 70px;*/
/*	height: 50px;*/
	height: 40px;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.8;
}

.header-with-nav {
/*	height: 112px;*/
/*	height: 92px;*/
/*	height: 87px;*/
/*	height: 77px;*/
	height: 62px;
}

.header-with-nav .nav-in-header {
/*	height: 50px;*/
/*	height: 40px;*/
	height: 30px;
	background-color: #303030;
	text-shadow: none;
	position: relative;
	top: 10px;
}

.header-with-nav .nav-in-header ul {
/*	height: 50px;*/
/*	height: 40px;*/
/*	height: 35px;*/
	height: 25px;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.header-with-nav .nav-in-header ul li {
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
/*	padding-bottom: 20px;*/
	font-weight: lighter;
}

.header-with-nav .nav-in-header ul li span.nav-in-header-active{
	border-bottom: 3px #CBCBCB solid;
	padding-bottom: 6px;
}

.header-with-nav .img-in-header {
/*	height: 52px;*/
/*	height: 42px;*/
	height: 35px;
}

.header-with-nav .img-in-header a {
	text-decoration: none;
}

header p {
	display: block;
	text-align: center;
	margin: 0 auto;
/*	background-color: #2d2d2d;*/
	color: #BEBEBE;
/*	color: #fff;*/
	text-shadow: none;
	font-size: 12px;
	position: relative;
	line-height: 40px;
}

header img {
	display: block;
/*	margin: 9px auto;*/
	margin: 8px auto;
	position: relative;
/*	top: 5px;*/
/*top: 4px;*/
	top: 2px;
/*	left: 5px;*/
	left: 4px;
}

header .img-in-header div:nth-of-type(1) {
	width: 33%;
	float: left;
}

header .img-in-header div:nth-of-type(2) {
	width: 33%;
	float:left;
}

header .img-in-header div:nth-of-type(3) {
	float:right;
}

header .right-image {
	float: right;
	margin-right: 10px;
	margin-top: -10px;
	text-shadow: none;
}

header .right-image img {
	margin: 0;
	width: 40px;
	top: -7px;
}

header div img.logo {
/*    width:  95px;*/
    width:  60px;
    height: auto;
	z-index:1;
	left: 2px;
}

header img.change-view {
	margin-right: 10px;
	margin-bottom: 0px;
	z-index: 1;
	width:  25px;
	height: auto;
}

header img.change-view-modal {
	display:block;
	position:relative;
	top:-100%;
}

header p.title-modal {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

header .medal {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 2px;
	z-index: 1;
	width:  22px;
	height: auto;
}

header .medal-info {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	z-index: 1;
	text-align: left;
	font-size: 9px;
	position: relative;
	top: 10px;
	font-weight: lighter;
}

header div.close {
	text-decoration: none;
	font-size: 17px !important;
	font-weight: normal;
	text-shadow: none;
	color: #BEBEBE !important;
	position: absolute;
	top: 40%;
	right: 10px;
	background-color: #FBFBFB !important;
	border: none !important;
	text-shadow: none !important;
}

header div.close a {
	text-decoration: none;
	color: #BEBEBE !important;
}

header div.back {
	text-decoration: none;
	font-size: 28px !important;
	font-weight: normal;
	text-shadow: none;
	color: #BEBEBE !important;
	position: absolute;
	top: 0;
	left: 0;
	border: none !important;
	text-shadow: none !important;
	height: 40px;
	background-image: url(../../img/common/left_arrow.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 8px 12px;
}

header div.back a {
	display: block;
/*	width: 50px;*/
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-left: 20px;
}

header div.back a:visited {
	color: #000;
}

header div.back a:hover {
	color: #000;
}
header div.report {
	text-decoration: none;
	font-size: 28px !important;
	font-weight: normal;
	text-shadow: none;
	color: #BEBEBE !important;
	position: absolute;
	top: 0;
	left: 87%;
	border: none !important;
	text-shadow: none !important;
	height: 40px;
	background-image: url(../../img/common/report.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 8px 12px;
}

header div.report a {
	display: block;
/*	width: 50px;*/
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-left: 20px;
}

header div.report a:visited {
	color: #000;
}

header div.report a:hover {
	color: #000;
}
/*
header div.back a .back-arrow {
	position: relative;
	display: inline-block;
}

header div.back a .back-arrow:before,
header div.back a .back-arrow:after {
	position: absolute;
	left: -11px;
	top: 0;
	display: block;
	content: '';
	width: 6px;
	height: 1px; *//* 太さ *//*
	background-color: #000000;
	border-radius: 4px;
}

header div.back a .back-arrow:before {
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header div.back a .back-arrow:after {
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/

header div.setting-like-menu {
	position: absolute;
	top: 0;
	right: 0;
	text-shadow: none !important;
	height: 40px;
	width: 60px;
}

header div.setting-like-menu .icon-list {
	width: 4px;
	height: 4px;
	box-shadow: inset 0 0 0 32px,0 -8px 0 0,0 8px 0 0;
	margin: 18px 26px 15px 21px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-style: normal;
	color: #BEBEBE;
	text-align: left;
}

header div.setting-like-menu .icon-list::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 4px;
	left: 8px;
	box-shadow: inset 0 0 0 32px,0 -8px 0 0,0 8px 0 0;
}

header div.setting-like-menu .icon-list::before,
header div.setting-like-menu .icon-list::after {
	content: "";
	pointer-events: none
}

header .like-menu-box {
	position: absolute;
	width: 160px;
	top: 45px;
	right: 5px;
	background-color: #FCFCFC;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
}

header .like-menu-box::before {
	display: block;
	content: "";
	position: absolute;
	top: -9px;
	right: 11px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #FCFCFC transparent;
	z-index: 0;
}

header .like-menu-box::after {
	display: block;
	content: "";
	position: absolute;
	top: -10px;
	right: 10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #D0D0D0 transparent;
	z-index: -1;
}

header .like-menu-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header .like-menu-box ul li {
	margin: 0;
	padding: 10px;
	color: #3C3C3C;
	font-weight: normal;
	text-shadow: none;
	border-bottom: 1px solid #D0D0D0;
	cursor: pointer;
}

header .like-menu-box ul li:hover {
	background-color: #D0D0D0;
}

header .like-menu-box ul li:last-child {
	border-bottom: none;
}

header .like-menu-box ul li input[type="text-box"] {
	margin: 0;
}
header .like-menu-box ul li button {
	margin: 0 0 0 64px;
	padding: 6px 10px;
	font-weight: normal;
	text-shadow: none !important;
	box-shadow: none !important;
}

header div.header-recommend {
	position: absolute;
	top: 0;
	right: 0;
	text-shadow: none !important;
}

header div.header-recommend a {
	display: block;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-right: 13px;
	margin-right: 8px;
	text-align: right;
}

header div.header-recommend a:visited {
	color: #000;
}

header div.header-recommend a:hover {
	color: #000;
}

header div.header-recommend .next-arrow {
	position: relative;
	display: inline-block;
}

header div.header-recommend .next-arrow:before,
header div.header-recommend .next-arrow:after {
	position: absolute;
	right: -11px;
	top: 0;
	display: block;
	content: '';
	width: 6px;
	height: 1px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

header div.header-recommend .next-arrow:before {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header div.header-recommend .next-arrow:after {
	margin-top: -7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header div.header-recommend .recommend-close {
	position: relative;
	display: inline-block;
}

header div.header-recommend .recommend-close:before,
header div.header-recommend .recommend-close:after {
	position: absolute;
	right: -15px;
	top: 0;
	display: block;
	content: '';
	width: 15px;
	height: 1px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

header div.header-recommend .recommend-close:before {
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header div.header-recommend .recommend-close:after {
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* main関係専用ヘッダ */
.main-header {
	background-color: #FBFBFB;
	height: 60px;
	width: 100%;
	z-index: 10;
}

.main-header .logo-in-main-header {
	height: 30px;
	background-color: #FBFBFB;
	padding: 0 43px;
}

.main-header .logo-in-main-header img {
	display: block;
	margin: 0 auto;
    width:  50px;
    position: relative;
    top: 6px;
}

.main-header .logo-in-main-header .menu-line,
.main-header .logo-in-main-header .language,
.main-header .logo-in-main-header .bell {
	position: absolute;
}

.main-header .logo-in-main-header .menu-line {
	top: 3px;
	left: 10px;
}

.main-header .logo-in-main-header .language {
	top: 3px;
	right: 43px;
}

.main-header .logo-in-main-header .bell {
	top: 3px;
	right: 10px;
}

.main-header .logo-in-main-header .bell .cnt-badge {
	position: absolute;
	top: -2px;
	right: -4px;
}

.main-header .logo-in-main-header .bell .cnt-badge img {
	width: 16px;
	vertical-align: middle;
}

.main-header .logo-in-main-header .menu-line img,
.main-header .logo-in-main-header .language img,
.main-header .logo-in-main-header .bell img {
	width: 28px;
	vertical-align: top;
	margin: 0;
	top: 0;
}

.main-header .logo-in-main-header .change-information {
	box-shadow: 2px 2px rgba(90, 90, 90, 0.9);
	text-align: center;
	text-shadow: none;
	background-color: #007AFF;
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	border-radius: 3px;
	width: 100%;
	height: 25px;
	position: relative;
	top: -15px;
}

.main-header .logo-in-main-header .change-information img {
	display: block;
	width: 28px;
	vertical-align: top;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.main-header .information-list-box {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 95%;
	max-height: 430px;
	background-color: #E7E7E7;
	border-radius: 5px;
	z-index: 100;
/*
	overflow-x: hidden;
	overflow-y: scroll;
*/
}

.main-header .information-list-box::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #E7E7E7;
	bottom: 100%;
	right: 7px;
}

.main-header .information-list-box h3 {
	font-size: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 35px;
	text-align: center;
	text-shadow: none;
	border-radius: 5px 5px 0 0;
}

.main-header .information-list-box ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
}

.main-header .information-list-box ul li {
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
}

.main-header .information-list-box ul li:last-child {
	border-bottom: none;
}

.main-header .information-list-box ul li:before,
.main-header .information-list-box ul li:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 10px;
	height: 1px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

.main-header .information-list-box ul li:before {
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-header .information-list-box ul li:after {
	margin-top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-header .information-list-box ul li h3 {
	font-size: 14px;
	font-weight: normal;
	color: #007AFF;
}

.main-header .information-list-box ul li .text-info-box {
	display: table;
}

.main-header .information-list-box ul li .text-info-box .box-left {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}

.main-header .information-list-box ul li .text-info-box .box-left img {
	width: 40px;
	vertical-align: middle;
}

.main-header .information-list-box ul li .text-info-box .box-right {
	display: table-cell;
	vertical-align: middle;
	padding-right: 13px;
}

.main-header .information-list-box ul li .text-info-box .box-right p {
	margin: 0;
}

.main-header .information-list-box ul li .bag-info-box {
	display: table;
}

.main-header .information-list-box ul li .bag-info-box .box-left {
	display: table-cell;
	width: 40%;
}

.main-header .information-list-box ul li .bag-info-box .box-left img {
	width: 100%;
	vertical-align: middle;
}

.main-header .information-list-box ul li .bag-info-box .box-right {
	display: table-cell;
	padding-left: 10px;
}

.main-header .information-list-box ul li .bag-info-box .box-right p {
	margin: 0;
}

.main-header .nav-in-main-header {
	background-color: #FBFBFB;
	text-shadow: none;
}

.main-header .nav-in-main-header ul {
	height: 25px;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.main-header .nav-in-main-header ul li {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	font-weight: lighter;
}

.main-header .nav-in-main-header ul li.color-main-center {
	color: #979797;
}

.main-header .nav-in-main-header ul li.color-main-left,
.main-header .nav-in-main-header ul li.color-main-right {
	color: #000000;
}

.main-header .nav-in-main-header ul li.color-main-left {
	text-align: left;
	padding-left: 15px;
}

.main-header .nav-in-main-header ul li.color-main-right {
	text-align: right;
	padding-right: 15px;
}

.left-arrow {
	position: relative;
	display: inline-block;
}

.left-arrow:before,
.left-arrow:after {
	position: absolute;
	left: -10px;
	top: 0;
	display: block;
	content: '';
	width: 6px;
	height: 1px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;

}

.left-arrow:before {
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.left-arrow:after {
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.right-arrow {
	position: relative;
	display: inline-block;
}

.right-arrow:before,
.right-arrow:after {
	position: absolute;
	left: 5px;
	top: 0;
	display: block;
	content: '';
	width: 6px;
	height: 1px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;

}

.right-arrow:before {
	margin-top: -7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.right-arrow:after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-header-fixed {
	position: fixed;
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
}
/* main関係専用ヘッダ ここまで */

/* マイリスト関係専用ヘッダ */
.mylist-header {
	color: #333;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CACACA;
	height: 100px;
	width: 100%;
	font-size: 10px;
	box-sizing: border-box;
	z-index: 11;
	position: fixed;
}

.mylist-header .upper-row {
	height: 30px;
	width: 100%;
	color: #BEBEBE;
	background-color: #FBFBFB;
	border-bottom: 1px solid #CACACA;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	position: relative;
}

.mylist-header .upper-row p {
	margin: 0;
	padding: 0 20px;
	color: #333333;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

.mylist-header .upper-row p::before,
.mylist-header .upper-row p::after {
	position: absolute;
	top: 19px;
	left: 10px;
	display: block;
	content: '';
	width: 6px;
	height: 1px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

.mylist-header .upper-row p::before {
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mylist-header .upper-row p::after {
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mylist-header .lower-row {
	width: 100%;
}

.mylist-header .lower-row ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

.mylist-header .lower-row ul li {
	display: table-cell;
	height: 68px;
}

.mylist-header .lower-row ul li.header-link-current {
	color: #157DF6;
	border-bottom: 4px solid #157DF6;
}

.mylist-header .lower-row ul li img {
	width: 25px;
	margin: 8px 0 5px;
	vertical-align: middle;
}

.mylist-header .lower-row ul li p {
	margin: 0;
}
/* マイリスト関係専用ヘッダ ここまで */

.click_here {
	color: #000000 !important;
}
.click_here:link { color: #000000 !important; }
.click_here:visited { color: #000000 !important; }
.click_here:hover { color: #000000 !important; }
.click_here:active { color: #000000 !important; }

.error-msg {
	color: #CC0000;
	font-size: small;
}

.color-active {
	color: #CBCBCB;
}

.color-inactive {
	color: #787878;
}

.laxus-popup {
	width: 270px;
	background-color: #FFFFFF;
	/* color: #3C3C3C;*/
	/* font-size: 12px;*/

	color:#000;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	text-align:center;

	position: relative;
	padding: 4px 0 66px;
}

.laxus-popup .pop-main-img{
	width: 230px;
}

.laxus-popup h3 {
/*	font-size: 16px;*/
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 11px;
}

.laxus-popup h3.with_anchor {
	text-decoration: underline;
}

.laxus-popup p {
	margin: 0;
	padding: 0 20px;
	text-align:center;
	color : #007AFF;

}

/* iPhone 4s 対応 */
@media only screen
    and (max-device-width:300px) {
	.laxus-popup .button-box {
		width: 250px;
	}
	.laxus-popup .pop-main-img{
		width: 210px;
	}
	.laxus-popup h3 {
		width: 210px;
	}
}

.laxus-popup img.medal {
	float: left;
	margin: 0px;
	z-index: 1;
	width:  22px;
	height: auto;
}

.laxus-popup .medal-info {
	float: left;
	margin: 0;
	z-index: 1;
	text-align: left;
	font-size: 11px;
	color: #787878;
}

.laxus-popup .info-box {
	display: table;
	width: 100%;
}

.laxus-popup .info-box .box-left {
	display: table-cell;
	vertical-align: top;
}

.laxus-popup .info-box .box-right {
	display: table-cell;
	vertical-align: middle;
}

.laxus-popup .info-box .box-left img {
	max-height: 150px;
}

.laxus-popup .button-box {
	width: 100%;
/*	height: 42px;*/
	height: 44px;
	border-top: 1px solid #CACACA;
/*	background-color: #F6F6F6;*/
	color: #CACACA;
/*	font-size: 16px;*/
	font-size: 17px;
	display: table;
	position: absolute;
	bottom: 0;
	text-align: center;
}


.laxus-popup .button-box .type-double,
.laxus-popup .button-box .type-triple {
	display: table-cell;
	vertical-align: middle;
}

.laxus-popup .button-box .type-double {
	width: 50%;
}

.laxus-popup .button-box .type-triple {
	width: 33%;
}

.laxus-popup .button-box .positive {
	color: #007AFF;
	font-weight:bold;
}

.laxus-popup .button-box .negative {
/*	color: #A0A0A0;*/
	color: #007AFF;
}


.laxus-popup .button-box .type-single    {
    padding-top: 15px;
}

.laxus-popup .button-box-vertical {
	width: 100%;
	background-color: #F6F6F6;
	font-size: 16px;
	color: #007AFF;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.laxus-popup .button-box-vertical ul {
	margin: 0;
	padding: 0;
}

.laxus-popup .button-box-vertical ul li {
	list-style-type: none;
	border-top: 1px solid #CACACA;
	width: 100%;
	height: 42px;
	line-height: 42px;
}

.laxus-popup .product-img {
	display: block;
	margin: 0 auto;
	width: 130px;
}

.popup-content {
	padding: 10px;
}

.popup-content a {
	background-color: #CC9900 !important;
	color: #ffffff !important;
}

.guidance-register {
	margin: 5px 20px 10px;
	padding: 10px;
	background-color: #F7F1BD;
	color: #007AFF;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #F2AE27;
}

.guidance-register-breadcrumb-popup {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: center;
}

.guidance-register-breadcrumb-popup img {
	width: 100%;
	max-width: 325px;
}

span.breadcrumb-arrow {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	margin-left: 2px;
}

span.breadcrumb-arrow:before,
span.breadcrumb-arrow:after {
	position: absolute;
	top: 50%;
	display: block;
	content: '';
	width: 6px;
	height: 1px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

span.breadcrumb-arrow:before {
	margin-top: -7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.breadcrumb-arrow:after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.reserve-breadcrumb {
	font-size: 15px;
	color: #828282;
	margin: 10px auto 15px;
	text-align: center;
}

div.reserve-breadcrumb span.reserve-breadcrumb-arrow {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	margin-left: 5px;
}

div.reserve-breadcrumb span.reserve-breadcrumb-arrow:before,
div.reserve-breadcrumb span.reserve-breadcrumb-arrow:after {
	position: absolute;
	top: 50%;
	display: block;
	content: '';
	width: 10px;
	height: 1px; /* 太さ */
	background-color: #828282;
	border-radius: 4px;
}

div.reserve-breadcrumb span.reserve-breadcrumb-arrow:before {
	margin-top: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.reserve-breadcrumb span.reserve-breadcrumb-arrow:after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.logo-pagetop {
	text-align: center;
	margin: 10px auto 10px;
}

.logo-mark-pagetop {
	height: 100px;
	width: 100%;
	display: table;
	text-align: center;
}

.logo-mark-pagetop img{
	width: 173px;
}

.logo-mark-pagetop div {
	display: table-cell;
	vertical-align: middle;
}

.button-like-footer {
	height: 70px;
	width: 100%;
	display: table;
	padding: 15px 0;
	position: absolute;
	bottom: 0;
/*	background-color: #383838; */
	background: rgba(0, 0, 0, 0.4);
}

.button-like-footer2 {
	height: 70px;
	width: 100%;
	margin-top: 20px;
	display: table;
	padding: 15px 0;
	position: relative;
	bottom: 0;
	background-color: #383838;
}

.button-like-footer-not-fixed {
	height: 70px;
	width: 100%;
	display: table;
	padding: 15px 0;
	background-color: #383838;
}

.button-like-footer-not-fixed-bg-gray {
	height: 70px;
	width: 100%;
	display: table;
	background-color: #f6f6f6;
	border-top: 1px solid #969696;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* iPhone4S */
@media screen and (max-height: 480px){
	.button-like-footer {
		position: static;
	}
}

.button-like-footer-not-fixed .single-button,
.button-like-footer-not-fixed-bg-gray .single-button,
.button-like-footer .single-button,
.button-like-footer2 .single-button {
	height: 100%;
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.button-like-footer-not-fixed .double-button, 
.button-like-footer-not-fixed-bg-gray .double-button, 
.button-like-footer .double-button {
	height: 100%;
	width: 50%;
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.button-like-footer-not-fixed .single-button .btn-style,
.button-like-footer-not-fixed-bg-gray .single-button .btn-style,
.button-like-footer .single-button .btn-style,
.button-like-footer2 .single-button .btn-style {
	height: 50px;
	line-height: 50px;
	margin: 10px;
	border-radius: 4px;
}

.button-like-footer-not-fixed .double-button .btn-style-left, 
.button-like-footer-not-fixed-bg-gray .double-button .btn-style-left, 
.button-like-footer .double-button .btn-style-left{
	height: 50px;
	line-height: 50px;
	margin: 10px 5px 10px 10px;
	border-radius: 4px;
}

.button-like-footer-not-fixed .double-button .btn-style-right,
.button-like-footer-not-fixed-bg-gray .double-button .btn-style-right,
.button-like-footer .double-button .btn-style-right{
	height: 50px;
	line-height: 50px;
	margin: 10px 10px 10px 5px;
	border-radius: 4px;
}

.button-like-footer-not-fixed a, 
.button-like-footer-not-fixed-bg-gray a, 
.button-like-footer a,
.button-like-footer2 a {
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	background-color: #F1C455;
	color: #000000;
	border-radius: 4px;
	margin: 10px;
}

.button-like-footer-not-fixed a:hover, 
.button-like-footer-not-fixed-bg-gray a:hover, 
.button-like-footer a:hover,
.button-like-footer2 a:hover {
	color: #000000;
}

.button-like-footer-not-fixed a:visited,
.button-like-footer-not-fixed-bg-gray a:visited,
.button-like-footer a:visited,
.button-like-footer2 a:visited {
	color: #000000;
}

.footer-active {
	background-color: #FFFFFF !important;
}

.footer-inactive {
	background-color: #DADADA !important;
}

.footer-message {
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
}

.unread {
	margin: 0;
	position: absolute;
	text-shadow: none;
	font-size: 10px;
	font-weight: lighter;
	top: 3px;
	right: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	min-width: 16px;
	color: #FFFFFF;
	background-color: #CC0000;
	border-radius: 8px;
}

/* iPhone 5 対応 */
@media only screen
    and (max-device-width:320px) {
	.unread {
		right: 8px;
	}

}

.bg-black {
	background-color: #000000;
}

.bg-dark-gray {
	background-color: #303030;
}

.bg-middle-gray {
	background-color: #383838;
}

.bg-gray {
	background-color: #BEBEBE;
}

.bg-light-gray {
	background-color: #EFEFEF;
}

.bg-super-super-light-gray {
	background-color: #F6F6F6;
}

.bg-super-light-gray {
	background-color: #F0F0F0;
}

.bg-off-white {
	background-color: #FBFBFB;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-dark-orange {
	background-color: #cc9900;
}

.bg-orange {
	background-color: #d1a31a;
}

.bg-light-orange {
	background-color: #d6ad33 ;
}

.bg-more-light-orange {
	background-color: #dbb84d ;
}

.bg-most-light-orange {
	background-color: #e5c967 ;
}

.bg-karakusa {
	background: #7393C2;
	background-size:100% auto;
}

.btn-surface-positive {
	background-color: #F1C455;
	color: #000000;
}

.btn-surface-negative {
	background-color: #E8EBEC;
	color: #787878;
}

.btn-large-orange {
	width: 80%;
	height: 40px;
	background-color: #F1C455;
	border-radius: 2px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
}

.btn-small-orange {
	width: 60%;
	height: 40px;
	background-color: #F1C455;
	border-radius: 2px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
}

.btn-tiny-orange {
	width: 60%;
	height: 25px;
	background-color: #F1C455;
	border-radius: 2px;
	text-align: center;
	margin: 0 auto;
	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;
}

.btn-large-orange a:visited,
.btn-small-orange a:visited {
	color: #000000;
}

.btn-w-small {
	width: 40%;
	height: 40px;
	border-radius: 2px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
}

.btn-w-large-small {
	width: 22%;
	height: 40px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	background-color: #1557A9;
    color: white;
    padding-right:4px;
    padding-left:4px;
    font-size: 10px;
}



/* フォントカラー */
.font-white  {
	color: #fff;
}

.font-gray  {
	color: #848484;
}

.font-yellow{
	color: #f0c35e;
}

.font-blue {
	color: #007AFF;
}

.font-size-10 {
	font-size: 10px;
}

.text-input {
	width: 100%;
	display: block;
	margin-top: 20px;
	border: none;
	border-bottom: 1px solid #848484;
	font-size: 17px;
	color: #000000;
}
/*
.text-input::-webkit-input-placeholder {
	font-size: 17px;
	color: #B4B4B4;
}

.text-input::-moz-placeholder {
	font-size: 17px;
	color: #B4B4B4;
}
*/
.text-show {
	width: 100%;
	display: block;
	margin-top: 20px;
	border: none;
	border-bottom: 1px solid #848484;
	font-size: 17px;
	color: #848484;
}

.text-input-new {
	width: 100%;
	display: block;
	border: none;
	font-size: 17px;
	color: #000000;
	text-align: right;
}

.card-input-new-limit-MM {
	display: inline;
}

.card-input-new-limit-MM .text-input-new {
	border: none;
	font-size: 17px;
	color: #000000;
	display: inline;
	width: 50px;
}


/**************************************/
/*                 LP                 */
/**************************************/
.lp-title {
	position: absolute;
	z-index: 100;
	color: #000000;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

.lp-title img {
	max-width: 310px;
}

/* スライド */
.slide-box {
	width: 100%;
	text-align: center;
}

.slide-box ul li {
	list-style-type: none;
}

.slide-box ul li img {
	display: block;
	margin: 0 auto;
}
/* スライド ここまで */

/* startボタン */
#start_btn_box {
	position: absolute;
	height: 30px;
	width: 100px;
	line-height: 30px;
	color: #CC9900;
	border: 1px solid #CC9900;
	border-radius: 4px;
	text-align: center;
	z-index: 100;
}
/* startボタン ここまで */

/* go mainボタン */
#go_main_box {
	position: absolute;
	height: 30px;
	width: 100px;
	line-height: 30px;
	color: #CC9900;
	border: 1px solid #CC9900;
	border-radius: 4px;
	text-align: center;
	z-index: 101;
}
/* go mainボタン ここまで */

.explanation {
	position: relative;
}

.explanation .bg {
	width: 100%;
	display: block;
}

.explanation .bottom_button {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 10;
	display: block;
}

.explanation .top_header {
	width: 100%;
	position: fixed;
	top: 20px;
	z-index: 10;
	display: block;
}

.explanation .next-page {
	width: 32px;
	position: absolute;
	top: 230px;
	right: 10px;
	z-index: 10;
	display: block;
}

.skip-box {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 25px;
	color: #CC9900;
	border: 1px solid #CC9900;
	border-radius: 3px;
	text-align: center;
	padding: 0;
	font-size: 13px;
	padding-top: 5px;
	cursor: pointer;
	z-index: 100;
}

/**************************************/
/*              ログイン              */
/**************************************/
hr.or-line {
	padding: 0;
/* 	margin: 30px 10px;*/
	margin: 15px 10px;
	height: 0;
	border: 0;
	border: 1px solid #BEBEBE;
	text-align: center;
}

hr.or-line:after {
	content: "OR";
	display: inline-block;
	position: relative;
	top: -10px;
	background-color: #F9F9F9;
	padding: 0 10px;
}

.logo-box {
	text-align: center;
	margin: 50px auto 30px;
}

.logo-box img {
	width: 100px;
}

/* 入力ボックス */
.inputs {
	text-align: center;
}

.flat-input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 5px 10px;
	height: 35px;
	width: 100%;
	display: block;
	border: 1px solid #BEBEBE;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #282828;
}

.flat-input::-webkit-input-placeholder {
	color: #BEBEBE;
}

.flat-input:-moz-placeholder {
	color: #BEBEBE;
}
/* 入力ボックス ここまで */

/* ボタン */
.DefBtn,
.FbBtn {
	height: 45px;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	margin: 10px auto 25px;
}

.DefBtn {
	background-color: #CC9900;
}

.FbBtn {
	background-color: #3b5998;
}

.DefBtn .DefBtnLabel,
.FbBtn .FbBtnLabel {
	color: #ffffff;
	position: relative;
	text-align: center;
	margin: 0;
}

.DefBtn .DefBtnLabel {
	top: 13px;
}

.FbBtn .FbBtnLabel {
	top: 2px;
}

.FbBtn .FbBtnLabel img {
	position: relative;
	top: 4px;
	height: 25px;
	margin-right: 10px;
}
/* ボタン ここまで */

/* 新規登録関係 */
.note-password {
	text-align: center;
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
	font-size: 10px;
}

.note-confirm {
	text-align: center;
	font-size: 10px;
}

.note-confirm a {
	margin: 0 5px;
	color: #606060;
}

.note-confirm a:visited {
	color: #606060;
}
/* 新規登録関係 ここまで */

#login_index_box_login {
	margin-top: 40px;
}

.note-forget-pass {
	display: block;
	margin: 5px auto 20px 20px;
	font-size: large;
	text-decoration: none;
	color: #606060 !important;
}

.note-forget-pass:visited {
	color: #606060 !important;
	font-size: 10px !important;
}

#login_index_box_login .DefBtn,
#login_index_box_login .FbBtn {
	margin-bottom: 0;
}

.note-facebook {
	margin: 5px 10px 10px;
	font-size: 10px;
}

.info-msg {
	text-shadow: none !important;
	padding: 10px 20px;
	color: #848484;
}

.start-app {
	margin: 10px 20px;
	padding: 20px 0;
	text-align: center;
	color: #606060;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

.start-app a {
	font-size: large;
	text-decoration: none;
	color: #606060;
}

a.change_div {
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	font-size: large;
	color: #606060;
    outline : none;
}

.input-email-box {
	margin: 0;
	padding: 20px 10px;
}

.input-email-box h3 {
	font-size: 16px;
	margin: 0 0 10px;
	color: #282828;
}

.input-email-box .message {
	padding: 20px 10px;
}

.input-email-box p.title {
	color: #282828;
	margin: 40px 0 0;
}

.btn_login_submit {
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	background-color: #F1C354;
}


/**************************************/
/*              アイテム              */
/**************************************/
/* 起動時のポップアップ */
.popup-startup {
	text-shadow: none;
	padding: 10px;
}

.popup-startup a {
	text-decoration: none;
}

.popup-startup p.info-comment {
	margin: 0 0 8px 0;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.popup-startup p.info-comment a.go_setting_anchor{
	color:white !important;
	padding:0 5px;
}

.popup-startup img.medal {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	z-index: 1;
	width:  22px;
	height: auto;
}

.popup-startup .medal-info {
	float: left;
	margin: 0 5px;
	z-index: 1;
	text-align: left;
	font-size: 11px;
	color: #787878;
}

.popup-startup a.close{
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none !important;
	background-color: #000000;
	color: #CC9900 !important;
	font-size: 30px;
	font-weight: normal;
    outline : none;
	padding: 0 5px 8px;
}

.popup-startup .setting-user-point{
	margin: 30px 0 0;
	height: 85px;
	color: #FFFFFF;
	background-color: #383838;
}

.popup-startup .setting-user-point p {
	margin: 0;
	margin-bottom: 5px;
}

.popup-startup .setting-user-point img {
	height: 20px;
	width: 100%;
}

.popup-startup .product-info {
	margin-bottom: 5px;
}

.popup-startup .product-info .sub-title {
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	color: #000000;
	font-size: 15px;
	border-bottom: 1px solid #F0F0F0;
}

.popup-startup .product-info img {
	display: block;
	margin: 0 auto;
	max-height: 150px;
}

.popup-startup .product-info .info-box {
	border-top: 1px solid #F0F0F0;
	margin: 10px;
	padding-top: 10px;
}

.popup-startup .product-info .info-box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.popup-startup .product-info .info-box .box-left {
	float: left;
}

.popup-startup .product-info .info-box .box-left p.brand-name {
	font-size: 12px;
	margin: 0 0 0 10px;
}

.popup-startup .product-info .info-box .box-left p.product-name {
	font-size: 14px;
	margin: 0 0 0 10px;
}

.popup-startup .product-info .info-box .box-right {
	float: right;
	margin-right: 10px;
	position: relative;
}

.popup-startup .product-info .info-box .box-right img {
	max-height: 40px;
}

.popup-startup .product-info .info-box .box-right .favorite-cnt {
	position: relative;
	text-align: center;
	top: -29px;
	left: 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.popup-startup .message {
	margin: 0;
	color: #FFFFFF;
}
/* 起動時のポップアップ ここまで */

/* 一覧(index) */
.main-home p.sub-title {
	text-align: center;
	margin: 10px auto;
	color: #606060;
	font-size: 14px;
}

.main-home img.product-img {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}

.main-home .product-info {
	height: 120px;
	margin: 25px 0 0;
	padding-top: 20px;
	background-color: #FFFFFF;
	border-top: 2px solid #F0F0F0;
}

.main-home .product-info .box-left {
	float: left;
}

.main-home .product-info .box-left p.brand-name {
	font-size: 18px;
	margin: 0 0 0 20px;
}

.main-home .product-info .box-left p.product-name {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 20px;
}

.main-home .product-info .box-right {
	float: right;
	margin-right: 20px;
	position: relative;
}

.main-home .product-info .box-right .favorite-cnt {
	position: relative;
	text-align: center;
	top: -35px;
	left: 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.main-home .arrival-info {
	height: 80px;
}

.main-home .arrival-info .box-left,
.main-home .arrival-info .box-right {
	color: #BEBEBE;
	font-size: 20px;
	line-height: 80px;
}

.main-home .arrival-info .box-left {
	display: inline-block;
	float: left;
	margin: 0 0 0 20px;
}

.main-home .arrival-info .box-right {
	display: inline-block;
	float: right;
	margin: 0 20px 0 0;
}

.main-recommend-condition {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 3px;
}

.main-recommend-condition img {
	display: block;
	width: 100%;
	margin: 0 auto;
	vertical-align: bottom;
}

.main-recommend-campaign {
/*	background-color: rgba(48,48,48,0.5);*/
	color: #ffffff;
	height: 60px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.main-recommend-campaign .left_box{
	background-color: rgba(48,48,48,0.8);
	height: 60px;
	vertical-align: top;
	display: table-cell;
	width: 190px;
}

.main-recommend-campaign p{
	margin: 0;
	padding-left: 10px;
	padding-top: 6px;
}
.main-recommend-campaign p.message{
    font-size: 16px;
    line-height: 20px;
}

.main-recommend-campaign p.message-bottom{
    font-size: 11px;
    line-height: 13px;
	padding-top: 15px;
}

.main-recommend-campaign p span.recommend_name{
	font-size: larger;
	line-height: 180%;
}

#banner_img, #banner_gif {
	position: relative;
	font-size: 8px;
	background-image: url(../../img/recommend/buy.png);
	background-position:center -2px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#banner_gif .movie-unit-name,
#banner_img .movie-unit-name {
	position: absolute;
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #BE8691;
	opacity: 0.8;
	top: 0;
	right: 0;
}

#banner_gif .movie-unit-views,
#banner_img .movie-unit-views {
	position: absolute;
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
	opacity: 0.8;
	top: 0;
	left: 0;
}

.main-information-bar {
	margin: 0;
	margin-top: -3px;
	padding: 0;
}

.main-information-bar li {
	height: 48px;
	line-height: 48px;
	font-size: 12px;
/*	color: #3C3C3C;*/
	color: #007aff;
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	padding: 0 10px;
	position: relative;

	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

}
/*
.main-information-bar li:first-child {
	border-top: none;
}
*/
.main-information-bar li:before,
.main-information-bar li:after {
	position: absolute;
	top: 27px;
	display: block;
	content: '';
	width: 10px;
	height: 2px; /* 太さ */
	background-color: #828282;
	border-radius: 4px;
	right: 10px;
}

.main-information-bar li:before {
	margin-top: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-information-bar li:after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-coordinate-box {
	margin: 0;
	padding: 0;
	height: 190px;
	position: relative;
}

.main-coordinate-box h3 {
	margin: 0;
	background-color: #808080;
	color: #FFFFFF;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
}

#main_slide {
	margin-top: 20px;
}

#main_slide ul,
#main_slide li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-coordinate-box img {
	height: 136px;
}

.chg-language-box-jp {
	width: 70%;
	margin: 20px auto;
	padding: 2px 0 3px;
	font-size: 13px;
	text-align: center;
	color: #84746D;
	border: 1px solid #84746D;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}

.chg-language-box-jp .after-arrow::before,
.chg-language-box-jp .after-arrow::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #84746D;
	border-radius: 4px;
}

.chg-language-box-jp .after-arrow::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chg-language-box-jp .after-arrow::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.chg-language-box-jp .before-arrow::before,
.chg-language-box-jp .before-arrow::after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #84746D;
	border-radius: 4px;
}

.chg-language-box-jp .before-arrow::before {
	margin-top: -4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.chg-language-box-jp .before-arrow::after {
	margin-top: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chg-language-box-fr {
	width: 70%;
	margin: 20px auto;
	padding: 2px 0 3px;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #84746D;
	background-color: #84746D;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}

.chg-language-box-fr .after-arrow::before,
.chg-language-box-fr .after-arrow::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #FFFFFF;
	border-radius: 4px;
}

.chg-language-box-fr .after-arrow::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chg-language-box-fr .after-arrow::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.chg-language-box-fr .before-arrow::before,
.chg-language-box-fr .before-arrow::after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #FFFFFF;
	border-radius: 4px;
}

.chg-language-box-fr .before-arrow::before {
	margin-top: -4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.chg-language-box-fr .before-arrow::after {
	margin-top: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.back-to-jp {
	position: fixed;
	top: -42px;
	height: 40px;
	width: 100%;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 13px;
	z-index: 12;
}

.back-to-jp p {
	margin: 12px 0 0 10px;
	display: inline-block;
}

.back-to-jp .btn-jp {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	padding: 2px 7px;
	position: absolute;
	top: 9px;
	right: 35px;
}

.back-to-jp .btn-close {
	width: 30px;
	height: 40px;
	position: absolute;
	top: -4px;
	right: 10px;
	cursor: pointer;
}

.back-to-jp .btn-close::before,
.back-to-jp .btn-close::after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	content: '';
	width: 18px;
	height: 2px; /* 太さ */
	background-color: #FFFFFF;
	border-radius: 4px;
}

.back-to-jp .btn-close::before {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.back-to-jp .btn-close::after {
	margin-top: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.category-box {
	width: 100%;
	margin: 0;
}

.category-box .category-row {
	display: table;
}

.category-box .category-row .category-cell {
	margin: 0;
	display: table-cell;
	position: relative;
	font-size: 8px;
	width: 50%;
	min-height: 160px;
	min-width: 150px;
	padding: 3px 5px;
}

.category-box .category-row .category-cell .panel-box {
	padding-bottom: 35px;
	position: relative;
}

.category-box .category-row .category-cell .panel-box::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid #D9D9D9;
	position: absolute;
	top: 0;
	left: 0;
}

.category-box .category-row .category-cell .panel-box .category-unit-name {
	position: absolute;
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #BE8691;
	opacity: 0.8;
	top: 0;
	right: 0;
}

.category-box .category-row .category-cell .panel-box .category-unit-views {
	position: absolute;
	margin: 0;
	padding: 0px 10px;
	color: #FFFFFF;
	bottom: 90px;
	left: 0;
	width: 80px;
	font-size: 13px;
    font-weight: bold;
	line-height: 20px;
	text-align: center;
}

.category-box .category-row .category-cell .panel-box .category-unit-comment {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	color: #000;
	font-size: 14px;
	padding: 5px;
	line-height: 24px;
}

.category-box .category-row .category-cell .panel-box .category-unit-comment span {
	margin-top: 8px;
	display: block;
}
.category-box .category-row .category-cell .panel-box .category-unit-comment span.view-count {
	margin-top: 0px;
	color: #9f9f9f;
	font-size:9px;
}

.category-box .category-row .category-cell .panel-box img {
	width: 100%;
	vertical-align: bottom;
}

/**************************************/
/*  各種バッグ、予約可能、お気に入り  */
/**************************************/
.top-image-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.86);
	color: #000000;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: -44px;
	margin-bottom: -40px;
}

.top-image-title-for-paris {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(255, 255, 255, 0.66);
	color: #000000;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: -46px;
	margin-bottom: -48px;
}

.main-display-product {
	text-align: center;
	text-shadow: none;
	display: inline-block;
	position: relative;
	overflow: hidden;
	/*margin: 2% 0 0 1%;*/
	margin: 0;
}
.main-display-product img.product-thumb-img{
/*	padding-top: 20px;*/
/*	padding-bottom: 5px;*/
	padding-top: 0px;
	padding-bottom: 0px;
}

.main-display-product img {
/*	max-width: 100%;*/
/*	max-width: 80px;*/
/*	width: 80px;*/
	width: 90%;
	vertical-align: bottom;
}

.main-display-product .sold-out-belt img{
    position: absolute;
    top: 0px;
    left: 2px;
    width: 80px;
}
.main-display-product .similar-belt img{
    position: absolute;
    top: 0px;
    left: 2px;
    width: 80px;
}
.main-display-product .limited-belt img{
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100%;
}

.main-display-product .fine-product {
	width: auto;
	padding: 0 4px;
	height: 16px;
	line-height: 18px;
	color: #F05096;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #F05096;
}

.main-favorite-header {
	display: table;
	margin: 7px auto;
	width: 300px;
	height: 28px;
	text-shadow: none;
/*	border: 1px solid #CCCCCC;*/
	border: 1px solid #333333;
/*	color: #CCCCCC; */
	color: #333333;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	border-radius: 6px;
}

.main-favorite-header .favorite,
.main-favorite-header .having {
	display: table-cell;
	position: relative;
	width: 50%;
}

.main-favorite-header .favorite img,
.main-favorite-header .having img {
	width: 22px;
	position: relative;
	top: 6px;
	left:-2px;
}

.main-favorite-header .favorite {
	border-radius: 4px 0 0 4px;
/*	background-color: #CCCCCC; */
	background-color: #ffffff;
/*color: #333;*/
	color: #333333;
}

.main-favorite-header .having {
	border-radius: 0 4px 4px 0;
	background-color: #ffffff;
	color: #333333;
}

.main-favorite-header .active {
	background-color: #333333;
/*	color: #6B6B6B;*/
/*	color: #CC9900;*/
	color: #FFFFFF;
}

.main-favorite-header-reserve {
	display: table;
	margin: 4px auto;
	width: 300px;
	height: 28px;
	text-shadow: none;
	color: #333333;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
}

.main-favorite-header-reserve .reserve_all ,
.main-favorite-header-reserve .reserve {
	display: table-cell;
  	position: relative;
	width: 100%;
}

.main-favorite-header-reserve .reserve_all img ,
.main-favorite-header-reserve .reserve img {
	width: 22px;
	position: relative;
	top: 6px;
	left:-2px;
}

.main-favorite-header-reserve .active {
	color: #007AFF;
}

/* 2列表示 */
.double-line {
	width: 48%;
}

.double-line .product-info {
/*	height: 190px;*/
/*	height: 100px;*/
/*	height: 140px;*/
/*	height: 90px;*/
/*	height: 120px;*/
/*	height: 110px;*/
/*	height: 145px;*/
/*	height: 66px;*/
	height: 35px;
	margin: 0;
	background-color: #FFFFFF;
/*	border-bottom: solid 1px #BEBEBE;*/

}

.double-line .product-info p {
	margin: 0;
	color: #4A4A4A;
	text-align: center;
	font-size: 12px;

}

.double-line .product-info p.brand-name {
	color: #4A4A4A;
}

.double-line .product-info p.product-name {
	color: #9E9E9E;
}



.double-line .main-btn-favorite{
	width: auto;
	padding: 0 4px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: -10px;
	right: 0px;
	z-index:3005;
}
.double-line .main-btn-favorite img{
	width: 30px;
	z-index:3004;
}



.double-line .price-box {
	width: 100%;
	margin: 0 0 0 0;
	display: table;
}

.double-line .price-box .price-box-left {
	display: table-cell;
	position: relative;
	vertical-align: top;
	font-size: 12px;
	padding-right: 20px;
}

.double-line .price-box .price-box-left .sold-out {
	position: relative;
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin: 5px 0 5px 10px;
	background-color: #EEEEEE;
}

.double-line .price-box .price-box-left .sold-out:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border: 10px solid transparent;
	border-left-color: #EEEEEE;
	top: 25%;
	left: 100%;
}

.double-line .price-box .price-box-left .price_title {
	padding-top:8px;
}

.double-line .price-box .price-box-left .price {
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
	text-align: right;
	padding-top: 4px;
}

.double-line .price-box .price-box-right {
	width: 50px;
	display: table-cell;
	position: relative;
	padding-top: 10px;
}

.double-line .price-box .price-box-right img {
	/* margin: 5px;*/
	margin: 0;
}

.double-line .price-box .price-box-right img.favorite-img {
	width: 40px;
	position: relative;
}

.double-line .price-box .price-box-right img.stock-img {
	position: relative;
	top: -20px;
	width: 40px;
}

.double-line .price-box .price-box-right .favorite-cnt {
	position: relative;
	text-align: center;
	top: -28px;
	left: 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.double-line .product-job-comment {
	margin: 4px 0 0 0;
/*	margin-top:-15px;*/
	padding: 0 5px;
	/*color: #787878;*/
	color: #F05096;
	text-align: left;
	font-size: 9px;
}

.double-line .product-comment {
/*	margin: 4px 0 0 0;*/
	margin-top:-5px;
	padding: 0 5px;
	color: #787878;
	/*color: #CC9900;*/
	text-align: left;
	font-size: 9px;
	width: 98%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.double-line .main-goreserve-buttons {
	border-radius: 3px;
	text-align: center;
	background-color: #F2F2F2;
	height: 35px;
	margin: 0 5px;
	font-size: 12px;
	line-height: 12px;
}

.double-line .main-goreserve-buttons img {
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

/* 2列表示 ここまで */

/* 3列表示 */
.triple-line {
	width: 32%;
}

.triple-line .product-info {
	height: 35px;
	margin: 0;
	background-color: #FFFFFF;

}

.triple-line .product-info p {
	margin: 0;
	color: #4A4A4A;
	text-align: center;
	font-size: 12px;

}

.triple-line .product-info p.brand-name {
	color: #4A4A4A;
	font-size:10px;
}

.triple-line .product-info p.product-name {
	color: #9E9E9E;
	font-size:10px;
}



.triple-line .main-btn-favorite{
	width: auto;
	padding: 0 4px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: -10px;
	right: 0px;
	z-index:3005;
}
.triple-line .main-btn-favorite img{
	width: 30px;
	z-index:3004;
}



.triple-line .price-box {
	width: 100%;
	margin: 0 0 0 0;
	display: table;
}

.triple-line .price-box .price-box-left {
	display: table-cell;
	position: relative;
	vertical-align: top;
	font-size: 12px;
	padding-right: 20px;
}

.triple-line .price-box .price-box-left .sold-out {
	position: relative;
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin: 5px 0 5px 10px;
	background-color: #EEEEEE;
}

.triple-line .price-box .price-box-left .sold-out:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border: 10px solid transparent;
	border-left-color: #EEEEEE;
	top: 25%;
	left: 100%;
}

.triple-line .price-box .price-box-left .price_title {
	padding-top:8px;
}

.triple-line .price-box .price-box-left .price {
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
	text-align: right;
	padding-top: 4px;
}

.triple-line .price-box .price-box-right {
	width: 50px;
	display: table-cell;
	position: relative;
	padding-top: 10px;
}

.triple-line .price-box .price-box-right img {
	/* margin: 5px;*/
	margin: 0;
}

.triple-line .price-box .price-box-right img.favorite-img {
	width: 40px;
	position: relative;
}

.triple-line .price-box .price-box-right img.stock-img {
	position: relative;
	top: -20px;
	width: 40px;
}

.triple-line .price-box .price-box-right .favorite-cnt {
	position: relative;
	text-align: center;
	top: -28px;
	left: 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.triple-line .product-job-comment {
	margin: 4px 0 0 0;
	padding: 0 5px;
	/*color: #787878;*/
	color: #F05096;
	text-align: left;
	font-size: 9px;
}

.triple-line .product-comment {
	margin-top:-5px;
	padding: 0 5px;
	color: #787878;
	/*color: #CC9900;*/
	text-align: left;
	font-size: 9px;
	width: 98%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.triple-line .main-goreserve-buttons {
	border-radius: 3px;
	text-align: center;
	background-color: #F2F2F2;
	height: 35px;
	margin: 0 5px;
	font-size: 12px;
	line-height: 12px;
}

.triple-line .main-goreserve-buttons img {
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
/* 3列表示 ここまで */

.new-price-box {
	text-align: left;
	padding-left: 9px;
}

.new-price-box .span1 {
	font-size: 10px;
}

.new-price-box .span2 {
	color: #333;
	font-size: 8px;
}

.new-price-box .span3 {
	color: #333;
	font-size: 14px;
	margin-left: -3px;
}

.main-buttons {
	display: table;
	width: 100%;
}

.main-buttons .main-button-favorite,
.main-buttons .main-button-having {
	display: table-cell;
	width: 50%;
	font-size: 8px;
}

.main-buttons .main-button-favorite img,
.main-buttons .main-button-having img {
	margin: 0 auto;
	width: 16px;
	position: relative;
    top: 3px;
}

.main-buttons .main-button-favorite .main-button-favorite-cnt {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 8px;
}

.favorite-for-a-moment {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
}

/**************************************/
/*               仮予約               */
/**************************************/
.tmp-reserve-info {
	background-color: #FFFFFF;
	color: #333 !important;
	margin: 0;
	padding: 10px;
}

.tmp-reserve-info .img-box {
	text-align: center
}

.tmp-reserve-info .img-box img {
	height: 300px;
}

.tmp-reserve-info .brand {
	font-size: 15px;
	margin: 0;
}

.tmp-reserve-info .product-name {
	font-size: 16px;
	margin: 0;
}

.tmp-reserve-info .fine-product {
	width: auto;
	padding: 0 4px;
	height: 18px;
	line-height: 20px;
	color: #F05096;
	font-size: 12px;
	border: 2px solid #F05096;
	display: inline-block;
}

.tmp-reserve-info .price-box {
	width: 100%;
	margin: 0;
	font-size: 14px;
}

.tmp-reserve-info .price-box .price {
	font-size: 24px;
	font-weight: bold;
	color: #CC9900;
	padding-top:8px;
}

.tmp-reserve-info .comment {
	margin: 0;
	font-size:12px;
}

.tmp-reserve-recommend {
	margin: 10px 0 20px 10px;
	color: #FFFFFF;
}

.tmp-reserve-recommend dl {
	margin: 0 0 10px;
}

.tmp-reserve-recommend dd {
	margin-left: 1em;
}

.tmp-reserve-footer {
	display: table;
	width: 98%;
	margin-left: 1%;
	margin-top: 10px;
}

.tmp-reserve-footer .push-button {
	display: table-cell;
	width: 50%;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	text-align: center;
}

.tmp-reserve-footer .push-button img {
	margin: 0;
	position: relative;
	left: -2px;
	vertical-align: top;
}

/**************************************/
/*                予約                */
/**************************************/
.reserve-index-info {
	margin: 15px 0 15px 10px;
	color: #FFFFFF;
}

.share-instagram {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 10;
}

.share-icon {
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 10;
}

.share-box {
	position: absolute;
	top: -300px;
	z-index: 999;
	height: 130px;
	width: 100%;
	background: #F0F0F0;
	border-bottom: 5px solid #BEBEBE;
	text-shadow: none;
}

.share-box p {
	text-align: center;
	color: #383838;
	margin: 30px auto 10px;
	letter-spacing: 0.5em;
}

.share-box .close-box {
	position: absolute;
	top: 25px;
	right: 15px;
}

.share-box .sns-buttons {
	display: table;
	width: 100%;
	padding: 10px 50px;
	box-sizing: border-box;
}

.share-box .sns-buttons a.sns-btn {
	display: table-cell;
	text-align: center;
}

.share-box .sns-buttons a.sns-btn img {
	width: 27px;
}

.like-icon {
	position: absolute;
	top: 60px;
	right: 70px;
	z-index: 10;
}

.like-box {
	position: absolute;
	top: -600px;
	z-index: 999;
	height: 500px;
	width: 100%;
	background: #F0F0F0;
	border-bottom: 5px solid #BEBEBE;
	text-shadow: none;
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
}

.like-box .close-box {
	position: absolute;
	top: 25px;
	right: 15px;
}

.like-box h3 {
	text-align: center;
	color: #383838;
	margin: 30px auto 10px;
	letter-spacing: 0.5em;
}

.like-box .add-new-box {
	display: table;
	width: 100%;
}

.like-box .add-new-box .input-box {
	display: table-cell;
	width: 80%;
}

.like-box .add-new-box .btn-box {
	display: table-cell;
	width: 20%;
}

.like-box .attention {
	margin: 0 0 3px 2px;
}

.like-box .input-new-like {
	margin: 0;
	text-align: left;
	text-shadow: none;
	padding: 10px;
	background-color: #A0A0A0;
	color: #FFFFFF;
	border-radius: 4px 0 0 4px;
}

.like-box .input-new-like:placeholder-shown {
	color: #E0E0E0;
}
.like-box .input-new-like::-webkit-input-placeholder {
	color: #E0E0E0;
}
.like-box .input-new-like:-moz-placeholder {
	color: #E0E0E0;
}
.like-box .input-new-like::-moz-placeholder {
	color: #E0E0E0;
}
.like-box .input-new-like:-ms-input-placeholder {
	color: #E0E0E0;
}

.like-box .btn-new-like {
	border-radius: 0 4px 4px 0;
	margin: 0 0 9px -1px;
	padding: 9px;
}

.like-box .like-category-list {
	margin: 20px 0;
}

.like-box .like-category-list dl {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #A0A0A0;
	height: 80px;
	box-sizing: border-box;
}

.like-box .like-category-list dl:first-child {
	padding-top: 0;
}

.like-box .like-category-list dl:last-child {
	border: none;
	padding-bottom: 0;
}

.like-box .like-category-list dl::after {
	content: "";
	display: block;
	clear: both;
}

.like-box .like-category-list dl dt {
	float: left;
	width: 75px;
	position: relative;
}

.like-box .like-category-list dl dt .small-heart {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 18px;
	left: 18px;
	opacity: 0.8;
}

.like-box .like-category-list dl dt .btn-add-like-ctg {
	position: absolute;
	top: 35px;
	left: 200px;
	opacity: 0.8;

	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	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;

}

.like-box .like-category-list dl dt img {
	width:100%;
	vertical-align: top;
	opacity: 0.8;
}

.like-box .like-category-list dl dd {
	padding-left: 90px;
	padding-top: 10px;
	margin: 0;
}

.like-box .like-category-list dl dd p {
	margin: 0;
}

.share-labels {
	position: relative;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 5px;
	margin-bottom: 10px;
	text-align: center;
}

.share-labels .share {
	display: table-cell;
	width: 25%;
	background-color: #F2F2F2;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px;
}


.share-labels .favorite {
	display: table-cell;
	width: 25%;
	background-color: #F2F2F2;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px;
}

.share-labels .having {
	display: table-cell;
	width: 25%;
	background-color: #F2F2F2;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px;
}

.share-labels .comment {
	display: table-cell;
	width: 25%;
	background-color: #F2F2F2;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px;
}

.share-labels .share img,
.share-labels .having img,
.share-labels .favorite img,
.share-labels .comment img {
	display: block;
	margin: 0 auto;
	width: 22px;
}

.share-labels .favorite .share-label-favorite-cnt {
	display: inline;
	margin: 0;
	padding: 0;
}
.content-share-box {
	position: absolute;
	top: 80px;
	right: 30px;
	display: table;
	vertical-align: middle;
	background: #E6E6E6;
	width: 225px;
	padding: 20px 15px;
	z-index: 999;
}

.content-share-box:after {
	top: 100%;
	right: 90px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(230, 230, 230, 0);
	border-top-color: #E6E6E6;
	border-width: 15px;
	margin-left: -15px;
}

.content-share-box .close-box {
	position: absolute;
	top: 5px;
	right: 5px;
}

.content-share-box a.sns-btn {
	display: table-cell;
	text-align: center;
}

.content-share-box a.sns-btn img {
	width: 27px;
	vertical-align: bottom;
}

.content-share-box p {
	color: #FFFFFF;
	margin: 0;
}

.reserve-recommend-comment-title {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: normal;
	margin: 0;
}

.reserve-recommend-comment {
	padding: 10px;
	border-bottom: 2px solid #BEBEBE;
}

.reserve-recommend-comment p {
	margin: 0;
}

.reserve-recommend-comment a {
	display: block;
	margin: 20px auto 0;
	text-align: center;
	font-weight: normal;
	color: inherit;
}

.reserve-recommend-title {
	/*height: 30px;*/
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	/*font-weight: normal;*/
	font-weight: bold;
	padding: 5px 0;
	/*background-color: rgba(0, 0, 0, 0.5) ;*/
	margin: 0;
	border-top: 1px solid #828282;
}

.reserve-recommend-box {
	display: table;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	border-collapse: separate;
	border-spacing: 5px;
}

.reserve-recommend-box .left,
.reserve-recommend-box .right {
	display: table-cell;
	width: 48%;
	padding: 10px;
	margin: 0;
	background-color: #FFFFFF;
}

.reserve-recommend-box .left p,
.reserve-recommend-box .right p {
	margin: 0;
}

.reserve-recommend-box .left .img-box,
.reserve-recommend-box .right .img-box {
	text-align: center;
}

.reserve-recommend-box .left .img-box img,
.reserve-recommend-box .right .img-box img {
	width: 100px;
}

.reserve-product-box {
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	position: relative;
}

.product_new_wiews {
	background-color: #FFEBb1;
	color: #40220F;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 40px 0 0;
	text-align: center;
}

.product_new_wiews {
	background-color: #FFEBb1;
	color: #40220F;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 40px 0 0;
	text-align: center;
}

.reserve-product-box .brand {
	font-size: 15px;
	margin: 0;
}

.reserve-product-box .product-name {
	font-size: 16px;
	margin: 0;
}

.reserve-product-box .fine-product,
.main-home .product-info .box-left p.product-name .fine-product {
	width: auto;
	padding: 0 4px;
	height: 20px;
	line-height: 22px;
	color: #F05096;
	font-size: 14px;
	border: 2px solid #F05096;
	display: inline-block;
}

.reserve-product-box .price-box {
	width: 100%;
/*	margin: 20px 0 0 0;*/
	display: table;
}

.reserve-product-box .price-box .price-box-left {
	display: table-cell;
	position: relative;
	vertical-align: top;
	font-size: 14px;
}

.reserve-product-box .price-box .price-box-left .price {
	font-size: 20px;
	font-weight: bold;
/*	color: #CC9900;*/
	color: #333;
}
.reserve-product-box .price-box .price-box-right {
	width: 100px;
	display: table-cell;
	position: relative;
	padding-top: 10px;
}

.reserve-product-box .price-box .price-box-right img {
	margin: 0;
}

.reserve-product-box .price-box .price-box-right img.favorite-img {
	width: 40px;
	position: relative;
}

.reserve-product-box .share-labels .favorite .favorite-cnt {
	position: relative;
	text-align: center;
	top: -32px;
	left: -1x;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	  height: 0px;
}


.reserve-product-box .price-box .price-box-right .favorite-cnt {
	position: relative;
	text-align: center;
	top: -30px;
	left: -1x;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
.reserve-product-box .price-box .price-box-right img.having-img {
	width: 40px;
	position: relative;
}

.reserve-product-box .share-labels .having .having-cnt {
	position: relative;
	text-align: center;
	top: -32px;
	left: -1x;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
  height: 0px;
}


.reserve-product-box .price-box .price-box-right .having-cnt {
	position: relative;
	text-align: center;
	top: -30px;
	left: -3x;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}


.reserve-confirm-using {
	height: 60px;
	line-height: 60px;
	background-color: #FFFFFF;
	opacity: 0.9;
	padding: 0 10px;
}

.reserve-confirm-using a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000000 !important;
	font-size: 18px;
	font-weight: normal;
}

.reserve-confirm-using a:before,
.reserve-confirm-using a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

.reserve-confirm-using a:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.reserve-confirm-using a:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.reserve-confirm-using_not {
	height: 60px;
	line-height: 60px;
	background-color: #787878;
	padding: 0 10px;
}

.reserve-confirm-using_not a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000 !important;
	font-size: 18px;
	font-weight: normal;
}

.reserve-confirm-using_not a:before,
.reserve-confirm-using_not a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

.reserve-confirm-using_not a:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.reserve-confirm-using_not a:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.reserve-show-detail .title-box {
	height: 50px;
	line-height: 50px;
	background-color: #EBEBEB;
	padding: 0 10px;
	color: #000000 !important;
	font-size: 18px;
	font-weight: normal;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
}

.reserve-show-detail .title-box img {
	display: block;
/*	margin-top: 18px;*/
	margin-top: 11px;
	float: right;
	padding-right: 10px;
	width: 20px;
}

.reserve-show-detail .details,
.reserve-show-detail2 .details {
	background-color: #FFFFFF;
	padding: 10px;
}

.reserve-show-detail .details ul,
.reserve-show-detail2 .details ul {
	margin: 0 0 10px;
	padding: 0;
}

.reserve-show-detail .details ul li,
.reserve-show-detail2 .details ul li {
	color: #000000;
	list-style: none;
}

.reserve-show-detail .details ul li.title,
.reserve-show-detail2 .details ul li.title {
	color: #007AFF;
}

.reserve-show-detail2 .details ul li .show_hide_picture {
	text-decoration: underline;
	padding-left: 15px;
	margin: 0;
}

.reserve-show-detail2 .details ul li .add_info_picture {
	/*width: 200px;*/
	width: 95%;
	margin: 5px auto;
	display: block;
	vertical-align: bottom;
}

.reserve-content {
	width: 100%;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #000000;
	display: table;
}

.reserve-content .left {
	margin: 0;
	padding: 10px;
	display: table-cell;
}

.reserve-content .right {
	margin: 0;
	padding: 10px;
	display: table-cell;
	width: 140px;
}

.reserve-info {
	padding: 0;
	width: 100%;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
}

.reserve-info p {
	margin: 0;
	padding: 0 10px;
	text-align: center;
}

.reserve-info h3 {
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	margin: 10px;
}

.reserve-info h4 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 10px;
}

.reserve-info .img-box {
	text-align: center;
	margin-bottom: 10px;
}

.reserve-info .img-box img {
	height: 100px;
}

.reserve-title {
	margin: 0;
	padding: 7px 0;
	font-size: 16px;
	color: #067AFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}

.reserve-main-img {
	height: 300px;
	display: block;
	margin: 0 auto;
}

.reserve-comment-complete {
	padding: 10px;
	width: 100%;
	font-size: 20px;
	color: #B4B4B4;
}

.reserve-comment-complete p {
	margin: 0;
	font-size: 14px;
}

.reserve-complete-message{
	padding: 10px;
}

.reserve-using-complete {
	padding: 10px;
	width: 100%;
	font-size: 16px;
/*	color: #CC0000;*/
	position: relative;
}

.reserve-using-complete p {
	margin: 0;
	padding: 0 4px;
}

.reserve-using-complete .send-date-info {
	color: red;
	border: 1px solid red;
	margin-right: 30px;
	position: absolute;
	top: 100px;
	left: 145px;
	font-size: 12px;
	padding: 4px;
}

.using-info-complete {
	display: table;
}

.using-info-complete .info-image {
	display: table-cell;
}

.using-info-complete .info-image img {
	height: 100px;
}

.using-info-complete .info-name {
	padding-left: 30px;
	display: table-cell;
	vertical-align: top;
}

.using-info-complete .info-name .brand {
	font-size: 10px;
	color: #333;
	margin: 0;
	padding-top: 10px;
}

.using-info-complete .info-name .product-name {
	font-size: 18px;
	color: #333;
	margin: 0;
}

.reserve-info-complete {
	padding: 10px;
	width: 100%;
	font-size: 14px;
	color: #333;
}

.reserve-info-complete p {
	margin: 0;
	margin-right: 20px;
}

.reserve-appoint-box {
	margin: 0;
}

.reserve-appoint-box .space-box {
	margin: 0;
	padding: 0;
	height: 40px;
}

.reserve-appoint-box .reserve-appoint {
	width: 100%;
	font-size: 16px;
	color: #000000;
	display: table;
}

.reserve-appoint-box .reserve-appoint h4 {
	background-color: #F6F6F6;
	width: 100%;
	height: 60px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.reserve-appoint-box .reserve-appoint .q_string {
	margin: 0;
	padding: 10px 15px 0;
}

.reserve-appoint-box .reserve-appoint ul {
	padding: 0;
	padding-left: 15px;
	margin: 0;
	display: table;
	width: 100%;
	color: #828282;
}

.reserve-appoint-box .reserve-appoint ul li {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #CACACA;
	display: table-cell;
}

.reserve-appoint-box .reserve-appoint ul li input[type="radio"] {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.reserve-appoint-box .reserve-appoint 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;
}

.reserve-appoint-box .reserve-appoint ul li input[type="radio"]:checked + label {
	background-image: url(../../img/common/option_on.png);
	color: #007AFF;
}

.reserve-appoint-box .reserve-appoint .left {
	margin: 0;
	padding: 10px;
	display: table-cell;
	width: 150px;
	vertical-align: middle;
}

.reserve-appoint-box .reserve-appoint .right {
	margin: 0;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

.reserve-appoint-box .reserve-appoint .right select {
	width: 100%;
	height: 40px;
/*
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-bottom: 1px solid #707060;
	border-radius: 0;
	overflow: hidden;
	font-size: 17px;
	color: #787878;
	background: #FFF url(../../img/common/select_arrow.png) no-repeat right bottom;
*/
}

.reserve-appoint-box .reserve-appoint .right textarea {
	width: 100%;
	height: 80px;
}

.reserve-wait-box {
	background-color: #FFFFFF;
	padding: 10px;
}

.reserve-wait-button {
	padding: 0;
	margin: 10px 0;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* footer */
.reserve-footer {
	text-shadow: none !important;
	height: 60px;
	background: rgba(0, 0, 0, 0.4);
	color: #CC9900 !important;
}

.reserve-footer img {
	vertical-align: -33px;
	margin: 0 15px 20px 0;
	width: 20px;
}

.reserve-footer div {
	text-align: center;
	font-size: 16px;
}

.reserve-footer div a {
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #F1C455;
	color: #000000;
	border-radius: 4px;
	margin: 10px;
}

.reserve-footer div a:hover {
	color: #000000;
}

.reserve-footer div a:visited {
	color: #000000;
}
/* footer ここまで */

/* 半透明のfooter */
div.translucent-footer {
	text-shadow: none !important;
	font-weight: normal !important;
	font-size: 12px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5) !important;
	border-top: 1px solid #E0E0E0 !important;
	height: 48px;
	display: table;
	width: 100%;
}

div.translucent-footer .btn-left,
div.translucent-footer .btn-right {
	vertical-align: middle;
	display: table-cell;
	width: 50%;
}

div.translucent-footer .btn-left {
	color: #FFFFFF !important;
}

div.translucent-footer .btn-right {
	background-color: #F1C455;
	font-weight: bold;
	line-height: 48px;
}

div.translucent-footer .btn-right img {
	width: 20px;
	margin-right: 5px;
	margin-bottom: 6px;
	vertical-align: middle;
}

div.translucent-footer .btn-right p {
	display: inline;
	margin: 0;
}

div.translucent-footer .double-button-left {
}

div.translucent-footer a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	padding: 0 15px;
	border-radius: 4px;
	width: 75%;
	text-decoration: none;
}

div.translucent-footer .btn-left-20161205 {
	width: 30%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	float: left;
	padding: 0;
	margin: 10px 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

div.translucent-footer .btn-left-20150811 {
	width: 30%;
	height: 40px;
	line-height: 40px;
	color: #000000;
	background-color: #E8EBEC;
	float: left;
	padding: 0;
	margin: 10px 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

div.translucent-footer .btn-right-20150811 {
	width: 64%;
	height: 40px;
	line-height: 40px;
	color: #000000;
	background-color: #F1C455;
	float: right;
	padding: 0;
	margin: 10px 5px 10px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

div.translucent-footer .btn-right-20150811 img {
	width: 12px;
	vertical-align: middle;
	margin-left: 3px;
}
/* 半透明のfooter ここまで */

/* 入荷待ちに並ぶ確認ボックス */
.not-in-service {
	width: 100%;
	height: 150px;
	padding: 10px;
	position: fixed;
	bottom: -160px;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	text-align: center;
	box-sizing: border-box;
}

.not-in-service h3 {
	font-size: 14px;
}

.not-in-service p {
	font-size: 12px;
}

.not-in-service .btn-wait {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: 20px 50px 0;
	padding: 8px;
}
/* 入荷待ちに並ぶ確認ボックス ここまで */

/* プレミアム会員案内ポップアップ  */
.upgrade_guidance_popup {
	position: relative;
	border: none !important;
}

.upgrade_guidance_popup img.popup_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.upgrade_guidance_popup h3 {
	margin: 10px 30px 20px 10px;
	padding-top: 10px;
	color: #B40000;
	font-size: 20px;
}

.upgrade_guidance_popup p {
	margin: 0 10px;
	font-size: 16px;
}

.upgrade_guidance_popup .popup_checkbox {
	height: 30px;
	position: relative;
	margin: 10px;
}

.upgrade_guidance_popup .popup_checkbox img {
	position: absolute;
	bottom: 2px;
}

.upgrade_guidance_popup .popup_checkbox p {
	position: absolute;
	bottom: 3px;
	left: 22px;
}

.upgrade_guidance_popup .popup_link {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #CC9900;
	color: #FFFFFF;
	font-size: 22px;
}
/* プレミアム会員案内ポップアップ ここまで  */

/* 予約時のご案内のポップアップ */
.reserve_guidance_popup {
	text-shadow: none;
	padding: 0px;
}

.reserve_guidance_popup a.close {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none !important;
	background-color: #000000;
	color: #CC9900 !important;
	font-size: 30px;
	font-weight: normal;
	outline: none;
}

.reserve_guidance_popup .info-box {
	padding: 10px 0;
	margin-bottom:30px;
}

.reserve_guidance_popup .info-box .box-left {
	float: left;
	width:50%
}

.reserve_guidance_popup .info-box .box-right {
	float: right;
	width:50%
}
.reserve_guidance_popup .info-box .box-left3 {
	float: left;
	width:30%
}

.reserve_guidance_popup .info-box .box-right7 {
	float: right;
	width:70%
}

.reserve_guidance_popup .info-box .box-left .btn_box,
.reserve_guidance_popup .info-box .box-right .btn_box{
	text-align: center;
	padding:5px;0;
}
.reserve_guidance_popup .info-box .box-left3 .btn_box{
	text-align: right;
	padding:5px;0;
}
.reserve_guidance_popup .info-box .box-right7 .btn_box{
	text-align: left;
	padding:5px;0;
}

.reserve_guidance_popup p.message {
	padding: 20px 20px 10px;
	margin-bottom: 0;
	color: #fff;
}

.reserve_guidance_popup p.message2 {
	padding: 10px 20px 30px;
	margin-top: 0;
	color: #fff;
}

.reserve_guidance_popup .popup_link {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #000;
	color: #CC9900;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
}

.reserve_guidance_popup .float-right ,
.reserve_guidance_popup .popup_link .float-right {
	float: right;
	width:50%;
}

.reserve_guidance_popup .float-left ,
.reserve_guidance_popup .popup_link .float-left {
	float: left;
	width:50%;
}

.reserve_guidance_popup .float-right .btn-style,
.reserve_guidance_popup .popup_link .float-right .btn-style {
	background-color: #F1C455;
	color: #000000;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	margin: 5px 5px 5px 2px;
}

.reserve_guidance_popup .float-left .btn-style,
.reserve_guidance_popup .popup_link .float-left .btn-style {
	background-color: #E8EBEC;
	color: #787878;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	margin: 5px 2px 5px 5px;
}

.btn-style a {
	text-decoration: none;
}

.float-right .btn-style a {
	color: #000000;
}

.float-left .btn-style a {
	color: #787878;
}

.single-btn-style {
	background-color: #F1C455;
	color: #000000;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	margin: 5px;
}

.single-btn-style a {
	color: #000000;
	text-decoration: none;
}

.reserve_guidance_popup .float-clear ,
.reserve_guidance_popup .popup_link .float-clear {
	clear: both;
}

.reserve_guidance_popup .reserved-product-box {
	text-align: center;
}

.reserve_guidance_popup .reserved-product-box img {
	max-width: 150px;
	margin: 10px auto 20px;
}
/* 予約時のご案内のポップアップ ここまで */



/**************************************/
/*                検索                */
/**************************************/
.search-input {
	margin: 0;
	padding: 7px 10px;
	text-align: center;
}

.search-input input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 5px 5px 5px 30px;
	margin: 0 auto;
	display: block;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #007AFF;
	background-image: url(../../img/search/search_icon_blue.png);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

.search-input input::-webkit-input-placeholder {
	color: #007AFF;
}

.search-input input::-moz-placeholder {
	color: #007AFF;
}

.search-condition-box {
	padding-left: 15px;
	border-bottom: 1px solid #CACACA;
}

.search-condition {
	display: table;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #CACACA;
}

.search-condition .kind {
	display: table-cell;
	width: 120px;
	padding: 0;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.search-condition .kind img {
	vertical-align: bottom;
	margin-right: 5px;
	width: 30px;
}

.search-condition .kind p {
	margin: 0;
	display: inline;
	position: relative;
	top: -6px;
}

.search-condition .choice {
	display: table-cell;
	padding: 0;
	padding-right: 0;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
	color: #007AFF;
	text-align: right;
}

.search-condition .choice p {
	margin: 0;
	padding-right: 25px;
	position: relative;
}

.search-condition .choice p:before,
.search-condition .choice p:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #C7C7C7;
	border-radius: 4px;
}

.search-condition .choice p:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-condition .choice p:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-condition .feature {
	display: table-cell;
	width: 120px;
	padding: 0;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.search-condition .feature p {
	margin: 0;
	color: #007AFF;
	display: inline;
	position: relative;
}

.search-condition-feature_tag {
	margin: 10px 5px;
	padding: 4px 10px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	color: #979797;
	border-radius: 4px;
	line-height: 2;
	white-space: nowrap;
	background-color: #E6E6E6;
	border-radius: 8px;

}

.search-condition-checkbox {
	background-color: #FFFFFF;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
}

.search-condition-checkbox input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.search-condition-checkbox input[type="checkbox"] + label {
	display: block;
	height: 100%;
	background-image: url(../../img/common/check_off.png);
	background-size: 24px;
	background-position: 0 9px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	font-size: 13px;
	margin: 0;
}

.search-condition-checkbox input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/check_on.png);
	color: #007AFF;
}

.select-condition-cnt-box {
	height: 60px;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 40px;
	color: #FFFFFF;
	text-align: center;
	z-index: 999;
}

.select-condition-cnt-in-box {
	height: 40px;
	line-height: 40px;
	width: 80%;
	margin: 10px auto;
	background-color: #F6F6F6;
	color: #000000;
	font-size: 13px;
}

.select-condition-footer {
	height: 60px;
	width: 100%;
	background-color: #2d2d2d;
/*	background: rgba(0, 0, 0, 0.4);*/
	position: fixed;
	bottom: 0;
	color: #FFFFFF;
	text-align: center;
	z-index: 999;
}

.select-condition-footer .btn-w-small {
    margin-top: 10px;
}

.select-condition-cnt-box p {
	margin: 0;
}

.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;
}

.select-condition-size {
	background-color: #FFFFFF;
}

.select-condition-size ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #CACACA;
}

.select-condition-size ul li {
	position: relative;
	display: block;
	height: 75px;
	padding: 40px 0 0 80px;
	border-bottom: 1px solid #CACACA;
	background-repeat: no-repeat;
	background-size:70px auto;
}

.select-condition-size ul li input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.select-condition-size 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-size ul li input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/check_on.png);
	color: #007AFF;
}


.select-condition-color {
	background-color: #FFFFFF;
}

.select-condition-color ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #CACACA;
}

.select-condition-color ul li {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #CACACA;
}

.select-condition-color ul li input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.select-condition-color 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-color ul li input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/check_on.png);
	color: #007AFF;
}

.select-condition-cood {
	background-color: #FFFFFF;
}

.select-condition-cood ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #CACACA;
}

.select-condition-cood ul li {
	position: relative;
	display: block;
	height: 60px;
	padding: 40px 0 0 80px;
	border-bottom: 1px solid #CACACA;
	background-repeat: no-repeat;
	background-size:70px auto;
}

.select-condition-cood ul li input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.select-condition-cood ul li input[type="checkbox"] + label {
	display: block;
	height: 100%;
	line-height: 20px;
	background-image: url(../../img/common/check_off.png);
	background-size: 24px;
	background-position: 0 0px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	font-size: 13px;
}

.select-condition-cood ul li input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/check_on.png);
	color: #007AFF;
}


/*-----------------*/


.select-item {
	margin-top:10px;
	background-color: #FFFFFF;
	display:table;
    table-layout:fixed;
    width:100%;
}

.select-item ul {
	padding: 0;
	margin: 0;
/*	border-top: 1px solid #CACACA;*/
    width:100%;
}

.select-item ul li {
	position: relative;
	display: block;
/*	height: 40px;*/
/*    width:90px;*/
	height: 60px;
    width:130px;
	padding: 0 0 0 15px;
/*	border-bottom: 1px solid #CACACA;*/

	display:table-cell;
    vertical-align:middle;
    text-align:left;
}

.select-item ul li input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;

}

.select-item 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-item ul li input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/check_on.png);
	color: #007AFF;
}

/*-----------------*/

.search_result_nothing {
	margin: 20px 10px;
	font-size: 16px;
	color: #848484;
}

.search_result_nothing_blue {
	margin: 20px 10px;
	font-size: 16px;
    color: #007aff;
    line-height: 30px;
}

.search_result_condition {
	margin: 0;
}

.search_result_condition ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.search_result_condition ul li.left {
	display: block;
	float: left;
	color: #848484;
	height: 30px;
	line-height: 30px;
}

.search_result_condition ul li.right {
	display: block;
	margin-left: 100px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
}

/* 条件選択ポップアップ */
.serach_condition_popup {
	position: relative;
	padding: 0;
	padding-top: 30px;
	border: none !important;
	min-width: 200px;
	min-height: 80px;
}

.serach_condition_popup img.popup_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.serach_condition_popup ul {
	margin: 0;
	padding: 0;
}

.serach_condition_popup ul li {
	list-style: none;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}

.serach_condition_popup ul li:nth-child(2n+1) {
	background-color: #EFEFEF;
}
/* 条件選択ポップアップ ここまで *.


/**************************************/
/*              お知らせ              */
/**************************************/
/* トーク用ヘッダ */
.talk-header {
	display: table;
	margin: 0px auto 0;
	width: 300px;
	height: 28px;
	text-shadow: none;
	border: none;
	color: #000000;
	text-align: center;
/*	line-height: 30px; */
	font-size: 12px;
}

.talk-header .talk,
.talk-header .info {
	display: table-cell;
	position: relative;
	width: 50%;
}

.talk-header .talk .talk-unread {
	margin: 0;
	position: absolute;
	text-shadow: none;
	font-size: 10px;
	font-weight: lighter;
	top: 0;
	left: 30px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	min-width: 16px;
	color: #FFFFFF;
	background-color: #CC0000;
	border-radius: 8px;
}

.talk-header .info .info-unread {
	margin: 0;
	position: absolute;
	text-shadow: none;
	font-size: 10px;
	font-weight: lighter;
	top: 0;
	height: 16px;
	line-height: 16px;
	text-align: center;
	min-width: 16px;
	color: #FFFFFF;
	background-color: #CC0000;
	border-radius: 8px;
}


.talk-header .active span {
	border-bottom: 5px solid #000000;
	padding: 0 5px 3px;
}
/* トーク用ヘッダ ここまで */

/* 吹き出し */
.balloon-right,
.balloon-left{
	position: relative;
	width: 100%;
	text-shadow: none;
}
 
.balloon-right {
	float: right;
	text-align: right;
	margin-right: 2%;
}

.balloon-left {
	margin-left:3%;
	float: left;
}

.arrow-comment,
.arrow-comment-to-all {
	position: relative;
	display: inline-block;
	padding: 10px;
	min-width: 20%;
	max-width: 70%;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 15px;
	color: #202020;
	line-height: 17px;
	border-radius: 10px;
}

.arrow-comment2 {
	position: relative;
	display: inline-block;
	padding: 0 15px 20px;
	min-width: 20%;
	max-width: 70%;
	font-size: 13px;
	margin-bottom: 5px;
	color: #000;
}

.balloon-right .arrow-comment{
	float: right;
	background: #87E144;
	text-align: left;
	color:#202020;
}

.balloon-left .arrow-comment{
	float: left;
	background: #FFFAFF;
	color:#202020;
}

.balloon-left .arrow-comment2{
	float: left;
	color:383838;
}

.balloon-left .arrow-comment-to-all{
	float: left;
	background: #F5FBFA;
	color:FFFFFF;
}

.arrow-comment:after,
.arrow-comment-to-all:after {
	content: "";
	position: absolute;
	top: 20%;
}

.balloon-right .arrow-comment:after{
	border: 10px solid transparent;
	border-width:0 0 15px 20px;
	border-left-color:#87E144;
	left: 100%;
}

.balloon-left .arrow-comment:after{
	border: 10px solid transparent;
	border-width:0 20px 15px 0;
	border-right-color:#FFFAFF;
	right: 100%;
}

.balloon-left .arrow-comment-to-all:after{
	border: 10px solid transparent;
	border-width:0 20px 15px 0;
	border-right-color:#F5FBFA;
	right: 100%;
}

.balloon-left .arrow-comment-to-all a,
.balloon-left .arrow-comment a{
	color: #646085;
}

.balloon-left .balloon-datetime,
.balloon-right .balloon-datetime {
	position: relative;
	top: 10px;
	font-size: 10px;
}

.balloon-left .balloon-datetime {
	left: 5px;
	float: left;
}

.balloon-right .balloon-datetime {
	left: -5px;
	float: right;
}

.balloon-left .balloon-datetime .nickname,
.balloon-right .balloon-datetime .nickname {
	font-size: 12px;
}
/* 吹き出し ここまで */

/* 画面下部のテキスト入力 */
.talk-input-box {
	background-color: #808080;
	display: table;
	vertical-align: middle;
	width: 100%;
	/* height: 70px;*/
	height: 80px;
	position: relative;
}

.talk-input-box .stamp-box {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1;
}

.talk-input-box .stamp-box .stamp {
	padding: 0;
}

.talk-input-box .stamp-box .stamp img {
	width: 100px;
}

.talk-input-box .take-picture-box {
	width: 60px;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 5px 10px;
}

.talk-input-box .take-picture-box img {
	width: 40px;
	vertical-align: bottom;
}

.talk-input-box .textarea-box {
	display: table-cell;
	padding: 10px;
	height: 100%;
	width: 100%;
}

.talk-input-box .textarea-box textarea {
	height: 60px !important;
	border-radius: 0;
	margin: 0;
	font-size: 11px;
	
}

.talk-input-box .send-btn-box {
	width: 80px;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px 10px 0;
	position: relative;
}

.talk-input-box .send-btn-box img {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 30px;
}

.talk-input-box .send-btn {
	text-shadow: none;
	padding: 0 10px;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	width: 50px;
	text-decoration: none;
	background-color: #F1C455;
	border-radius: 2px;
	color: #000000;
}
/* 画面下部のテキスト入力 ここまで */


/**************************************/
/*                設定                */
/**************************************/
/* 一覧(index) */
.setting-user-info {
	text-shadow: none;
	color: #828282;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CACACA;
	padding: 0 0 10px 0px;
	margin: 0;
}

.setting-user-info img {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	width: 43px;
}

.setting-user-info .sui-comment {
	font-size: 12px;
	padding-top: 4px;
}
@media screen and (max-width: 300px ) { 
	.setting-user-info .sui-comment {
		font-size: 11px;
		padding-top: 4px;
	}
}
.setting-user-info .sui-comment .sui-comment-box {
	display: table;
}
.setting-user-info .sui-comment .sui-comment-box .box-row {
	display: table-row;
}
.setting-user-info .sui-comment .sui-comment-box .box-row .left {
	display: table-cell;
	text-align: left;
}
.setting-user-info .sui-comment .sui-comment-box .box-row .right {
	display: table-cell;
	text-align: right;
}

.setting-user-info a {
	color: #007AFF;
	padding-right: 15px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	background-image: url(../../img/common/text_plus.png);
	background-size: 14px;
	background-position: 100% 51%;
	background-repeat: no-repeat;
}

.setting-user-info a:visited {
	color: #007AFF;
}

.setting-user-point {
	text-shadow: none;
	height: 20px;
	color: #FFFFFF;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CACACA;
	padding: 5px 20px;
	margin: 0;
}

.setting-user-point p {
	margin: 0;
	margin-bottom: 5px;
}

.setting-user-point img {
	height: 20px;
	width: 100%;
}

.setting-index-content {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-shadow: none;
}

.setting-index-content .border-gray-thick {
	width: 100%;
	height: 30px;
	background-color: #F6F6F6;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.setting-index-content .border-gray-thin {
	width: 100%;
	border-bottom: 1px solid #CACACA;
}

.setting-index-content ul {
	padding: 0;
	margin: 0;
}

.setting-index-content ul li {
	padding: 10px 15px 10px 0;
	margin-left: 15px;
	height: 20px;
	line-height: 20px;
	list-style-type: none;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CACACA;
	position: relative;
	font-size: 13px;
}

.setting-index-content ul li:last-child {
	border: none;
}

.setting-index-content ul li:before,
.setting-index-content ul li:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #C7C7CC;
	border-radius: 4px;
	margin-right: 10px;
}

.setting-index-content ul li:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.setting-index-content ul li:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.setting-index-content ul li.double-plan-h:before,
.setting-index-content ul li.double-plan-h:after {
	top: 50%;
	right: 5px;
	content: none;
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #C7C7CC;
	border-radius: 4px;
	margin-right: 10px;
}

.setting-index-content ul li.double-plan-h:before {
}

.setting-index-content ul li.double-plan-h:after {
}
.setting-index-content ul li.double-plan-m {
	padding: 10px 15px 10px 0;
	margin-left: 15px;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CACACA;
	position: relative;
	font-size: 13px;
	text-align:left;
}
.setting-index-content ul li.double-plan-m:before,
.setting-index-content ul li.double-plan-m:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #F08080;
	border-radius: 4px;
	margin-right: 10px;
}

.setting-index-content ul li.double-plan-m:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.setting-index-content ul li.double-plan-m:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.setting-index-content .setting-account-info .balloon-info {
	width: 98%;
}

.setting-index-content .setting-account-info .text-heart-box {
	position: relative;
}

.setting-index-content .setting-account-info .heart {
	max-width: 18px;
}

.setting-index-content .setting-account-info .text-heart {
	display: inline;
	margin: 0;
	color: #007AFF;
	font-weight: bold;
	position: relative;
	top: -4px;
}

.setting-index-content-ranking {
	text-align:center;
}
.setting-index-content-ranking img {
	max-width: 100%;
	height: auto;
	width: 100%;
	vertical-align: bottom;
}

.setting-index-free-msg {
	text-align:center;
	color:#828282;
	padding: 10px;
}
.setting-index-free-msg p{
	font-size: 14px;
	padding: 0 10px;
	text-align:left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.setting-index-free-msg img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.setting-index-free-msg .setting-index-free-attetntion {
	color: #007AFF;
	text-align: left;
	line-height: 26px;
	margin-top: 20px;
}

.setting-index-free-msg .setting-index-free-attetntion img {
	width: 14px;
	vertical-align: middle;
}

.setting-index-free-favorite-box {
	height: 60px;
	line-height: 60px;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	color: #007AFF;
	position: relative;
}

.setting-index-free-favorite-box a {
	font-weight: normal;
	color: #007AFF;
	text-decoration: none;
	border-bottom: 1px solid #007AFF;
	padding-bottom: 1px;
}

.setting-index-free-favorite-box img {
	margin: 0 5px 0 15px;
	width: 18px;
	vertical-align: middle;
}

.setting-index-free-favorite-box img.setting-index-free-enter {
	width: 24px;
	display: block;
	position: absolute;
	top: 18px;
	right: 0;
}

.setting-index-free-reservable {
	height: 40px;
	line-height: 40px;
	background-color: #f1c354;
	padding: 0 8px;
	text-align:center;
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;         /* CSS3 */
}

.setting-index-free-reservable a {
	display: block;
	text-decoration: none;
	color: #000000 !important;
	font-size: 16px;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
}



.setting-index-free-next {
	height: 30px;
	line-height: 30px;
	background-color: #f1c354;
	padding: 0 8px;
	text-align:left;
	margin-top: 10px;
}

.setting-index-free-next a {
	display: block;
/*	text-decoration: none;*/
	color: #000000 !important;
	font-size: 16px;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 12px;
	position: relative;
}

.setting-index-free-next a:before,
.setting-index-free-next a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

.setting-index-free-next a:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.setting-index-free-next a:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.setting-index-topics {
	text-shadow: none;
	color: #828282;
	background-color: #FFFFFF;
	padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #CACACA;
}

.setting-index-topics p {
	font-size: 13px;
	margin-bottom: 5px;
}

.setting-guide .user-name {
	display: table;
	width: 100%;
	vertical-align: middle;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CACACA;
	cursor: pointer;
}

.setting-guide .user-name .picture {
	display: table-cell;
	width: 60px;
	vertical-align: middle;
	text-align: center;
}

.setting-guide .user-name .picture img {
	width: 50px;
	max-height: 50px;
	vertical-align: middle;
}

.setting-guide .user-name .name {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 20px;
}

.setting-guide ul {
	border-bottom: 1px solid #CACACA;
	margin: 0;
	padding: 0;
}

.setting-guide ul li {
	display: table;
	width: 100%;
	padding: 2px 10px;
	cursor: pointer;
}

.setting-guide ul li .picture {
	display: table-cell;
	width: 60px;
	vertical-align: middle;
	text-align: center;
}

.setting-guide ul li .picture img {
	width: 30px;
	max-height: 30px;
	vertical-align: middle;
}

.setting-guide ul li .string {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 13px;
}
/* 一覧(index) ここまで */

/* アカウント情報 */
.account-info {
	margin: 0;
	padding: 10px;
	height: 240px;
}

.account-information {
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	border-bottom: 1px solid #CACACA;
	line-height: 25px;
}

.account-information dl {
	font-size: 14px;
	border-bottom: 1px solid #CACACA;
	padding: 5px 0;
	margin: 0;
}

.account-information dl dt {
	width: 100px;
	text-align: right;
	color: #828282;
	float: left;
}

.account-information dl dd {
	margin-left: 100px;
	color: #000000;
}

.account-information dl dd .account-info-flat-input {
	/*border: none;*/
	border: 1px solid #D0D0D0;
	width: 130px;
}

.account-information dl dd .account-info-flat-input::-webkit-input-placeholder {
	color: #C7C7C7;
}

.account-information dl dd .account-info-flat-input::-moz-placeholder {
	color: #C7C7C7;
}

.account-information p.account-information-comment {
	color: #828282;
	padding: 5px 15px;
	margin: 0;
}
/* アカウント情報 ここまで */

/* カード登録 */
.card-announce {
	padding: 0 10px 5px;
	font-size: 12px;
	line-height: 12px;
	color: #828282;
	border-bottom: 1px solid #CACACA;
}

.card-input {
	margin: 0;
	padding: 10px 0 0 15px;
	overflow: hidden;
}

.card-input dl {
	font-size: 12px;
	border-bottom: 1px solid #CACACA;
	padding: 10px 0 5px;
}

.card-input dl dt {
	width: 120px;
	text-align: right;
	color: #828282;
	float: left;
}

.card-input dl dd {
	margin-left: 80px;
	color: #000000;
}

.card-input .card-num-box {
	width: 100%;
	position: relative;
}

.card-input .card-num-box p.card-input-content,
.card-input .limit p.card-input-content {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	color: #007AFF;
	position: relative;
	top: 5px;
}

.card-input .card-num-box .input-num {
	border-bottom: 1px solid #CACACA;
	width: 100%;
}

.card-input .card-num-box .input-num .text-input {
	border: none;
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #000000;
	width: 100%;
}

.card-input .card-num-box .input-num .text-input::-webkit-input-placeholder ,
.card-input .limit .limit-MM .text-input::-webkit-input-placeholder ,
.card-input .limit .limit-YY.text-input::-webkit-input-placeholder {
	color: #C7C7C7;
}

.card-input .card-num-box .input-num .text-input::-moz-placeholder ,
.card-input .limit .limit-MM .text-input::-moz-placeholder ,
.card-input .limit .limit-YY .text-input::-moz-placeholder {
	color: #C7C7C7;
}

.card-input .card-num-box .scan-num {
	position: absolute;
	right: 5px;
	top: -30px;
}

.card-input .limit {
	color: #828282;
	width: 100%;
	position: relative;
	margin: 5px 0;
}

.card-input .limit .limit-MM,
.card-input .limit .limit-YY {
	display: inline;
}

.card-input .limit .limit-MM .text-input,
.card-input .limit .limit-YY .text-input {
	border: none;
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #000000;
	display: inline;
	width: 50px;
}

.card-input .provide-announcement {
	display: table;
	margin: 10px auto;
}

.card-input .provide-announcement .picture {
	display: table-cell;
	text-align: center;
}

.card-input .provide-announcement .picture img {
	width: 60px;
	vertical-align: middle;
}

.card-input .provide-announcement .announcement {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	color: #828282;
	font-size: 14px;
}

.debitcard-announcement-box {
	width:300px;
	margin-right: auto;
	margin-left : auto;
}

.debitcard-announcement-box .debitcard-announcement {
	width: 90%;
	height: 75px;
	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;
}

.card-input .credit-camera-image {
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.sale-card-msg {
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	padding-left: 15px;
}

.sale-card-msg p {
	margin: 0;
}

.sale-card-msg p.sale-card-msg-info {
	line-height: 16px;
	font-size: 12px;
	color: #007AFF;
	font-weight: normal;
}

.sale-card-msg p.sale-card-msg-info img {
	max-width: 14px;
	vertical-align: middle;
	margin: 0 5px;
}

.sale-card-msg .sale-card-msg-attention {
	color: #828282;
	font-size: 9px;
	padding: 10px 0;
}

.sale-card-msg p.bottom-message {
	margin-top: 20px;
	padding: 0 10px 5px;
	font-size: 12px;
	line-height: 12px;
	color: #828282;
}

/*
.card-input .card-num-box .input-num {
	display: table-cell;
}
.card-input .card-num-box .input-num .text-input{
	margin-top: 5px;
}

.card-input .card-num-box .scan-num {
	display: table-cell;
	width: 60px;
	text-align: center;
}

.card-input .scan-comment {
	font-weight:bold;
	font-size:9px;
	margin-top:0;
	margin-bottom:0px;
}

.sale-card-msg  {
	text-align:left;
	padding:5px ;
	color:#fff
}
.sale-card-msg img {
	width:350px;
	padding:10px 10px 0;
}

.sale-card-msg p{
	color: #fff;
	font-size:12px;
}

.scan-num img{
	width: 60px;
}
*/
/* iPhone4S */
@media screen and (max-width: 320px){
	.scan-num img {
		width: 60px;
		height: auto;
	}
}

.scan-num background-color: #2

/*
.card-input {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background-color: #FFFFFF;
	color: #787878;
}

.card-input .row {
	display: table-row;
}

.card-input .row .left {
	width: 130px;
	padding: 10px;
	display: table-cell;
	font-size: 17px;
	vertical-align: middle;
	border-bottom: 2px solid #F0F0F0;
}

.card-input .row .right {
	padding: 10px;
	display: table-cell;
	border-bottom: 2px solid #F0F0F0;
}

.card-input .row .right input {
	width: 100%;
	display: block;
	border: none;
	border-bottom: 1px solid #888888;
	font-size: 17px;
	color: #787878;
}

.card-input .row .right input::-webkit-input-placeholder {
	font-size: 17px;
	color: #B5B5B5;
}

.card-input .row .right input::-moz-placeholder {
	font-size: 17px;
	color: #B5B5B5;
}

.card-input .row .right select {
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-bottom: 1px solid #707060;
	border-radius: 0;
	overflow: hidden;
	font-size: 17px;
	color: #787878;
	background: #FFF url(../../img/common/select_arrow.png) no-repeat right;
}

.card-confirm-note {
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.card-confirm-note p {
	margin: 0;
	font-size: 17px;
	color: #787878;
}
*/
/* カード登録 ここまで */

/* ご本人確認/送付先情報 */
/* setting-content-noteなどは他のsettingでも使用 */
.setting-content-note {
	padding: 20px;
	font-size: 16px;
	color: #FFFFFF;
	border: 0;
}

.setting-content-note p {
	max-width: 435px;
	margin: 0 10px;
	color: #828282;
}

/*
.setting-content-note select {
	padding: 0 15px;
	width: 95%;
	height: 40px;
	margin: 20px auto 10px;
	display: block;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-bottom: 1px solid #707060;
	border-radius: 0;
	overflow: hidden;
	font-size: 17px;
	color: #787878;
	background: #FFF url(../../img/common/select_arrow.png) no-repeat right bottom;
}
*/

.setting-content-picture {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 20px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.setting-content-picture .row {
	display: table-row;
}

.setting-content-picture .width250 {
	width: 250px;
}

.setting-content-picture .height250 {
	height: 250px;
}

.setting-content-picture .height180 {
	height: 180px;
}

.setting-content-picture .height50 {
	height: 50px;
}

.setting-content-picture .row .cell {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

.setting-content-picture .row .cell img {
	padding: 20px 0;
	max-width: 98%;
	height: auto;
}

.setting-content-picture .row .cell .del-btn {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	width: 20%;
	max-width: 150px;
	min-width: 80px;
	display: block;
	text-decoration: none;
	background-color: #000000;
	border-radius: 4px;
	margin: 15px auto;
	color: #CC9900;
}

.setting-verification-next {
	padding: 0;
	margin: 10px 20px 10px 20px;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.setting-verification-next-gray {
	padding: 0;
	margin: 10px 20px 30px 20px;
	color: #FFFFFF;
	background-color: #969696;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.setting-verification-next img,
.setting-verification-next-gray img {
	height: 30px;
	margin: 0 10px 10px 0;
	vertical-align: bottom;
}

.setting-content-picture .row .cell iframe {
	border: none;
	overflow: hidden;
	scrolling: no;
	frameborder: no;
}

.setting-content-picture img {
	width: 100%;
}

.photo-problem-attention-box {
	width: 100%;
	padding: 10px 0;
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFCC00;
}

h4.photo-notification {
	font-size: 16px;
	text-align: center;
	margin: 5px 0;
}

img.photo-ng-example {
	display: block;
	width: 100%;
	/* margin-bottom: 20px; */
	margin-bottom: 0px;
}

.verification-select-box {
	padding: 0 15px;
	background-color: #FFFFFF;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.verification-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;
}

ul.verification-radio-box {
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #FFFFFF;
}

ul.verification-radio-box li {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #CACACA;
}

ul.verification-radio-box li input[type="radio"] {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

ul.verification-radio-box 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;
}

ul.verification-radio-box li input[type="radio"]:checked + label {
	background-image: url(../../img/common/option_on.png);
	color: #007AFF;
}

.verification-btn-image {
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.verification-confirm-box {
	padding: 0 10px;
}

.verification-confirm-box h3 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin: 0;
}

.verification-confirm-box p {
	font-size: 13px;
	color: #828282;
	margin: 0;
}
/* ご本人確認/送付先情報 ここまで */

/* 実績                          */
.setting-mission-condition {
	display: table;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #CACACA;
	font-size: 13px;
	font-weight: normal;
/*	color: #007AFF;*/
	background-color: #FFFFFF;
}

.setting-mission-condition .icon {
	padding-left: 10px;
	display: table-cell;
	width: 60px;
	vertical-align: middle;
}
.setting-mission-condition .icon img {
	vertical-align: bottom;
	width: 60px;
    height: auto;
}
.setting-mission-condition .mission_name {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}

.setting-mission-condition .mission_point {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
	text-align: right;
	width: 40px;
	color: #828282;
	font-size: 13px;
}

.setting-mission-condition .mission_point p{
	font-size: 16px;
	line-height: 0;
}

p.setting-verification-comment {
	color: #828282;
	font-size: 12px;
}

p.setting-verification-info {
	line-height: 26px;
	font-size: 12px;
	color: #828282;
	font-weight: normal;
}

p.setting-verification-info span {
	color: #007AFF;
	font-weight: bold;
}

p.setting-verification-info img {
	max-width: 14px;
	vertical-align: middle;
	margin: 0 5px;
}
/* 実績 ここまで */

/* 退会 */
.setting-quit-content {
	padding: 13px;
	orderflow: hidden;
}

.setting-quit-content h3 {
	color: #007AFF;
	font-size: 16px;
}

.setting-quit-content p{
	/*color:#828282;*/
	color:#333;
	font-size: 13px;
}
.setting-quit-content select {
	width: 100%;
	height: 40px;
/*
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-bottom: 1px solid #707060;
	border-radius: 0;
	overflow: hidden;
	font-size: 17px;
	color: #787878;
	background: #FFF url(../../img/common/select_arrow.png) no-repeat right bottom;
*/
	margin-bottom: 20px;
}

.setting-quit-content textarea {
	width: 100%;
	height: 80px;
}

.setting-quit-fav {
	height: 40px;
	line-height: 40px;
	background-color: #FFFFFF;
	padding: 0 0 0 15px;
	border-top: 1px solid #CACACA;
}
.setting-quit-fav a {
	display: block;
	text-decoration: none;
	color: #828282 !important;
	font-size: 13px;
	font-weight: normal;
	position: relative;
}

.setting-quit-fav a:before,
.setting-quit-fav a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #C7C7C7;
	border-radius: 4px;
}

.setting-quit-fav a:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.setting-quit-fav a:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.setting-quit-500pt img{
	width: 100%;
	max-width: 100%;

}

.setting-quit-chk_confirm_fee_m{
	width: 20px;
}
.setting-quit-chk_confirm_fee_m_dummy_area{
	width: 20px;
	height: 15px;
	vertical-align: bottom;
}

.setting-quit-style5 {
	height: 60px;
	line-height: 60px;
	background-color: #CC9900;
	padding: 0 10px;
	border-bottom:solid 4px #383838;
}
.setting-quit-style5 a {
	display: block;
	text-decoration: none;
	color: #000000 !important;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.setting-quit-style5 a:before,
.setting-quit-style5 a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

.setting-quit-style5 a:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.setting-quit-style5 a:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.setting-quit-attention {


}

.setting-quit-footer {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #F6F6F6;
}

.setting-quit-footer .footer-back,
.setting-quit-footer .footer-next {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #828282;
	font-size: 13px;
	line-height: 50px;
}

.setting-quit-footer .footer-back:visited,
.setting-quit-footer .footer-next:visited {
	color: #828282;
}

.setting-quit-footer .footer-back {
	float: left;
	margin-left: 15px;
}

.setting-quit-footer .footer-next {
	float: right;
	margin-right: 15px;
}


/* quit.php */
.setting-quit-footer-paddingtop1 {
	padding-top: 205px;
}

/* quit_step1.php */
.setting-quit-footer-paddingtop2 {
	padding-top: 320px;
}

/* quit_step2.php */
.setting-quit-footer-paddingtop3 {
	padding-top: 140px;
}

/* quit_stop_guide.php */
.setting-quit-footer-paddingtop4 {
	padding-top: 30px;
}

/* iPhone 5 対応 */
@media only screen
    and (max-device-width:320px) {

	/* quit.php */
	.setting-quit-footer-paddingtop1 {
		padding-top: 15px;
	}
	/* quit_step1.php */
	.setting-quit-footer-paddingtop2 {
		padding-top: 135px;
	}
	/* quit_step2.php */
	.setting-quit-footer-paddingtop3 {
		padding-top: 0px;
	}
	/* quit_stop_guide.php */
	.setting-quit-footer-paddingtop4 {
		padding-top: 0px;
	}

}

.quit-appoint-box {
	margin: 0;
}

.quit-appoint-box .space-box {
	margin: 0;
	padding: 0;
	height: 40px;
}

.quit-appoint-box .quit-appoint {
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	display: table;
}

.quit-appoint-box .quit-appoint h4 {
	background-color: #F6F6F6;
	width: 100%;
	height: 60px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.quit-appoint-box .quit-appoint .q_string {
	margin: 0;
	padding: 10px 15px 0;
}

.quit-appoint-box .quit-appoint ul {
	padding: 0;
	padding-left: 15px;
	margin: 0;
	display: table;
	width: 100%;
	/*color: #828282;*/
	color: #333;
}

.quit-appoint-box .quit-appoint ul li {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #CACACA;
	display: table-cell;
}

.quit-appoint-box .quit-appoint ul li input[type="radio"] {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.quit-appoint-box .quit-appoint ul li input[type="radio"] + label {
	display: block;
	height: 100%;
	line-height: 40px;
	/*background-image: url(../../img/setting/inquiry_option_off.png);*/
	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;
}

.quit-appoint-box .quit-appoint ul li input[type="radio"]:checked + label {
	/*background-image: url(../../img/setting/inquiry_option_on.png);*/
	background-image: url(../../img/common/option_on.png);
}

.quit-appoint-box .quit-appoint .left {
	margin: 0;
	padding: 10px;
	display: table-cell;
	width: 150px;
	vertical-align: middle;
}

.quit-appoint-box .quit-appoint .right {
	margin: 0;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

.quit-appoint-box .quit-appoint .right select {
	width: 100%;
	height: 40px;
/*
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-bottom: 1px solid #707060;
	border-radius: 0;
	overflow: hidden;
	font-size: 17px;
	color: #787878;
	background: #FFF url(../../img/common/select_arrow.png) no-repeat right bottom;
*/
}

.quit-appoint-box .quit-appoint .right textarea {
	width: 100%;
	height: 80px;
}

.setting-quit-go-mypage {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #CACACA;
	color: #007AFF;
	text-align: right;
	background-image: url(../../img/common/enter_01.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: right center;
	padding-right: 30px;
	box-sizing: border-box;
}

.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;
}


/* 退会 ここまで */

/* 通知設定 */
.setting-push-info {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 2px;
	border-bottom: 1px solid #CACACA;
}

.setting-push-info p {
	margin: 0;
	display: inline;
}

.setting-push-info img {
	width: 112px;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 4px;
}
/* 通知設定 ここまで */

/* ユーザー削除 */
.setting-delete-user {
	padding: 10px;
}

.setting-delete-user .content-box {
	margin: 0 20px;
	padding: 5px 10px;
	color: #000000;
	background-color: #EFEFEF;
}

.setting-delete-user .content-box:nth-child(2n+1) {
	background-color: #BEBEBE;
}

.setting-delete-user .content-box dl {
	margin: 3px 0;
}

.setting-delete-user .content-box dl dt {
	float: left;
	width: 60px;
	clear: both;
}

.setting-delete-user .content-box dl dd {
	margin: 0 0 0 60px;
}
/* ユーザー削除 ここまで */

/* ご利用状況                         */
.setting-point-content {
	padding: 10px 5px;
	margin: 0;
	text-shadow: none;
}

.setting-point-content a{
	color: #333;
	font-weight: bold;
}

.setting-point-content dl dt {
	font-weight: bold;
	margin: 0 0 8px;
}
.setting-point-content dl dd {
	margin: 0 0 20px;
}
.setting-point-content dl dd ul {
	list-style-type:none;
	padding-left: 16px;
}

.setting-point-content .info-box {
	margin: 40px auto 30px;
}

.setting-point-content .info-box select {
	width: 100%;
	height: 40px;
}

.setting-point-button {
	height: 40px;
	width: 65%;
	line-height: 40px;
	background-color: #f1c354;
	margin: 10px auto 15px;
	padding: 0 8px;
	text-align:center;
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;         /* CSS3 */
}

.setting-point-button a {
	display: block;
	text-decoration: none;
	color: #000000 !important;
	font-size: 16px;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
}

.setting-point-button-gray {
	height: 40px;
	width: 65%;
	line-height: 40px;
	background-color: #C0C0C0;
	margin: 10px auto 15px;
	padding: 0 8px;
	text-align:center;
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;         /* CSS3 */

	color: #505050 !important;
	font-size: 16px;
	font-weight: bold;
}
/* ご利用状況                ここまで */


/* ポイント履歴                       */
.setting-point-history-content {
	padding: 0;
	margin: 0;
	text-shadow: none;
	padding-top: 10px;
}
.setting-point-history {
/*	padding-bottom: 15px;*/
}
.setting-point-history p{
	margin-bottom: 0;
	margin: 0 5px;
}

.setting-point-history div.point_name {
	float: left;
	width:80%
	padding-left: 10px;
	font-size:14px;
	font-weight: bold;
	margin: 0 5px;

}

.setting-point-history div.point {
	float: right;
	width:20%
	font-size:14px;
	padding-right: 5px;
}

.setting-point-history div.point span {
	font-size:10px;
}
.setting-point-history-line {
	border-top:solid 1px #BEBEBE;
}
/* ポイント履歴              ここまで */

/* ご請求案内                         */
.setting-bill {
	background-color: #FFFFFF;
	padding: 10px 0;
	margin: 0;
	text-shadow: none;
}

.setting-bill h3 {
	font-size: 12px;
	margin: 0 0 0 5px;
}

.setting-bill p.description {
	font-size: 12px;
	margin: 10px 0 10px 5px;
}

.setting-bill .view-date {
	padding: 0 10px;
	margin-bottom: 35px;
}

.setting-bill .view-date .date-box {
	display: table;
	width: 100%;
	border-radius: 5px;
	background-color: #F2F2F2;
	padding: 12px 10px;
	box-sizing: border-box;
}

.setting-bill .view-date .date-box .prev-box,
.setting-bill .view-date .date-box .current-box,
.setting-bill .view-date .date-box .next-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.setting-bill .view-date .date-box .prev-box,
.setting-bill .view-date .date-box .next-box {
	width: 25%;
}

.setting-bill .view-date .date-box .prev-box a,
.setting-bill .view-date .date-box .next-box a {
	text-decoration: none;
	border: 1px solid #7DB9E8;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 10px;
	font-size: 15px;

	background: #007AFF; /* Old browsers */
	background: -moz-linear-gradient(top, #007AFF 0%, #7DB9E8 68%, #2989D8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007AFF), color-stop(68%,#7DB9E8), color-stop(100%,#2989D8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007AFF 0%,#7DB9E8 68%,#2989D8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007AFF 0%,#7DB9E8 68%,#2989D8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #007AFF 0%,#7DB9E8 68%,#2989D8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #007AFF 0%,#7DB9E8 68%,#2989D8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007AFF', endColorstr='#2989D8',GradientType=0 ); /* IE6-9 */
}

.setting-bill .view-date .date-box .current-box p {
	background-color: #FFFFFF;
	padding: 10px 15px;
	margin: 0;
	border: 3px solid #CCCCCC;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.setting-bill .view-date .date-box .current-box p::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-right: 8px solid #CCCCCC;
	position: absolute;
	top: 15px;
	left: -25px;
}

.setting-bill .view-date .date-box .current-box p::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #CCCCCC;
	position: absolute;
	top: 15px;
	right: -25px;
}

.setting-bill .price-detail-box .sub-title {
	width: 100%;
	background-color: #007AFF;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

.setting-bill .price-detail-box .total-box {
	width: 100%;
	display: table;
	border-bottom: 1px solid #CACACA;
	padding: 10px 0;
	margin: 0;
}

.setting-bill .price-detail-box .total-box .total-str {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	width: 30%;
	padding-left: 10px;
}

.setting-bill .price-detail-box .total-box .total-amount {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.setting-bill .price-detail-box .total-box .total-amount .with-tax {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
}

.setting-bill .price-detail-box .total-box .total-amount .only-tax {
	margin: 0;
	font-size: 13px;
}

.setting-bill .price-detail-box .detail-box dl {
	margin: 0;
	padding: 15px 20px;
	font-size: 15px;
	border-bottom: 1px solid #CACACA;
}

.setting-bill .price-detail-box .detail-box dl::after {
	content: "";
	display: block;
	clear: both;
}

.setting-bill .price-detail-box .detail-box dl dt {
	float: left;
}

.setting-bill .price-detail-box .detail-box dl dd {
	margin: 0;
	text-align: right;
}
/* ご請求案内                ここまで */

/* お気に入り設定 */
.setting-show-like {
	margin: 0;
	padding: 0;
}

.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: rgba(0, 0, 0, 0.2);
	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: #FFFFFF;
	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;
}
/* お気に入り設定 ここまで */

/**************************************/
/*                ガイド              */
/**************************************/
.next_link_guide {
	padding: 10px 15px 10px 15px;
	height: 20px;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	position: relative;
	font-size: 13px;
	margin-bottom: 20px;
}

.next_link_guide:before,
.next_link_guide:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #C7C7CC;
	border-radius: 4px;
	margin-right: 10px;
}

.next_link_guide:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.next_link_guide:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 利用規約・プライバシーポリシー     */
dl.guide dt {
	font-weight: bold;
	margin: 0 0 8px;
}
dl.guide dd {
	margin: 0 0 20px;
}dl.guide ul {
	list-style-type:none;
	padding-left: 16px;
}

/* 特定商取引法に基づく表記     */
dl.guide-list.last {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
dl.guide-list.last.after_content {
	margin-bottom: 10px;
}
dl.guide-list dt,
dl.guide-list dd {
	min-height: 25px;
	line-height: 25px;
	padding: 10px 0px;
	margin: 0;
	border-top: 1px solid #ddd;
}

dl.guide-list dd {
	margin-left: 0;
	padding-left: 50px;
	color: #666;
}

dl.guide-list dd {
	margin-left: 0;
	padding-left: 10px;
}
dl.guide-list dt {
	color: #222;
	background: #f3f3f3;
	padding-left: 10px;
}

/* よくある質問  */

.guide-faq-content {
	padding: 0;
	margin: 0;
	text-shadow: none;
	background-color: #FFFFFF;
}

.guide-faq-content ul {
	padding: 0;
	margin: 0;
}

.guide-faq-content ul li {
	padding: 10px 15px 10px 0;
	margin-left: 15px;
	height: 20px;
	line-height: 20px;
	list-style-type: none;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CACACA;
	font-size: 15px;
}

.guide-faq-content ul li:after {
	float: right;
	content: '...';
	color: #C7C7C7;
	font-size: 16px;
margin-top: 15px;
}

.guide-faq-content ul li:last-child {
	border: none;
}

.guide-faq-content ul li a{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.guide-faq-content ul li a:visited{
	color: #000000;
}

.guide-faq-content ul li span{
	font-size: 16px;
}
.guide-faq-content .faq-list {
	padding: 0;
	margin: 0;
	background-color: #F6F6F6;
}

.guide-faq-content dl.faq-list dt{
	padding: 10px 0 10px 20px;
	height: 20px;
	line-height: 20px;
	color: #007AFF;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
.guide-faq-content dl.faq-list dd{
	padding: 0;
	margin: -13px 0 0;
	background-color: #F6F6F6;
	font-size: 15px;
	color: #828282;
	padding-bottom: 20px;
}

.guide-faq-content dl.faq-list dd p{
	padding: 0 18px;
	/* color: #828282; */
	color: #333;
}
/*
.guide-faq-content dl.faq-list dd p.faq_answer{
	padding: 0 18px;
	color: #828282;
	padding-bottom: 20px;
}
*/
.guide-faq-content dl.faq-list dd p.faq_answer a,
.guide-faq-content dl.faq-list dd p a{
	color: #828282;
}

.guide-faq-content dl.faq-list dd p.faq_question{
	padding: 10px 0px 0px 20px;
	color: #007AFF;
	font-weight: bold;
}

/* お友達招待 */
.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 15px 0;
}



.friend-sns-btn {
	text-align: center;
	font-size: 18px;
	margin:10px 40px 20px;
	border: 1px solid #000;
	color:#000; 
	padding: 8px 10px;
	border-radius: 4px;
	position: relative;
}

.friend-sns-btn .icon{
	float: left;
    width: 30px;
	text-align: right;
}
.friend-sns-btn .icon img{
    width: 20px;
    margin-right: 5px;
    margin-bottom: 6px;
    vertical-align: middle;
 }
 



/* iPhone 5 対応 */
@media only screen
    and (max-device-width:320px) {

	.friend-info-content {
		font-size:  13px;
	}


	.friend-sns-btn {
		text-align: center;
		font-size: 18px;
		margin:10px 10px 20px;
		border: 1px solid #000;
		color:#000; 
		padding: 8px 10px;
		border-radius: 4px;
		position: relative;
	}

	.friend-sns-btn .icon{
		float: left;
	    width: 30px;
		text-align: right;
	}

	.friend-sns-btn .icon img{
	    width: 20px;
	    margin-right: 5px;
	    margin-bottom: 6px;
	    vertical-align: middle;
	 }
	 

}

/* 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 15px;
	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 {
	text-decoration: none;
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #000000;
	background-color: #F1C455;
	border-radius: 4px;
	margin: 0 auto;
	width: 70%;
}

.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;
}

/**************************************/
/*              MyPAGE                */
/**************************************/
/* ヘッダー                           */
.header-closet {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.header-closet .header-closet-recommend {
	position: absolute;
	top: 5px;
	left: 5px;
}

.header-closet .header-closet-setting {
	position: absolute;
	top: 5px;
	right: 3px;
}

.header-closet .header-closet-recommend img,
.header-closet .header-closet-setting img {
	width: 36px;
	vertical-align: middle;
}

/* メニュー                           */
.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 30px 0;
	border: 1px solid #000000;
	padding: 5px 0;
	border-radius: 2px;
	position: relative;
	color: #000000;
	font-size: 11px;
}

.closet-index-content div.confirm-sagawa::before,
.closet-index-content div.confirm-sagawa::after {
	position: absolute;
	top: 12px;
	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:50px;
	padding-bottom: 50px;
	background-image: url(/img/closet/haikei-sita.png)!important;;
	background-repeat: no-repeat;
	background-size: 58px 58px;
	background-position: right bottom;
}

.closet-index-content-noimg img{
	width:100px;
}
.closet-index-content-meun img{
  max-width: 70px;
  /*padding-top:10px;*/
  /*max-width: 50px;*/
  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;
	}

}

/* マイリスト                         */
.data-empty {
	padding: 50px 10px 0;
}

.data-empty p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #157DF6;
	font-size: 16px;
}

.data-empty img {
	width: 100%;
	vertical-align: middle;
	margin-top: 30px;
}


/**************************************/
/*              My Closet             */
/**************************************/
/* メニュー                           */
.closet-condition {
	display: table;
	width: 100%;
//	height: 150px;
	height: 80px;
}

.closet-condition .kind {
	display: table-cell;
	width: 260px;
	padding: 0;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

.closet-condition .kind img {
	width: 40px;
	vertical-align: bottom;
	margin-right: 20px;
}

.closet-condition .kind p {
	margin: 0;
	display: inline;
	position: relative;
	top: -8px;
}

.closet-condition .choice {
	display: table-cell;
	position: relative;
	padding: 0;
	padding-right: 15px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: normal;
	color: #CC9900;
	text-align: right;
}

.closet-condition .choice span {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #fff;
	position: relative;
	top: -7px;
	padding: 4px 15px;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: right;
}

.closet-condition .choice p {
	font-size: 40px;
	color: #fff;
	margin: 0;
	display:inline;
}

/* 利用履歴                           */
.closet-history-condition {
	display: table;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #bebebe;
	font-size: 14px;
	font-weight: normal;
}

.closet-history-condition .booking {
	display: table-cell;
	width: 80px;
	padding: 0;
	vertical-align: middle;
}

.closet-history-condition .product_name {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}


.closet-history-condition .product {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	text-align: right;
	width: 100px;
}

.closet-history-condition .product img {
	vertical-align: bottom;
    width:  80px;
    height: auto;
}

.recommend_interest_h4 {
	background-color: #C0C0C0;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 0;
	margin: 30px 0 10px;
	text-align: center;
}

/* 入荷連絡 */
.closet-wait-condition {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #bebebe;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
/*	margin-bottom: 10px;*/
}

.closet-wait-condition .info {
	display: table;
	width: 100%;
}

.closet-wait-condition .info .booking {
	display: table-cell;
	width: 80px;
	padding: 0;
	vertical-align: middle;
}

.closet-wait-condition .info .product_name {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}


.closet-wait-condition .info .product {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	text-align: right;
	width: 100px;
}

.closet-wait-condition .info .product img {
	vertical-align: bottom;
    width:  80px;
    height: auto;
}

.closet-wait-condition .buttons {
	display: table;
	width: 100%;
}

.closet-wait-condition .buttons button {
	width: 95%;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	background-color: #F1C354;
}

.closet-wait-condition .buttons .left {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.closet-wait-condition .buttons .left p {
	margin: 0;
}

.closet-wait-condition .buttons .right {
	display: table-cell;
	width: 50%;
}

/* ウィッシュリスト                   */
.closet-wishlist {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #FFFFFF;
}

.closet-wishlist p {
/*	color: white;*/
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 0 10px;
}

.closet-wishlist p.center {
	text-align: center;
}

.closet-wishlist p.large {
	font-size: 16px;
}

.closet-wishlist p.margin20 {
	margin: 20px auto;
}

.closet-wishlist .closet-wishlist-title-belt-left {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin-left: 15px;
	padding: 0 10px;
	border-bottom: 1px solid #CACACA;
	position: relative;
}

.closet-wishlist .closet-wishlist-title-belt-left:before,
.closet-wishlist .closet-wishlist-title-belt-left:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #C7C7C7;
	border-radius: 4px;
}

.closet-wishlist .closet-wishlist-title-belt-left:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.closet-wishlist .closet-wishlist-title-belt-left:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.closet-wishlist .my-wish-list {
	display: table;
	height: 40px;
	width: 90%;
	margin: 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CACACA;
	float:right;
}

.closet-wishlist .my-wish-list .picture {
	display: table-cell;
	width: 40px;
	padding: 5px;
	vertical-align: middle;
}

.closet-wishlist .my-wish-list .picture img {
	max-width: 40px;
	max-height: 40px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.closet-wishlist .my-wish-list .datetime {
	display: table-cell;
	padding: 10px;
	font-size: 16px;
	color: #828282;
	vertical-align: middle;
	position: relative;
}

.closet-wishlist .my-wish-list .datetime:before,
.closet-wishlist .my-wish-list .datetime:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #C7C7C7;
	border-radius: 4px;
}

.closet-wishlist .my-wish-list .datetime:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.closet-wishlist .my-wish-list .datetime:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.closet-wishlist .picture-box {
	display: table;
	height: 170px;
	width: 100%;
	text-align: center;
}

.closet-wishlist .picture-box > * {
	display: table-cell;
	vertical-align: middle;
}

.closet-wishlist .picture-box img {
	max-height: 150px;
	max-width: 150px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.closet-wishlist .brand-box {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background-color: #303030;
	color: #848484;
	font-size: 13px;
}

.closet-wishlist .del-box {
	height: 50px;
}

.closet-wishlist .del-box .del-btn {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	width: 20%;
	max-width: 150px;
	min-width: 80px;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	border-radius: 4px;
	margin: 15px auto;
	color: #CC9900;
}

.closet-wishlist .textarea-box {
	padding: 0 10px;
	margin-bottom: 20px;
}

.closet-wishlist .textarea-box textarea {
	box-shadow: none;
	border-radius: 0;
	border: none;
	width: 100%;
	box-sizing: border-box;
	display: block;
	line-height: 1.4em;
	outline: 0 none;
	padding: 0.4em;
}

.closet-wishlist .select-box {
	padding: 0 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 13px;
}

.closet-wishlist .select-box select {
	width: 100%;
	height: 25px;
}

.closet-wishlist dl{
	margin: 30px 0 30px 10px;
}

.closet-wishlist dl dt {
	color: #828282;
}

.closet-wishlist dl dd {
	color: #848484;
	margin-left: 20px;
}

.closet-wishlist-information {
	font-size: 12px
	color: #828282;
	margin: 15px;
}

.closet-wishlist-information span {
	color: #007AFF;
}

.closet-wishlist-brand-balloon {
	vertical-align: bottom;
	width: 626px;
	margin: 10px auto 10px 12px;
}

@media screen and (max-width:638px) {
	.closet-wishlist-brand-balloon {
		vertical-align: bottom;
		width: 96%;
		display: block;
		margin: 10px auto;
	}
}

.closet-wishlist-add-balloon {
	vertical-align: bottom;
	width: 98%;
	margin: 10px auto 10px 10px;
}

.closet-wishlist-brand-select {
	background-color: #FFFFFF;
}

.closet-wishlist-brand-select ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #CACACA;
}

.closet-wishlist-brand-select ul li {
	position: relative;
	display: block;
	height: 50px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #CACACA;
}

.closet-wishlist-brand-select ul li input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.closet-wishlist-brand-select ul li input[type="checkbox"] + label {
	display: block;
	height: 100%;
	background-image: url(../../img/common/check_off.png);
	background-size: 24px;
	background-position: 0 14px;
	background-repeat: no-repeat;
	padding: 10px 0 0 30px;
	font-size: 13px;
}

.closet-wishlist-brand-select ul li input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/check_on.png);
	color: #007AFF;
}

.closet-wishlist-brand-select .closet-wishlist-brand-title {
	height: 40px;
	padding-left: 15px;
	background-color: #F6F6F6;
	position: relative;
}

.closet-wishlist-brand-select .closet-wishlist-brand-title p {
	margin: 0;
	position: absolute;
	bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.closet-wishlist-brand-select textarea {
	border: none;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	width: 100%;
	padding: 10px;
}

.closet-wishlist-brand-select textarea::-webkit-input-placeholder {
	color: #C7C7C7;
}

.closet-wishlist-brand-select textarea::-moz-placeholder {
	color: #C7C7C7;
}

.closet-wishlist-add {
	background-color: #FFFFFF;
}

.closet-wishlist-add .closet-wishlist-add-maintitle {
	padding: 10px;
	margin-top: 0px !important;
	background-color: #F6F6F6;
}
.closet-wishlist-add .closet-wishlist-add-title {
	height: 40px;
	padding-left: 15px;
	background-color: #F6F6F6;
	position: relative;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.closet-wishlist-add .closet-wishlist-add-title p {
	margin: 0;
	position: absolute;
	bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.closet-wishlist-add .select-box {
	padding: 0 15px;
}

.closet-wishlist-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;
}

.closet-wishlist-add ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #CACACA;
}

.closet-wishlist-add ul li {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #CACACA;
}

.closet-wishlist-add ul li input[type="radio"] {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.closet-wishlist-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;
}

.closet-wishlist-add ul li input[type="radio"]:checked + label {
	background-image: url(../../img/common/option_on.png);
	color: #007AFF;
}

.closet-wishlist-add .textarea-box .other-reason {
	padding: 0 0 0 15px;
	margin-bottom: 20px;
}

.closet-wishlist-add .textarea-box .other-reason .closet-wishlist-add-title-other {
	height: 40px;
	padding-left: 15px;
	background-color: #F6F6F6;
	position: relative;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.closet-wishlist-add .textarea-box .other-reason .closet-wishlist-add-title-other p {
	margin: 0;
	position: absolute;
	bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #007AFF;
}

.closet-wishlist-add textarea {
	border: none;
	width: 100%;
	padding: 10px;
}

.closet-wishlist-add textarea::-webkit-input-placeholder {
	color: #C7C7C7;
}

.closet-wishlist-add textarea::-moz-placeholder {
	color: #C7C7C7;
}

/* ブランド一覧                   */
.brand-index-message{
	font-size: 12px;
	padding:0;
}

.brand-index-message-top{
	padding:0 5px;
	margin-left:5px;
	margin-right:5px;
	color: #333;
	font-size: 12px;

}
.brand-index-message  .ui-collapsible{
  margin-top:-5px;
}
.brand-index-message .ui-collapsible h3.ui-collapsible-heading{
	background-color: #f0f0f0;
	text-align:right;
	border-radius:none;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#333;
	font-size:12px;
	text-shadow:none; 
	text-decoration:none;
	font-weight:normal;
}

.brand-index-message .ui-collapsible h3.ui-collapsible-heading a.ui-btn{
	margin-right:10px;
	background-color: #f0f0f0;
/*	border-color: #f0f0f0;*/
	color: #333;
	text-shadow: none;
	font-weight:normal;
	font-size:12px;
}

.brand-index-message .ui-collapsible h3.ui-collapsible-heading a span.ui-collapsible-heading-status{
	background-color: #f0f0f0;
/*	border-color: #f0f0f0;*/
	color: #333;
	text-shadow: none;
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: auto;
}

.brand-index-message .ui-collapsible h3.ui-collapsible-heading a{
	text-align:right;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-bottom:8px;
	padding-right:4px;
	background-color:#f0f0f0;
	margin:0;
	padding:0;
	border-left: 0;
	border-right: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:14px;
	color: #333;
}

.brand-index-message  .ui-collapsible .ui-collapsible-content {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color:#333;
	font-size:12px;
	background-color:#f0f0f0;
}

.brand-index-message  .ui-collapsible .ui-collapsible-content p{
	margin:0;
	color:#333;
	font-size:12px;
	background-color:#f0f0f0;
}
.brand-index-message .ui-collapsible .ui-btn-icon-left:after, 
.brand-index-message .ui-collapsible .ui-btn-icon-right:after,
.brand-index-message .ui-collapsible .ui-btn-icon-top:after,
.brand-index-message .ui-collapsible .ui-btn-icon-bottom:after,
.brand-index-message .ui-collapsible .ui-btn-icon-notext:after{
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	border-radius: none;

}


.brand-index-message p.safe{
	padding:0 5px;
	text-align:center;
	color: #CC9900;
	/*vertical-align: top;*/
	font-size: 13px;
	margin: 0;
}
.brand-index-message p.safe img{
	padding-right:4px;
		width: 20px;
		/* vertical-align: middle;*/
		vertical-align: -5px;

}

.brand-index-content h2 {
	background-color: #ffffff;
}
.brand-index-content h2 a{
	white-space: normal !important;
	font-size: 12px;
	font-weight:normal;
	padding-left:40px;
}
.brand-index-content p{
	font-size: 12px;
	font-weight:normal;
	background-color: #ffffff;
}

.brand-index-request-msg {
	text-align:center;
	padding-top:4px;
}
.brand-index-request-msg img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.brand-index-wishlist {
	text-align:center;
	padding-top:10px;
	padding-bottom:4px;
}
.brand-index-wishlist img,
.brand-index-wishlist a img{
	text-align:center;
		width: 300px;
		max-width: 300px;
}

.ui-collapsible-heading-toggle{
	white-space: normal !important;
}

/**************************************/
/*             使い方説明             */
/**************************************/
.gray_panel{
	background : #242424 !important;
/*	background : #000 !important;*/
	opacity  : 0.15;
	width  : 100%;
	height  : 9999;
	position : fixed;
	top   : 0;
	left  : 0;
/*	display  : none;*/
	z-index  : 50;
}

/**************************************/
/*             査定                   */
/**************************************/
.purchase-index-content div.area{
	border-top: solid 1px #CACACA;
	border-bottom: solid 1px #CACACA;
/*	background-color: #f6f6f6;*/
	background-color: #f0eff5;

	color : #000;
	margin: 0;
	padding: 0;
}

.purchase-index-content div.area p{
	padding:0 10px;
/*	color : #969696;*/
}

.purchase-index-content div.area p.title{
	padding:0 10px;
	font-size:16px;
	margin-bottom:5px; 
	font-weight: bold;
}

.purchase-index-content div.area .auth{
	position: relative;
    width: 300px;
    height: 20px;
   	padding-left: 20px;
   	padding-top: 0px;
   	 padding-bottom: 10px;
}

.purchase-index-content div.area .auth-img{
	position: absolute;
    width: 20px;
    height: 20px;
   	padding-left: 10px;

}

.purchase-index-content div.area_input{
	margin-left:20px;
	padding : 10px 0;
	background-color: #fff;
/*	border-bottom: solid 1px #969696;*/
}

.purchase-index-content .take-picture-box {
	display: table;
	width: 100%;
	vertical-align: middle;
}

.purchase-index-content .take-picture-box .row {
	display: table-row;
}

.purchase-index-content .take-picture-box .row .cell {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding: 5px 7px;
}

.purchase-index-content .take-picture-box .row .cell .picture {
	border: 1px solid #CACACA;
	position: relative;
	overflow: hidden;
	margin-bottom: 3px;
}

.purchase-index-content .take-picture-box .row .cell .picture a,
.purchase-index-content .take-picture-box .row .cell .picture a:visited {
	display: block;
	position: absolute;
	top: 25px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.7);
}

.purchase-index-content .take-picture-box .row .cell .picture img {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	max-width: 100px;
	max-height: 100px;
}

.purchase-index-content .take-picture-box .row .cell p {
	margin: 0;
	font-size: 12px;
}

.purchase-index-content div.area_address_input,
.purchase-index-content div.area_hope_deliver_input{
	margin-left:20px;
	padding : 20px 0;
	background-color: #fff;
}

.purchase-index-content div.area_address_input dl{
	padding : 5px 0;
	background-color: #fff;
	border-bottom: solid 1px #CACACA;
	width: 100%;
}

.purchase-index-content div.area_address_input dt{
	color: #969696;
	width: 130px;
	float: left;
	text-align: right;
}

.purchase-index-content div.area_address_input dd {
	padding-right: 10px;
	margin-left: 130px;
}

.purchase-index-content div.area_address_input dd input[type="text"] {
	border: 0;
/*	border: solid 1px #707060;*/
	padding: 5px;
	margin-top: -5px;
}

.purchase-index-content div.area_input .boxlist {
}

.purchase-index-content div.area_input div.boxlist .boximg {
  width: 195px;
  display: inline-block;
  vertical-align: middle;
}

.purchase-index-content div.area_input div.boxlist .boxdetail {
	display: inline-block;
	vertical-align: middle;
}

.purchase-index-content dl.label_select {
	width: 100%;
}

.purchase-index-content dl.label_select dt {
	color: #969696;
	float: left;
	width: 70px;
}

.purchase-index-content dl.label_select dd {
	padding-right: 10px;
	margin-left: 70px;
}

.purchase-index-content select {
/*	width: 100%; */
	width: 97%;
	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;
}

.purchase-index-content div.area_comment_input {
	margin: 0 20px;
	background-color: #fff;
	padding : 10px 0;
}

.purchase-index-content textarea {
	border: 0;
/*	border: solid 1px #707060;*/
	width: 100%;
}

div.iframeWrap {
  position: relative;
  width: 100%;
}

/* 簡易版　査定・買い取り*/
.purchase-index-content div.area_confirm{
	width: 100%;
	margin:0;
	display: table;
}

.purchase-index-content div.area_confirm .list{
	display:table-row;
	margin-left:20px;
	padding : 10px;
	background-color: #fff;
}

.purchase-index-content div.area_confirm .list .title{
	width: 135px;
	text-align: right;
	padding : 10px;
	display: table-cell;
	color: #007AFF;
	border-bottom: solid 1px #CACACA;
}

.purchase-index-content div.area_confirm .list .detail{
	display: table-cell;
	border-bottom: solid 1px #CACACA;
}



/* 商品リスト　共通pickupコンテンツ */
.commpn-pickup-title-area {
	background-color: #494949 !important;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0;
	padding-left:8px;
	font-size: 16px;
}

.commpn-pickup-content {
	display: table;
	width: 100%;
	margin : 0 4px;
	padding-top : 3px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 16px;
}
.commpn-pickup-content-condition {
	display:table-row;
	width: 100%;
}
.commpn-pickup-content-condition div.pickup-img {
	display: table-cell;
	padding: 2px;
	width: 102px; 
}

.commpn-pickup-content-condition div.pickup-img img {
	width: 94px;
}
.commpn-pickup-content-condition div.pickup-text {
	display: table-cell;
	padding-top:-4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: middle;
	width: auto;

}

/* iPhone 5 対応 */
@media only screen
    and (max-device-width:320px) {

	.commpn-pickup-content {
		margin : 0 2px;
	}
	.commpn-pickup-content-condition div.pickup-img {
		padding: 2px;
		width: 84px;
	}

	.commpn-pickup-content-condition div.pickup-img img {
		width: 80px;
	}
}

.purchase-index-content-select {
	height: 40px;
	margin : 0;
	padding: 0 ;
}

.purchase-index-content-select input {
	opacity: 0;
	width: 100%;
	height: 100%;
}

.purchase-index-content-select input[type="checkbox"] + label {
	display: block;
	height: 100%;
	background-image: url(../../img/common/check_off.png);
	background-size: 24px;
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 8px 0 0 30px;
	font-size: 13px;
}

.purchase-index-content-select input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/check_on.png);
	color: #007AFF;
}


/* コーディネート特集 */
.recommend-coordinate{
	padding-top: 10px;
	border-top: 1px solid #bfbfbf;
	text-align: center;
}
.recommend-coordinate-godetail {
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	text-align: center;
}

.recommend-coordinate-godetail a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #333 !important;
	font-size: 18px;
	font-weight: normal;
}

.recommend-coordinate-godetail a:before,
.recommend-coordinate-godetail a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #C7C7C7;
	border-radius: 4px;
}

.recommend-coordinate-godetail a:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recommend-coordinate-godetail a:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* リクエスト */
.inquiry_shoes_input ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #CACACA;
}

.inquiry_shoes_input ul li {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #CACACA;
}

.inquiry_shoes_input ul li input[type="radio"] {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.inquiry_shoes_input 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;
}

.inquiry_shoes_input ul li input[type="radio"]:checked + label {
	background-image: url(../../img/common/option_on.png);
	color: #007AFF;
}


.inquiry_shoes_input ul li input[type="checkbox"] {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.inquiry_shoes_input ul li input[type="checkbox"] + 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;
}

.inquiry_shoes_input ul li input[type="checkbox"]:checked + label {
	background-image: url(../../img/common/option_on.png);
	color: #007AFF;
}


.product-info-list-unlogin-link{
	color: #333 !important;
	text-decoration: none;
	font-weight: normal !important;
}

.plan_change_guidance{
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: underline;
	text-align: right;
	color : #007AFF;
}

.search_result_next_loading{
	text-align: center;
	height: 50px;
}

.main-search-button {
	height: 40px;
	margin: 0px 20px 8px;
	line-height: 40px;
	background-color: #e23958;
	padding: 0 8px;
	text-align:center;
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;         /* CSS3 */
}
.main-search-button a{
	color: #fff; 
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
}

/**************************************/
/*            バイヤー通信            */
/**************************************/
.buyer-body {
	padding: 0 20px;
}

.buyer-body h3 {
	font-size: 18px;
}

.buyer-body p {
	margin: 0;
	white-space: normal;
    margin-bottom: 1.5em;
    line-height: 1.8;

}

.buyer-body img {
	display: block;
	margin: 0 auto;
}

.buyer-body .page-feed {
	position: relative;
	font-weight: normal;
	text-shadow: none;
	padding: 20px;
}

.buyer-body .page-feed a.prev_blog {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 15px;
}

.buyer-body .page-feed a.prev_blog::before,
.buyer-body .page-feed a.prev_blog::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

.buyer-body .page-feed a.prev_blog::before {
	margin-top: -4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.buyer-body .page-feed a.prev_blog::after {
	margin-top: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.buyer-body .page-feed a.next_blog {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 15px;
}

.buyer-body .page-feed a.next_blog::before,
.buyer-body .page-feed a.next_blog::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	width: 12px;
	height: 2px; /* 太さ */
	background-color: #000000;
	border-radius: 4px;
}

.buyer-body .page-feed a.next_blog::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.buyer-body .page-feed a.next_blog::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/**************************************/
/*             アンケート             */
/**************************************/
.inquiry .area {
	border-bottom: solid 1px #f0eff5;
	padding-left: 10px;
}

.inquiry .q-item {
	padding: 10px 0;
	margin-bottom: 10px;
}

.inquiry .q-item .q {
	padding: 10px;
	background-color: #F6F6F6;
}

.inquiry .q-item .a {
	padding: 0 10px;
}

.inquiry .q-item .a .ui-radio {
	margin: 0;
}

.inquiry .q-item .a input[type="radio"],
.inquiry .q-item .a input[type="checkbox"] {
	display: none;
}

.inquiry .q-item .a label {
	background-color: transparent;
	border: none;
	font-weight: normal;
	padding: 7px 0 7px 33px;
}

.inquiry .q-item .a .ui-radio-on::after {
	border-color: #F1C455;
}

.inquiry .q-item .a .ui-checkbox-on::after {
	/*background-color: #F1C455;*/
	background-color: #fff;

	background-image: url(/img/common/option_on.png);
	background-size: 24px;
	background-repeat: no-repeat;
}

.inquiry .q-item .a .ui-checkbox-off::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.inquiry .q-item .confirm p {
	margin: 0 0 5px 0;
	padding-left: 20px;
}

.product-new-wiews-pop {
	position:fixed; 
	bottom:60px; 
	right: -300px;
	width: 230px;
	height: 40px;
	z-index:100;
	text-align: left;
	font-size: 16px;
	background-image: url(../../img/home/product-new-wiews-icon.png);
    background-position:2% 70% ;
	background-size: 50px;
	background-repeat: no-repeat;
	background-color: #303132;
	padding: 18px 0  0 65px ;
	color: #FFFFFF;

    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 

}

.product-new-wiews-pop img{
	position: absolute;
	top: -10px;
	    right: -5px;
	width: 24px

}
/* iPhone 5 対応 */
@media only screen
    and (max-device-width:320px) {

	.product-new-wiews-pop {
		right: -330px;
	}

}

/* iPhone 4s 対応 */
@media only screen
    and (max-device-width:300px) {

	.product-new-wiews-pop {
		font-size: 15px;
		width: 225px;
		right: -310px;
	}

}

/*
.product-new-wiews-pop {
	position:fixed; 
	bottom:-30px; 
	right: -300px;
	width: 230px;
	height: 110px;
	z-index:100;

	text-align: center;
	font-size: 14px;
	background-image: url(../../img/home/product-new-wiews-pop.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 14px 20px 0;
	color: #FFFFFF;
}
*/

/* iPhone 4s 対応 */
/*
@media only screen
    and (max-device-width:300px) {

	.product-new-wiews-pop {
		right: -340px;
	}

}
*/	
/* iPhone 5 対応 */
/*
@media only screen
    and (max-device-width:320px) {

	.product-new-wiews-pop {
		right: -330px;
	}

}
*/

/* 体験談 */
.blog-index-content .experiences-top {
	margin: 12px 10px;
	color: #B0764F; 
	font-weight: bold;
}

.blog-index-content .experiences-bottom {
	margin: 12px 10px;
	color: #B0764F; 
	font-weight: bold;
	text-align: center;
}

/* iPhone 5 対応 */
@media only screen
    and (max-device-width:520px) {
	.blog-index-content .experiences-bottom {
		text-align: left;
	}
}


.blog-index-content .experiences {
	margin: 12px 10px;
	border-bottom: 1px solid #F90;
}

.blog-index-content .experiences .evaluation{
	color: #F90;
	margin: 0;
    padding: 0;
}

.blog-index-content .experiences .title,
.blog-index-content .experiences .nickname{
	font-weight: bold;
	margin: 0;
    padding: 0;
}

.blog-index-content .experiences .comment{
	padding: 10px 0;
	margin: 0;
}

/* お得情報 */
.blog-index-content .deals-title {

	background-color: #F95BAD;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.blog-index-content .deals-title2 {
    background-color: #FAFAFA;
    color: #000000;
    margin: 10px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
}

@media screen and (max-width: 767px ) {
	.blog-index-content .deals-title2 br{
		display: none;
	}
}
    
.blog-index-content .deals-title3 {
    background-color: #FAFAFA;
    color: #000000;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
}

/* ラクサスコーデ情報 */
.blog-index-content .coordinate-title {

    color: #036EB8;
    padding: 20px 0;
    text-align: center;
	font-size: 14px;
    line-height: 1.6em;    

}

.blog-index-content .voice_sp .voice_main {
	list-style: none;
	padding: 0;
}

.blog-index-content .voice_sp .voice_main p {
	font-size:16px;
	text-align:left;
	    width: 100%;
}

.blog-index-content .voice_sp .float-left {
	float:left;
}

.blog-index-content .voice_sp {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}



.blog-index-content .voice_sp p.more_show {
    text-align: right;
	color : #007AFF;
	cursor: pointer;
}

.blog-c12monthscode-txt {
    padding: 0 0 0 10px;
    text-align: left;
    min-height: 50px;
    max-width: 300px;
}

@media screen and (max-width: 414px ) { 
	.blog-c12monthscode-txt {
	    padding: 0 0 0 10px;
	    text-align: left;
	    min-height: 100px;
	    max-width: 300px;
	}
}

.b_12months_bag_img{
	width:90px; 

}
.b_12months_bag_name{
	font-size: 13px; 
	margin-left: 10px;
}

/* 新規会員登録JADMAマーク */
.jadma_img_app {
	float:left;
	margin-right: 3px;
}

.jadma_txt_app {
	font-size:11px;
	/* overflow: hidden; */
	padding-left:5px;
	line-height: 1.3em;
	padding-top: 1px;
	text-align: left;
}

@media screen and (max-width: 768px ) {

	.jadma_img_app {
		/* float:none; */
	}
	
	.jadma_txt_app {
		font-size:10px;
		/* float:none; */
		margin-top:0;
		padding-top: 4px;
		text-align: left;
	}
	
}
.regist_jdma_l {
	float: left;
	width: 47%;
}

.regist_jdma_r {
	float: right;
	width: 47%;
}

@media screen and (max-width: 490px) {
	.regist_jdma_l {
		float: none;
		width: 100%;
	}
	
	.regist_jdma_r {
		float: none;
		width: 100%;
	}
	
	.regist_jdma_r .jadma_txt_app {
		padding-top: 10px;
	}
}
/*--------*/
.reserve-complete-pop {
	position:fixed;
	width: 250px;
	height: 310px;
	top:50%;
	left:50%;
	margin-left:-135px;
	margin-top:-155px;
	z-index:100;
    cursor: pointer;
    z-index: 2000;
    
}

.reserve-complete-pop .reserve-complete-exp {
	text-align: center;
	width: 100%;
	border: 1px solid #CC9900;
	border-radius: 4px;
	background-color:#fff;
	padding:10px;
}

.reserve-complete-pop .reserve-complete-exp p{
	padding-bottom: 20px;
}

.reserve-complete-pop-footer {
	width: 75px;
	margin:0 auto 0 auto;
}

.reserve-complete-close {
	display:table-cell;
	width: 75px;
	height: 20px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-weight: normal;
	background-color: #cf463e;
	z-index: 3002;
}

.reserve-complete-close:hover {
	background-color: #CC9900;
}

.reserve-complete-pop-close{
	position: absolute;
	left: 290px;
	text-align: right;
	font-size: 30px;
	padding-right: 10px;
}

/*--- 検索 CtoBtoB--*/
.search-index-ctobtoc-pop {
	position:fixed;
	width: 270px;
	height: 320px;
	top:50%;
	left:50%;
	margin-left:-135px;
	margin-top:-160px;
/*	background-color:#006359;*/
/*	background-color:#87683a;*/
	background-color:#fff;
	z-index:2000;
    cursor: pointer;
    
}

.search-index-ctobtoc-pop .search-index-ctobtoc-exp {
	text-align: center;
	width: 100%;
	height: 100%;
	border: 1px solid #87683a;
	border-radius: 4px;
/*	background-color:#fff;*/
/*	padding:10px;*/
}

.search-index-ctobtoc-pop .search-index-ctobtoc-exp p{
	padding-bottom: 20px;
}

.search-index-ctobtoc-pop-footer {
	width: 200px;
	margin:0 auto 0 auto;
	/*    padding-top: 18px;*/
}

.search-index-ctobtoc-close {
    display: table-cell;
    width: 200px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    background-color: #cf463e;
    z-index: 202;
}

.search-index-ctobtoc-close:hover {
	background-color: #CC9900;
}


.search-index-ctobtoc-pop-close{
	position: absolute;
	left: 290px;
	text-align: right;
	font-size: 30px;
	padding-right: 10px;
}

.setting-guide-bar {
	height:80px;
	/* background-color:#E6FFE9; */
	background-color:#EFF5D7;
}
.setting-guide-bar li {
	padding-top:3px;
	/* color:#6B8E23;*/
	color:#738C13;
	font-size:16px;
	padding-right:100px;
	    font-weight: bold;
}
.setting-guide-bar li img{
	position:relative;
	top:-35px;
	left:-150px;
	width:58px ;
	height:58px;
}

.setting-guide-bar li:before,
.setting-guide-bar li:after {
	position: absolute;
	right: 10px;
/*	top: 27px;*/
	display: block;
	content: '';
	width: 15px;
	height: 3px; /* 太さ */
/*	background-color: #417505;*/
	background-color: #738C13;

	border-radius: 4px;
}


.setting-guide-bar li:before {
	/*margin-top: 47px;*/
	margin-top: 50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.setting-guide-bar li:after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.setting-evaluate-box {
	display: none;
	position:fixed;
	width: 270px;
	height: 300px;
	top:50%;
	left:50%;
	margin-left:-135px;
	margin-top:-150px;
	z-index:100;
    cursor: pointer;
    z-index: 2000;
}

.setting-evaluate-box .close-box {
	position: absolute;
	top: 50px;
	right: -15px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.setting-evaluate-box .close-box::before,
.setting-evaluate-box .close-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #A0A0A0;
}

.setting-evaluate-box .close-box::before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.setting-evaluate-box .close-box::after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.setting-evaluate-box h3 {
	margin: 35px 0 25px;
	margin: 35px 0 25px;
	font-size: 20px;
	padding: 0 25px;
	line-height: 1.5em;
}

.setting-evaluate-box p {
	margin: 0 15px;
	text-indent: 1em;
	text-align: justify;
}

.setting-evaluate-box .evaluate-inquiry {
	width: 100%;
	margin: 50px auto;
	padding: 5px;
	text-align: left;
	background-color: #F0F0F0;
	border: 1px solid #C7C7C7;
}

.setting-evaluate-box .evaluate-inquiry .btn-post {
	margin: 15px auto 8px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	z-index: 202;
	-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;
}

.setting-evaluate-box .evaluate-inquiry .btn-post:hover {
	background-color: #CC9900;
}

.setting-evaluate-box .evaluate-inquiry input[type="radio"] {
	display: inline-block;
	margin-right: 6px;
}

.setting-evaluate-box .evaluate-inquiry input[type="radio"] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {

	.setting-evaluate-box .evaluate-inquiry input[type="radio"] {
		display: none;
		margin: 0;
	}

	.setting-evaluate-box .evaluate-inquiry input[type="radio"] + label {
		padding: 0 0 0 20px;
	}

	.setting-evaluate-box .evaluate-inquiry input[type="radio"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background: #FFFFFF;
	}

	.setting-evaluate-box .evaluate-inquiry input[type="radio"] + label::before {
		border: 2px solid #C0C0C0;
		border-radius: 30px;
	}

	.setting-evaluate-box .evaluate-inquiry input[type="radio"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	.setting-evaluate-box .evaluate-inquiry input[type="radio"]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background-color: #F1C455;
		border-radius: 8px;
	}

}

.product-delivery-box{
    width: 60%;
    height: 25px;
    background-color: #ff595f;
    border-radius: 18px;
    text-align: center;
    margin: 0 auto;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
}
.product-delivery-box span{
	font-weight: bold;
    font-size: 14px;
}

.product-info-box {
	width: 100%;
}
.product-info-box .box-cell{
	float: left;
    width: 64%;
}
.product-info-box div.price{
	float: right;
    width: 36%;
	font-weight: normal;
	font-size:20px;
	vertical-align: bottom;
	line-height: 20px;
}

.product-info-box div.price span.soeji{
	font-size:10px;
}


.product-tag-box {
	display:table; 
}
.product-tag-box .box-row{
	display:table-row;
}
.product-tag-box .box-row .box-cell{
	display:table-cell;
}

.product-tag-box .box-row .box-cell .share-label-favorite-cnt {
	display: inline;
	margin: 0;
	padding: 0;
}


.product-laxusx-guide {
	padding: 10px 15px 10px 15px;
	height: 30px;
	line-height: 20px;
	color: #3cbbb1;
	background-color: #FFFFFF;
	border: 1px solid #3cbbb1;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px 20px;
	line-height: 16px;
}
.product-laxusx-guide span{
	font-size:10px;
	font-weight: normal;
}

.product-laxusx-guide:before,
.product-laxusx-guide:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #3cbbb1;
	border-radius: 4px;
	margin-right: 10px;
}

.product-laxusx-guide:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.product-laxusx-guide:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bg-flower{
	background-image: url(/img/closet/haikei-ue.png)!important;
	background-repeat: no-repeat;
	background-size: 58px 58px;
	background-position: 0px 0px;
}
.bg-flower-bottom{
	background-image: url(/img/closet/haikei-sita.png)!important;
	background-repeat: no-repeat;
	background-size: 58px 58px;
	background-position: right bottom 60px;
}

.bg-flower-bottom-mypage{
	background-image: url(/img/closet/haikei-sita.png)!important;
	background-repeat: no-repeat;
	background-size: 58px 58px;
	background-position: right bottom;
}
.setting-index-content-title{
    background-color: #DDDDDD;
    height: 20px;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
    padding-top: 15px;
}

.mypage-new-product-2 {
	float: left;
	width:50%
}

.anniversary {
    text-align: center;
}

.anniversary img{
    width: 100%;
    max-width: 750px;
}

.anniversary_btn {
    position: relative;
    top: -45px;
    right: 30px;
    text-align: right;
    vertical-align: bottom;
}
.anniversary_btn img{
    width: 90px;
}

.closet-index-quiz-etc{
    height: 100px !important;
}

.coordinate-profile-mainimg {
  border-radius: 53px;
  height: 105px;
  width: 105px;
  background-color:#FEFFFE;
  border: solid 1px #000000;
  margin-left:auto;
  margin-right:auto;
}

.coordinate-profile-mainimg img {
  border-radius: 50px;
  height: 100px;
  width: 100px;
  margin-top:3px;
}

.coordinate-profile-thumbnail img {
  border-radius: 20px;
  height: 40px;
  width: 40px;
}

.coordinate-follow-content {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    text-shadow: none;
}

.coordinate-follow-content  ul {
    padding: 0;
    margin: 0;
}
.coordinate-follow-content ul li.follow-list {
	padding: 10px 15px 10px 0;
	margin-left: 15px;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CACACA;
	position: relative;
	font-size: 13px;
	text-align:left;
	z-index: 100;
}

.coordinate-del-follow{
	z-index: 101;
	display:inline;
    position: absolute;
    right: 10px;
}
.coordinate-del-follow img{
	height: 25px;
}

.closet-index-btn-purchasable {
	margin: 0 auto;
    width: 200px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    color: #303030;
    font-weight: normal;
    background-color: #daa520;
    border: none;
    border-radius: 4px;
}

/* 会社概要 主要株主 */
.shareholder_wil_con{
/*  margin: 70px auto 0; */
/*  padding: 75px 20px 50px; */
/*  position: relative; */
/*  max-width: 980px; */
/*  width: 100%; */
/*  background-color: #F8F8F8; */
/*  text-align: center;*/
}

.shareholder_con{
    padding: 50px 20px 30px;
}
.shareholder_wil_con .wil_logo{
  width: 100%;
  text-align: center;
    margin: 0;
    padding: 0
}


.shareholder_wil_con .wil_logo img{
vertical-align: bottom;
    width: 50%;
    margin: 20px;
    padding: 0;
}

    
.shareholder_wil{
padding: 0 ;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

  .shareholder_wil li{
    margin: 10px;
    width: calc(48% - 20px);
  }

  .more_display{
    display: none;
  }

.shareholder_more_btn{
  background-color: #303335;
  color: #FFF;
  padding: 0.5em 0;
  font-size: 1.3em;
  margin: 10px;
  text-align: center;
}

