@charset "utf-8";
/* CSS Document */

/*==================================================
	新着情報一覧・詳細  news/xxx.html
	マスコミ掲載実績一覧・詳細  news2/xxx.html
==================================================*/
div.news { 
	text-align: left; 
}
div.news_inner {
	margin: 0 20px;
}
div.news p.fs14 {
	margin: 0 20px;
	line-height: 1.6;
}
div.news p.mL20 {
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}
div.news table.list_tbl {
	font-size: 14px;
	line-height: 150%;
}
div.news td.date {
	padding-bottom: 10px;
	font-weight:bold;
	color:#555555;
}
div.news td.pL10 {
	padding-left: 10px;
	padding-bottom: 10px;
}

