@charset "utf-8";

/* 見出し */
.bdTitle {
	color: #665555;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 0 6px 11px;
	position: relative;
}
.bdTitle:before {
	background-color: #988989;
	border-radius: 5px;
	bottom: 0;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}
.searchSubHeadline {
	padding: 6px 8px;
	color: #FFFFFF;
	background-color: #988989;
	font-size: 13px;
	font-weight: bold;
}

.sectionHeadline {
	font-size: 14px;
	padding: 3px 10px;
	background-color: #DDD;
}

.sectionHeadlineNoShadow {
	font-size: 14px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #D3D3D3;
	padding: 5px 10px 4px;
	background-color: #F2F2F2;
}

.registrationTableLine {
	font-size: 14px;
	padding: 7px 10px;
	background-color: #DDD;
}
.registrationTable {
	display:table;
	width:100%;
	margin-top:10px;
}
.registrationTableTtl {
	display:table-cell;
	font-size: 12px;
	padding:2% 1% 2% 2%;
	background-color:#DDD;
	width:40%;
	font-weight:normal;
	vertical-align:middle;
}
.registrationTableCell {
	display:table-cell;
	overflow:hidden;
	font-size: 12px;
	padding-left:1%;
	padding-right:1%;
	height:36px;
	width:60%;
	vertical-align:middle;
	word-break: break-all;
}
.registrationTablText {
	display:block;
	font-size:10px;
}
.registrationMustIcn {
	display: inline-block;
	color: #be3c5f;
	font-weight: normal;
	font-size: 9px;
	line-height: 15px;
	padding: 0 2px;
	vertical-align: text-top;
}
.nameInputCell {
	width:49%;
}
.nameInputCellleft {
	margin-right:2%;
}

/* 内容 */
.sectionBody {
	padding: 12px 18px 15px;
}

/* 矢羽 */
.stepList {
	position: relative;
	list-style-type: none;
	overflow: hidden;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.stepList li {
	position: relative;
	display: table;
	float: left;
	padding-right: 14px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.stepList li:last-child {
	padding-right: 0;
}
.step,
.stepOn {
	display: table-cell;
	vertical-align: middle;
	height: 28px;
	line-height: 14px;
	margin-right: 15px;
	padding: 0 2px;
	text-align: center;
	border-radius: 4px 0 0 4px;
}
.step:after,
.stepOn:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 3px;
	right: 2px;
	display: block;
	width: 23px;
	height: 22px;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg) scale(0.92);
}
.step {
	background-color:#E6E6DF;
	border-top: 1px solid #A5A59C;
	border-bottom: 1px solid #A5A59C;
	border-left: 1px solid #A5A59C;
}
.step:after {
	background-color:#E6E6DF;
	border: 1px solid #A5A59C;
}
.stepOn {
	background-color: #FFD3D6;
	border-top: 1px solid #F0A5B5;
	border-bottom: 1px solid #F0A5B5;
	border-left: 1px solid #F0A5B5;
}
.stepOn:after {
	background-color: #FFD3D6;
	border: 1px solid #F0A5B5;
}
.stepFin {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	line-height: 15px;
	text-align: center;
	padding: 0 2px;
	color: #FFFFFF;
	background-color: #A5A59C;
	border-radius: 4px;
}
.stepFinOn {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	line-height: 15px;
	text-align: center;
	padding: 0 2px;
	color: #FFFFFF;
	background-color: #EF4256;
	border-radius: 4px;
}

/* クーポン画面 */
.iconPlus {
	display: block;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("/CSP/img/bt/smb/b_icon_plus.png?switch=2025062510") no-repeat;
}
.typeList { display: table-cell; font-size: 10px; vertical-align: middle; }
.typeList dt { display: table-cell; padding-right: 3px; vertical-align: middle; }
.typeList dd { display: table-cell; text-align: left; vertical-align: middle; }
.couponTitle {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
.couponList li { float: left; margin: 5px 3px 0 0; }
.couponTerm { float: left; margin-right: 3px; color: #CC4466; }
.prArea		{ margin: 0 5px;  border-top: 1px solid #DDDDDD; padding: 5px; }
.reserveArea { background-color: #FFE2E8; padding: 10px; }

/* お客様情報入力画面 */
.wantToBeImageRLink	{ margin-top: 88px }

/* 日時選択画面 */
.tabBottom {
	border-bottom: 2px solid #D36985;
	margin-bottom: 10px;
}

.reserveDateTabOn {
	background-color: #F5C3CC;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	color: #632523;
}

.reserveDateTabOff {
	background-color: #D6DBE1;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}

.topTable {
	border: 1px solid #BCBCBC;
	background-color: #F5F3EF;
	padding: 5px;
}

.whiteTable {
	border: 1px solid #BCBCBC;
	background-color: #FFFFFF;
	padding: 5px;
}

.reserveTerms dt{
	display: inline-block;
	width: 29px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.reserveTerms dd{
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
}

.leftLine {
	width: 39%;
	border-left: 1px solid #A6A6A6;
	padding-left: 10px;
}
.dayTable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 99.9%;
}
.dayTable th, .dayTable td {
	border: 1px solid #CCCCCC;
	text-align: center;
}
.timeTable {
	border-collapse: collapse;
	border-spacing: 0;
	height: 35px;
	width: 100%;
}

.timeTable td {
	border: none;
	height: 35px;
	text-align: center;
	line-height: 18px;
}
.otherSchedule {
	width: 100%;
	border-top: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
}
.otherSchedule th, .otherSchedule td {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	padding: 5px;
}
.sun		{ background-color: #EEDDD9; color: #BB5555; }
.sat		{ background-color: #D9E3EC; color: #4466BB; }
.close		{ background-color: #EEEEEE; }
.openTime	{ background-color: #F7F0C8; }
.spacer {
	background-color: #CCCCCC;
	height: 1px !important;
	line-height: 0;
	font-size: 0;
}

.OtherStylistContents {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* ログイン画面 */
.loginRBox {
	background-color: #E7E7E7;
	border-radius: 12px;
	padding: 10px;
	color: #666666;
}

.loginRBox_s {
	background-color: #F0EFEE;
	padding: 5px;
	color: #666666;
}

.forFisrtBeginner {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 10px;
	color: #666666;
}

.bgMobilePopupWing {
	position: absolute;
	top: -10px;
	right: 0;
	width: 224px;
	padding-left: 20px;
}
.bgMobilePopupWing:before {
	content: '';
	position: absolute;
	top: 57px;
	left: 20px;
	display: block;
	width: 50px;
	height: 30px;
	background: #FF9999;
	border: 3px solid #FF9999;
	-webkit-transform: skew(-60deg);
}

.bgMobilePopup {
	position: relative;
	z-index: 1;
	padding: 10px;
	background: #FAEFEF;
	border: 2px solid #FF9999;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #666666;
}
.bgMobilePopup:before {
	content: '';
	position: absolute;
	top: 59px;
	left: 1px;
	display: block;
	width: 50px;
	height: 30px;
	background: #FAEFEF;
	-webkit-transform: skew(-60deg);
}

/* メニュー画面 */
.sumTable {
	border-spacing: 0px;
	width: 100%;
	border-top: none;
	border-left: none;
	font-weight: bold;
	font-size: 14px;
	color: #632523;
}
.sumTable th, .sumTable td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #D9D9D9;
	padding: 5px;
}
.chkResultTable tbody th {
	background-color: #F5C3CC;
}
/*.couponMenuIcon {
	display: none !important;
}*/
/* 仮予約入力画面 */
.reserveDateTabOn {
	background-color: #F5C3CC;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	color: #632523;
	width: 46%;
}

.reserveDateTabOff {
	background-color: #D6DBE1;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	width: 46%;
}
.circle	{ font-size: 18px; line-height:1; }
.wCircle { font-size: 20px; line-height:1; }
@media screen and (device-width : 480px) and (device-width : 800px) {
	.timeTable td {
		border: none;
		height: 26px;
		text-align: center;
		line-height: 26px;
	}
}


@media screen and (min-device-width : 400px) {
	.w98p 	{ width: 99% !important; }
}

.w93p 	{ width: 93% !important; }

/* スタイリスト画面 */
.orderCassette	{
	margin-top: 5px;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 10px 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.orderCassette .shopNameArea {
	border-radius: 10px 10px 0 0;
}

.orderCassette .shopNameArea2 {
	border-radius: 10px 10px 0 0;
}

.orderCassette:last-child {
	border-bottom: 0;
}
.orderCassetteInner {
	border-radius: 10px;
}
.orderCassetteBody {
	padding: 10px;
	border-right: 1px solid #A6A6A6;
	border-left: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	border-radius: 0 0 10px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.pastRsv {
	margin-top: 30px;
}
.pastRsv .shopNameArea {
	background-color: #CCCCCC !important;
}
.pastRsv .orderCassetteBody {
	background-color: #FEFEFE;
}

.listBottom {
	margin-top: 10px;
	background-color: #f0eddd;
	padding: 8px 10px 10px;
}
.listBottom .prev,
.listBottom .next {
	display: block;
	width: 80px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 5px;
	font-size: 14px;
	color: #666666 !important;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	border-radius: 4px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#FFFFFF),
		to(#DEDEDE),
		color-stop(0.6, #FFFFFF)
	);
	border-top: 1px solid #737373;
	border-right: 1px solid #BBB8B9;
	border-left: 1px solid #737373;
	border-bottom: 1px solid #BBB8B9;
}

.listBottom .numOfPage {
	font-size: 14px;
	line-height: 27px;
}

/* お客様情報入力 */
.imageHide {
    display: none;
}
/* カレンダータブ */
.calTab {
	position: relative;
	height: 32px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	left: -1px;
}
.calTab:after {
	content: '';
	position: absolute;
	bottom: -12px;
	display: block;
	width: 100%;
	height: 10px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#E9E9E9),
		to(#FFFFFF)
	);
	_opacity: .1;
}
.calTab > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
}
.calTab > li:last-child {
	margin-right: 0;
}
.calTab .calTabChild {
	position: relative;
	bottom: -2px;
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none !important;
	color: #666666 !important;
	font-weight: bold;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #CDCDCD;
	border-radius: 4px 4px 0 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#FEFEFE),
		to(#E9E9E9),
		color-stop(0.6, #F9F9F9)
	);
	-webkit-box-sizing: border-box;
}
.calTab .calTabChild:active {
	color: #D36985 !important;
	border-width: 2px 2px 0 2px;
	border-color: #D36985;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#FFFCFC),
		to(#FBB7C1),
		color-stop(0.6, #FEE1E4)
	);
	-webkit-box-sizing: border-box;
}
.calTab .current .calTabChild {
	height: 32px;
	bottom: -2px;
	border-width: 2px;
	border-color: #D36985 #D36985 #E9E9E9 #D36985;
	color: #D36985 !important;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#FEFEFE),
		to(#E9E9E9),
		color-stop(0.6, #F9F9F9)
	);
}


.bgMenuPoint	{
	min-width: 40px;
	font-size: 14px;
	text-align: right;
	white-space: nowrap;
}

/* ↓予約状況アイコン */
.rsvCondWrap {
	position: relative;
	left: -20px;
	background-color: rgba(0, 0, 0, .3);
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .2);
}
.rsvCondWrap > span {
	display: inline-block;
	width: 70px;
	height: 40px;
	line-height: 40px !important;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 12px;
	border-bottom-right-radius: 20px 10px;
	-webkit-box-shadow: inset -20px -20px 5px -25px rgba(0, 0, 0, .15);
	box-shadow: inset -20px -20px 5px -25px rgba(0, 0, 0, .15);
	line-height: 1.2;
}

.myReserve		{ background-color: #E76282; border: 1px solid #F092A8; } /* 予約確定 */
.myPreRsv		{ background-color: #F092A8; border: 1px solid #E77593; } /* 仮予約 */
.myPreRsvBatsu	{ background-color: #F092A8; border: 1px solid #E77593; position: relative; }
.myPreRsvBatsu:after {
	content: '×';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 60px;
	font-weight: normal;
	color: #333333;
	opacity: .9;
}
.myVisited		{ background-color: #817C7D; border: 1px solid #666666; }
.myPreRsvCancel	{ background-color: #817C7D; border: 1px solid #666666; }
.rsvCondWrap > .myPreRsvCancel {
	line-height: 15px !important;
	padding-top: 10px;
}
.myVisitedGray	{ background-color: #817C7D; border: 1px solid #666666; }
.myCancel		{ background-color: #817C7D; border: 1px solid #666666; }
.myNoVisit		{ background-color: #817C7D; border: 1px solid #666666; }
.myPreRsvGray	{ background-color: #817C7D; border: 1px solid #666666; }

.icnHairSalon	{
	display: inline-block;
	padding: 0 5px;
	border-radius: 4px;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #E6B9B8;
	background-color: #D36985;
}

.icnUp {
	color: white;
	border: 1px solid #F79646;
	background-color: #F79646;
	border-image: initial;
}

.icnQuestionMark {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 2px;
	line-height: 10px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #D36985;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#FFFFFF),
		to(#DEDEDE),
		color-stop(0.6, #FFFFFF)
	);
	border-radius: 10px;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
/*
 .radiusSelect	{
	min-height: 30px;
	line-height: 20px;
	padding: 5px 10px;
	border: 1px solid #BBBBBB;
	border-radius: 10px;
}
*/
.reserveTerm	{
	float: left;
	margin-right: 3px;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.colon	{
	font-weight: bold;
	color: #333333;
}

.colon2	{
	font-weight: bold;
	color: #000000;
}

.listSubHeader {
	position: relative;
	background-color: #F0EDDD;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 0 0 2px 2px;
}

.selectSalonArea	{
	position: relative;
	background-color: #F6F4E7;
	padding: 5px 10px;
	border-radius: 0 0 2px 2px;
}

.styleCassette {
	margin-top: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
}
.styleCassette:first-child {
	margin-top: 0;
}
.styleCassette > div {
	padding: 8px 6px;
	background-color: #FFFDEE;
	border-radius: inherit;
}
.mystyleHeadline a	{
	text-decoration: none;
	color: #CC4466;
	font-size: 14px;
}

.informationList2 {
	padding: 10px;
	margin: 0 20px;
	background-color: white;
	border-radius: 12px;
	border: 1px solid #CCC;
}

.informationList2 > li {
	padding: 5px 0;
	border-bottom: 1px dotted #541;
}

.informationList2 > li:last-child {
	border-bottom: 0;
}

.cassetteAreaBox {
	padding: 10px;
	margin: 0 10px;
	background-color: white;
	border-radius: 12px;
	border: 1px solid #CCC;
}

.icnArrowPinkR {
	background: url("/CSP/img/bt/smb/b_arrow_pinkR.png?switch=2025062510") no-repeat center left;
	padding-left: 10px;
}

.myMenuList2 {
	text-align: center;
}

.myMenuList2 > li > a {
	display: table-cell;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	text-decoration: none !important;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #666666 !important;
	background: -webkit-gradient( linear, left top, left bottom,
from(white), to(#DEDEDE), color-stop(0.6, white) );
	border: 3px solid #D46B86;
	border-radius: 12px;
	border-image: initial;
}
.myMenuList2 > li {
	display: inline-block;
	margin: 0 5px;
}

.lhh20 {
	line-height: 20px;
	height: 20px;
}

.boxInfo {
	border-bottom: #CCCCCC 1px solid;
}
.boxInfoT {
	background-color: #CCCCCC;
	margin: 1px;
	padding: 5px;
	border-bottom: #CCCCCC 1px solid;
}
.boxInfoBody {
	margin-right: -1px;
}
.boxInfoBody2 {
	margin-right: -1px;
}
.boxInfoSprt {
	margin-left: -1px;
	padding-right: 6px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.boxInfoSprt2 {
	margin-left: -1px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.infoCell {
	background-color: #D9D9D9;
	font-weight: bold;
	padding: 5px;
}
.tblSalonCatalog .dtc:last-child {
	border-left: 1px solid #CCCCCC;
}
.mySalonList {
	padding: 0 8px;
}
.mySalonList > li {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	margin-top: 30px;
}
.mySalonList > li:first-child {
	margin-top: 0;
}
.mySalonListCassetteHeader {;
	border-radius: 10px 10px 0 0;
	background-color: #F2F2F2;
	padding: 10px;
	border-bottom: 2px solid #AA3355;
}
.beauty .mySalonListCassetteHeader {;
	border-bottom: 2px solid #AA3355;
}
.kirei .mySalonListCassetteHeader {;
	border-bottom: 2px solid #663399;
}
.beauty .catchTitle {
	color: #AA3355;
}
.kirei .catchTitle {
	color: #663399;
}
.couponBox {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	margin-top: 15px;
}
.couponBox .normalSplitLineT:last-child {
	border-bottom: 0;
	border-radius: 0 0 10px 10px;
}
.couponBoxTitle {
	padding:0 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	border-radius: 10px 10px 0 0;
}
.beauty .couponBoxTitle {
	background-color: #AA3355;
}
.kirei .couponBoxTitle {
	background-color: #663399;
}

.my .couponBoxTitle	{
	background-color: #E6E6E6;
	color: #666666;
	font-size: 12px;
}

.my .iconCouponTypeCT01,
.my .iconCouponTypeCT02,
.my .iconCouponTypeCT03	{
	height: 24px;
	width: 24px;
	line-height: 24px;
}
.my .normalSplitLineT,
.my .couponListHeadline	{
	font-size: 12px;
}

.delLink {
	font-size: 11px;
	text-indent: -2em;
	padding-left: 2em;
}

/* 追加 */
.couponMenuIcons{
	overflow:hidden;
}
.couponMenuIcons li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 1px 10px;
	color:white;
	text-align: left;
	white-space: nowrap;
}
.couponMenuIcons li.disableMenuIcons {
	float: left;
	padding: 0;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.limitedCouponIcon > li {
	background: #FFFFFF;
	border: 1px solid #CCBBBB;
	color: #665555;
	float: left;
	font-size: 11px;
	line-height: 1;
	margin: 0 5px 5px 0;
	padding: 2px 9px;
}
.btnNavi {
	width: 36px;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	background: url("/CSP/img/bt/smb/buttons/b_btn_navi.png?switch=2025062510") no-repeat;
	background-size:36px;
	-webkit-background-size:36px;
	text-decoration: none;
	font-weight: normal;
}
.dmNoneMessage {
	padding: 10px;
}
.dmSalonName {
	text-decoration: underline;
	color: #0077E6;
	word-break: break-all;
}
.gradationListWrap > .verticalLinkList > .normalSplitLineT {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E4E2DE));
}
.verticalLinkListMessage {
	position: relative;
}
.verticalLinkListMessage > .normalSplitLineT:last-child {
	border-bottom: 1px solid #BFB9B0 !important;
}
.verticalLinkListMessage > .normalSplitLineT {
	position: relative;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
}
.verticalLinkListMessage > .normalSplitLineT > a, .verticalLinkListMessage > .normalSplitLineT > span {
	display: block;
	padding: 7px 30px 10px;
	text-decoration: none !important;
	color: #666666 !important;
}
.verticalLinkListMessage > .normalSplitLineT > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 13px;
	line-height: 1;
	margin-top: -6.5px;
	right: 10px;
	color: #7C7C7C;
	font-weight: bold;
	background: url(/CSP/img/bt/smb/icons/icn_link.gif?switch=2025062510) no-repeat 0 0;
}
.messageHead {
	border-bottom: 2px solid #7F7F7F;
	padding: 0 10px 5px ;
	font-size: 16px;
	font-weight: bold;
}
.messageSettingIconListTtl {
	color: #665555;
	font-weight: bold;
}
.messageSettingIconList > div {
	display: flex;
	font-size: 11px;
}
.messageSettingIconList > div + div {
	margin-top: 8px;
}
.messageSettingIconList dt {
	color: #333333;
	flex-shrink: 0;
	width: 106px;
}
.messageSettingIconList dd {
	color: #6D6D6D;
	margin-left: 12px;
}
.messageSettingIcon {
	background-color: #909090;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 5px 8px;
}
.messageSalonList > li {
	border-top: 1px solid #E0E1E2;
	padding: 16px;
}
.messageSalonList > li:last-child {
	border-bottom: 1px solid #E0E1E2;
}
.messageSalonCassetteSalonName {
	color: #4C4C80 !important;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
	word-break: break-all;
}
.messageSalonCassetteDetail {
	color: #333333;
	padding-bottom: 28px;
	position: relative;
}
.messageSalonCassetteDetail > .myPageBtn {
	bottom: 0;
	height: 36px;
	margin-top: 10px;
	position: absolute;
	right: 0;
	width: 104px;
}
.messageSalonCassetteDetail .messageSettingIcon {
	bottom: 0;
	position: absolute;
}
.messageSettingChangeSelect {
	-webkit-appearance: none;
	background: url(/CSP/img/svg/sp/icon_arrow_down_gray.svg?switch=2025062510) right 8px center / 20px no-repeat;
	border: 1px solid #E0E1E2;
	border-radius: 8px;
	color: #333333;
	height: 44px;
	padding-left: 16px;
	width: 100%;
}
.browsingBackBtn {
	font-size: 12px;
	height: 36px;
	margin-left: 16px;
	padding: 9px 0;
	width: 75px;
}
.newMessage a{
	color: #FF0000;
}

/* box-sizing */
.bsbb {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.alertText {
	color:#CC0000 !important;
	font-size: 11px;
}
/*ponta*/
.pontaInfoWrap {
	display: table;
	line-height: 1;
	width: 100%;
	margin-bottom: 5px;
}
.pontaInfoTxt {
	display: table-cell;
	padding-left: 8px;
	vertical-align: middle;
}
.pontaInfoTxt > img {
	vertical-align: baseline;
}
.pontaInfoImg {
	display: table-cell;
	padding-right: 5px;
	width: 65px;
}

/*point*/
.pointInfoWrap {
	line-height: 1;
	padding: 4px 8px 1px;
}
.pointInfoBox {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.pointInfoTxt2line {
	display: none;
}
.pointInfoAlert {
	font-size: 10px;
	margin: 6px 0 5px;
}
.pointInfoAlert > a {
	color: #DD0000;
	text-decoration: none;
}
@media screen and (max-width: 374px) {
	.pointInfoTxt {
		display: none;
	}
	.pointInfoTxt2line {
		display: block;
	}
	.pointInfoImg {
		align-self: flex-end;
	}
}
/* myPageUI */
.verticalLinkFooterMenu > .normalSplitLineT {
	background-color: #FFFFFF;
	border-top: 1px solid #E0E1E2;
	font-size: 14px;
	font-weight: bold;
}
.verticalLinkFooterMenu > .normalSplitLineT > a,
.verticalLinkFooterMenu > .normalSplitLineT > span,
.verticalLinkFooterSubMenu .footerSubMenuChild {
	align-items: center;
	color: #333333 !important;
	display: flex;
	height: 44px;
	padding-left: 16px;
	position: relative;
	text-decoration: none !important;
}
.verticalLinkFooterSubMenu,
.verticalLinkFooterSubMenu .footerSubMenuChild {
	border-top: 1px solid #E0E1E2;
}
.verticalLinkFooterSubMenu > :first-child .footerSubMenuChild {
	border-top: none;
}
.verticalLinkFooterMenu > .normalSplitLineT > a::after,
.verticalLinkFooterSubMenu .footerSubMenuChild::after {
	background: url(/CSP/img/my/smb/icons/common/icon_arrow.png?switch=2025062510) center/contain no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}
.verticalLinkFooterSubMenu {
	padding-left: 32px;
}

/*ボタン付きクーポンカセット*/
.couponCassetteWrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: table;
	width: 100%;
}
.slnCouponMenuList .couponCassetteWrap {
	border: solid #BFB9B0;
	border-width: 1px 1px 0 1px;
}
.slnCouponMenuList .couponCassetteWrap:last-child {
	border-bottom: 1px solid #BFB9B0;
}
.couponCassetteInner {
	display: table-cell;
	vertical-align: middle;
	word-break: break-all;
}
.couponCassetteInner > a {
	display: block;
	padding: 10px 30px 10px 10px;
	text-decoration: none !important;
	color: #666666 !important;
}
.couponCassetteWrap:last-child:last-child {
	border-bottom: 1px solid #BFB9B0;
}
.couponTextWrap {
	padding: 4px;
	font-size :12px;
	font-family: monospace;
	font-weight: bold;
}
.couponTextWrap.sideB {
	background-color: #ffe0e0;
	border-right: 1px solid #ffc2c2;
	color: #FF6666;
}
.couponTextWrap.sideK {
	background-color: #efdcef;
	border-right: 1px solid #dfb9df;
	color: #AF51AF;
}
.couponTextWrap.couponLabelCT02 {
	background-color: #D97791;
	color: #FFFFFF;
}
.couponTextWrap.couponLabelCT01 {
	background-color: #FADCE3;
	color: #C43357;
}
.couponTextWrap.couponLabelCT03 {
	background-color: #FBECF0;
	color: #C43357;
}

.couponTextWrap.couponLabelCT02K {
	background-color: #CA7FED;
	color: #FFFFFF;
}
.couponTextWrap.couponLabelCT01K {
	background-color: #DEB8F0;
	color: #AB50D5;
}
.couponTextWrap.couponLabelCT03K {
	background-color: #EFDCEF;
	color: #AB50D5;
}
.slnCouponMenuList .cassetteBtnWrap {
 	background-color: #F0EDDD;
}
.cassetteBtnWrap .btn2,
.cassetteBtnWrap .btn3,
.cassetteBtnWrap .btn2K,
.cassetteBtnWrap .btn3K {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-width: 120px;
	max-width: 200px;
	font-size: 10px;
	padding-top: 8px;
}
.menuCassetteWrap > a,
.menuCassetteWrap > span {
	display: block;
	padding: 15px 30px 15px 10px;
	text-decoration: none;
	color: #666666;
}
.menuCassetteWrap {
	border: solid #BFB9B0;
	border-width: 1px 1px 0 1px;
}
.menuCassetteWrap:last-child {
	border-bottom: 1px solid #BFB9B0;
}
.changeBtnWrap {
	border: solid #BFB9B0;
	border-radius: 0 0 10px 10px;
	border-width: 0 1px 2px 1px;
	padding: 20px 0;
}
.slnMenuNote {
	padding: 10px;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/*iconPlusMinusGray ポジション指定*/
.iconPlusMinusGray.addBtnIcon {
	right: 0;
	top: 15px;
}
.iconPlusMinusGray.addBtnIcon:after {
	left: 7px;
	top: -7px;
}

.header > div > .logCond > .headerBtn {
	min-width: 44px;
	float: left;
	padding-top: 7px;
}

.header > div > .logCond > .headerBtn > .btn1 {
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 10px;
}

.header > div > .logCond > .headerBtn > .btn1 > .myPageIcn {
	position: absolute;
	top: 1px;
	right: 5px;
	width: 36px;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	margin-top: 7px;
	padding-right: 8px;
	background: url("/CSP/img/bt/smb/buttons/b_btn_navi.png?switch=2025062510") no-repeat;
	background-size:36px;
	-webkit-background-size:36px;
	color: white !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	font-weight: normal;
}

.header > div > .logCond > .headerBtn > .btn1 > .myBtn {
	display:none;
}

.personalInformationPointBt {
	display: inline-block;
	vertical-align: middle;
	padding-left: 14px;
	color: #CC0000;
	max-width: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-size: 12px;
}
.personalInformationPointBt + span,
.personalInformationPointTxt {
	display: inline-block;
	color: #000000;
	vertical-align: middle;
}
.personalInformationPointBt + span {
	font-size: 11px;
}
.personalInformationPointTxt {
	font-size: 8px;
}

.header > div > .logCond.cFix {
	width:150px;
}

.header > div > .logCond.cFix > .headerBtn > .btn1 {
	padding:0px 3px;
	font-size:8px;
	letter-spacing: -0.5px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F3F3F3), color-stop(1, #EAEAEA));
	border: 1px solid #D6D6D6;
}

.header > div > .logCond.cFix > .headerBtn > .btn1 > .headerIcn{
	height: 20px;
	background: url(/CSP/img/common/smb/sprites/icon.png?switch=2025062510) no-repeat;
	background-size: 172px 112px;
	display: block;
	width: 36px;
	margin: 0 auto;
}

.header > div > .logCond.cFix > .headerBtn.mR13 {
	position:relative;
	top:-6px;
	left:22px;
	margin-right:0;
}

.header > div > .logCond.cFix > .headerBtn.mR10 {
	position:relative;
	top:-6px;
	left:20px;
	margin-right:0;
}

.header > div > .logCond.cFix > .headerBtn > .btn1 > .memberShipIcn {
	background-position:-5px -10px;
}

.header > div > .logCond.cFix > .headerBtn > .btn1 > .loginIcn {
	background-position:-57px -10px;
}

/* アプリDLバナー */
.appBannerWrap {
	background-color: #F0F0F0;
	border-bottom: 1px solid #CCCCCC;
	padding: 12px 28px 8px 10px;
	position: relative;
}
.appBannerLogo {
	float: left;
}
.appBannerContent {
	overflow: hidden;
	padding-left: 10px;
}
.appBannerHeading {
	color: #CC4466;
	font-size: 13px;
	font-weight: bold;
}
.appBannerPromo {
	font-size: 10px;
	line-height: 1.2em;
	margin-top: 3px;
	overflow: hidden;
}
.appBannerDownloadBtn {
	display: table;
	float: right;
}
.appBannerDownloadBtn > a {
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	border-radius: 6px;
	box-sizing: border-box;
	color: #666666;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 60px;
}
.appBannerCloseBtn {
	height: 25px;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 25px;
}
.appBannerCloseBtn > a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
.appBannerCloseBtn > a::before {
	background-color: #999999;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 15px;
}
.appBannerCloseBtn > a::after {
	background-color: #999999;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 15px;
}
/* 予約キャンセル確認画面 */
.reserveCancelConfirmArea {
	background-color: #F6F5EC;
	margin-top: 15px;
	padding: 15px 20px 20px;
}
.reserveCancelConfirmTitle,
.reserveCancelBtnList {
	font-size: 14px;
}
.reserveCancelConfirmTitle {
	color: #665555;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.reserveCancelBtnList {
	margin: 20px auto 0;
	width: 280px;
}
.btnReserveCancelOuter + .btnReserveCancelOuter {
	margin-top: 15px;
}
/* 予約キャンセル完了画面 */
.cancelCompleteWrap {
	background-color: #F6F5EC;
	border-radius: 4px;
	color: #665555;
	margin: 10px 10px 0;
	padding: 10px;
}
.cancelCompleteMsg,
.rebookingMenuList {
	font-size: 13px;
	font-weight: bold;
}
.rebookingMenuList {
	margin-left: 31px;
	margin-top: 20px;
}
.rebookingMenuList a {
	color: #4C4C80;
}
.rebookingMenuListInner + .rebookingMenuListInner {
	margin-top: 10px;
}
.searchOtherSlnLink {
	margin-top: 25px;
}
.rsvStsAlert {
	-webkit-align-items: center;
	align-items: center;
	color: #CC0000;
	display: -webkit-flex;
	display: flex;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
}
.rsvStsAlertTxt {
	-webkit-flex: 1;
	flex: 1;
}
.icnRsvStsWrap {
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.icnRsvSts {
	background-color: #817C7D;
	border: 1px solid #666666;
	border-bottom-right-radius: 10px 5px;
	box-shadow: -10px -10px 3px -13px rgba(0, 0, 0, 0.15) inset;
	color: #FFFFFF;
	display: inline-block;
	font-size: 8px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 0;
	text-align: center;
	white-space: nowrap;
	width: 50px;
}

.prevReserveList {
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
}
.prevReserveList > div {
	align-items: center;
	border-top: 1px dotted #CCCCCC;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.prevReserveList > div > dt {
	font-size: 11px;
	min-width: 0;
	word-wrap: break-word;
}
.prevReserveList > div > dd {
	font-size: 12px;
	padding-left: 10px;
	white-space: nowrap;
}
