@charset "UTF-8";
/* CSS Document */

#entry-box{
width:98%;
overflow: hidden;
margin-bottom: 20px;
margin-top: 20px;
float: left;
margin-left: 2%;
}

.wrap{
margin:0 auto;
}

.box-cop {
	float: left;
	width: 25%;
	height: 300px;
}
.in-box{
	padding:0;
	text-align: left;
	border-top: 1px solid #ccc;
	width: 95%;
	margin: 0;
}

.in-box:hover {
	text-decoration: none;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.in-box-no:hover {
	border: 1px solid #ddd;
}
.in-box img{
	width: 100%;

}
.in-box img:hover ,.in-box-no img:hover{
 
}
.in-box a:hover {
	text-decoration: none;
	color: #666;
}
.in-box-no a{
	text-decoration: none;
	color: #333;
}
.in-box-no a:hover {
	text-decoration: none;
	color: #666;
}

@media (max-width: 900px) {
	.box-cop{
	width:33.3%;
	}	
}

@media (max-width: 460px) {
	.box-cop {
	width:50%;

	}
	
}