@charset "UTF-8";
/* CSS Document */

/* ############################################## */

.main_title {
	display:none;
}
.sp_main_title {
	width:auto;
	margin-bottom:20px;
	padding-top:20px;
	border-top:1px solid #dfdfdf;
}
.sp_main_title img {
	width:100%;
	height:auto;
}

/* ############################################## */

.hair_style_wrap {
	width:100%;
	background:#f9f9f9;
	padding:20px 0px 0px 0px;
	margin-bottom:20px;
}
.hair_style {
	width:auto;
	margin:0px 10px;
	text-align:center;
}
.hair_style li {
	width:160px;
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
	font-size:13px;
	line-height:1;
	color:#464646;
	font-weight:bold;
	text-align:center;
}
.hair_style li:nth-child(2n) {
	width:160px;
	margin-right:0px;
	margin-bottom:10px;
	display:inline-block;
	font-size:13px;
	line-height:1;
	color:#464646;
	font-weight:bold;
	text-align:center;
}
.hair_style li img {
	width:160px;
	height:auto;
	padding-bottom:10px;
}