

.news_list_whole{
  margin-left: 18px;
}
.news_list_comments{
  text-align:left;
  font-size:12px;
  color: #282828;
  line-height: 18px;
  max-width:500px;
  margin: 12px 0 8px 0;
}
.news_list_header{
  margin-left: 5px;
  margin-top: 12px;
  margin-bottom: 13px;
  color: #282828;
  line-height: 21px;
  max-width:500px;
  font-size: 14px !important;
}
.news_list_pubdate{
  font-weight: normal;
  color: #282828;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 21px;
}

.news_list_title{
  font-weight: normal;
  margin-left: 5px;
  float: none;
}
.news_list_edit{
  font-size:x-small;
  margin-left: 20px;
  margin: 2px;
  padding: 2px;
  white-space: nowrap;
}
.news_list_info{
  color: #357a2f;
  font-size:x-small;
  white-space: nowrap;
}
.news_list_status{
  color:#357a2f;
  font-size:x-small;
  white-space: nowrap;
}
.news_list_abstract{
  color: #282828;
  line-height: 16px;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 500px;
}
.news_list_body{
  color: #282828;
  line-height: 16px;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 500px;
}
.news_list_separater{
  max-width: 500px;
  border-top: 1px dashed #bebebe;
}
.news_header_msg{
  color: #2546aa;
  font-size: 12px;
  margin: 5px;
  padding: 3px 15px;
  font-weight: bold;
  background-color: #ffffbc;
  border-radius: 3px;
  display: block;
  width: 250px;
}
.news_header_msg_alert{
  color: #c93636;
}

.news_list_return{
  margin-left: 18px;
  margin-top: 8px;
}

.news_list_footer{
  margin: 8px 0;
}

/*トップページ用*/
#news_placeholder img[id^="news_pulldown_icon"]{
  display: none;
}
#news_placeholder > .news_list_whole{
  margin: 0;
}