@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors hairstyle
$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
#new_hair_style {
/*	padding-left: 20px;
	padding-right: 20px;*/
	padding-bottom: 60px;
	overflow:hidden;
	position: relative;
}
#new_hair_style .inner {
	position: relative;
}
#new_hair_style .caroufredsel_wrapper {
}
#new_hair_style #new_style {
	width: 100%;
	height: 300px;
	background-color: #fff;
	overflow:hidden;	
}
#new_hair_style #new_style li {
	width: 200px;
	float: left;
}
a.prev, a.next {
	width: 50%;
	height: 300px;
	display: block;
	position: absolute;
	bottom: 60px;
	background-color: #fff;
	opacity:0.8;

}
a.prev {
	background-image: url(../img/style/btn_prev.png);
	background-repeat: no-repeat;
	background-position: right center;
	left: -400px;
}
a.next {
	background-image: url(../img/style/btn_next.png);
	background-repeat: no-repeat;
	background-position: left center;
	right: -400px;
}
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}

#contents-wrapper #list {
	padding-bottom: 10px;
}
#list nav {
	padding-bottom: 25px;
}
#list nav ul {
	text-align: center;
}
#list nav li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
#list nav li a {
	display: block;
	height: 47px;
	padding-top: 12px;
	font-family: 'Arizonia', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 26px;
	line-height: 1;
	position: relative;
}
#list nav li .jp {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#list nav li a.current {
	font-size: 40px;
	height: 59px;
	padding-top: 0px;
}
#list nav li a.current .jp {
	font-size: 12px;
}
#list nav li a.current:after {
	display: block;
	width: 100%;
	border-bottom: 1px solid #AB9B95;
	position: absolute;
	bottom: 20px;
	content:"";
	z-index: -1;
}


#list h2 {
	font-size: 46px;
	color: #77A41C;
	position: relative;
}
#list h2:after {
	display: block;
	width: 40px;
	border-bottom: 3px solid #573B31;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -20px;
	content:"";
}
#list .count {
	padding-bottom: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #4B4B4B;
}
#list .count strong {
	color: #77A41B;
	font-weight: bold;
}
.ajaxSearch_resultsInfos {
	padding-bottom: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #4B4B4B;
}
.ajaxSearch_highlight {
	color: #77A41B;
	font-weight: bold;
}

#list-wrapper {
	margin-top: 18px;
	margin-bottom: 22px;
	padding: 58px 19px 20px;
	background-color: #fff;
	border: 1px solid #F5F0E1;
	overflow:hidden;
}
#list-wrapper li {
	width: 200px;
	padding: 0px 20px 40px;
	float: left;
}
#list-wrapper li:nth-of-type(4n+1) {
	clear: left;
}


/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
#contents-wrapper #detail {
	overflow:hidden;
	padding-bottom: 110px;
}
#contents-wrapper #detail h2 {
	padding-bottom: 24px;
}

#detail-column {
	width: 337px;
	padding-right: 20px;
	float: right;
}

#detail-column .sns_post {
	padding-left: 60px;
	padding-bottom: 20px;
	overflow:hidden;
}
#detail-column .sns_post #twitter,
#detail-column .sns_post #facebook {
	width: 115px;
	float: left;
}

#detail-column h3 {
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 50px;
}
#detail-column .sns {
	text-align: center;
	padding-bottom: 17px;
}
#detail-column .sns img {
	padding-right: 5px;
	padding-left: 5px;
}

#detail-column h4 {
	text-align: center;
	font-size: 42px;
	line-height: 1;
	font-family: 'Arizonia', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #653906;
	padding-bottom: 10px;
}
#detail-column h4 .jp {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding-top: 12px;
}
#detail-column .comment {
	padding-top: 40px;
	padding-bottom: 70px;
	text-align: center;
	position: relative;
}
#detail-column .comment:before,
#detail-column .comment:after {
	display: block;
	width: 54px;
	height: 37px;
	background-image: url(../img/common/icon_comment.png);
	background-repeat: no-repeat;
	content:"";
	position: absolute;
}
#detail-column .comment:before {
	top: 0;
	left: -7px;
}
#detail-column .comment:after {
	right: -14px;
	bottom: 30px;
}

#detail-column .reserve {
	padding: 6px 0px 43px 103px;	
}

#detail-column #style_data {
	width: 320px;
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 45px;
}
#detail-column #style_data dl {
	overflow:hidden;
}
#detail-column #style_data dt {
	width: 70px;
	padding-top: 4px;
	padding-left: 24px;
	font-size: 12px;
	line-height: 1;
	float: left;
	color: #666;
	clear: left;
}
#detail-column #style_data dd {
	width: 210px;
	padding-bottom: 10px;
	float: left;
}
#detail-column #style_data dd li {
	display: inline-block;
	width: 60px;
	height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #E7DBC7;
	margin-right: 10px;
}
#detail-column #style_data dd .on {
	background-color: #653906;
}
#detail-column #style_data .face {
	padding-top: 10px;
	padding: 10px 10px 0;
	overflow:hidden;
}
#detail-column #style_data .face li {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	color: #666;
}
#detail-column #style_data .face li img {
	width: auto;
	height: 32px;
	padding-bottom: 5px;
}

#detail-column .tagcloud {
	text-align: center;
	padding-bottom: 40px;
}
#detail-column .tagcloud span {
	display: inline-block;
	padding: 0px 5px 15px;
}
#detail-column .tagcloud span a {
	display: block;
	height: 14px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	padding: 7px 10px 6px;
	border-radius: 6px;
	background-color: #DACDBC; 
}

#detail-column .stylist {
	overflow:hidden;
	padding-top: 15px;
}
#detail-column .stylist .photo {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50px;
	float: left;
}
#detail-column .stylist .detail {
	width: 213px;
	padding-left: 24px;
	float: left;
}
#detail-column .stylist .detail h5 {
	font-size: 16px;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 18px;
}
#detail-column .stylist .detail .sns {
}
#detail-column .stylist .detail .sns img {
	padding-right: 10px;
	padding-left: 0px;
}


#image-column {
	width: 600px;
	float: left;
}

#image-column .image_cut {
	padding-bottom: 23px;
}

#image-column .mv {
	overflow:hidden;
	padding-bottom: 27px;
}
#image-column .mv p {
	width: 440px;
	float: left;
}
#image-column .mv ul {
	width: 135px;
	float: right;
}
#image-column .mv ul li {
	padding-bottom: 26px;
}
#image-column .mv ul li:last-child {
	padding-bottom: 0;
}
#image-column #movie iframe {
	width: 600px;
	height: 338px;
}

#other_hair_style {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#other_hair_style ul {
	overflow:hidden;
}
#other_hair_style li {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
}
#other_hair_style li:nth-of-type(5n+1) {
	clear: left;
}


/*---------------------------------------------------------------------------------
再検索
--------------------------------------------------------------------------------- */

#reserch {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}
#reserch h3 {
	text-align: center;
	font-size: 30px;
	line-height: 1;
	font-family: 'EB Garamond', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #653906;
	padding-bottom: 10px;
}
#reserch h3 .jp {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding-top: 12px;
}
#reserch .tagcloud {
	text-align: center;
	padding-bottom: 25px;
}
#reserch .tagcloud span {
	display: inline-block;
	padding: 0px 5px 15px;
}
#reserch .tagcloud span a {
	display: block;
	height: 14px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	padding: 7px 10px 6px;
	border-radius: 6px;
	background-color: #DACDBC; 
}

#reserch form {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.wordform {
	border: 1px solid #DACDBC;
}
#ajaxSearch_form input[type="text"] {
	width: 245px;
	padding: 0 10px;
	margin: 0;
	font-size: 12px;
	border: 0;
	height: 40px;
	color: #7F5F52;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#ajaxSearch_form input[type="submit"] {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	background-image: url(../img/style/btn_searchb.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 42px;
	width: 42px;
	border: none;
}
#reserch .txt2 {
	margin: 10px 0;
	text-align: center;
}



