/* CSS Document */
@charset "UTF-8";

/*==========================================================================
　各個別ページCSS
============================================================================*/
/*************************************************/
/* NEWS
/*************************************************/
#news_index .news_inner { width:100%; word-break:break-all;} 
#news_index .news_inner li { border-bottom:#666 1px dotted; margin-bottom:2%; padding-bottom:2%; font-size:90%;}
#news_index .news_inner li.last { border-bottom:none; }

#news_index .news_inner dl { width:100%;}
#news_index .news_inner dt { width:15%; float:left; padding-top:0em; font-weight:bold; }
#news_index .news_inner dd { float:left;}
#news_index .news_inner dd.txt { width:75%; background: url(../img/toppage_news_icon.png) no-repeat -60px 0.5em; padding-left:15px;}
#news_index .news_inner dd.icon { background:none;}
#news_index .news_inner dd.num01 span { width:60px; height:14px; display:block; margin:0em 10px 0 0; text-indent: 100%; white-space: nowrap; overflow: hidden; background: url(/img/toppage_news_icon.png) no-repeat;}
#news_index .news_inner dd.num02 span { width:60px; height:14px; display: block; margin:0 10px 0 0; text-indent: 100%;	 white-space: nowrap; overflow: hidden; background: url(/img/toppage_news_icon.png) no-repeat 0 -14px; }
#news_index .news_inner dd.num03 span { width:60px; height:14px; display: block; margin:0 10px 0 0; text-indent: 100%;	 white-space: nowrap; overflow: hidden; background: url(/img/toppage_news_icon.png) no-repeat 0 -28px; }