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

/* 表組み指定 */
table {
	border: solid 1px #ddd;
	border-collapse: collapse;
	width: 100%;
}
td, th {
	font-family: 'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	padding: 7px 10px;
	vertical-align: top;
	border: solid 1px #ddd;
	text-align: left;
}
th {
	font-weight: normal;
	background: #f7f3ee;
	white-space: nowrap;
}
td{background:#fff;}
