
.gallery table{
	height:150px;
	border-collapse: collapse;
	margin:8px;
	font-size:19px;
	color:#804c2e;
	background:rgb(251,215,215);
	border:2px solid rgb(255,155,155);
	border-radius:20px;
/*	box-shadow:0px 0px 5px #fbd7d7;*/
	filter:drop-shadow(1px 1px 2px #4b0082);
}

.dic_area{
	width:150px;
	height:150px;
	text-align:center;
	vertical-align:middle;
}

.d_icon{
	width:120px;
	height:120px;
	background:#fff;
	border:1px solid #fff;
	border-radius:25px;
}

.voice_dat_area{
	width:258px;
	height:25px;
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
	font-weight:bold;
}

.audio_area{
	width:320px;
	height:25px;
	text-align:center;
	vertical-align:middle;
}

/*
.gallery td{
	border:1px solid #000;
	width:650px;
	height:320px;
	text-align:center;
	vertical-align:top;
}
*/
.gallery img{
	background:#ffffff;
	border:1px solid #000000;
	filter: drop-shadow(3px 3px 3px #001122);
}

.gallery a{
	color:#fff;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gallery a:hover{
	color:#ddd;
	text-decoration: underline;
	-webkit-transition: all .3s;
	transition: all .3s;
}

