@charset "utf-8";
/* =========================================================
/  ダウンロード版CSS
/  =========================================================*/

body {
	font-family: "arial unicode ms", sans-serif;
}

html[lang="ja"] > body {
	font-family: "Meiryo UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

.section_category_indent1 {
	color: #0066cc;
	border-bottom-color: #0066cc;
	border-bottom-width: 3px;
	border-left: none;
	padding-left: 5px;
}

.section_category_indent2 {
	color: #0066cc;
	border-bottom: 1px solid #0066cc;
	border-left: 10px solid #0066cc;
	padding-left: 15px;
}

.section_category_indent3 {
	color: #0066cc;
}

.section_head .section_category_indent3 {
	margin-left: 30px;
}

.tbl_category {
	font-size: 16px;
}

.tbl_category .category_indent3 {
}

.TypeNote,
.TypeDirection {
	border: 1px solid #333;
}

.TypeNoteIcon,
.TypeDirectionIcon {
	vertical-align: top;
}

.tbl_category tr td td.TypeNoteText,
.tbl_category tr td td.TypeDirectionText {
	padding: 5px;
	padding-left: 10px;
}

#drawer-content {
	background-color: #f0f0f0;
}

nav h1 {
	color: #0066cc;
}

a,
a:hover {
	color: #333;
}

nav a:hover {
	color: #0066cc;
	text-decoration: none;
}

html[lang="ja"] i {
    font-family: 'Noto Sans Japanese', 'arial unicode ms', serif;
}
