@charset "shift_jis";

/*********************************
 *
 * INDEX
 *
 *********************************/

/* NEWS BOX */
#news_box{width: 100%;}
	#news_box table {width: 100%;}
		#news_box table th {width:30%; padding:9px 0 9px 0; border-bottom:1px solid #d0d0d0; color:#393939; font-weight:bold;}
			#news_box table th.new{background:url(../images/index/icon_new.gif) right 11px no-repeat;}
		#news_box table td {width:70%; padding:9px 0 9px 10px; border-bottom:1px solid #d0d0d0;}
			#news_box table td h4 {font-size:14px; font-weight:bold;}

#news_box .tit{
	background:url(../images/news/title_news.gif) no-repeat;
	width: 610px;
}

/* X}z */
@media (max-width: 766px) { /*  R  */


/* NEWS BOX */
#news_box table th {width:100%; padding:15px 0 0px 0; display: block; border-bottom:0px;}
#news_box table th.new{background:url(none) right 0px no-repeat;}
#news_box table td {width:100%; display: block; padding:9px 0 15px 0px;}

.bnr_l , .bnr_l2{
	max-width: 125px;
}
.bnr_r{
	max-width: 155px;
}

.bnr_l img , .bnr_l2 img{
	max-width: 125px;
}
.bnr_r img{
	max-width: 155px;
}



	
}