/* CSS Document voice-**** */
@charset "utf-8";

.wrap-voice {
	background-image: url(../img/voice/voice-back.jpg);
	background-size:cover;
	height: 440px;
	margin-bottom: 30px;
}
.wrap-voice-in {
	position: relative;
	width: 960px;
	height: 440px;
	margin: 0 auto;
}
.voice-info {
	position: absolute;
	left: 0;
	width: 440px;
	bottom: 20px;
	background-color: rgba(0,0,0,0.7);
}
.voice-info h1 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
}
.voice-info p {
	color: #eee;
	padding: 0 10px 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}



@media screen and (max-width:640px){
	.wrap-voice {
		height: inherit;
		margin-bottom: 30px;
	}
	.wrap-voice-in {
		width: 100%;
		height: inherit;
		margin: 0;
	}
	.voice-info {
		width: 100%;
		position: static;
		left: inherit;
		bottom: 20px;
	}
	.voice-info h1 {
		display:inherit;
		font-size: 32px;
		font-weight: bold;
		color: #fff;
		padding: 20px 5px 5px 20px;
		margin-bottom: 0;
	}
	.voice-info p {
		color: #eee;
		padding: 20px;
		font-size: 14px;
		line-height: 18px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	

}

.voice-staff {
	position: absolute;
	top: 20px;
	left: 420px;
}
.voice-staff-list {
	list-style: none
}
.voice-staff-list li {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 200px;
	background: no-repeat right bottom url(../img/voice/staff-back.png) rgba(255,255,255,0.8);
}
.voice-staff-sp {
	margin-left: 40px;
}
.is-info {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 120px;
}
.is-info h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
.is-info p {
	font-size: 11px;
	line-height: 13px;
}
.voice-staff-list img {
	position: absolute;
	right: 0;
	top: 0;
}
.voice-staff-list a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 110px;
	height: 85px;
	padding-left: 5px;
	padding-top: 5px;
	text-decoration: none;
}
.stb1 {
	background-image: url(../img/voice/sb1.png);
}
.stb2 {
	background-image: url(../img/voice/sb2.png);
}
.stb3 {
	background-image: url(../img/voice/sb3.png);
}
.stb4 {
	background-image: url(../img/voice/sb4.png);
}

@media screen and (max-width:640px){
	.voice-staff-list li {
		display: inline-block;
		position: relative;
		width: 50%;
		height: 200px;
		background: no-repeat right bottom url(../img/voice/staff-back.png) rgba(255,255,255,0.8);
	}
	.voice-staff {
		position:static;
		top:inherit;
		left:inherit;
	}
	.voice-staff-sp {
		margin-left:inherit;
	}
	.is-info {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 60%;
	}
	.is-info h2 {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	.is-info p {
		font-size: 11px;
		line-height: 13px;
	}
	.voice-staff-list img {
		position: absolute;
		right: 0;
		top: 0;
	}
}

/* SLIDER
---------------------------------*/
#vSlider {
	width:100%;
	max-height:480px;
	overflow:hidden;
	position:relative;
	margin-bottom: 20px;
}
.wrap-vslider {
	width:2280px;
	max-height:480px;
	position:relative;
	left:50%;
	margin-left:-1140px;
}
.vslider-cover {
	position: absolute;
	width: 760px;
	height: 480px;
	background-color: rgba(0,0,0,0.5);
	display: block;
}
.l {
	left: 0;
	top: 0;
}
.arrow-l1,.arrow-l2,.arrow-l3,.arrow-l4 {
	position: absolute;
	right: -10px;
	height: 60px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.r {
	right: 0;
	top: 0;
}
.arrow-r1,.arrow-r2,.arrow-r3,.arrow-r4 {
	position: absolute;
	left: -10px;
	height: 60px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.wrap-interview {
	margin-bottom: 20px;
}

@media screen and (max-width:640px){
	#vSlider {
		height: inherit;
		max-height: inherit;
	}
	.wrap-vslider {
		width: 100%;
		height: 100%;
		left: 0;
		margin-left: inherit;
	}
	.navi-slider {
		width: 100%;
		height: 100%;
	}
	.vslider-cover {
		display: none;
	}
}

/* VOICE-BOX
---------------------------------*/
.voice-box {
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.voice-box h1 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
.voice-box p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.voice-box img {
	position: absolute;
	top: 0;
	right: 0;
}
.voice-box a {
	font-size: 18px;
	color: #d00;
	text-decoration: none;
	font-weight: bold;
}
.voice-box a:hover {
	color: #f00;
	text-decoration: underline;
}
.voice-box-001 {
	height: 180px;
}
.voice-box-002 {
	height: 250px;
}
.voice-box-001 p {
	width: 400px;
}
.voice-box-002 p {
	width: 330px;
}


.voice-other {
	padding-left: 20px;
}

@media screen and (max-width:640px){
	.voice-box p {
		width: 100%;
	}
	.voice-box a {
		display: block;
		width: 50%;
		background-color: #f00;
		color: #fff;
		padding: 10px;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.voice-other {
		padding-right: 20px;
	}
	.voice-box img {
		position: static;
		width: 100%;
	}
	.voice-box-001 {
		height: auto;
	}
	.voice-box-002 {
		height: auto;
	}
}
