@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: 24%;
	margin-top: 10px;
	border: 2px solid rgba(157, 157, 157, 0.5);
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-right: 5px;
	background-color: #b1b1b1;
}
.box-cop:hover {
	border: 2px solid #bfd600;
	background-color: rgba(156, 214, 0, 0.4);
}
.box-cop-news {
	float: left;
	width: 23%;
	margin-top: 10px;
	margin-left: 1%;
	border: 1px solid rgba(180, 180, 180, 0.5);
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #d1d1d1;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.box-cop-news:first-child {
	margin-left: 0;
}
.box-cop-news:hover {
	border: 1px solid #bfd600;
	background-color: rgba(156, 214, 0, 0.4);
}

.in-box{
	text-align: center;
	width: 100%;

}

.in-box img{
	width: 100%;

}

.in-box a:hover {
	text-decoration: none;
	color: #666;
}
@media (max-width: 968px) {
	.box-cop{
	width:32%;
	}
	.box-cop-news{
	width:30.5%;
	}
	.box-cop-news:first-child{
		margin-left: 1%;
	}
}
@media (max-width: 768px) {
	.box-cop{
	width:48%;
	}
	.box-cop-news{
	width:46%;
	}
}

@media (max-width: 460px) {
	.box-cop{
	width:47%;
	}
	.box-cop-news{
	width:46%;
	}
}
@media (max-width: 359px) {
	.box-cop{
	width:97%;
	}
	.box-cop-news{
	width:93%;
	}
}