@charset "UTF-8";
body{
	background:#fff;
	
}
#nav{
	top:0;
	opacity:1;
}
#nav .btn {
	background:#bb9464;
	color: #fff;
	font-family: 'BioRhyme', serif;
	font-size:11px;
	width:170px;
}
.btn-backstage{
	background:#000;
	color: #bb9464;
    display: block;
    float: right;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 25px;
    margin: 6px 15px 5px 0;
    text-align: center;
    width: 170px;
}
#testimony{
	background:url(../img/comment2/bg.jpg) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
}
#testimony h2,
#testimony h3{
	text-align: center;
}
#testimony .text .inner{
	width:100%;
}
#testimony ul{
	display: block;
	width:1180px;
	padding-top:30px;
	padding-bottom:30px;
	margin:0 auto;
	text-align: center;
}
#testimony ul.c2{
	padding-top:0;
}
#testimony ul li{
	position: relative;
	width:33%;
	height:290px;
	display: inline-block;
	background:no-repeat center center;
	font-weight: bold;
	line-height: 1.6;
}
#testimony ul.c1 li{
	width:45%;
	height:280px;
}
#testimony ul li div{
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#testimony ul li.small{
	height:150px;
}
#testimony ul.c2 li.small{
	height:220px;
}
#testimony ul.c2{
	border-bottom:1px solid #666;
}
#testimony ul li.small span{
	font-size:14px;
}

#testimony ul.c1 li:nth-child(1){ background-image:url(../img/comment2/c1.png);}
#testimony ul.c1 li:nth-child(2){ background-image:url(../img/comment2/c10.png);}
#testimony ul.c1 li:nth-child(3){ background-image:url(../img/comment2/c2.png);}
#testimony ul.c1 li:nth-child(4){ background-image:url(../img/comment2/c3.png);}
#testimony ul.c2 li:nth-child(1){ background-image:url(../img/comment2/c4.png);}
#testimony ul.c2 li:nth-child(2){ background-image:url(../img/comment2/c5.png);}
#testimony ul.c2 li:nth-child(3){ background-image:url(../img/comment2/c6.png);}

#testimony ul.c2 li:nth-child(4){ background-image:url(../img/comment2/c11.png);}
#testimony ul.c2 li:nth-child(5){ background-image:url(../img/comment2/c7.png);}
#testimony ul.c2 li:nth-child(6){ background-image:url(../img/comment2/c8.png);}
#testimony ul.c2 li:nth-child(7){ background-image:url(../img/comment2/c9.png);}
#testimony ul.c2 li:nth-child(8){ background-image:url(../img/comment2/c12.png);}
#testimony ul.c2 li:nth-child(9){ background-image:url(../img/comment2/c13.png);}

#testimony ul li span{
	display: block;
	color:#b38d60;
	padding-top:5px;
}