/*.section_hairstyle {
	padding: 30px 0 0;
}
*/
.section_hairstyle_filter {
	width: 990px;
	margin: 0 auto 30px;
	background: #FDFCF7 url(../img/hs/filter_bg_mid.jpg) 0 0 repeat-y;
	position: relative;
}
.section_hairstyle_filter:before,
.section_hairstyle_filter:after {
	content: " ";
	display: block;
	width: 100%;
	height: 13px;
	background: url(../img/hs/filter_bg_top.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.section_hairstyle_filter:after {
	background-image: url(../img/hs/filter_bg_bot.jpg);
	top: auto;
	bottom: 0;
}
.section_hairstyle_filter .sec_inner {
	padding: 5px 20px;
	position: relative;
	z-index: 1;
}
.section_hairstyle_filter .sec_inner .row {
	padding: 22px 0;
	border-top: 1px solid #F0E5D3;
	-webkit-box-shadow: inset 0 1px 0 #FFF;
	box-shadow: inset 0 1px 0 #FFF;
}
.section_hairstyle_filter .sec_inner .row:first-child {
	border-top: none;
}
.section_hairstyle_filter .sec_inner .row .title {
	float: left;
	width: 115px;
	/*padding-left: 20px;*/
	color: #957F5A;
}
.section_hairstyle_filter .sec_inner .row .title img {
	display: block;
}
.section_hairstyle_filter .sec_inner .row .inputs {
	float: left;
	width: 700px;
	margin-left: 60px;
}
.section_hairstyle_filter .sec_inner .row .inputs .checkbox {
	float: left;
	display: block;
	margin: 5px 0;
	width: 20%;
	font-size: 12px;
	line-height: 1em;
}

.section_hairstyle_list {
	width: 990px;
	margin: 0 auto;
	padding: 30px 0 0;
	margin-bottom: 80px;
}
.section_hairstyle_list .row {
	margin-top: 30px;
}
.section_hairstyle_list .row:first-child {
	margin-top: 0;
}
.section_hairstyle_list .row_title {
	margin-bottom: 30px;
	text-align: center;
}
.section_hairstyle_list .row_title span {
	display: block;
	padding: 12px 0;
	margin-bottom: 5px;
	position: relative;
	font-size: 28px;
	line-height: 1em;
}
.section_hairstyle_list .row_title span:after {
	content: " ";
	display: block;
	width: 50px;
	margin-left: -25px;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.section_hairstyle_list .row_title small {
	display: block;
}
.section_hairstyle_list .ls_hairstyle li {
	float: left;
	width: 235px;
	height: 377px;
	margin-left: 16px;
	margin-bottom: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	overflow: hidden;
	font-size: 12px;
	line-height: 1em;
}
.section_hairstyle_list .ls_hairstyle li:nth-child(4n+1) {
	margin-left: 0;
}
.section_hairstyle_list .ls_hairstyle li .image {
	display: block;
	position: relative;
}
.section_hairstyle_list .ls_hairstyle li .image img {
	display: block;
	position: relative;
	z-index: 0;
}
.section_hairstyle_list .ls_hairstyle li.new .image:before {
	content: " ";
	display: block;
	width: 45px;
	height: 46px;
	background: url(../img/hs/contact_icon02.png) 0 0 no-repeat;
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 2;
}

.section_hairstyle_list .ls_hairstyle li .content {
	padding: 12px 10px 10px;
}
.section_hairstyle_list .ls_hairstyle li .ttl {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 5px;
	color: #766857;
	font-weight: bold;
	line-height: 1.4em;
}
.section_hairstyle_list .ls_hairstyle li .desc {
	color: #766857;
	line-height: 1.6em;
}
.section_hairstyle_list .ls_hairstyle li .sns {
	margin-top: 10px;
}
.section_hairstyle_list .ls_hairstyle li .sns a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 5px;
}
.section_hairstyle_list .ls_hairstyle li .sns a img {
	display: block;
}

.section_hairstyle_contact {
	height: 184px;
	padding-top: 1px;
	background: url(../img/hs/contact_bg.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
    text-align: center;
}
.section_hairstyle_contact .contact_btn {
	display: block;
	width: 435px;
	padding: 23px 0;
	margin: 52px auto;
	background: #786858;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 1em;
}
.section_hairstyle_contact .contact_btn img {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin-top: -0.2em;
}
.section_hairstyle_contact.shop_bnr {
    height: inherit;
    padding: 0;
    background: none;
    margin-bottom: 100px;
}

.section_hairstyle_detail {
	width: 1000px;
	margin: 0 auto 80px;
	padding: 20px 0 0;
}
.section_hairstyle_detail .sec_title {
	margin-bottom: 40px;
	text-align: center;
}
.section_hairstyle_detail .sec_title span {
	display: block;
	padding: 10px 0;
	margin-bottom: 10px;
	position: relative;
	font-size: 28px;
	line-height: 1em;
}
.section_hairstyle_detail .sec_title span:before {
	content: " ";
	display: block;
	width: 50px;
	margin-left: -25px;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.section_hairstyle_detail .sec_title small {
	display: block;
}
.section_hairstyle_detail .breadcrumb {
	width: 980px;
	height: 0;
	margin: 0 auto;
	position: relative;
	top: -55px;
	text-align: right;
	font-size: 12px;
	line-height: 1em;
}
.section_hairstyle_detail .breadcrumb a {
	text-decoration: underline;
}

.section_hairstyle_detail .sec_inner {
	width: 960px;
	padding: 20px;
	margin: 0 auto;
	border: 1px solid #434343;
}
.section_hairstyle_detail .detail_grid {
	margin-bottom: 55px;
}
.section_hairstyle_detail .detail_grid .col_1 {
	float: left;
	width: 480px;
}
.section_hairstyle_detail .detail_grid .col_2 {
	float: right;
	width: 460px;
}

.section_hairstyle_detail .detail_grid .gallery {
	margin-bottom: 7px;
}
.section_hairstyle_detail .detail_grid .gallery .image {
	margin-bottom: 3px;
	border: 5px solid #E6E6E6;
}
.section_hairstyle_detail .detail_grid .gallery .image img {
	display: block;
    margin: 0 auto;
}
.section_hairstyle_detail .detail_grid .gallery .thumbs li {
	float: left;
	width: 148px;
	margin-left: 3px;
	margin-bottom: 3px;
	border: 5px solid #E6E6E6;
}
.section_hairstyle_detail .detail_grid .gallery .thumbs li:first-child {
	margin-left: 0;
}
.section_hairstyle_detail .detail_grid .gallery .thumbs li img {
	display: block;
}
.section_hairstyle_detail .detail_grid .social {
	padding: 27px 0 20px;
	margin-bottom: 35px;
	background: url(../img/hs/detail_pattern01.png) 0 0 repeat;
	text-align: center;
}
.section_hairstyle_detail .detail_grid .social li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 4px;
	line-height: 1em;
}
.section_hairstyle_detail .detail_grid .social li a {
	display: block;
}
.section_hairstyle_detail .detail_grid .social li a img {
	display: block;
}
.section_hairstyle_detail .detail_grid .button {
	display: block;
	width: 412px;
	margin: 0 auto;
	padding: 14px 0 12px;
	border: 1px solid #757575;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
}
.section_hairstyle_detail .detail_grid .button img {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 0.2em;
	margin-top: -0.1em;
	vertical-align: middle;
}
.section_hairstyle_detail .detail_grid .title {
	font-size: 20px;
	padding: 20px 0 0;
	margin-bottom: 40px;
	line-height: 1.4em;
	text-align: center;
}
.section_hairstyle_detail .detail_grid .title span {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 15px 0;
	border-bottom: 1px solid #434343;
}
.section_hairstyle_detail .detail_grid .desc {
	line-height: 1.8em;
}
.section_hairstyle_detail .detail_grid .desc p {
	margin-bottom: 16px;
}
.section_hairstyle_detail .detail_grid .desc_link {
	margin-bottom: 20px;
	text-align: right;
}
.section_hairstyle_detail .detail_grid .desc_link a {
	text-decoration: underline;
}
.section_hairstyle_detail .detail_grid .desc_box {
	margin-bottom: 40px;
	padding: 10px;
	background: #EDEDED;
	line-height: 1.6em;
}
.section_hairstyle_detail .detail_grid .desc_box small {
	font-size: 12px;
}
.section_hairstyle_detail .detail_grid .style_data {
	padding: 18px 18px 28px;
	border: 1px solid #434343;
}
.section_hairstyle_detail .detail_grid .style_data .ttl {
	margin-top: -30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
}
.section_hairstyle_detail .detail_grid .style_data .ttl span {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 5px;
	background: #FFF;
}

.section_hairstyle_detail .detail_grid .style_data .data li {
	border-bottom: 1px dotted #434343;
	padding: 4px 0;
}
.section_hairstyle_detail .detail_grid .style_data .data li:first-child {
	border-top: 1px dotted #434343;
}
.section_hairstyle_detail .detail_grid .style_data .data li .label {
	float: left;
	width: 90px;
}
.section_hairstyle_detail .detail_grid .style_data .data li .label span {
	display: block;
	border-right: 2px solid #EDEDED;
	padding: 4px 0 3px 10px;
}
.section_hairstyle_detail .detail_grid .style_data .data li .value {
	float: right;
	width: 320px;
}
.section_hairstyle_detail .detail_grid .style_data .data li .value .tags span {
	float: left;
	display: block;
	min-width: 50px;
	background: #434343;
	padding: 7px 5px;
	margin: 1px 3px 1px 0;
	color: #FFF;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}
.section_hairstyle_detail .detail_grid .style_data .data li .value .tags.tags_lg span {
	padding: 5px 5px;
	font-size: 14px;
}
.section_hairstyle_detail .detail_grid .style_data .data li .value .tags.tags_sm span {
	min-width: 30px;
	padding: 3px 3px;
}
.section_hairstyle_detail .detail_grid .style_data .data li .value .tags.tags_sm span img {
	display: block;
	margin: 0 auto;
}

.section_hairstyle_detail .detail_stylist {
	padding: 20px 0 0;
}
.section_hairstyle_detail .detail_stylist .title {
	margin-bottom: 5px;
	padding-top: 1px;
	border-top: 1px solid #000;
	text-align: center;
}
.section_hairstyle_detail .detail_stylist .title span {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: #FFF;
	padding: 0 5px;
	margin-top: -2.5em;
	position: relative;
	top: -0.6em;
	font-size: 18px;
	line-height: 1em;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 {
	float: left;
	width: 300px;
	border-right: 1px solid #434343;
	position: relative;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1:before {
	content: " ";
	display: block;
	width: 7px;
	height: 13px;
	margin-top: -10px;
	background: url(../img/hs/detail_icon02.png) 0 0 no-repeat;
	position: absolute;
	right: -1px;
	top: 50%;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .avatar {
	float: left;
	width: 99px;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .avatar img {
	display: block;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info {
	float: right;
	width: 180px;
	padding-top: 20px;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .name {
	font-size: 24px;
	line-height: 1em;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .post {
	margin-bottom: 10px;
	color: #766858;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .sns li {
	float: left;
	margin-left: 8px;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .sns li:first-child {
	margin-left: 0;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .sns li a img {
	display: block;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_2 {
	float: right;
	width: 645px;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_2 .desc {
	padding-top: 5px;
	line-height: 1.8em;
}
.section_hairstyle_detail .detail_stylist .stylist_grid .col_2 .desc a {
	text-decoration: underline;
}

.section_hairstyle_detail .detail_stylist .stylist_links {
	margin-top: 25px;
}
.section_hairstyle_detail .detail_stylist .stylist_links .btn {
	float: left;
	display: block;
	margin-left: 10px;
}
.section_hairstyle_detail .detail_stylist .stylist_links .btn:first-child {
	margin-left: 0;
}
.section_hairstyle_detail .detail_stylist .stylist_links .btn img {
	display: block;
}
.section_hairstyle_detail .detail_stylist .stylist_links .bnr {
	background: #7a7a7a;
	padding: 6px 6px 0;
}
.section_hairstyle_detail .detail_stylist .stylist_links .bnr a {
	display: inline-block;
}
.section_hairstyle_detail .detail_stylist .stylist_links .bnr a:first-child img {
	border-right: 1px solid #FFF;
	padding-right: 8px;
}

@media (max-width: 768px) {
	.section_hairstyle_detail .detail_stylist .stylist_links .bnr a:first-child img {
		border-right: none;
		padding-right: 0;
	}
	.section_hairstyle_detail .detail_stylist .stylist_links .bnr a {
		background: #f8f8f8;
		width:100%;
	}
	.section_hairstyle_detail .detail_stylist .stylist_links .bnr a:last-child img{
		width: 64%;
	}

	.section_hairstyle_filter {
		width: auto;
		margin: 0 10px;
		background: #FDFCF7;
		border: 1px solid #99540E;
	}
	.section_hairstyle_filter:before,
	.section_hairstyle_filter:after {
		display: none;
	}
	.section_hairstyle_filter .sec_inner {
		padding: 0;
	}
	.section_hairstyle_filter .sec_inner .row {
		padding: 0;
	}
	.section_hairstyle_filter .sec_inner .row:first-child {
		border-top: none;
	}
	.section_hairstyle_filter .sec_inner .row .title {
		float: none;
		width: auto;
		padding: 15px 10px;
		background: #F8F4EB;
	}
	.section_hairstyle_filter .sec_inner .row .title img {
		display: block;
	}
	.section_hairstyle_filter .sec_inner .row .inputs {
		float: none;
		width: auto;
		margin: 10px;
	}
	.section_hairstyle_filter .sec_inner .row .inputs .checkbox {
		width: 33.333%;
		font-size: 1em;
		word-break: break-word;
		/*white-space: nowrap;*/
	}
	.nail_style img.attachment-hair_thumb.wp-post-image{
		height: 200px;
		width: 100%;
	}
	.section_hairstyle_list .ls_hairstyle li .desc{
		font-size: 15px;
	}
	@media (max-width: 400px) {
		.section_hairstyle_filter .sec_inner .row .inputs .checkbox {
			width: 50%;
		}
	}

	.section_hairstyle_list {
		width: auto;
		margin: 0 auto 20px;
		padding: 30px 10px 0;
	}
	.section_hairstyle_list .row {
		margin-bottom: 20px;
	}
	.section_hairstyle_list .row_title {
		margin-bottom: 20px;
		text-align: center;
	}
	.section_hairstyle_list .row_title span {
		font-size: 1.8em;
	}
	.section_hairstyle_list .row_title small {
		font-size: 1em;
	}
	.section_hairstyle_list .ls_hairstyle li {
		float: left;
		width: 48.5%;
		max-height: 337px;
		margin-left: 3%;
		margin-bottom: 10px;
		font-size: 1em;
	}
	.section_hairstyle_list .ls_hairstyle li:nth-child(4n+1) {
		margin-left: 0;
	}
	.section_hairstyle_list .ls_hairstyle li:nth-child(odd) {
		margin-left: 0;
	}
	.section_hairstyle_list .ls_hairstyle li .image img {
		width: 100%;
        height: 200px;
	}

	.section_hairstyle_list .ls_hairstyle li .content {
		padding: 12px 5px 10px;
	}
	.section_hairstyle_list .ls_hairstyle li .sns {
		margin-top: 10px;
	}
	.section_hairstyle_list .ls_hairstyle li .sns a {
		margin-right: 10px;
	}

	.section_hairstyle_contact {
		height: 300px;
		background-image: url(../img/hs/sm/contact_bg.jpg);
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.section_hairstyle_contact .contact_btn {
		display: block;
		width: 280px;
		padding: 20px 0;
		margin: 120px auto 0;
		font-size: 1.2em;
	}
	.section_hairstyle_contact .contact_btn img {
		height: 1.4em;
		margin-top: -0.15em;
		margin-right: 0.2em;
	}
	
	.section_hairstyle_contact.shop_bnr {
		margin-bottom: 10%;
	}
	.section_hairstyle_contact.shop_bnr img {
		width: 95%;
	}

	.section_hairstyle_detail {
		width: auto;
		padding: 30px 0 20px;
		margin-bottom: 0;
	}
	.section_hairstyle_detail .sec_title {
		margin-bottom: 0px;
	}
	.section_hairstyle_detail .sec_title span {
		font-size: 1.8em;
	}
	.section_hairstyle_detail .sec_title small {
		display: block;
	}

	.section_hairstyle_detail .breadcrumb {
		display: none;
	}

	.section_hairstyle_detail .sec_inner {
		width: auto;
		padding: 20px 15px;
		border: none;
	}
	.section_hairstyle_detail .detail_grid {
		margin-bottom: 30px;
	}
	.section_hairstyle_detail .detail_grid .col_1 {
		float: none;
		width: auto;
/*		margin-bottom: 30px;*/
	}
	.section_hairstyle_detail .detail_grid .col_2 {
		float: none;
		width: auto;
	}

	.section_hairstyle_detail .detail_grid .gallery {
		margin-bottom: 10px;
	}
	.section_hairstyle_detail .detail_grid .gallery .image {
		margin-bottom: 2%;
		border: 3px solid #E6E6E6;
	}
	.section_hairstyle_detail .detail_grid .gallery .image img {
		display: block;
		width: 100%;
        height: 100%;;
	}
	.section_hairstyle_detail .detail_grid .gallery .thumbs li {
		float: left;
		width: 32%;
		margin-left: 2%;
		margin-bottom: 2%;
		border: 3px solid #E6E6E6;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section_hairstyle_detail .detail_grid .gallery .thumbs li:first-child {
		margin-left: 0;
	}
	.section_hairstyle_detail .detail_grid .gallery .thumbs li img {
		display: block;
		width: 100%;
        height: 100%;;
	}
	.section_hairstyle_detail .detail_grid .social {
		padding: 17px 0 10px;
		margin-bottom: 0px;
		text-align: center;
	}
	.section_hairstyle_detail .detail_grid .social li {
		margin: 0 5px;
		line-height: 1em;
	}
	.section_hairstyle_detail .detail_grid .social li a {
		display: block;
	}
	.section_hairstyle_detail .detail_grid .social li a img {
		display: block;
	}
	.section_hairstyle_detail .detail_grid .button {
		display: block;
		width: auto;
		margin: 0;
		padding: 14px 0 12px;
	}
	.section_hairstyle_detail .detail_grid .button img {
		height: 1.4em;
	}
	.section_hairstyle_detail .detail_grid .title {
		font-size: 1.6em;
		padding: 20px 0 0;
		margin-bottom: 20px;
	}
	.section_hairstyle_detail .detail_grid .title span {
		display: block;
	}


	.section_hairstyle_detail .detail_grid .desc_box {
		margin-bottom: 40px;
	}
	.section_hairstyle_detail .detail_grid .desc_box small {
		font-size: 0.9em;
	}

	.section_hairstyle_detail .detail_grid .style_data {
		padding: 18px 15px 8px;
		border: 1px solid #434343;
	}
	.section_hairstyle_detail .detail_grid .style_data .ttl {
		margin-top: -30px;
		margin-bottom: 20px;
		font-size: 1.6em;
	}

	.section_hairstyle_detail .detail_grid .style_data .data li {
		border: none;
		border-top: 1px dotted #434343;
		padding: 0;
/*		margin-bottom: 20px;*/
	}
	.section_hairstyle_detail .detail_grid .style_data .data li:first-child {
		/*border-top: none;*/
	}
	.section_hairstyle_detail .detail_grid .style_data .data li .label {
		float: none;
		width: auto;
		padding: 5px;
		margin-bottom: 10px;
		background: #EDEDED;
	}
	.section_hairstyle_detail .detail_grid .style_data .data li .label span {
		display: block;
		border: none;
		padding: 0;
	}
	.section_hairstyle_detail .detail_grid .style_data .data li .value {
		float: none;
		width: auto;
		padding: 0 0 10px 0;
	}
	.section_hairstyle_detail .detail_grid .style_data .data li .value .tags span {
		min-width: 50px;
		margin-top: 1px;
		margin-bottom: 2px;
		font-size: 1em;
	}
	.section_hairstyle_detail .detail_grid .style_data .data li .value .tags.tags_lg span {
		padding: 5px 5px;
		font-size: 1em;
	}

	.section_hairstyle_detail .detail_stylist {
		padding: 20px 0 0;
	}
	.section_hairstyle_detail .detail_stylist .title {
		margin-bottom: 5px;
		padding-top: 1px;
		border-top: 1px solid #000;
		text-align: center;
	}
	.section_hairstyle_detail .detail_stylist .title span {
		font-size: 1.6em;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 {
		float: none;
		width: auto;
		border-right: none;
		margin-bottom: 10px;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1:before {
		display: none;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .avatar {
		float: left;
		width: 100px;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .avatar img {
		display: block;
		width: 100%;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info {
		float: none;
		width: auto;
		padding-top: 15px;
		margin-left: 120px;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .name {
		font-size: 1.8em;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .post {
		margin-bottom: 10px;
		color: #766858;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .sns li {
		float: left;
		margin-left: 5px;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .sns li:first-child {
		margin-left: 0;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_1 .info .sns li a img {
		display: block;
	}
	.section_hairstyle_detail .detail_stylist .stylist_grid .col_2 {
		float: none;
		width: auto;
	}

	.section_hairstyle_detail .detail_stylist .stylist_links {
		margin-top: 20px;
	}
	.section_hairstyle_detail .detail_stylist .stylist_links .btn {
		float: none;
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.section_hairstyle_detail .detail_stylist .stylist_links .btn img {
		display: block;
		width: 100%;
	}

}
