@charset "utf-8";


/**************************************************50
 * news
 **************************************************/
#news{
}
@media screen and (max-width:767px){
	#news{
		margin-bottom: 12.5%;
	}
}
@media screen and (min-width:768px){
	#news{
		margin-bottom: 6.25em;
	}
}


/**************************************************50
 * detail
 **************************************************/
#detail{
}
@media screen and (max-width:767px){
	#detail{
		margin-bottom: 12.5%;
	}
}
@media screen and (min-width:768px){
	#detail{
		margin-bottom: 6.25em;
	}
}


