.shizu_nail_list{
    margin: 40px 0;
	background: rgb(255,214,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,214,217) 0%, rgb(255,246,247) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,214,217)), color-stop(100%,rgb(255,246,247))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,214,217) 0%,rgb(255,246,247) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,214,217) 0%,rgb(255,246,247) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,214,217) 0%,rgb(255,246,247) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,214,217) 0%,rgb(255,246,247) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd6d9', endColorstr='#fff6f7',GradientType=0 ); /* IE6-9 */

}
.shizu_nail_list h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    color: #f37ba0;
}
.shizu_nail_list h2:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background: url(../img/salon/shizu/nail/line_l.png) no-repeat;
	width:215px;
	height:49px;
	margin-right: 1em;
}
.shizu_nail_list h2:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background: url(../img/salon/shizu/nail/line_r.png) no-repeat;
	width:215px;
	height:49px;
	margin-left: 1em;
}
.nail_area{
    width: 29%;
    float: left;
    margin: 0 2% 3%;
}
li:last-child.nail_area {
    margin-right: 0;
}
.nail_area img{
    margin-bottom: 2%;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .nail_area{
        width: 46%;
        float: left;
    }
	.shizu_nail_list h2 {
		font-size: 1em;
	}
	.shizu_nail_list h2:before,
	.shizu_nail_list h2:after {
		width: 108px;
		height: 23px;
		background-size: 100%;
	}
}
