@charset "UTF-8";

#box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
#photo {
	float: left;
	width: 28%;
}
#voice_title   {
	float: right;
	width: 70%;
	font-size: 120%;
}
#voice_title span {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-size: 80%;
	font-weight: bold;
}
#voice_text {
	width: 70%;
	float: right;
	margin-top: 10px;
	color: #868686;
}

#container {
	height: 539px;
	width: 100%;
	padding:0;
	margin:0;
}

@media screen and (max-width: 768px) {
	#box{display: flex; flex-direction: column; float: none;}
	#photo,#voice_text{width: 100%; margin-bottom: 30px;}
}
