@charset "UTF-8";
/* CSS Document */
#entry-box{
width:100%;
height:auto;
min-height: 200px;
overflow: hidden;
float: left;
margin-top: 50px;
}
.entry-line{
width:100%;
height:auto;
min-height: 200px;
overflow: hidden;
float: left;
margin-top: 10px;
}
.wrap{

margin:0 auto;

}


.box-cop-33 {
width:33%;
overflow:visible;
float:left;
line-height:1.8em;
position: relative;
}


.in-box{
padding:0;
overflow: hidden;
margin-top: 10px;
margin-right: 5px;
margin-left: 5px;
}
.in-box-gray{
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
	background-color: #e0e0e0;
	color: #666;
	padding: 0;
	top: 0; 
	left: 0;
	width: 96.5%;
	height: 96.5%;
	position: absolute;
}
.box-1x1:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.box-in, .box-in-3 {
	font-size: 28px;
	line-height: 58px;
	padding: 22% 25px;
}
.in-box:hover {

	border: 1px solid #e6e6e6;
	text-decoration: none;
}
.in-box-no:hover {
	border: 1px solid #e6e6e6;
}
.in-box img,.in-box-no img{

	width: 100%;
	height: 100%;
	vertical-align: bottom;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.in-box img:hover ,.in-box-no img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.in-box a:hover {
	text-decoration: none;
	color: #ccc;
}
.in-box-no a{
	text-decoration: none;
	color: #333;
}
.in-box-no a:hover {
	text-decoration: none;
	color: #666;
}

/* mask */
.in-box {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.in-box .caption {
	font-size: 0.8em;
	text-align: center;
	color: #333;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.5em;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.in-box .mask {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;	/* 絶対位置指定 */
	top: 10px;
	right: 10px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: rgba(255,255,255,0.6);	/* マスクは半透明 */
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.in-box:hover .mask {
	width: 100%;
	height: 100%;
	border-radius: 0%;
	top: 0;
	right: 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.in-box:hover .caption {
	font-size: 2em;
}
@media (max-width: 900px) {
	.in-box-gray{
		width: 96%;
	}
	.box-in {
	line-height: 50px;
	font-size: 24px;
	}
	.box-in-3 {
	font-size: 24px;
	line-height: 50px;
	}
}
@media (max-width: 768px) {
	.box-cop{
	width:49%;
	}
	.in-box-gray{
		width: 96%;
		max-height: 305px;
	}
	.box-in {
	font-size: 21px;
	line-height: 38px;
	}
	.box-in-3 {
	padding: 20% 25px;
	font-size: 20px;
	line-height: 38px;
	}
	.in-box:hover .caption {
	font-size: 1.5em;
	}
}
@media (max-width: 620px) {
	.box-in{
	padding: 10% 25px;
	font-size: 18px;
	line-height: 38px;
	}
	.box-in-3 {
	padding: 10% 25px;
	font-size: 14px;
	line-height: 28px;
	}
	.in-box-gray{
		width: 94%;
		height: 94%;
	}
}
@media (max-width: 460px) {
	.box-in{
	padding: 20% 25px;
	font-size: 21px;
	line-height: 60px;
	}
	.box-in-3{
	padding: 10% 25px;
	font-size: 21px;
	line-height: 40px;
	}
	.box-cop-33 {
		width:49%;
	}
	.in-box-gray{
	width: 97.5%;
	height: 97.5%;
	}	
}
@media (max-width: 420px) {
	.box-in{
	padding: 25% 25px;
	font-size: 21px;
	line-height: 40px;
	}
	.box-in-3{
	padding: 20% 25px;
	font-size: 18px;
	line-height: 30px;
	}
	.in-box-gray{
	width: 96.5%;
	height: 96.5%;
	}
}
@media (max-width: 360px) {
	.box-in{
		font-size: 20px;
		line-height: 32px;
	}
	.box-in-3{
		padding: 15% 25px;
		font-size: 17px;
		line-height: 30px;
	}
}