/* 基本設定 */
body {
	font-family: Rounded Mplus Regular;
	font-size: medium;
	color: #666666;
	}
	/* 基本設定-リンク */
	body a {
		color: #444444;
		}
		/* 基本設定-リンク訪問済 */
		body a:visited {
			color: #888888;
			}
		/* 基本設定-リンクホバー時 */
		body a:hover {
			color: #AAAAAA;
			}



	/* コンテンツ基本設定 */
	main {
		display: flex;  /* 子要素の横並び配置 */
		width:90%;
		margin: 0 auto 0 auto;
		padding: 40px 0 20px 0;
		}
		/* コンテンツ切替式:配置-左側 */
		main div.content {
			width: 70% ;
			margin: 0 auto 0 0;
			padding: 0;
			}



	/* TOCアコーディオン目次:配置-右側 */
	main div.tocbox {
		width: 25%;
		margin: 0 0 0 auto;
		padding: 0;
		}



/* ページタイトル */
h1 {
	font-family: Rounded Mplus Heavy;
	font-size: xx-large;
	text-shadow: 2px 2px 4px #999999;
	margin-left: 10%;
	padding: 0;
	}
/* 段落タイトル */
h2 {
	color: #FFFFFF;
	font-family: Rounded Mplus Bold;
	font-size: large;
	width: 70%;
	padding: 10px 40px 10px 40px;
	margin: 0px auto 50px auto;
	border-radius: 12px;
	background: #000000;
	border-right: 2px ridge #222222;
	border-bottom: 2px ridge #222222;
	box-shadow: 6px 6px 12px #666666;
	}
/* 段落タイトル小 */
h3 {
	color: #FFFFFF;
	font-family: Rounded Mplus Bold;
	font-size: large;
	padding: 10px 40px 10px 40px;
	border-radius: 12px;
	background: #000000;
	border-right: 2px ridge #222222;
	border-bottom: 2px ridge #222222;
	box-shadow: 6px 6px 12px #666666;
	}
/* 見出し大 */
h4 {
	font-family: Rounded Mplus Bold;
	font-size: large;
	text-shadow: 1px 1px 3px #999999;
	margin-left: 20px;
	padding: 0;
	}
/* 見出し中 */
h5 {
	font-family: Rounded Mplus Bold;
	font-size: large;
	text-shadow: 1px 1px 3px #999999;
	margin-left: 20px;
	padding: 0;
	}
/* 見出し小 */
h6 {
	font-family: Rounded Mplus Bold;
	font-size: large;
	text-shadow: 1px 1px 3px #999999;
	margin-left: 20px;
	padding: 0;
	}



/* 環境&日付 */
div.env-date {
	font-size: small;
	text-align: right;
	width: fit-content;
	margin: 0 12% 0 auto;
	padding: 10px;
	background: #FFFFD8;
	border: 1px solid #666666;
	}



/* コンテンツ内容 */
div.substance {
	width: 70%;
	margin: 0 auto 60px auto;
	}



/* コンテンツ内容-イメージ */
div.substance-img {
	margin-top: 30px;
	text-align: center;
}



/* 横配置 */
.align-c {
    text-align: center;
}
.align-l {
    text-align: left;
}
.align-r {
    text-align: right;
}



/* 横幅-中央50% */
.w50 {
    line-height: 170%;
    width: 50%;
    margin: 0 auto;
}
/* 横幅-中央55% */
.w55 {
    line-height: 170%;
    width: 55%;
    margin: 0 auto;
}
/* 横幅-中央60% */
.w60 {
    line-height: 170%;
    width: 60%;
    margin: 0 auto;
}
/* 横幅-中央65% */
.w65 {
    line-height: 170%;
    width: 65%;
    margin: 0 auto;
}
/* 横幅-中央70% */
.w70 {
    line-height: 170%;
    width: 70%;
    margin: 0 auto;
}
/* 横幅-中央75% */
.w75 {
    line-height: 170%;
    width: 75%;
    margin: 0 auto;
}
/* 横幅-中央80% */
.w80 {
    line-height: 170%;
    width: 80%;
    margin: 0 auto;
}
/* 横幅-中央85% */
.w85 {
    line-height: 170%;
    width: 85%;
    margin: 0 auto;
}
/* 横幅-中央90% */
.w90 {
    line-height: 170%;
    width: 90%;
    margin: 0 auto;
}
/* 横幅-中央95% */
.w95 {
    line-height: 170%;
    width: 95%;
    margin: 0 auto;
}
/* 横幅-中央100% */
.w100 {
    line-height: 170%;
    margin: 0 auto;
}



/* 上マージン-10px */
.v-t-10 {
    margin-top: -10px;
}
/* 上マージン-20px */
.v-t-20 {
    margin-top: -20px;
}
/* 上マージン-30px */
.v-t-30 {
    margin-top: -30px;
}
/* 上マージン-40px */
.v-t-40 {
    margin-top: -40px;
}
/* 上マージン-50px */
.v-t-50 {
    margin-top: -50px;
}
/* 上マージン-60px */
.v-t-60 {
    margin-top: -60px;
}
/* 上マージン-70px */
.v-t-70 {
    margin-top: -70px;
}
/* 上マージン-80px */
.v-t-80 {
    margin-top: -80px;
}
/* 上マージン-90px */
.v-t-90 {
    margin-top: -90px;
}
/* 上マージン-100px */
.v-t-100 {
    margin-top: -100px;
}

/* 上マージン10px */
.v-t10 {
    margin-top: 10px;
}
/* 上マージン20px */
.v-t20 {
    margin-top: 20px;
}
/* 上マージン30px */
.v-t30 {
    margin-top: 30px;
}
/* 上マージン40px */
.v-t40 {
    margin-top: 40px;
}
/* 上マージン50px */
.v-t50 {
    margin-top: 50px;
}
/* 上マージン60px */
.v-t60 {
    margin-top: 60px;
}
/* 上マージン70px */
.v-t70 {
    margin-top: 70px;
}
/* 上マージン80px */
.v-t80 {
    margin-top: 80px;
}
/* 上マージン90px */
.v-t90 {
    margin-top: 90px;
}
/* 上マージン100px */
.v-t100 {
    margin-top: 100px;
}

/* 上マージン120px */
.v-t120 {
    margin-top: 120px;
}
/* 上マージン140px */
.v-t140 {
    margin-top: 140px;
}
/* 上マージン160px */
.v-t160 {
    margin-top: 160px;
}
/* 上マージン180px */
.v-t180 {
    margin-top: 180px;
}
/* 上マージン200px */
.v-t200 {
    margin-top: 200px;
}
/* 上マージン220px */
.v-t220 {
    margin-top: 220px;
}
/* 上マージン240px */
.v-t240 {
    margin-top: 240px;
}
/* 上マージン260px */
.v-t260 {
    margin-top: 260px;
}
/* 上マージン280px */
.v-t280 {
    margin-top: 280px;
}
/* 上マージン300px */
.v-t300 {
    margin-top: 300px;
}

/* 上マージン340px */
.v-t340 {
    margin-top: 340px;
}
/* 上マージン380px */
.v-t380 {
    margin-top: 380px;
}
/* 上マージン420px */
.v-t420 {
    margin-top: 420px;
}
/* 上マージン460px */
.v-t460 {
    margin-top: 460px;
}
/* 上マージン500px */
.v-t500 {
    margin-top: 500px;
}



/* 下マージン-10px */
.v-b-10 {
    margin-bottom: -10px;
}
/* 下マージン-20px */
.v-b-20 {
    margin-bottom: -20px;
}
/* 下マージン-30px */
.v-b-30 {
    margin-bottom: -30px;
}
/* 下マージン-40px */
.v-b-40 {
    margin-bottom: -40px;
}
/* 下マージン-50px */
.v-b-50 {
    margin-bottom: -50px;
}
/* 下マージン-60px */
.v-b-60 {
    margin-bottom: -60px;
}
/* 下マージン-70px */
.v-b-70 {
    margin-bottom: -70px;
}
/* 下マージン-80px */
.v-b-80 {
    margin-bottom: -80px;
}
/* 下マージン-90px */
.v-b-90 {
    margin-bottom: -90px;
}
/* 下マージン-100px */
.v-b-100 {
    margin-bottom: -100px;
}

/* 下マージン10px */
.v-b10 {
    margin-bottom: 10px;
}
/* 下マージン20px */
.v-b20 {
    margin-bottom: 20px;
}
/* 下マージン30px */
.v-b30 {
    margin-bottom: 30px;
}
/* 下マージン40px */
.v-b40 {
    margin-bottom: 40px;
}
/* 下マージン50px */
.v-b50 {
    margin-bottom: 50px;
}
/* 下マージン60px */
.v-b60 {
    margin-bottom: 60px;
}
/* 下マージン70px */
.v-b70 {
    margin-bottom: 70px;
}
/* 下マージン80px */
.v-b80 {
    margin-bottom: 80px;
}
/* 下マージン90px */
.v-b90 {
    margin-bottom: 90px;
}
/* 下マージン100px */
.v-b100 {
    margin-bottom: 100px;
}

/* 下マージン120px */
.v-b120 {
    margin-bottom: 120px;
}
/* 下マージン140px */
.v-b140 {
    margin-bottom: 140px;
}
/* 下マージン160px */
.v-b160 {
    margin-bottom: 160px;
}
/* 下マージン180px */
.v-b180 {
    margin-bottom: 180px;
}
/* 下マージン200px */
.v-b200 {
    margin-bottom: 200px;
}
/* 下マージン220px */
.v-b220 {
    margin-bottom: 220px;
}
/* 下マージン240px */
.v-b240 {
    margin-bottom: 240px;
}
/* 下マージン260px */
.v-b260 {
    margin-bottom: 260px;
}
/* 下マージン280px */
.v-b280 {
    margin-bottom: 280px;
}
/* 下マージン300px */
.v-b300 {
    margin-bottom: 300px;
}

/* 下マージン340px */
.v-b340 {
    margin-bottom: 340px;
}
/* 下マージン380px */
.v-b380 {
    margin-bottom: 380px;
}
/* 下マージン420px */
.v-b420 {
    margin-bottom: 420px;
}
/* 下マージン460px */
.v-b460 {
    margin-bottom: 460px;
}
/* 下マージン500px */
.v-b500 {
    margin-bottom: 500px;
}




/* 画像の大きさ */
.img-w30 {
    width: 30%;
    height: auto;
}
.img-w40 {
    width: 40%;
    height: auto;
}
.img-w50 {
    width: 50%;
    height: auto;
}
.img-w60 {
    width: 60%;
    height: auto;
}
.img-w70 {
    width: 70%;
    height: auto;
}
.img-w80 {
    width: 80%;
    height: auto;
}
.img-w90 {
    width: 90%;
    height: auto;
}
.img-w100 {
    width: 100%;
    height: auto;
}

/* 画像設定 ズームアップ版*/
.img-w30z {
    width: 30%;
    height: auto;
    cursor: pointer;
}
.img-w40z {
    width: 40%;
    height: auto;
    cursor: pointer;
}
.img-w50z {
    width: 50%;
    height: auto;
    cursor: pointer;
}
.img-w60z {
    width: 60%;
    height: auto;
    cursor: pointer;
}
.img-w70z {
    width: 70%;
    height: auto;
    cursor: pointer;
}
.img-w80z {
    width: 80%;
    height: auto;
    cursor: pointer;
}
.img-w90z {
    width: 90%;
    height: auto;
    cursor: pointer;
}
.img-w100z {
    width: 100%;
    height: auto;
    cursor: pointer;
}