/** トピックスの日付と文字の高さを揃える 2018/06/19 */
.toppage #content .topics .list dl dt {
  padding-top: 5px;
}

/** 外部リンクアイコンの補正 2018/06/19 */
.external_link {
  line-height: 1.4rem;
}

/** ファイル形式アイコンの補正 2018/06/19 */
a .pdf_link, a .excel_link, a .word_link, a .pps_link {
	display: inline-block;
	margin-left: 6px;
	width: 20px;
	height: 20px;
}
a .pdf_link {
  background: #fff url(/common/images/icon_pdf.svg) center center no-repeat;
	-webkit-background-size: 20px;
  background-size: 20px;
}
a .word_link {
	background: #fff url(/common/images/icon_doc.gif) center center no-repeat;
	-webkit-background-size: 20px;
  background-size: 20px;
}
a .pps_link {
	background: #fff url(/common/images/icon_pps.gif) center center no-repeat;
	-webkit-background-size: 20px;
  background-size: 20px;
}
a .excel_link {
	background: #fff url(/common/images/icon_xls.gif) center center no-repeat;
	-webkit-background-size: 20px;
  background-size: 20px;
}
