@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: 33%;
	margin-bottom: 20px;
}
.in-box{
	padding:0;
	text-align: left;
	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%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.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;
}
.pr-name{
	font-size: 0.9em;
font-weight: 900;
margin-top: 5px;
}
.news-date {
	font-size: 0.9em;
	margin-top: 5px;
	font-weight: 400;
	color: #666;
}
.news-cat{
	font-size: 0.8em;
	font-weight: 400;
	float: right;
}
.pr-name:hover{
	text-decoration: none;	
}
@media (max-width: 768px) {
	.box-cop {
	width:50%;

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

	}
	.pr-name{
	font-size: 0.8em;
	}
	.news-cat{
		font-size: 0.7em;
	}
}

