/********** ナビゲーション：カレント **********/
#h_nav ul li.h_nav_voice a{
	background-position:left bottom;
}


/********** ページタイトル **********/
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-left:20px;
}
h2:before {
	background: #437a1d;
        content: "";
        height: 15px;
        width: 15px;
        left: 0;
        position: absolute;
        top: 7px;
}

/*
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #333;
	background-image: url(../img/testimonials/zisseki_icon08.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 5px;
}
*/
#testimonials_text01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding-top: 10px;
}
h3 {
	font-weight: bold;
	text-decoration: underline;
	background-image: url(../img/testimonials/zisseki_icon07.jpg);
	background-repeat: no-repeat;
}
.text_box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F2F2F2;
	border: 1px solid #B3B3B3;
	padding: 10px;
	margin-top: 20px;
}
.testimonials_text02 {
	font-size: 14px;
	padding-top: 5px;
	line-height: 25px;
}
#before {
	height: 31px;
	width: 154px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.photo_waku {
	float: left;
	width: 700px;
}
.left_photo01 {
	height: 269px;
	width: 468px;
	float: left;
	padding-right: 6px;
}
.right_photo01 {
	float: left;
	height: 131px;
	width: 226px;
}
.right_photo02 {
	float: left;
	height: 131px;
	width: 226px;
	padding-top: 7px;
}
#after {
	height: 31px;
	width: 154px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#list_box {
	width: 86px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.number {
	float: left;
	height: 28px;
	width: 28px;
	padding-right: 15px;
}


#testimonials_img01 {
	width:600px;
	margin:20px auto;
}


.nav-box{
	display:flex;
	margin:30px 0;
}
.nav-box a{
	text-decoration:none;
    border: 2px solid #F65F1C;
    border-radius: 5px;
    padding: 10px 15px;
}
.nav-box a:hover{
	text-decoration: underline;
}
.nav-box .prev{
	margin:0 auto 0 0;
}
.nav-box .next{
	margin:0 0 0 auto;
}

.pager{
	width:100%;
	margin:0 0 30px;
}
.pager iframe{
	width:600px;
	height:40px;
	background:#ffffff;
	padding:20px 50px;
    border: none;
}

.testimonials-top {
    text-align: center;
}