@charset "utf-8";

/* ==========================================================

title :　ホテル会員様の声

last modify : 　

2016/08/31 163_yamamoto 新規制作

========================================================== */


/*インタビュー 一覧*/
#voice{
  padding: 45px 0 40px 0;
}

#voice > .inner{
  width: 970px;
  margin: 0 auto;
}

#voice > .inner > .h{
  padding: 0 0 10px 0;
  border-bottom: 1px solid #626262;
}

#voice .img01{
  margin: 20px 0 0 0;
}

#voice .txt01{
  margin: 25px auto 0;
  width:650px;
}

#voice .voice_list{
  overflow: hidden;
  margin:0 auto;
  width:880px;
}

#voice .voice_list > li{
  float: left;
  width: 280px;
  padding: 30px 0 30px 0;
}

#voice .voice_list > li + li{
  margin: 0 0 0 20px;
}

#voice .voice_list > li.list_first{
  margin: 0;
}

/*インタビュー　中身*/

#voice .interview_area{
	width:886px;
	margin:60px auto 30px;
	}
#voice .interview_area h2{
	margin:0 auto 40px;
	}
#voice .interview_area .text_area{
	width:750px;
	margin:0 auto 30px;
	}
#voice .interview_area .text_area p:nth-of-type(2){
	letter-spacing:.6px;
}
#voice .interview_area .text_area figure.r_side{
	float:right;
	margin:0 0 35px 35px;
	}
#voice .interview_area .text_area p.headline{
	font-size:140%;
	color:#f0e297;
	margin:0 0 13px 0;
	line-height:1.3;
	}
#voice .interview_area .text_area p.question{
	font-size:130%;
	color:#fcc980;
	margin:0 0 13px 0;
	}
#voice .interview_area .interview_profile{
	background: url(../image/bg_interview_profile.png) 0 0 no-repeat;
	width:620px;
	height:260px;
	margin:40px auto 30px;
	position:relative;
	}
#voice .interview_area .interview_profile figure.profile_photo{
	position:absolute;
	top:22px;
	left:25px;
	}
#voice .interview_area .interview_profile figure.profile_name{
	position:absolute;
	top:22px;
	left:218px;
	}
#voice .interview_area .interview_profile p{
	position:absolute;
	top:108px;
	left:218px;
	width:350px;
	color:#1b1b1b;
	}