@charset "utf-8";
/*
 * CSS news/news.css
 */

#news #sec_index .txtbluebig { padding-bottom: 10px; margin-bottom: 15px; border-bottom: 1px dotted #aaa;}
#news #sec_index .txtredbig { font-size: 1em;}
#news #sec_index .img_big {width: 660px; overflow: hidden; padding-top:15px;}
#news #sec_index .img_big ul {width: 675px; margin-right: -15px; }
#news #sec_index .img_big ul li {width: 210px; float: left; margin-right: -45px; margin-bottom: 15px; border:none;}
#news #sec_index .img {width: 660px; overflow: hidden; padding-top:15px;}
#news #sec_index .img ul {width: 675px; margin-right: -15px; }
#news #sec_index .img ul li {width: 210px; float: left; margin-right: -45px; margin-bottom: 15px; border:none;}
#news #sec_index .img2 {width: 495px; overflow: hidden;; padding-top:15px;}
#news #sec_index .img2 ul {width: 510px; margin-right: -15px; }
#news #sec_index .img2 ul li {width: 240px; float: left; margin-right: -45px; margin-bottom: 15px; border:none;}
#news .dl_calendar dt{ float: left;}
#news .dl_calendar dd{ padding-left: 120px;}
#news .dltype1 { padding-top: 10px; }
#news .dltype1 dt{ float: left;}
#news .dltype1 dd{ padding-left: 120px; margin-bottom: 10px; }


@media screen and (max-width: 750px) {
	.incnt { width: 92%; }
	#news #sec_index .img_big {width: auto;}
	#news #sec_index .img_big ul {width: auto;}
	#news #sec_index .img_big ul li { margin-left: 0; float: none; width: 100%; padding-bottom: 10px; }
	#news #sec_index .img {width: 495px; overflow: hidden;; padding-top:15px;}
	#news #sec_index .img ul {width: 510px; margin-right: -15px; }
	#news #sec_index .img ul li {width: 240px; float: left; margin-right: 5px; margin-bottom: 15px; border:none; }
	#news #sec_index .img ul li img{width: 240px;}
	#news #sec_index .img2 ul li {width: 240px; float: left; margin-right: 5px; margin-bottom: 15px; border:none;}
	#news .dltype1 { padding-top: 3%; }
	#news .dltype1 dt{ float: none;}
	#news .dltype1 dd{ padding-left: 0px; padding-bottom: 3%; }


	/* //////////////////////////////////////////// */
	/* .img */
	#news #sec_index .img{ width: 100%;}
	#news #sec_index .img ul{ width: 100%;}
	#news #sec_index .img ul li { width: 100%; float: none; margin-right: 0;}
	#news #sec_index .img ul li>img{width: 100%;}
	/* .img_big */
	#news #sec_index .img_big{ width: 100%;}
	#news #sec_index .img_big ul{ width: 100%;}
	#news #sec_index .img_big ul li { width: 100%; float: none; margin-right: 0;}
	#news #sec_index .img_big ul li>img{width: 100%;}
	/* .img2 */
	#news #sec_index .img2{ width: 100%;}
	#news #sec_index .img2 ul{ width: 100%;}
	#news #sec_index .img2 ul li { width: 100%; float: none; margin-right: 0;}
	#news #sec_index .img2 ul li>img{width: 100%;}
}