﻿@charset "UTF-8";
BODY{
	line-height : 130%;
	margin-left : 10%;
	margin-right : 10%;
	list-style-type : disc;
	list-style-position : outside;
	background-color : #DFFFEF;
	margin-top: 5%;
}
H1{
  border-left-width : 20px;
  border-left-style : solid;
  border-left-color : #00B75B;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #00B75B;  
  padding-bottom : 5px;
  padding-left : 10px;
  font-weight : normal;  
  padding-top : 5px;
  color : black;
  padding-right : 5px;
  font-size : 100%;
  letter-spacing : 3px;
}
H2{
	padding-top : 20px;
	border-top-width : 1px;
	border-top-style : solid;
	text-align : center;
	font-size: small;
}
TABLE { 
  line-height : 130%;
}
A:LINK{
  color : #009F50;
}
A:VISITED{
  color : #000000;
}

/*--2019追記--*/
.text_box{
    margin-left: 40px;
    line-height: 1.5;
}
.content{
    margin: 50px 0 0 0;
}
.rules_table{
    line-height: 1.5 !important;
}