@charset "UTF-8";

body {
    padding-left: 0.6em;
    padding-right: 0.6em;
	
	font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}


h1 {
    font-family: armada, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    font-size: 3em;
    margin-bottom: -8px;
}

h2 {
    font-family: armada, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
    text-align: center;
    height: 1.5em;
}

h3{
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 1.5em;
    border-left: 10px solid #7D7D7D;
    border-right: medium solid #7D7D7D;
    border-bottom: medium solid #7D7D7D;
    border-top: medium solid #7D7D7D;
    border-radius: 5px;
    background-color: #DFDFDF;
    border-spacing: 2em 2em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
}

h4 {
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 1.4em;
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    border-bottom: thin solid #494949;
	margin-left: 0.4em;
	margin-bottom: 1.3em;
	margin-top: 1.8em;
	
	
}

h5 {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 1.2em;
    border-radius: 8px;
    background-color: #F5F5F5;
    border-spacing: 2em 2em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    margin-left: 0.4em
}

h6{
    font-family: source-code-pro, monospace;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: small;
    color: #818181;
}

p {
	text-align: left;
    font-size: 1.2em;
	text-indent: 1em;
	line-height: 1.6em;
	margin-left: 1em;
	margin-right: 1em;
}

.bold{
	font-family: ten-mincho, serif;
	font-weight: 700;
	font-style: normal;
}

.bold_red{
    font-family: ten-mincho, serif;
    font-weight: 700;
    font-style: normal;
    color: #98191B;	
}

.bold_blue{
    font-family: ten-mincho, serif;
    font-weight: 700;
    font-style: normal;
    color: #0949B4;
}

.onething{
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.1em;
	line-height: 1.9em;
    border: 4px solid #eee;
    border-radius: 300px 20px 198px 20px / 20px 230px 20px 210px;
    margin-top: 1.6em;
    margin-right: 0;
    margin-left: 2em;
    margin-bottom: 1.6em;
    padding: 1.6em;
    color: #3C3C3C;
	text-indent: 0px;
}


a {
    color: #000000;
}
a:hover {
    background-color: #C4C4C4;
}



.code {
    font-family: source-code-pro, monospace;
    font-weight: 400;
    font-style: normal;
    background-color: #ddd;
    border: 2px dotted #ADADAD;
    margin-top: 2em;
    margin-right: 0;
    margin-left: 2em;
    margin-bottom: 2em;
    padding: 2em;
    font-size: medium;
    line-height: 1.9em;
    text-indent: 0px;
}


.box {
    border: 4px solid #ddd;
    border-radius: 20px;
    margin-top: 2em;
    margin-right: 0;
    margin-left: 2em;
    margin-bottom: 2em;
    padding: 2em;
	background-color: #eee;
	line-height: 1.9em;
}

.ref {
    font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	border: 2px dotted #BFBFBF;
    margin-top: 2em;
    margin-right: 0;
    margin-left: 2em;
    margin-bottom: 2em;
    padding: 2em;
    background-color: #F4F4F4;
    line-height: 1.9em;
    text-indent: 0px;
    border-radius: 10px;
}

.vdl{
	font-family: vdl-logojr, sans-serif;
	font-weight: 400;
	font-style: normal;	
}

.machines{
	font-family: vdl-logojr, sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-size: 1.8em;
	padding: 0.3em;
    margin: 2em 0;
    background: #eee;
    border-left: solid 10px #666;
}

.armada{
	font-family: armada, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.armada_thin{
	font-family: armada, sans-serif;
	font-weight: 200;
	font-style: normal;
}
	
.maru{
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.shinmaru{
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.red{
    color: #AF3335;
}
