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

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

.main_title {
	width:1100px;
	margin:0px auto 20px auto;
}
.sp_main_title {
	display:none;
}

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

.hair_style_wrap {
	width:100%;
	background:#f9f9f9;
	padding:40px 0px 0px 0px;
	margin-bottom:60px;
}
.hair_style {
	width:1030px;
	margin:0px auto;
}
.hair_style li {
	width:320px;
	margin-right:35px;
	margin-bottom:40px;
	float:left;
	font-size:18px;
	line-height:1;
	color:#464646;
	font-weight:bold;
	text-align:center;
}
.hair_style li:nth-child(3n) {
	width:320px;
	margin-right:0px;
	margin-bottom:40px;
	float:left;
	font-size:18px;
	line-height:1;
	color:#464646;
	font-weight:bold;
	text-align:center;
}
.hair_style li img {
	width:320px;
	height:420px;
	padding-bottom:20px;
}