@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #eee;
}
/* 頁の上の空きと幅を縮めた時の左右の空きの設定 */
body {
	margin-top :20px;
	margin-left: 5%;
	margin-right: 5%;
	}
/* 頁タイトル名の設定 */
h2 {
	text-align: center;
	}
/* ロゴ画像の設定 */
.logo {
	text-align: center;
	}
/* 画像の自動縮小 */
img {
	max-width: 100%;
	}
/* 文章内のタイトル行 */
h3 {
	color: white;
	}
/* テーブルの基本設定 */
table {
	border-collapse: collapse;
	border: solid 1px #000000;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: 600;
	max-width: 500px;
	}
/* テーブル内の td の設定 */
table td {
	padding: 5px;
	line-height: 2em;
	border: 1px solid #000000;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	text-align: justify;
    text-justify: distribute;
	}
/* テーブルのタイトル行の設定 */
td.title {
	padding: 0px;
	background: #B72CEC;
	}

h3.title_moji {
	padding-left: 5px;
	padding-right: 5px;
	}
.kyokon {
	color: #4551DF;
	font-weight: bold;
	}
.yuka {
	color: #DF5053;
	font-weight: bold;
	}
p {
	text-indent: 1em;
	}
.bottom {
	text-align: center;
	text-indent: 0em;
	}
