/**********************************
voice
**********************************/
#voiceBox {
	font-size: 24px;
	line-height: 32px;
	margin-bottom:-40px;
}
#voice #contentsBox ul {
	padding: 20px 0 10px 0;
}

#voice #contentsBox ul li{
	padding: 0 0px 15px 0;
	float: left;
	width: 50%;
	text-align: center;
}
#voice #contentsBox .radiusBox img{
	border-radius: 300px;        /* CSS3草案 */
	-webkit-border-radius: 300px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 300px;   /* Firefox用 */
	width: 90%;
}
#colorbox {
    left: 20px !important;
}
#contentsBox {
    margin-bottom: 40px;	
}
