a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}

.voice_box {
width: 730px;
margin-top: 78px;
margin-bottom:10px;
}

.voice_left {
float: left;
width: 290px;
height:406px;
padding:30px;
background-image:url(../img/voice_bg.gif);
}

.voice_right {
float: right;
width: 290px;
height:406px;
padding:30px;
background-image:url(../img/voice_bg.gif);
}

.voice_img {
width: 290px;
margin-top:20px;
}

.voice_title{
width: 280px;
padding:5px;
background-color:#F7F5EF;
color:#D9556F;
font-size:14px;
font-weight:bold;

}

.voice_txt{
width: 280px;
padding:5px;
color:#333333;

}

.voice_list{}
.voice_list li{
	position:relative;
	float:left;
	width:33%;
	margin-bottom:50px;
	}
.modal{
	display:block;
	}

.voice_img{
	width:160px;
	height:160px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	border-radius:82px;
	margin-bottom:10px;
	border:none;
	background: #d9556f;
	box-sizing:border-box;
	position:relative;
	 

	}
.voice_img img{
	width:160px;
	}
.voice_name{
	text-align:center;
	color:#333;
	}

.voice_icon{
	position: absolute;
	right: -16px;
	top: -33px;
	}
	
	
.voice_img{
	}

.voice_img_bg{
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	
	}


.voice_img_bg:hover{
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
	}

.voice-comment{
	color:#666;
	width:160px;
	background:#efefef;
	padding:5px;
	margin:0 auto;
	}

.voice_photo {
	width:50%;
	float:left;
}

.voice_photo .img img{
	width:100%;
}
.voice_photo .ancate{
	text-align:center;
	margin-top:20px;
	background-color:#efefef;
	padding:16px;
	}
.voice_photo .ancate img{
	width:60%;
	    display: inline;
}

.voice_info {
	width:50%;
	float:right;
	box-sizing:border-box;
	padding:16px;

}

.voice_info .name {
	font-size:20px;
	font-weight:bold;
}

.voice_info .comment {
	margin-top:16px;
}

.to-list{
	background: #d9556f;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 14px;
	text-decoration:none;
	display:inline-block;
	margin-top:16px;
	}
.to-list:hover{
	background:#ff97ac;
}
