@charset "utf-8";
/* CSS Document */


.grid_sekou02 {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
}
.ho {
    position: relative;
	margin: 4px;
	float: left;
}

.ho h1{
    height: 180px;
}

.ho img {
    width: 230px;
    height: 180px;
}

.ho_span {
    display: block;
    position: absolute;
    width:230px;
    height:180px;
    line-height: 180px;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.w_waku {
    top:50px;
}

a:hover .ho_span {
    display: block;
    top:0;
    left:0;
    opacity: 1;
}

.ho a {
display: block;
	color: #fff;
	text-decoration: none;
	width: 230px;
	height: 180px;}


