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


	
	#inNewsBody article {
		width:100%;
	}
	
p{
	line-height:1.5em;
	margin-bottom:20px;
}

p.btn a:link,
p.btn a:visited{
	background-color:#F00;
	color:#fff;
	font-size:14px;
	border-radius:10px;
	display:block;
	padding:15px;
	text-align:center;
	margin:30px 0 30px 0px;
	width:90%;
	text-decoration:none;
}

p.btn a:hover{
	background-color:#F30;
}

section.voice{
	margin-bottom:50px;
}

.voice p{
	margin-bottom:30px;
	border-bottom:dotted 3px #999999;
	padding-bottom:30px;
}

.voice p img{
	width:100%;
}



@media only screen and (min-width: 480px){
	
	p.btn a:link,
p.btn a:visited{
	width:95%;
}



	
}


@media only screen and (min-width: 640px){
	
	.voice p{
	margin-bottom:30px;
	border-bottom:dotted 3px #999999;
	padding-bottom:30px;
	width:600px;
}





}