<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*----- その他基本設定 -----*/
/*表示しない*/
.hidden {
	display: none;
}
/*テーブル設定
--------------------------------------------------*/
table {
	margin-top: 20px;
}
table {
	border-bottom: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
	border-right: none;
	border-top: none;
	border-collapse: collapse;
	width: 94.5%;
	margin-left:2.8%;
	margin-right:2.7%;
}
table thead th {
	background: #bec1bd;
	color: #000000;
	font-weight: bold;
}
table th {
	padding: 5px;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #BBBBBB;
	border-top: solid 1px #BBBBBB;
	background: #e7e6ff;

	text-align: center;

}
table td {
	padding: 5px;
	border: solid 1px #BBBBBB;
	background: #fff;
		text-align: center;
}
table tfoot th {
	background: #bec1bd;
	color: #000000;
	font-weight: bold;
}

.bg-gray{
	background:#999;
}
/*----- 横幅指定 -----*/
.wd1 {
	width: 1%;
}
.wd2 {
	width: 2%;
}
.wd4 {
	width: 4%;
}
.wd5 {
	width: 5%;
}
.wd7 {
	width: 7%;
}
.wd8 {
	width: 8%;
}
.wd9 {
	width: 9%;
}
.wd10 {
	width: 10%;
}
.wd11 {
	width: 11%;
}
.wd13 {
	width: 13%;
}
.wd14 {
	width: 14%;
}
.wd15 {
	width: 15%;
}
.wd16 {
	width: 16%;
}
.wd17 {
	width: 17%;
}
.wd20 {
	width: 20%;
}
.wd25 {
	width: 25%;
}
.wd30 {
	width: 30%;
}
.wd31 {
	width: 31%;
}
.wd35 {
	width: 35%;
}
.wd37 {
	width: 37%;
}
.wd40 {
	width: 40%;
}
.wd44 {
	width: 44%;
}
.wd45 {
	width: 45%;
}
.wd50 {
	width: 50%;
}
.wd53 {
	width: 53%;
}
.wd60 {
	width: 60%;
}
.wd63 {
	width: 63%;
}
.wd65 {
	width: 65%;
}
.wd70 {
	width: 70%;
}
.wd75 {
	width: 75%;
}
.wd80 {
	width: 80%;
}
.wd85 {
	width: 85%;
}
.wd90 {
	width: 90%;
}
.wd95 {
	width: 95%;
}
.wd100 {
	width: 100%;
}
/*テキスト位置設定
--------------------------------------------------*/
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.txt-l {
	text-align: left;
}
.txt-m {
	vertical-align: middle;
}
.txt-t {
	vertical-align: top;
}
.txt-b {
	vertical-align: bottom;


}


/*----- 位置設定 -----*/
/*1/2サイズ*/
.half-l {
	float: left;
	width: 49%;
}
.half-r {
	float: right;
	width: 49%;
}
/*1/3サイズ*/
.three-l {
	width: 32%;
	float: left;
}
.three-c {
	width: 32%;
	float: left;
	padding-left: 10px;
}
.three-r {
	width: 32%;
	float: right;
}

/*7：3サイズ*/
.half-l7{
	float: left;
	width: 69%;
}
.half-r3 {
	float: right;
	width: 29%;
}



/*フロート左*/
.fl {
	float: left;
	width: auto;
}
/*フロート右*/
.fr {
	float: right;
	width: auto;
}
/*画像フロート左*/
.img-l {
	float: left;
	width: auto;
	margin: 0 20px 20px 0;
}
/*フロート右*/
.img-r {
	float: right;
	width: auto;
	margin: 0 0 20px 20px;
}
/*----- カラーボックス -----*/

.box01, .box02, .box03, .box04, p {
	padding-top: 5px;
}
.box01, .box02, .box03, .box04 {
	padding: 15px;
	margin: 20px 0;
	min-height: 50px;
}
/*グレー 補足ボックス*/
.box01 {
	border: #666666 1px dashed;
	background: #F3F3F3; /* Old browsers */
}
.box01 .box-midashi {
	border-left: 6px solid #999999;
	color: #333333;
	font-size: 100%;
	line-height: 100%;
	margin: 10px 0px 10px 0px;
	padding: 2px 5px 2px 10px;
	font-weight: bold;
	background: none;
	border-bottom: none;
}
/*青 リンクボックス*/
.box02 {
	border: #8058A0 1px dashed;
	background: #EEECF2;
}
/*黄色 強調ボックス*/
.box03 {
	border: #EA6400 1px dashed;
	background: #F9F3EC;
}
/*レッドライン 注意・警告*/
.box04 {
	border: #D90000 1px dashed;
	background: #F4EAEA;
}
.box04 .box-midashi {
	font-size: 100%;
	line-height: 100%;
	color: #CC0000;
	padding: 2px 5px 2px 10px;
	border-left: solid #CC0000 6px;
	margin-bottom: 10px;
	font-weight: bold;
	background: none;
}
/*マージン
---------------------------------------*/
/*マージン設定*/
/*マージン全方向0*/
.m0 {
	margin: 0 !important;
}
/*マージン全方向10*/
.m10 {
	margin: 10px !important;
}
/*マージン全方向20*/
.m20 {
	margin: 20px !important;
}
/*マージン全方向30*/
.m30 {
	margin: 30px !important;
}
/*マージン左右0*/
.mrl0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
/*マージン左右10*/
.mrl10 {
	margin-right: 10px !important;
	margin-left: 10px !important;
}
/*マージン左右20*/
.mrl20 {
	margin-right: 20px !important;
	margin-left: 20px !important;
}
/*マージン左右30*/
.mrl30 {
	margin-right: 30px !important;
	margin-left: 30px !important;
}
/*マージン左右 中央*/
.mrlauto {
	margin-right: auto !important;
	margin-left: auto !important;
}
/*マージン上下0*/
.mtb0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/*マージン上下10*/
.mtb10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
/*マージン上下20*/
.mtb20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
/*マージン上下30*/
.mtb30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
/*マージン上0*/
.mt0 {
	margin-top: 0 !important;
}
/*マージン上5*/
.mt5 {
	margin-top: 5px !important;
}
/*マージン上10*/
.mt10 {
	margin-top: 10px !important;
}
/*マージン上15*/
.mt15 {
	margin-top: 15px !important;
}
/*マージン上20*/
.mt20 {
	margin-top: 20px !important;
}
/*マージン上30*/
.mt30 {
	margin-top: 30px !important;
}
/*マージン上40*/
.mt40 {
	margin-top: 40px !important;
}
/*マージン下0*/
.mb0 {
	margin-bottom: 0 !important;
}
/*マージン下5*/
.mb5 {
	margin-bottom: 5px !important;
}
/*マージン下10*/
.mb10 {
	margin-bottom: 10px !important;
}
/*マージン下20*/
.mb20 {
	margin-bottom: 20px !important;
}
/*マージン下30*/
.mb30 {
	margin-bottom: 30px !important;
}
/*マージン左0*/
.ml0 {
	margin-left: 0 !important;
}
/*マージン左10*/
.ml10 {
	margin-left: 10px !important;
}
/*マージン左20*/
.ml20 {
	margin-left: 20px !important;
}
/*マージン左30*/
.ml30 {
	margin-left: 30px !important;
}
/*マージン右0*/
.mr0 {
	margin-right: 0 !important;
}
/*マージン右10*/
.mr10 {
	margin-right: 10px !important;
}
/*マージン右20*/
.mr20 {
	margin-right: 20px !important;
}
/*マージン右30*/
.mr30 {
	margin-right: 30px !important;
}
/*パディング*/
/*パディング0*/
.p0 {
	padding: 0;
}
.p5 {
	padding: 5;
}
.p10 {
	padding: 10;
}
/*インデント*/
.indent1{ text-indent:1em;}
</pre></body></html>