@CHARSET "UTF-8";
/*---------------------------------------------------------------------------*/
/* ページコンテンツの基本デザイン */
/*-------------------------------------*/
/* 記事の大ブロック */
article h1 {
	padding: 5px 0 0 10px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 2.0;
	color: #333;
	background: #e7e7e7;
	border-left: solid 5px #aaa;
}
article hr {
	position: relative;
	width: 100%;
	margin: 0;
	border: none;
	border-bottom: solid 1px #bbb;
}
article span.date {
	display: inline-block;
	padding: 3px 0 0 5px;
	font-style: italic;
	font-size: 13px;
	vertical-align: baseline;
	color: #777;
}
/*-------------------------------------*/
/* フッター */
article footer {
	position: relative;
	margin-top: 10px;
	width: 100%;
	#border: solid 1px #777;
}
article footer:after {
	content: "";
	clear: both;
	display: block;
}
article footer a {
	display: inline-block;
	float: left;
	font-weight: bold;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.5;
	white-space: nowrap;
	color: #555;
	background-color: transparent;
	opacity: 0.7;
}
article footer a:hover {
	color: #ff7f00;
	opacity: 1.0;
}
/*-------------------------------------*/
/* 記事の基本ブロック */
section h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 16px; /* 文字サイズ */
	line-height: 1.5;
	text-align: left;
	vertical-align: bottom;
	color: #333; /* 文字色 */
	background: #e7e7e7;
	border-bottom: solid 1px #afafaf;
}
section h2:after {
	content: "";
	clear: both;
	display: block;
}
section h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px; /* 文字サイズ */
	line-height: 1.5;
	text-align: left;
	vertical-align: bottom;
	color: #333; /* 文字色 */
	border-bottom: solid 1px #afafaf;
}
section h2:after {
	content: "";
	clear: both;
	display: block;
}
section p,div {
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
section pre {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 5px 5px;
	font-family: monospace, sans-serif, arial;
	font-size: 14px;
	line-height: 1.3;
	color: #333;
	background-color: #e7e7e7;
	border-radius: 0.2em;
}
section a {
	font-family: meiryo, sans-serif, arial, verdana;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}
section a:hover {
	color: #ff7f00;
	text-decoration: none;
}
/*-------------------------------------*/
/* 画像表示ブロック */
section .left_block {
	padding: 5px 5px;
	float: left;
	#border: solid 1px #777;
}
section .both {
	clear: both;
}
section .box {
	display: inline-block;
}
section .block_img {
	width: 100%;
	max-width: 150px;
}
section .block_txt {
	width: calc(100% - 170px);
}
/*-------------------------------------*/
/* 右に配置 */
section.right {
	margin-left: auto;
	margin-right: 0px;
}
/* 中央に配置 */
section.center {
	margin-left: auto;
	margin-right: auto;
}
/*-------------------------------------*/
/* 画像のサイズ */
section img.w150 {
	max-width: 150px;
	padding: 0;
	background: transparent;
}
section img.w200 {
	max-width: 200px;
	#height: 200px;
	padding: 0;
	background: transparent;
}
section img.w250 {
	max-width: 250px;
	#width: 250px;
	#height: 250px;
	padding: 0;
	background: transparent;
}
section img.w300 {
	max-width: 300px;
	#height: 300px;
	padding: 0;
	background: transparent;
}
section img.w350 {
	max-width: 350px;
	#height: 350px;
	padding: 0;
	background: transparent;
}
section img.w400 {
	max-width: 400px;
	#height: 400px;
	padding: 0;
	background: transparent;
}
/* 画像を下に配置するためのスペーサー */
section div.space {
	float: left;
	height: 64px;
}
/* 画像を丸く表示 */
section img.circle {
	border-radius: 100%;
	-webkit-shape-outside: circle();
	shape-outside: circle();
}
/* 画像を左に配置 */
section img.left {
	float: left;
	margin: 10px 10px 10px 0;
}
/* 画像を右に配置 */
section img.right {
	float: right;
	margin: 10px 0 10px 10px;
}
/* 画像をたてに配置 */
section img.both {
	clear: both;
}
/*-------------------------------------*/
/* テーブル */
section .tables {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0;
}
section .tables li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, arial, verdana;
	font-size: 14px; /* 文字サイズ */
	line-height: 1.5;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
section .tables li:nth-of-type(1) {
	border-left: 1px solid #777;
	flex: 1 2 16%;
	background: #f7f7f7;
}
section .tables li:nth-of-type(2) {
	flex: 2 2 20%;
	background: #f7f7f7;
}
section .tables li:nth-of-type(3) {
	flex: 3 1 30%;
	background: #fffff7;
}
section .tables li:nth-of-type(4) {
	flex: 3 1 30%;
	background: #f7fff7;
}
section .tables:nth-of-type(1) > li {
	border-top: 1px solid #777;
	background: #cfcfcf;
}
/*-------------------------------------*/
/* 記事ブロック */
section .blockf {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 5px;
	margin: 10px 0;
}
section .blockf > img {
	flex: 1 1 10%;
}
section .blockf > p {
	flex: 3 1 50%;
	padding: 0 10px;
}
section .blockf li {
	margin: 0 5px 0 0;
	padding: 0 5px;
}
/*-------------------------------------*/
/* 表 */
section dl {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, arial, verdana;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
section dt {
	flex: 1 1 50%;
	font-size: 14px; /* 文字サイズ */
	line-height: 1.5;
	overflow-wrap: break-word;
	word-wrap: break-word;
	min-width: 0;
	padding: 5px 10px;
	background: #ffffff;
	border-left: 1px solid #777;
}
section dd {
	flex: 1 1 50%;
	font-size: 14px; /* 文字サイズ */
	line-height: 1.5;
	overflow-wrap: break-word;
	word-wrap: break-word;
	min-width: 0;
	padding: 5px 10px;
	background: #f7f7f7;
	border-left: 1px solid #777;
}
section dl:nth-of-type(1) {
	border-top: 1px solid #777;
}
section dd > span {
	opacity: 0.1;
}
section dd > span:hover {
	opacity: 1.0;
}
/*-------------------------------------*/
/* パスワード */
article #passcheck {
	display: none;
	float: right;
	width: auto;
	padding: 0 10px 0 0;
	text-align: right;
}
article #passcheck #keyword {
	float: left;
	margin: 2px 3px 0px 3px;
	padding: 1px 5px;
	width: 50px;
	font-size: 12px;
	line-height: 1.0;
	min-height: 19px;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	background: #fcfcfc;
	autocomplete: off;
}
article #passcheck #keyword:focus {
	border: 1px solid #ff8500;
}
article #passcheck #keycheck {
	float: left;
	margin: 2px 3px 0px 3px;
	padding: 0px 10px 0px 10px;
	width: auto;
	font-size: 12px;
	line-height: 1.0;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	background: #9f9f9f;
	color: #efefef;
	cursor: pointer;
}
article #passcheck #keycheck:hover {
	opacity: 0.8;
}
article #passcheck #keycheck:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
article .passkey {
    color: #a33;
}
/*===========================================================================*/
@media screen and (max-width: 768px) {
/*-------------------------------------*/
	section {
		padding: 5px 5px;
	}
}
/*===========================================================================*/
@media screen and (max-width: 480px) {
/*-------------------------------------*/
	section {
		padding: 5px 3px;
	}
/*-------------------------------------*/
/* テーブル */
	section .tables li:nth-of-type(1) {
		border-left: 1px solid #777;
		flex: 1 2 50%;
	}
	section .tables li:nth-of-type(2) {
		flex: 2 2 50%;
	}
	section .tables li:nth-of-type(3) {
		border-left: 1px solid #777;
		border-top: none; 
		flex: 3 1 100%;
	}
	section .tables li:nth-of-type(4) {
		border-left: 1px solid #777;
		border-top: none; 
		flex: 3 1 100%;
	}
/*-------------------------------------*/
/* 表 */
	section dl {
		flex-flow: column nowrap;
	}
	section dt {
		width: 100%;
	}
	section dd {
		width: 100%;
		border-top: 1px solid #777;
	}
}
/* END */
