@charset "utf-8";

.styledetail h2 {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	background: #eeeeee;
	text-align: center;
	color: #666666;
	font-family: "emily-austin";
	font-size: 280%;
	padding: 25px 0;
	margin: 0 0 45px;
}

.hairnav {
	text-align: center;
	margin: 0 0 85px;
}

.hairnav li {
	display: inline-block;
	font-family: "emily-austin";
	font-size: 280%;
	margin: 0 90px 0 0;
	cursor: pointer;
	position: relative;
}

.hairnav li.current:after {
	display: block;
	content: "";
	width: 21px;
	height: 6px;
	background: url(../images/common/common_current.png) no-repeat left top;
	position: absolute;
	left: 50%;
	bottom: -17px;
	margin: 0 0 0 -10px;
}

.hairnav li:nth-child(3) {
	margin: 0 75px 0 0;
}

.hairnav li:last-child {
	margin: 0;
}


.styledetail .wrap,
.styledetail .wrap2 {
	width: 900px;
	margin: 0 auto 70px;
	position: relative;
}

.styledetail .wrap:before {
	display: block;
	content: "";
	width: 50px;
	height: 31px;
	background: url(../images/common/common_linebg4.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: -30px;
}
.styledetail .wrap:after {
	display: block;
	content: "";
	width: 30px;
	height: 50px;
	background: url(../images/common/common_linebg5.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: -30px;
}

.styledetail .wrap2:before {
	display: block;
	content: "";
	width: 30px;
	height: 70px;
	background: url(../images/common/common_linebg6.png) no-repeat left top;
	position: absolute;
	left: 0;
	bottom: -30px;
}

.styledetail .wrap2:after {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/common/common_linebg7.png) no-repeat left top;
	position: absolute;
	right: 0;
	bottom: -30px;
}


.styledetail .titlebox {
	position: relative;
	margin: 0 auto 50px;
	width: 725px;
}

.styledetail .titlebox h3 {
	width: 390px;
	margin: 0 auto;
	text-align: center;
	font-family: 'FunctionPro-LightOblique';
	font-size: 200%;
	letter-spacing: 0.1em;
	color: #666666;
}

.styledetail .titlebox .next {
	position: absolute;
	top: 1px;
	left: 0;
}

.styledetail .titlebox .next a {
	font-family: 'FunctionPro-LightOblique';
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #cc9999;
	padding: 3px 0 3px 30px;
	background: url(../images/common/common_arrow1_l.png) no-repeat left center;
}

.styledetail .titlebox .prev {
	position: absolute;
	top: 1px;
	right: 0;
}

.styledetail .titlebox .prev a {
	font-family: 'FunctionPro-LightOblique';
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #cc9999;
	padding: 3px 30px 3px 0;
	background: url(../images/common/common_arrow1_r.png) no-repeat right center;
}


.styledetail .detailbox {
	width: 620px;
	margin: 0 auto;
}

.styledetail #photo-nav {
	text-align: right;

}

.styledetail #photo-nav li {
	border: 1px solid #d6d6d6;
  width: 90px;
	height: 72px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
  overflow:hidden;
}

.styledetail #photo-nav li.current {
	filter: alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
}

.styledetail #photo-nav li.all {
	border: 1px solid #d6d6d6;
	height: 57px;
	width: 80px;
	display: inline-block;
	text-align: center;
	background: #fff;
	padding: 15px 0 0;
	font-family: 'FunctionPro-LightOblique';
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #333;
	filter: alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
}

.styledetail #photo-nav li img {
	width: 100%;
  height: auto;
}

.styledetail .style-image {
	padding-bottom: 20px;
}
.styledetail .style-image.none {
	display: none;
}
.styledetail .style-image img {
	display: block;
	border: 2px solid #dcdcdc;
}


.stylenote {
	overflow: hidden;
}

.stylenote .stylist {
	width: 200px;
	float: left;
}

.stylenote .stylist .img {
	width: 130px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #333;
	margin: 0 0 15px;
}

.stylenote .stylist .name {
	font-weight: bold;
	font-size: 130%;
	margin: 0 0 15px;
}

.stylenote .stylist .btn {
	padding: 5px 12px;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 100%;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}

.stylenote .note {
	padding: 0 0 0 220px;
}


.styledetail .backbtn {
	position: relative;
	text-align: center;
	width: 250px;
	margin: 0 auto 60px;
}

.styledetail .backbtn p {
	display: inline-block;
	text-align: center;
	font-family: 'FunctionPro-LightOblique';
	font-size: 140%;
	letter-spacing: 0.1em;
	color: #333;
	border: 1px solid #f29b76;
}

.styledetail .backbtn p a {
	display: block;
	padding: 10px 15px;
}

.styledetail .backbtn:before {
	display: block;
	content :"";
	width: 125px;
	height: 1px;
	background: #f29b76;
	position: absolute;
	left: -200px;
	top: 18px;
}

.styledetail .backbtn:after {
	display: block;
	content :"";
	width: 125px;
	height: 1px;
	background: #f29b76;
	position: absolute;
	right: -200px;
	top: 18px;
}



.stylelist .moreh {
	margin: 0 auto 40px;
	text-align: center;
	width: 200px;
	font-family: "emily-austin";
	font-size: 240%;
}

.stylelist .moreh span {
	display: block;
	margin: 5px 0 0;
	border-top: 1px solid #80c269;
	padding: 10px 0 0;
	font-family: 'FunctionPro-LightOblique';
	font-size: 70%;
	color: #666666;
}

.stylelist .list {
	width: 1030px;
	margin: 0 auto 75px;
	position: relative;
}

.stylelist .list {
	position: relative;
}

.stylelist .list li {
	width: 244px;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	margin: 0 4px 6px 0;
	border: 3px solid #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	position: relative;
}

.stylelist .list li .hoverbox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(255,255,255,0.7);
	font-size: 80%;
	padding: 50px 0 20px;
}

.stylelist .list li .hoverbox:before {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 210px;
	height: 175px;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	z-index: 2;
	display: block;
	content: "";
}

.stylelist .list li .hoverbox:after {
	position: absolute;
	top: 25px;
	left: 5px;
	width: 230px;
	height: 155px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	z-index: 2;
	display: block;
	content: "";
}

.stylelist .list li .hoverbox .title {
	width: 180px;
	margin: 0 auto 10px;
}

.stylelist .list li .hoverbox .txt {
	width: 180px;
	margin: 0 auto;
}

.stylelist .list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}



























