@charset "utf-8";

/* ヘア流行通信 */

.upperNavWrap {
	width: 100%;
	margin-top: 10px;
	padding: 5px 0 0;
	background: #fffef7;
	border: 1px solid #faf7e5;
}

.spTtlWrap {
	width: 96%;
	margin: 10px auto 0;
}

.upperSalonNav {
	width: 306px;
	margin: 0 auto;
}

.upperSalonNav > li {
	float: left;
	margin-right: 3px;
}

.upperSalonNav > li > a {
	display: block;
}

.upperContentWrap {
	width: 98%;
	margin: 10px auto 0;
	padding: 5px;
	padding: 0 5px 5px 5px;
	background: #fffef7;
	border: 5px solid #faf7e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.upperContentInner {
	width: 291px;
	margin: 0 auto;
}

.upperContentStyleList > li > a {
	min-height: 140px;
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.upperContentStyleList {
	margin-top: 5px;
	margin-right: -3px;
}
.upperContentStyleList > li {
	width: 95px;
	float: left;
	margin: 5px 3px 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #faf7e5;	
}
.upperContentStyleList img {
	border: 3px solid #d3eeed;	
}

.upperContentStyleList .shopName {
	display: block;
	margin-top: 3px;
	text-align: center;
	line-height: 1.3;
}

.upperContentStyleList .noBorder {
	border-bottom: none;
}

.backNumberWrap {
	width: 100%;
	margin-top: 15px;
}

.backNumber {
	padding: 10px;
	background: #efeeed;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.backNumber > h2 {
	font-size: 12px;
}

.backNumberList > li > a {
	position: relative;
	display: block;
	padding: 15px;
	border-bottom: 1px solid #faf7e5;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.backNumberList > li > a:after {
	content: "";
	position: absolute;
	right: 10px;
	background: url(../img/arrow.png) no-repeat;
	width: 10px;
	height: 20px;
}

.mt15 { margin-top: 15px; }

/* スタイルページ */

.styleContentWrap {
	width: 98%;
	margin: 10px auto 0;
	background: #fffef7;
	border: 5px solid #faf7e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modelImgWrap {
	padding: 15px 0;
	text-align: center;
}

.modelImgWrap > img {
	border: 5px solid #d3eeed;
}

.stylistMessage {
	margin: 0 5px;
	border-top: 1px solid #5f9c9b;
	border-bottom: 1px solid #5f9c9b;
}

.stylistMessage .inner {
	color: #5f9c9b;
	font-weight: bold;
	margin: 2px 0;
	padding: 5px 0;
	border-top: 1px solid #5f9c9b;
	border-bottom: 1px solid #5f9c9b;
}

.stylistInfoWrap {
	width: 290px;
	margin: 0 auto;
	padding: 15px 5px;
}

.stylistPhoto {
	float: left;
	margin-right: 10px;
}

.stylistPhoto img {
	border: 3px solid #d3d1d0;
}

.stylistInfo {
	overflow: hidden;
	font-weight: bold;
}

.stylistInfo > dt > a {
	color: #e88493;
}

.stylistInfo .stylistName {
	color: #666;
}
.stylistAdvice {
	padding: 0 5px;
}
.trendPointWrap {
	margin-top: 15px;
	padding: 0 5px;
}

.modelPhoto {
	float: left;
	margin-right: 10px;
}

.modelPhoto > img {
	border: 3px solid #d3eeed;
}

.trendPoint {
	overflow: hidden;
}

.trendPoint > dt {
	color: #d5b0cd;
	font-weight: bold;
}

.trendPoint > dd {
	margin-top: 3px;
	line-height: 1.2;
}

.upperBtnStyle {
	display: block;
	padding: 10px;
	color: #333 !important;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #faf7e5;
	border-bottom: 1px solid #faf7e5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #fdfaed));
	-webkit-box-sizing: border-box;

}

.upperBtnStyle:after {
	content: "";
	position: absolute;
	right: 10px;
	background: url(../img/arrow.png) no-repeat;
	width: 10px;
	height: 20px;
}

.minus {
	margin-top: -1px;
}

.mr5 { margin-right: 5px; }

/* ショート・ボブ・インタビューページ */

.interviewBox > h2 {
	color: #b884ad;
	font-size: 13px;
}

.triangleIco {
	color: #fd8294;
}

.interviewPhotoText {
	margin-top: 5px;
	color: #5f9c9b;
	text-align: left;
}

/* カルーセル */

.carouselWrap {
	position: relative;
	width: 295px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background: #ffeff3;
	border: 1px solid #f7e2e7;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.carouselPrev {
	position: absolute;
	background: url(../img/carouselShadowL.png) no-repeat;
	top: 5px;
	left: 5px;
	height: 67px;
	text-indent: -9999px;
}

.carouselNext {
	position: absolute;
	background: url(../img/carouselShadowR.png) no-repeat;
	top: 5px;
	right: 0;
	height: 67px;
	text-indent: -9999px;
}

.carouseInner {
	overflow: hidden;
}
.carouseList {
	height: 67px;
	text-align: center;
	white-space: nowrap;
	padding-left: 25px;
}

.carouseList > li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	border: 3px solid #d3eeed;
}
.carouseList > li:first-child {
	margin-left: 0;
}

.carouseList > li > a {
	display: block;
}

.pLR5 { padding-left: 5px; padding-right: 5px; }
