@charset "UTF-8";

/********************************************************/
/*                       news.css                      */
/********************************************************/


/* ▼▼▼ レイアウトの設定_content ▼▼▼
--------------------------------------------------------*/

.news li {
  background: url(../img/common/list_mark.png) no-repeat 0 5px;
  padding-left: 25px;
}
.news li:not(:last-child) {
  border-bottom: 2px dotted #AFC5E6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* ▲▲▲ レイアウトの設定_content ▲▲▲
--------------------------------------------------------*/


/* * * * * * * * * * * * 一番下 * * * * * * * * * * * * */
