@charset "utf-8";

/* 全体設定 */
body {
	background-color: #fff8dc;
	text-size-adjust:100%;
	padding: 2%;
}

/* 文字 */
h1 {
	font-family: 'HG丸ｺﾞｼｯｸM-PRO', '游ゴシック', Meiryo, sans-serif;
	font-size: 60px;
	font-weight: 500;
	font-style:italic;
	margin-bottom: 0.5rem;
}

h2 {
	font-family: 'HG丸ｺﾞｼｯｸM-PRO', '游ゴシック', Meiryo, sans-serif;
	font-size: 40px;
	font-weight: 500;
}

h3 {
	font-family: 'HG丸ｺﾞｼｯｸM-PRO', '游ゴシック', Meiryo, sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

p {
	font-family: 'HG丸ｺﾞｼｯｸM-PRO', '游ゴシック', Meiryo, sans-serif;
	margin-bottom: 0.5rem;
}

/* イラスト */
.illust {
	overflow: auto; 
}
.large-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;

}
.clear {
	clear: both;
}


/* キャプション*/
.caption {
}

/* 表の幅*/
table{
	width: 700px;
	table-layout: fixed;
}

