@charset "utf-8";

		.m_news {float:left;position:relative;width:47%;}
			.m_news h2.tit {margin-top:10px !important;}
			.m_news h2.tit a {color:hsla(0,100%,100%,.8);}
			.m_news .bx-controls-direction {position:absolute;right:0;top:0;}
				.m_news .bx-controls-direction a {display:inline-block;width:30px;height:30px;border:1px solid hsla(0,100%,100%,.2);font-size:0;line-height:0;text-align:center;}
				.m_news .bx-controls-direction a:before {font-family:"FontAwesome";font-size:18px;color:hsla(0,100%,100%,.6);line-height:30px;transition:all .3s;}
				.m_news .bx-controls-direction a:hover:before {color:hsla(0,100%,100%,1);}
				.m_news .bx-controls-direction a.bx-prev {margin-right:-1px;}
				.m_news .bx-controls-direction a.bx-prev:before {content:"\f104";}
				.m_news .bx-controls-direction a.bx-next:before {content:"\f105";}
			.m_news .new_wrap {height:280px;margin:10px 0 0;padding:20px;border-radius:6px;background:hsla(0,100%,100%,.1);}
			.m_news ul.new_ul {position:relative;list-style:none;margin:0;padding:0;}
			.m_news ul.new_ul li.new_li {position:relative;height:100%;}
			.m_news ul.new_ul li.new_li a {display:block;width:100%;height:100%;}
			.m_news ul.new_ul li.new_li ul.list {list-style:none;margin:0;padding:0;}
			.m_news ul.new_ul li.new_li ul.list li.tit {font-size:1.2em;font-weight:500;color:hsla(0,100%,100%,1);}
			.m_news ul.new_ul li.new_li ul.list li.date {margin:10px 0 20px;font-family:"Roboto Condensed",Roboto,Arial,Tahoma,Serif;font-size:.9em;color:hsla(0,100%,100%,.4);}
			.m_news ul.new_ul li.new_li ul.list li.memo {font-size:.9em;color:hsla(0,100%,100%,.7);line-height:1.4em;text-align:justify;}
			.m_news ul.new_ul li.new_li ul.list li.memo:after {display:block;clear:both;content:"";}
			.m_news ul.new_ul li.new_li ul.list li.memo img {display:inline-block;float:left;margin-right:20px;border:1px solid hsla(0,100%,100%,.4);}
