@charset "Shift_JIS";
/*----------------------------------------------------------------
   mousou 
  -----------------------------------------------------------------*/
#mousoubox{
	
}
#mousoubox h2{
	margin: 0 10px 10px;
}
#mousoubox > p{
	margin:0 10px 30px;
	font-size:14px;
}
#mousoubox ul{
	overflow:hidden;
	margin:5px;
}
#mousoubox li{
	float:left;
	width:33%;
	text-align:center;
}
#mousoubox li p{
	margin:0 5px;
	padding-left:5px;
	text-align:left;
	border-left:5px solid #ee0a89;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#mousoubox li p a{

}
#mousoubox li div{
	margin:5px 5px 20px;
	border:3px solid #ccc;
}
#mousoubox li div a{
	
}
#mousoubox li div img{
	width:100%;
	height:auto;
}