﻿/*見出しの文字の大きさ*/

h3{
	font-size: 1.2em;
}

/*文章を中央に*/

.korekara{
	text-align: center;
}

/*テーブルの設定*/

table th,td{
	border-bottom: 1px dotted #707070;
	padding: 2em 0;
}

table th{
	white-space:nowrap;
	padding-right:1em;
}

table th a{
	color: #707070;
}

.heimenzu{
	margin-left: 80%;
}