﻿@charset "UTF-8";

body {
	-background-color:#FFFFFF;
	-font-size: medium;
	-font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3' ,Meiryo, メイリオ, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-color: #000000;	
	-line-height: 1.2em;
}
h1 {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3' ,Meiryo, メイリオ, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-color:#972A27;
	padding: 10px;
	font-size: x-large;
	font-weight:300;
	line-height: 1.2em;
}
span.h1large {
	font-size:xx-large;
}h1.class2heading {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3' ,Meiryo, メイリオ, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
    background: #FFF;
    margin: 20px 0 10px 0;
    padding: 5px 5px 0;
	border-bottom: 1px solid #972A27;
	font-size: xx-large;
    font-weight: 700;
	line-height: 1.2em;
}
span.h1large {
	font-size:xx-large;
}
h2 {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3' ,Meiryo, メイリオ, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	border-bottom: 1px solid #972A27;
	font-size: x-large;
	line-height: 1.2em;
    margin-top:20px;
}
h3.section {
	color: #972A27;
	-background-color:#972A27;
    border-bottom: 1px solid #972A27;
    margin-top: 30px;
	font-size: x-large;
    font-weight: 700;
	padding:3px;
}
h3.section2 {
	color: #000000;
	background-color:#CCCCCC;
	font-size: medium;
	padding:3px;
}
p.navibar {
	padding-left:2em;
}
.textsmall {
	font-size:small;
}
ol li {
   	margin-bottom: 0.5em;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

