@charset "utf-8";

/* Responsive Common ( Mobile and Tablet )
========================================*/
@media only screen and (min-width: 320px) and (max-width: 979px) {

#link-list{
	width:96%;
	margin: 2% auto;
	float:left;
}
}

/* Mobile( Portrate and Landscape )
========================================*/
@media only screen and (min-width: 320px) and (max-width: 767px) {

table#news{
	border-collapse: collapse;
	margin: 0 0% 10% 10%;
	float: left;
	width:80%;
}
table#news tr{
	border-bottom:1px solid #C0C0C0;
}
table#news td.date{
	width:10%;
}
table#news td.title{
	width: 30%;
}
table#news td.context{
	width: 50%;
	padding: 0%;
}


}

/* Tablet( Portrate )
========================================*/
@media only screen and (min-width: 768px) and (max-width: 979px) {

}
