@charset "utf-8";
/* CSS Document */

#each_sub_eyecatch {
	width: 680px;
	height: 240px;
}


.activity_article {
	clear: both;
	width: 640px;
	border: #ccc 1px solid;
	border-radius: 2px;
	color: #fff;
	margin: 30px 0 0 0;
	padding: 20px 20px 40px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 160%;
	color: #222;	
}

 
.activity_img {
	float: left;
	width: 219px;
	height: 144px;
    border: #ccc 1px solid;
	border-radius: 3px;	
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.2);
	
}

    .activity_img img {
	    width: 205px;
	    height: 130px;
	    margin: 7px;
    }



.activity_detail {
	float: right;
	width: 390px;
}

    .activity_date {
		margin: 5px 0;
	}


#activity_pager {
	margin: 30px 0 0 0;
	clear: both;
		
}

    #activity_pager_left {
		float: left;
		margin-left: 250px;		
	}

    #activity_pager_right {
		float: right;
		margin-right: 10px;			
	}

