@charset "utf-8";

/* ヘア流行通信 */

.upperNavWrap {
	width: 100%;
	margin: 15px 0 12px;
	padding: 5px 0 0;
}

.spTtlWrap {
	padding: 0 10px;
	margin: 10px auto 0;
}

.upperSalonNav li {
	float: left;
	width:35%;
}
.upperSalonNav li:first-child {
	width:30%;
}
.upperSalonNav li a {
	display: block;
}
.upperSalonNav li a img{
	width:100%;
	height: auto;
}
.upperContentWrap {
	margin: 0 auto;
	padding: 0 10px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.upperContentInner {
	max-width: 480px;
	margin: 0 auto;
}

.upperContentStyleList li a{
	display: block;
	text-decoration: none;
}
.upperContentStyleList li {
	width: 32%;
	min-height: 150px;
	margin-right:2%;
	margin-bottom: 5px;
	float: left;
}
.upperContentStyleList li.bigheight{
	height: 186px;
}
.upperContentStyleList > li:nth-child(3n) {
		margin-right:0;

}
.upperContentStyleList img {
	width: 100%;
}

.upperContentStyleList .shopName {
	display: block;
	margin-top: 5px;
	line-height: 1.3;
	font-weight: bold;
}
.green_list .shopName{
	color:#00abc1;
}
.pink_list .shopName{
	color:#eb85b1;
}

.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; }


/* スタイルページ */
.link_salon a{
	display:block;
	padding: 10px;
	background: url('../img/right_arrow.png') 98% no-repeat;
	background-size: 9px;
	text-decoration: none;
}
.green .link_salon a{
	border-top: 1px #00abc1 solid;
	border-bottom: 1px #00abc1 solid;
	color:#00abc1;
}
.pink .link_salon a{
	border-top: 1px #eb85b1 solid;
	border-bottom: 1px #eb85b1 solid;
	color:#eb85b1;
}
.styleAllWrap{
	padding: 10px;
}

.stylistMessage {
	margin: 5px 0 20px;
}
.green .stylistMessage h3:first-letter {
	color:#00abc1;
}
.pink .stylistMessage h3:first-letter {
	color:#eb85b1;
}

.stylistInfoWrap {
	padding: 10px;
}

.stylistPhoto {
	float: left;
	margin-right: 10px;
}

.stylistInfo {
	overflow: hidden;
	font-weight: bold;
}

.stylistInfo > dt > a {
	color: #e88493;
}

.stylistInfo .stylistName {
	color: #666;
}
.stylistAdvice {
	padding: 0 5px;
}

.modelPhoto {
	float: left;
	margin-right: 10px;
}

.modelPhoto > img {
}

.trendPoint dt{
	float:left;
	width:105px;
}

.trendPoint dd {
	margin-left: 115px;
}
.trendPoint dd p{
	margin-bottom: 5px;
}

#btm_nav_box {
	margin: 0 auto;
	position: relative;
	overflow: auto;
	-webkit-tap-highlight-color: transparent;
}
#btm_nav_box.landscape {
	width: 490px;
	margin: 0 auto;
}
#btm_nav_box ul {
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.interview #btm_nav_box ul {
	width: 640px;
}
#btm_nav_box li {
	float: left;
	margin: 0 8px 0 0;
	width: 82px;
}
.minus {
	margin-top: -1px;
}

.mr5 { margin-right: 5px; }


/* ショート・インタビューページ */

.interviewBox h2 {
	padding: 5px;
	color: #FFF;
	font-size: 15px;
	line-height: 1.3;
}

.green .interviewBox h2 {
	background:#00abc1;
}

.pink .interviewBox h2 {
	background:#eb85b1;
}
.interviewBox p {
	line-height: 1.7;
}
.interviewPhotoText {
	margin: 5px 0;
	color: #888;
	text-align: left;
	font-size:80%;
}

/* カルーセル */

.carouselWrap {
	width: 100%;
	max-width: 512px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	overflow: hidden;
	background:#f5f4f3;
}
.green .carouselWrap {
	border-top:1px #00abc1 solid;
	border-bottom:1px #00abc1 solid;
}
.pink .carouselWrap {
	border-top:1px #eb85b1 solid;
	border-bottom:1px #eb85b1 solid;
}

.carouseList {
	height: 67px;
	max-width: 512px;
	text-align: center;
	white-space: nowrap;
}

.carouseList > li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.carouseList > li > a {
	display: block;
}

.pLR5 { padding-left: 5px; padding-right: 5px; }
