@charset"utf-8";

/*分割無し*/
div.sp-box-full{
	width:743px;	
	height:210px;
	border:1px solid #E4E4E4;
	padding:10px;

	margin-right:11px;
	margin-bottom:10px;
	float:left;
}

div.sp-box-full-in{
	width:743px;	
	height:210px;
	overflow:hidden;
}

div.sp-box-full-in a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


/*2分割*/
div.sp-box{
	width:355px;
	height:210px;
	border:1px solid #E4E4E4;
	padding:10px;

	margin-right:11px;
	margin-bottom:10px;
	float:left;
}

div.sp-box-in{
	width:355px;
	height:210px;
	overflow:hidden;
}

div.sp-box-in a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


/*4分割*/
div.sp-box-4{
	width:161px;
	height:210px;
	border:1px solid #E4E4E4;
	padding:10px;

	margin-right:11px;
	margin-bottom:10px;
	float:left;
}

div.sp-box-4-in{
	width:161px;
	height:210px;
	overflow:hidden;
}

div.sp-box-4-in a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


/*3コマ*/
div.sp-box-3{
	width:548px;
	height:210px;
	border:1px solid #E4E4E4;
	padding:10px;

	margin-right:11px;
	margin-bottom:10px;
	float:left;
}

div.sp-box-3-in{
	width:548px;
	height:210px;
	overflow:hidden;
}

div.sp-box-3-in a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}




div.cont-box{
	width:181px;
	/*height:230px;*/
	height:267px;
	border:1px solid #E4E4E4;

	margin-right:11px;
	margin-bottom:10px;
	float:left;
}

div.cont-box h4{
	font-size:1px;
}

p.update{
	font-size:90%;
	margin-bottom:5px;
}

div.cont-box div.cont-in{
	margin:10px;
}

div.cont-box div.cont-in div.cont-info{
	height:3.8em;
	margin-top:5px;
	font-size:80%;
	line-height:1.3;
	overflow:hidden;
}

div.cont-box div.cont-in div.cont-img{
	display:table-cell;
	width:157px;
	height:157px;
	overflow:hidden;
	margin:0px;
	text-align:center;
	/*border:1px solid #CCC;*/
	vertical-align:middle;
}

div.cont-box div.cont-in div.cont-img a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

div.cont-box div.cont-in div.cont-img img{
	/*max-height:122px;*/
	max-height:159px;
	max-width:159px;
}

div.sns_banner{
	margin-top:15px;
	margin-bottom:5px;
}