@charset "utf-8";
/* CSS Document */



.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.uchikeshi {
	text-decoration: line-through;
}
.underline {
	text-decoration:underline;
}
.red {color: #FF0000;
}
/* 太字 */
.bold{
	font-style:normal;
	font-weight:bold;
}

.text_r{
	text-align:right;
}
.text_c{
	text-align:center;
}

/* */
.notes {
	margin: 1.5em 0 3em 0;
	padding: 1em;
	border-top: 3px double #43BEB8;
	border-bottom: 3px double #43BEB8;
	line-height: 1.7;
}
