@charset "UTF-8";

/* ------------------------------
	Info
------------------------------ */
@media screen and (min-width: 751px), print {
	#news_contents ul li {
		background: url(/common/module/border/border_dotx.png) repeat-x center bottom;
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
	}
	
} @media screen and (max-width: 750px) {
	#news_contents ul li {
		background: url(/common/module/border/border_dotx.png) repeat-x center bottom;
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
	}
	
}

