@charset "utf-8";

/* 本体 */
body {
	font-size: 90%;
	color: #3d1f10;
	font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
	line-height: 1.22;
	background-color: #ff99cc;
}
td {
	text-align: left;
}
a:link, a:visited {
	color: #cc0099;
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: underline;
	color: #dd0000;
}
/* TOPロゴ関連 */
img#top-logo {
	/* width: 240px;
	height: 73; */
	border: none;
}
.pr {
	color: #ff8000 !important;
}
/* メイン */
div.main {
	text-align: center;
	width: 100%;
}
div.doc-box {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
/* 本体 */
div.body {
	margin: 1.2em auto 0 auto;
	width: 900px;
	text-align: left;
}
/* 画像の大きさ */
img.icon {
	vertical-align: middle;
	border:none;
}
img.icon_p {
	vertical-align: middle;
	border: 9px solid #ffcccc;
}
img.icon_s {
	vertical-align: middle;
	width: 5%;
	height: 5%;
	border:none;
}
img.icon_m {
	vertical-align: middle;
	width: 15%;
	height: 15%;
	border:none;
}
/* 解説ページヘッダー */
.kai_head {
	margin-top: 8px;
	display: table;
	width: 100%;
}
/* 解説ページ小タイトル */
div.chap {
    color: #3d1f10;
	font-weight: bold;
	font-size: 15px;
    padding: 4px;
    background-color: #ffcccc;
    border-right: 1px solid #004080;
    border-bottom: 1px solid #004080;
}
.kai_head_l {
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
/* 区切り線 */
img.top-line {
	width: 900px;
	height: 4px;
}
/* メッセージ */
/* 行間150% */
.line-150 {
	line-height: 150%;
}
/* 解説ページファイル内 */
.files pre, .tree pre {
	font-family: monospace;
	overflow: auto;
}
.master pre {
	font-family: monospace;
	overflow: auto;
}
/* 位置指定 */
.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left !important;
}
.small {
	font-size: 12px;
}
/* フッター */
div.footer {
	margin-top: 7px;
	font-size: 90%;
	text-align: center;
}
.num {
	font-family: Verdana,Helvetica,Arial;
}



/* スマホ対応CSS */
@media only screen and (max-width: 480px) {
	body {
		font-size: 100%;
		color: #3d1f10;
		font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
		line-height: 1.2;
		background-color: #ff99cc;
	}
	td {
		text-align: left;
	}
	a:link, a:visited {
		color: #cc0099;
		text-decoration: none;
		display: inline-block;
	}
	a:hover {
		text-decoration: underline;
		color: #dd0000;
	}
	/* TOPロゴ関連 */
	.pr {
		color: #ff8000 !important;
	}
	/* メイン */
	div.main {
		text-align: center;
		width: 96%;
	}
	div.doc-box {
		margin: 0 auto;
		text-align: left;
		width: 96%;
	}
	/* 本体 */
	div.body {
		margin: 1em auto 0 auto;
		width: 96%;
		text-align: left;
	}
	/* 画像の大きさ */
	img.icon {
		vertical-align: middle;
		border:none;
	}
	img.icon_p {
		vertical-align: middle;
		width: 90%;
		height: 90%;
		border: 9px solid #ffcccc;
	}
	img.icon_s {
		vertical-align: middle;
		width: 10%;
		height: 10%;
		border:none;
	}
	img.icon_m {
		vertical-align: middle;
		width: 50%;
		height: 50%;
		border:none;
	}
	/* 区切り線 */
	img.top-line {
		width: 96%;
		height: 4px;
	}
	/* 解説ページ小タイトル */
	div.chap {
		color: #3d1f10;
		font-weight: bold;
		padding: 2px;
		background-color: #ffcccc;
		border-right: 1px solid #004080;
		border-bottom: 1px solid #004080;
	}
	/* メッセージ */
	.line-150 {
		line-height: 150%;
	}
	/* 解説ページファイル内 */
	.files pre, .tree pre {
		font-size: 150%;
		font-family: monospace;
		overflow: auto;
	}
	.master pre {
		font-family: monospace;
		overflow: auto;
	}
	/* フッター */
	div.footer {
		margin-top: 4px;
		text-align: center;
	}



}