/* ヨドガワのフォントと文字間 */
#yodogawa .inner {
	font-family: 'TBRGothic DB';
	letter-spacing: 0.1em;
} 
/* 本文のフォントと文字間 */
#talk_wrap {
	font-family: 'TBRGothic DB';
}
/* お知らせの背景色、フォント、文字間、行間 */
article section#information, article section#information_free {
	font-family: 'TBRGothic DB';
	letter-spacing: 0.14em;
	line-height:6em;


