#hairstyle_top {
	margin-top: 30px;
	text-align: center;
}
#hairstyle_top h1 {
	padding-bottom: 15px;
	border-bottom: 1px solid #C90000;
}
#hairstyle_top .left {position:relative;border-bottom:1px solid #C90000;}
#hairstyle_top .right {position:relative;}
#hairstyle_top img {width:100%;}
#hairstyle_top h2 {
	position: absolute;
	top: 50%;
	left: 30px;
	font-size: 26px;
	margin-top: -13px;
	font-family: Muli;
	font-weight: 400;
}

#hairstyle {
	margin-top: 30px;
	text-align: center;
}
#hairstyle .hairstyle_nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-bottom: 1px solid #C90000;
	border-bottom: 2px solid #C90000;
	text-align: center;
	font-size: 11px;
}
#hairstyle .hairstyle_nav div {
	border-right: 1px solid #C90000;
	width: calc(18% - 1px);
	width: -webkit-calc(18% - 1px);
	padding: 19px 0 16px 0;
	position: relative;
}

#hairstyle .hairstyle_nav div.m1 {width: calc(24% - 1px) !important;width: -webkit-calc(24% - 1px) !important;}
#hairstyle .hairstyle_nav div.m2 {width: calc(15% - 1px) !important;width: -webkit-calc(15% - 1px) !important;}
#hairstyle .hairstyle_nav div.m3 {width: calc(18% - 1px) !important;width: -webkit-calc(18% - 1px) !important;}

#hairstyle .hairstyle_nav div:hover {
	color: #C90000;
	opacity: 1;
}
#hairstyle .hairstyle_nav  div a.sprite {
	background-position: -405px -50px;
	height: 16px;
	width: 18px;
	margin: 0 auto;
}
#hairstyle .hairstyle_nav div:first-child {
	width: calc(10% - 1px);
	width: -webkit-calc(10% - 1px);
	padding: 16px 0;
}
#hairstyle .hairstyle_nav div:last-child {
	border-right: 0;
	width: 18%;
	}
#hairstyle .hairstyle_nav .active {
	color: #C90000;
}
#hairstyle .hairstyle_nav .active:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 50%;
	left: bottom;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	background: #CB000D;
	bottom: -8px;
}
#hairstyle .hairstyle_nav .active:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	background: #fff;
	bottom: 0;
}
#hairstyle .hairstyle_list {
	padding: 0 2%;
}
#hairstyle .hairstyle_list h2, #hairstyle .hairstyle_ranking h2 {
	font-size: 22px;
	color: #C90000;
	font-family: 'Muli', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	padding: 30px 0 20px;
	font-weight: 300;
}
#hairstyle .hairstyle_list ul {
	display: block;
}
#hairstyle .hairstyle_list ul li {
	float: left;
	margin-right: 2%;
}
#hairstyle .hairstyle_list li a {
	position: relative;
}
#hairstyle .hairstyle_list li a span, #hairstyle .hairstyle_ranking li a span {
	color: #C90000;
	font-size: 20px;
	line-height: 42px;
	font-family: Muli;
	font-weight: 400;
}
#hairstyle .hairstyle_list li.two_row {
	width: 48.8%;
	margin-bottom: 10px;
	position: relative;
}

.ranking li.two_row,
.ranking li.three_row {
	margin-bottom: 30px !important;
}

.new_hairstyle li.two_row,
.new_hairstyle li.three_row {
	margin-bottom: 10px !important;
}

.new_hairstyle .ranking li:nth-child(4) {
	clear: both;
}

#hairstyle .hairstyle_list li.two_row:nth-child(2n) {
	margin-right: 0;
}
#hairstyle .hairstyle_list li.three_row {
	width:32%;
	margin-bottom: 20px;
}
 #hairstyle .hairstyle_list.ranking li:nth-child(5) {
	margin-right: 0;
}
.hairstyle_list.ranking li img{
	border: 1px solid #000;
	width: 100%;
}
.hairstyle_list.newhair li img,
.hairstyle_list.ctg li img {
	width: 100%
}

.hairstyle_list.ranking li div {
	padding: 0;
	font-size: 10px;
	line-height: 1.3em;
}
.hairstyle_list.newhair li div, .hairstyle_list.ctg li div {
	padding: 8px 0 10px;
	font-size: 10px;
	line-height: 1.3em;
}
.icon_new {
	background-position: 0 -411px;
	width: 27px;
	height: 13px;
	position: absolute;
	top: 1px;
	left: 1px;
}
.hairstyle_link {
	background-color: #301C00;
	border-bottom: 1px solid #C90000;
	color: #ffffff;
	padding: 16px 0;
	font-size: 11px;
	margin: 0 0 20px;
}
.hairstyle_link a {
	position: relative;
}
.hairstyle_link a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: -15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #CB000D;
}
.hairstyle_link a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: -18px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #301C00;
}
#hairstyle .hairstyle_ranking {
	
}
#hairstyle .hairstyle_ranking ul {
	
}
#hairstyle .hairstyle_ranking li {
	border-bottom: 1px solid #C90000;
	margin-bottom: 30px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
#hairstyle .hairstyle_ranking li:last-child {
	border-bottom: none;
}
#hairstyle .hairstyle_ranking li img {
	width: 80%;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
#hairstyle .hairstyle_ranking li a {
	line-height: 3;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	display: block;
}
#hairstyle .hairstyle_ranking li p {
	font-size: 10px;
	line-height: 1.3;
	width: 90%;
	margin: 0 auto;
}
#hairstyle .hairstyle_ranking li p span {
	font-size: 12px;
	color: #C90000;
	line-height: 3;
	font-weight: bold;
}
#hairstyle .hairstyle_list .rankingone .icon {
	background-position: -3px -27px;
	height: 32px;
	width: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 3px;
	z-index: -1;
}
#hairstyle .hairstyle_list .rankingtwo .icon {
	background-position: -3px -61px;
	height: 32px;
	width: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 3px;
	z-index: -1;
}
#hairstyle .hairstyle_list .rankingthreemini .icon {
	background-position: -0px -134px;
	height: 19px;
	width: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 11px;
	display: block;
	z-index: -1;
}
#hairstyle .hairstyle_ranking .rankingone .icon {
	background-position: -3px -27px;
	height: 32px;
	width: 44px;
	position: absolute;
	left: 50%;
	top: 3px;
	display: block;
	margin-left: -22px;
	margin-top: 17px;
	z-index: -1;
}
#hairstyle .hairstyle_ranking .rankingtwo .icon {
	background-position: -3px -61px;
	height: 32px;
	width: 44px;
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: -22px;
	margin-top: 17px;
	z-index: -1;
}
#hairstyle .hairstyle_ranking .rankingthree .icon {
	background-position: -3px -97px;
	height: 32px;
	width: 44px;
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: -22px;
	margin-top: 17px;
	z-index: -1;
}
#hairstyle_detail h1 {
	font-size: 18px;
	height: auto;
	padding: 13px 0;
	line-height: 1;
	margin: 0;
}
#hairstyle_detail h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
#hairstyle_detail .hairstyle_content {
	
}
#hairstyle_detail .hairstyle_title {
	border-top: 1px solid #C90000;
}
#hairstyle_detail .main_image p {
	padding: 10px 10px 10px 0;
	text-align: right;
}
#hairstyle_detail .main_image p#hairstyle_box {
	padding: 0;
}
#hairstyle_detail .main_image p img {
	background-color:#FFF;
	width: 80%;
}

#hairstyle_box{text-align: center !important;}

#slider_hairstyle li img {
	width: 100%;
}
.bx-pager {
	display: table;
	width: 80%;
	margin: 6px auto 0;
}
.bx-pager a{
	display: table-cell;
	padding: 1%;
}
.bx-pager a img {display: none;
opacity: 1;
filter: alpha(opacity=100);
width: 100% !important;
height:auto !important;
}
.bx-pager a.active img {
opacity: 0.5;
filter: alpha(opacity=50);
}
#hairstyle_detail .hairstyle_info {
	border-top: 2px solid #C90000;
}
#hairstyle_detail .hairstyle_info table {
	width: 100%;
}
#hairstyle_detail .hairstyle_info table td {
	width: 100%;
}
#hairstyle_detail .hairstyle_info table th {
	width: 86px;
	height: 113px;
	text-align: right;
}
#hairstyle_detail .hairstyle_info table th span{
	display: block;
	width: 86px;
	height: 113px;
	overflow: hidden;
}
#hairstyle_detail .hairstyle_info table th img{
	width: 86px;
	height: auto;
}
#hairstyle_detail .info_stylist {
	padding: 20px 2%;
	font-size: 15px;
	border-bottom: 1px dotted #C90000;
	font-weight: bold;
}
#hairstyle_detail .info_salon {
	padding: 20px 2%;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}

#hairstyle_detail .info_stylist a:before, #hairstyle_detail .info_salon a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 2px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #CB000D;
}
#hairstyle_detail .info_stylist a:after, #hairstyle_detail .info_salon a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #ffffff;
}
#hairstyle_detail .info_salon a, #hairstyle_detail .info_stylist a {
  position: relative;
  padding-left: 17px;
}
#hairstyle_detail .info_salon span, #hairstyle_detail .info_stylist span {
	color: #C90000;
	font-size: 12px;
	font-weight: 100;
	position: relative;
	display: block;
	width:70px ;
	margin-top: 2px;
	float: left;
}
#hairstyle_detail .info_image {
	float: right;
	width: 22%;
}
#hairstyle_detail .info_image img {width: 100%;}
#hairstyle_detail .info_text {
	width: 100%;
	border-top: 1px dotted #C90000;
	padding: 12px 3%;
	width: 94%;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
#hairstyle_detail .hairstyle_reserve {
	border-top: 1px solid #C90000;
	padding: 20px 0;
}
.hairstyle_detail_webreserve {
	text-align: center;
	width: 260px;
	margin: 0 auto 10px;
	position: relative;
}
.hairstyle_detail_webreserve a {
	font-size: 13px;
	color: #fff;
}
.hairstyle_detail_tellreserve {
	text-align: center;
	width: 260px;
	margin: 0 auto 20px;
	border: 1px solid #C90000;
	background-color: #ffffff;
}
.hairstyle_detail_tellreserve a {
	font-size: 13px;
	color: #C90000;
}
.hairstyle_detail_coupon {
	text-align:center;
}
.hairstyle_detail_coupon a {
	position: relative;
	padding: 0 0 0 5px;
	font-size: 12px;
	text-align: center;
	color:  #CB000D;
}
#hairstyle_detail .hairstyle_menu {
	border-top: 1px solid #C90000;
	padding: 15px 6px 20px 6px;
}
#hairstyle_detail .hairstyle_menu p {
	line-height: 2;
}
#hairstyle_detail .hairstyle_menu p span {
	font-weight: bold;
	display: block;
	margin-top: -4px;
	margin-bottom: 5px;
}
.hairtype, .facetype {
	display: table;
	width: 100%;
	margin-bottom: 7px;
}
.hairtype div {
	background-color: #D2CDC7;
	color: #ffffff;
	width: 19.5%;
	text-align: center;
	padding: 10px 0;
	font-size: 10px;
	display: table-cell;
	white-space: nowrap;
	border-right: 2px solid #ffffff;
}
.facetype div {
	width: 16%;
	text-align: center;
	padding: 10px 0;
	font-size: 10px;
}
.hairtype.threerow div {
	width: 33%;
}
.hairtype div.red {
	background-color: #C90000;
}
.facetype {width: 95%;margin: 0 auto;}
.facetype p{
	position: relative;
	padding-top: 42px;
	width: 40px;
	text-align: center;
	display: table-cell;
}
.facetype .icon_square {
	background-position: -26px -240px;
	height: 24px;
	width: 24px;
	position: absolute;
	left: 50%;
	top: 6px;
	margin-left: -12px;
	z-index: -1;
}
.facetype .icon_triangle {
	background-position: -26px -267px;
	height: 21px;
	width: 25px;
	position: absolute;
	left: 50%;
	top: 8px;
	margin-left: -12px;
	z-index: -1;
}
.facetype .icon_circle {
	background-position: -26px -290px;
	height: 24px;
	width: 24px;
	position: absolute;
	left: 50%;
	top: 6px;
	margin-left: -12px;
	z-index: -1;
}
.facetype .icon_egg {
	background-position: -26px -316px;
	height: 31px;
	width: 24px;
	position: absolute;
	left: 50%;
	top: 2px;
	margin-left: -12px;
	z-index: -1;
}
.facetype .icon_long {
	background-position: -27px -350px;
	height: 31px;
	width: 21px;
	position: absolute;
	left: 50%;
	top: 2px;
	margin-left: -12px;
	z-index: -1;
}
.facetype .icon_base {
	background-position: -27px -384px;
	height: 25px;
	width: 23px;
	position: absolute;
	left: 50%;
	top: 6px;
	margin-left: -12px;
	z-index: -1;
}
.facetype .icon_square.red {background-position-x: 0;}
.facetype .icon_triangle.red {background-position-x: 0;}
.facetype .icon_circle.red {background-position-x: 0;}
.facetype .icon_egg.red {background-position-x: 0;}
.facetype .icon_long.red {background-position-x: -1px;}
.facetype .icon_base.red {background-position-x: 0;}
.styling_item {
	border-top: 1px solid #C90000;
	border-bottom: 2px solid #C90000;
}
.styling_item .title {
	font-size: 12px;
	color: #C90000;
	padding: 10px 0;
	text-align: center;
}
.styling_item .item {
	font-size: 14px;
	color: #ffffff;
	background-color: #301C00;
	padding: 25px 0 0 28px;
	margin-top: 1px;
	height: 41px;
	position: relative;
}
.styling_item .item:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 9px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #CB000D;
}
.styling_item .item:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 7px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #301C00;
}
.styling_item .item .image {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 65px;
	margin-right: 1%;
}
.new_hairstyle {
	padding: 0 6px;
}
.new_hairstyle .title {
	font-size: 14px;
	color: #C90000;
	padding: 30px 0 20px;
	text-align: center;
}
.new_hairstyle ul{
	width: 100%;
}
.new_hairstyle ul li{
	width: 32%;
	text-align: center;
	float: left;
	margin-right: 2%;
}
.new_hairstyle ul li:nth-child(3n) {margin-right:0;}
.new_hairstyle ul li img{
	width: 100%;
	border: 1px solid #000000;
}
.new_hairstyle ul li div{
	padding: 5px 0 15px;
	font-size: 10px;
}
#hairstyle_detail .hairstyle_link {
	background-color: #301C00;
	border-bottom: 1px solid #C90000;
	color: #ffffff;
	padding: 16px 0;
	font-size: 11px;
	margin: 20px 0 0;
	text-align: center;
}
#hairstyle_detail .hairstyle_link a {
	position: relative;
}
#hairstyle_detail .hairstyle_link a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: -15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #CB000D;
}
#hairstyle_detail .hairstyle_link a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: -18px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #301C00;
}
#breadcrumb_box {
	height: 100px;
	width: 100%;
	position: relative;
	border-top: 1px solid #C90000;
}
.breadcrumb {
	position: absolute;
	bottom: 20px;
	left: 10px;
	font-size: 10px;
	line-height: 1.5;
}
.breadcrumb a {
	color: #C90000;
}


/* タブ */
#tab_ladys-mens {
	text-align: center;
	border-bottom: 1px solid #C90000;
	margin: 0;
	padding: 0;
}
ul#tab_ladys-mens {
	text-align: center;
	border-bottom: 1px solid #C90000;
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
ul#tab_ladys-mens li {
	text-align: center;
	font-size: 14px;
	width: 49.8%;
	padding: 0;
	background-color: #D2CDC7;
	color: #000;
	padding: 10px 0;
	display: inline-block;
}
ul#tab_ladys-mens li a{ font-family: Muli ;font-weight: 400 ;}
ul#tab_ladys-mens li.active {
	background-color: #C90000;
	color: #FFF !important;
}
ul#tab_ladys-mens li:hover {
	background-color: #C90000;
	opacity: 1;
}


/* 検索結果 */
p#src_word{
	margin: -10px 0 30px 0;
	font-size: 16px;
}

/*画像サイズ取得　newhairstyleとカテゴリーに適応*/
.hairstyle_list li p.ibox:before{
  padding-top: 133%; /* 1:1.33 */
}
.hairstyle_list li p.ibox span{
border: 1px solid #000;
}


/* @group ページング　20151110 */
.page-controls-direction {
position: relative;
border-top: 1px solid #c90010;
padding: 20px 0;
}
.page-controls-direction ul li {
display: inline-block;
vertical-align: bottom;
font-size: 16px;
}
.page-controls-direction .page-prev {background: url("/img/controls.png") no-repeat 0 0;background-size:96px 63px;margin-right: 7px;
}
.page-controls-direction .page-next {background: url("/img/controls.png") no-repeat -43px 0;background-size:96px 63px;	margin-left: 7px;}
.page-controls-direction .page-prev:hover {background-position: 0 -31px;}
.page-controls-direction .page-next:hover {background-position: -43px -31px;}
.page-controls-direction a.page-prev,
.page-controls-direction a.page-next {
outline: 0;
text-indent: -9999px;
}
.page-controls-direction a {
display: block;
width: 29px;
height: 25px;
padding-top: 7px;
}

.page-controls-direction a:link {color: #c90010; text-decoration: none; }
.page-controls-direction a:visited {color: #c90010; text-decoration: none; }
.page-controls-direction a:active {color: #999; text-decoration: none; }
.page-controls-direction a:hover {color: #999; text-decoration: none; }
.page-controls-direction a.hit {color: #999 !important; }

/* @end */

@media screen and (min-width: 360px) {
/* @group ページング　20151110 */
.page-controls-direction a {
width: 31px;
}
/* @end */
}

/* 768pxから */

@media screen and (min-width: 768px) {
	#hairstyle_top .image_block {margin:50px 30px;}
	#hairstyle_top .left {float:left;width:48%;border-bottom:none;}
	#hairstyle_top .right {float:right;width:48%;}


	ul#tab_ladys-mens {
		display: block;
	}
	ul#tab_ladys-mens li {
		width: 30%;
	}
	#hairstyle .hairstyle_nav div {
		padding: 18px 0 12px 0;
		font-size: 12px;
	}
	#hairstyle .hairstyle_nav div.m1 {width: calc(18% - 1px) !important;width: -webkit-calc(18% - 1px) !important;}
	#hairstyle .hairstyle_nav div.m2 {width: calc(18% - 1px) !important;width: -webkit-calc(18% - 1px) !important;}
	#hairstyle .hairstyle_nav div.m3 {width: calc(18% - 1px) !important;width: -webkit-calc(18% - 1px) !important;}
	
	#hairstyle .hairstyle_list.ranking {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 30px;
	}
	#hairstyle .hairstyle_list.ranking li img {
	}

	
	#hairstyle .hairstyle_list  li.two_row {
		width: 40%;
	}
	#hairstyle .hairstyle_list  li.two_row:first-child {
		padding-left: 9%;
	}
	#hairstyle .newhair  li.two_row:first-child {
		padding-left: 0 !important;
	}
	#hairstyle .ctg  li.two_row:first-child {
		padding-left: 0 !important;
	}
	#hairstyle .hairstyle_list {
		padding: 0;
	}
	#hairstyle .hairstyle_list.newhair li.two_row, #hairstyle .hairstyle_list.ctg li.two_row {
		width: 24%;
	}
	#hairstyle .hairstyle_list.newhair li.two_row, #hairstyle .hairstyle_list.ctg li.two_row {
		margin-right: 1.3%;
	}
	#hairstyle .hairstyle_list.newhair li.two_row:nth-child(4n), #hairstyle .hairstyle_list.ctg li.two_row:nth-child(4n) {
		margin-right: 0;
	}
	#hairstyle .hairstyle_link, #hairstyle_detail .hairstyle_link {
		width: 320px;
		margin: 20px auto 50px;
		border-bottom: none;
	}
	#hairstyle .hairstyle_list.newhair {
		margin: 0px auto;
		border-top: 1px solid #C90000;
		padding: 0 30px;
	}
	#hairstyle .hairstyle_list li a {
	display: block;
	height:41px;
	}	
	#hairstyle .hairstyle_list.ctg {
		margin: 0 30px;
	}
	#hairstyle .hairstyle_ranking ul {
		padding: 0 30px;
	}
	#hairstyle .hairstyle_ranking li {border-bottom:none;}
	#hairstyle .hairstyle_ranking li.two_row {width: 42%;}
	#hairstyle .hairstyle_ranking li.two_row:first-child {padding-left: 8%;}
	#hairstyle .hairstyle_ranking li.two_row img {width: 94%;}
	#hairstyle .hairstyle_ranking li.three_row {width: 32.2%;margin-right:1%;}
	#hairstyle .hairstyle_ranking li.three_row:nth-child(3) {margin-left:1%;clear: both;}
	#hairstyle .hairstyle_ranking li.three_row:nth-child(5) {margin-right:0;}
	#hairstyle_detail .hairstyle_content {
		margin: 30px 30px 0;
	}
	#hairstyle_detail .main_image {
		float: left;
		width: 52%;
	}
	#hairstyle_detail .hairstyle_info_wrap {
		float: right;
		width: 43%;
	}
	#hairstyle_detail .hairstyle_menu {
		padding: 15px 0 25px 0;
	}
	#hairstyle_detail .new_hairstyle {
		padding: 0 6px;
		margin-top: 50px;
	}
	.new_hairstyle ul {
		margin: 0 auto;
		padding: 0 30px;
		width: -webkit-calc(100% - 72px);
		width: calc(100% - 72px);
	}
	.new_hairstyle ul li {
		width: 16%;
		margin-right: 0.8%;
	}
	.new_hairstyle ul li:nth-child(3n) {margin-right: 0.8%;}
	.new_hairstyle ul li:nth-child(6n) {margin-right: 0;}
	#hairstyle .hairstyle_list h2, #hairstyle .hairstyle_ranking h2 {
	font-size: 24px;
	padding: 40px 0 30px;
	}
	#hairstyle .hairstyle_ranking li img {
	width: 96%;
	}
	#hairstyle .hairstyle_list li a span, #hairstyle .hairstyle_ranking li a span {
	font-size: 22px;
	}

	.new_hairstyle .title {
	border-top: 1px solid #C90000;
	margin: 0 25px;
	}
	#hairstyle_detail .hairstyle_info {
	border-top: 1px dotted #C90000;
	}
.new_hairstyle .ranking li:nth-child(4) {
	clear: none;
}
#hairstyle_detail .main_image p img {
	width: 100%;
}

.bx-pager {
	width: 100%;
}


/* @group ページング　20151110 */
.page-controls-direction a {
width: 33px;
}
/* @end */


}

/* 1025pxから */
@media screen and (min-width: 1025px) {
	#hairstyle_top {margin-top: 50px;}
	#hairstyle_top .image_block {margin:80px 30px;}
	#hairstyle_top h2 {
		font-size: 32px;
		margin-top: -16px;
}


	#hairstyle {
		margin-top: 50px;
	}
	ul#tab_ladys-mens li {
	width: 22%;
	}
	#hairstyle_detail {
		margin-top: 30px;
	}
	#hairstyle .hairstyle_nav {
		padding: 0 100px;
	}
	#hairstyle .hairstyle_list li.two_row, #hairstyle .hairstyle_list li.three_row {width:20%;}
	#hairstyle .hairstyle_list.ranking li {
		margin-right: 0;
	}
	#hairstyle .hairstyle_nav div {
	border-right: none;
	}	
	#hairstyle .hairstyle_list.ranking li img {
	width: 94%;
	}	
	#hairstyle .hairstyle_list.ranking {
	padding: 0 25px;
	}
	.styling_item .item .image {
	margin-right: 3%;
	}
	.new_hairstyle .title {
	margin: 0;
	padding: 40px 0 20px;
	}
	.new_hairstyle ul {
	padding: 0 30px;
	}
.new_hairstyle .title {
	font-size: 15px;
}
#hairstyle .hairstyle_list  li.two_row:first-child {
	padding-left: 0;
}

.hairstyle_list.ranking li div,.hairstyle_list.newhair li div, .hairstyle_list.ctg li div{
	font-size: 11px;
}



/* @group ページング　20151110 */
.page-controls-direction {
border-top: 0px;
padding: 40px 0;
}
/* @end */



}








.spinner {
  margin: 0 auto 0;
  width: 70px;
  height: 0px;
  text-align: center;
  display:none;
}

.spinner > div {
  margin-top: 100px;
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}