td.mv2{
	width:33%;
	text-align:center;
}

td.memo{
	vertical-align:top;
	padding:20px 10px 40px 10px;
	font-size:10px;
}

.mab7{
	margin-bottom:7px;
}

.box{
	margin:30px 10px 0;
	width:  180px;
	height:  165px;
}

.box p{
	margin-top:0.5em;
}

a.link-douga {
	position: relative;
	display:  block;
	width:  180px;
	height:  135px;
}

a.link-douga:hover img,
a.link-douga:active img {
	opacity: 0.7;
}
a.link-douga:after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left:  0;
	right: 0;
	bottom: 0;
	margin:  auto;
	background: url(images/btn_play_on.png) no-repeat 0 0;
	background-size: 30px auto;
}
a.link-douga:hover:after,
a.link-douga:active:after {
	background: url(images/btn_play_on.png) no-repeat 0 0;
	background-size: 30px auto;
}
