@charset "UTF-8";


/*------------------------------------------------------------
	カバービジュアル
------------------------------------------------------------*/

.main-vis .main-img {
	background-image: url('../img/hairstyle/img_main.jpg');
}


/*------------------------------------------------------------
	タブ
------------------------------------------------------------*/

#tab-select li:nth-child(2) {
	line-height: 1.3;
}

#tab-select li a {
	height: 66px;
}

/*------------------------------------------------------------
	hairstyle コンテンツ
------------------------------------------------------------*/



#hairstyle .one-fourth {
	width:48%;
	height:auto;
	overflow:hidden;
	margin:0 1% 10px 1%;
}

#hairstyle .one-fourth img {
	max-width:100%;
	height:auto;
	-webkit-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}

#hairstyle .one-fourth a:hover img {
	-webkit-transform:scale(1.10,1.10);
	transform:scale(1.10,1.10);
}

@media only screen and (min-width: 768px) {
	
	#hairstyle .one-fourth {
		width: 18.4%;
		margin:0 2% 25px 0;
		overflow:hidden;
	}
	
	#hairstyle .one-fourth:nth-child(2n) {
		margin-right: 2%;
	}
	
	#hairstyle .one-fourth:nth-child(5n),
	#hairstyle .one-fourth:last-child {
		margin-right: 0;
	}

}

