/* CSS Document */

.voice {
	width: 1140px;
	clear: both;
}
.icon {
	float: left;
	width: 40px;
}
.icon img {
	width: 100%;
}
.namearea {
	width: 1040px;
	float: right;
	padding-left: 20px;
	text-align: left;
}
.namearea h3 {
	font-size: 120%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #8C8C8C;
	clear: both;
}
.namearea h3 span {
	font-size: 70%;
	font-weight: normal;
	padding-left: 15px;
}
.namearea ul {
	clear: both;
	width: 100%;
}
.namearea ul li {
	float: left;
	font-size: 85%;
	width: 20%;
	color: #AD2E5B;
}
.voice h4 {
	clear: both;
	padding-bottom: 20px;
}
.voice p {
	clear: both;
	text-align: left;
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
}
.voicettl {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.voicettl:after,.voice:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}

@media screen and (max-width: 768px) {
	.voice {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
	.icon {
	width: 10%;
}
	.namearea {
	width: 85%;
	padding-left: 5%;
}
	.namearea ul li {
	float: none;
	width: 100%;
		clear: both ;
		font-size: 70%;
}
	.size10 {font-size: 80%;}
}
