@charset "utf-8";


/*----------------------------------------------------

	Hair Galleryページ用CSS

----------------------------------------------------*/



/*----------------------------------------------------

	.contents

----------------------------------------------------*/



.gallery #contents #contentsBox .hairGalleryCon .yofuBox {
	margin: 0 0 30px;
}
.gallery #contents #contentsBox .hairGalleryCon .wafuBox {
	clear: both;
}



.gallery #contents #contentsBox .hairGalleryCon .yofuBox h3,
.gallery #contents #contentsBox .hairGalleryCon .wafuBox h3 {
    font-size: 16px;
    color: #524611;
    border: 1px solid #524611;
    border-radius: 100px;
    background: #FFFFFF;
    padding: 5px 0;  
	margin: 0 0 15px;
	text-align: center;
}



.gallery #contents #contentsBox .hairGalleryCon .yofuBox p,
.gallery #contents #contentsBox .hairGalleryCon .wafuBox p {
	margin: 0 0 20px;
}



.gallery #contents #contentsBox .hairGalleryCon .yofuBox ul,
.gallery #contents #contentsBox .hairGalleryCon .wafuBox ul {
	margin: 0 -20px 0 0;
}



.gallery #contents #contentsBox .hairGalleryCon .yofuBox ul li,
.gallery #contents #contentsBox .hairGalleryCon .wafuBox ul li {
	float: left;
	margin: 0 20px 20px 0;
}





























