@charset "utf-8";
/* CSS Document */
#title h1 {
	display: block;
	margin: 20px auto;
	width: 96%;
}
#title h1 img {
	height: auto;
	width: auto;
	max-width: 100%;
}
#voice {
	display: block;
	margin: 20px auto;
	width: 96%;
}

#voice dt {
	font-size: 16px;
	font-weight: 600;
	color: #C00;
	padding: 2px 0 2px 5px;
	box-sizing: border-box;
	border-left: solid 5px #0066CC;
}
#v_tit {
	text-align: right;
	color: #FFF;
	font-weight: 600;
	background-color: #0066CC;
	display: block;
	padding: 3px;
	box-sizing: border-box;
}

#v_ph {
	text-align: center;
	display: block;
	width: 96%;
	box-sizing: border-box;
}
#v_ph img {
	height: auto;
	width: auto;
	max-width: 100%;
	border: 5px solid #F0F0F0;
	box-sizing: border-box;
}

.ml_2 {
	margin-left: 2em;
}

#v_detail {
	display: block;
	margin: 5px auto;
	width: 96%;
	box-sizing: border-box;
}

#voice_sekou {
	text-align: center;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#voice_sekou a {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background-color: #F60;
	display: block;
	padding: 5px;
	float: right;
	width: 150px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	clear: both;
}

#staff {
	background-color: #F7FFFF;
	display: block;
	margin: 10px 0;
	padding: 5px;
	box-sizing: border-box;
}

.float-left_mr2 {
	float: left;
	margin-right: 2em;
}

@media only screen and (min-width: 769px) {
#title h1 {
	background-image: url(../images/voice/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 80px;
	width: 950px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

#voice {
	display: block;
	margin: 40px auto;
	width: 850px;
}

#v-box {
	display: block;
	margin: 10px 0;
	width: 850px;
	box-sizing: border-box;
}

#v_ph {
	text-align: center;
	display: block;
	padding: 0;
	float: left;
	width: 250px;
	box-sizing: border-box;
}

#v_detail {
	display: block;
	padding: 0 10px;
	float: right;
	width: 600px;
	box-sizing: border-box;
}
#voice_sekou a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#staff {
	background-color: #F7FFFF;
	display: block;
	margin: 10px 0;
	padding: 5px;
	box-sizing: border-box;
}

}
