@charset 'UTF-8';

/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
.subtitle {
    background: url(../image/icon_voice.jpg) left 9px no-repeat;
    margin-bottom: 10px;
    color: #2A2B24;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.75;
    padding: 5px 20px 3px 40px;
}

#voice .box {
	padding: 0px 0 0px 0;
	margin-bottom: 50px;
	overflow: hidden;
}
#voice p {
    color: #2A2B24;
}

.imgleft .image,
.imgright .image {
	width: 300px;
	text-align: center;
}
.imgleft .image span,
.imgright .image span{
    width: 300px;
    height: 220px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.imgleft .image li,
.imgright .image li{
	margin-bottom:20px;
}

.imgleft .image li:last-child,
.imgright .image li:last-child{
	margin-bottom:0px;
}