@charset "utf-8";
/* CSS Document */
table{
	margin:30px auto 100px auto;
	border:2px #cccccc solid;
	border-collapse:collapse;
	border-spacing:0px;

}
caption{
	text-align:left;
	margin-bottom:15px;
	font: 30px/160% 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
td,th{
	padding:10px;
	border:1px #cccccc solid;
	line-height: 1.2;
	text-align:left;
}
th{
	width:150px;
	white-space:nowrap;
}