@charset "UTF-8";

/* ==================================================================*/
/* テーブル */
/* ==================================================================*/
/*一覧表の線枠*/
table.green td,
table.green th {
	border: 1px solid #1A8353;
}

table.green th {
	background-color: #dbfaec;
}

/* ==================================================================*/
/* h2見出し */
/* ==================================================================*/
h2.index_h2 {
	background: url(../img/pc/headlined_green.png) #FFFFFF no-repeat 0 100%;
	border-bottom: 2px solid #1A8353;
}

/* ==================================================================*/
/* 説明文枠 */
/* ==================================================================*/
div.info,
div.rad_info.sep {
	border: thick solid #dbfaec;
}
div.info.dashed,
div.rad_info.sep.dashed {
	border: thick dashed #dbfaec;
}
div.rad_info {
	background-color: #dbfaec;
}
div.info.news {
	border: 1px solid #1A8353;
}

/* ==================================================================
/* リンクアイコン */
/* ==================================================================*/
.link_icn:before {
	background: url(../img/pc/link_icn_green.png) no-repeat;
	background-size: contain;
}

/* ==================================================================
/* 水平罫線 */
/* ==================================================================*/
hr.green {
	background-color: #1A8353;
	border: none;
}
