<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import "header.css";
@import "footer.css";

/* よく登場する要素のリセット */
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img,
form{
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
input,
textarea,
select {
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

strong {
	color: #333333;
}

/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}

body {
	font-size:75%;
	color: #333333;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	line-height: 160%;
}


html{
	height:100%;
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	/*line-height: 130%;*/
}

a img {
	cursor: pointer;
}
a img.png {
	cursor: pointer;
}
img {
	border: none;
}
ul,li {
	list-style: none;
}


.noscript {

}
.red {
	color: #CC0000;
}

.pageLink {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	border: solid 1px #cccccc;
	padding: 10px;
	width: 758px;
	background: #ffffff;
}

.pageLink li {
	width: 350px;
	float: left;
	display: inline;
	background: url(../img/arrow2.gif) no-repeat 0 5px;
	padding-left: 10px;
}


/*******************************
 *     テキストリンクカラー
 *******************************/
 
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	color: #06F;
	text-decoration: none;
}
a:active {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration:underline;
}

/*******************************
 *     共通レイアウト
 *******************************/
 
/*------コンテナ-----*/
#container {
	width: 800px;
	margin: 0;
	border: solid 1px #014098;
}

#headerContainer {
	width: 800px;
	margin: 0;
	border: solid 1px #014098;
	border-bottom: none;
}

/*------ナビゲーション-----*/


/*------コンテンツ-----*/
#contentsLayout {
	padding: 0px 10px 10px 10px;
}

.contentsInside {
	float: left;
	display: inline;
	width: 370px;
}

#contentsLayout .contentsInside h2 {
	background:url(../img/headline1.jpg) no-repeat 0 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	/*padding: 4px 0 0 15px;*/
	padding: 0 0 0 15px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.accordionBtn {
	background: transparent;
	border: none;
	color: #fff;
	padding: 2px 0 0 0;
	font-weight: bold;
}

#contentsLayout .left {
	margin-right: 40px;
}

#pdfRead {
	margin: 0px 0 0 10px;
	padding-top: 10px;
	clear: both;
}

#pdfRead img {
	margin-right: 4px;
	vertical-align: middle;
}

.readtext {
	margin-left: 7px;
	font-weight: bold;
	color: #000;
}

.pl {
	padding-top: 0px;
	visibility: hidden;
}

.plTop {
	visibility: hidden;
	position: absolute;
	top: 520px;
	left: 0;
}

#floater {
}

#fixLayout {

}



/*.contentsInside a {
	background: url(../img/arrow1.jpg) no-repeat 0 3px;
	padding-left: 7px;
}
*/

/*------メインコンテンツ-----*/


/*------サイドコンテンツ-----*/



/*******************************
 *     リストスタイル
 *******************************/
.listStyle1 li{
	background: url(../../img/common/arrow_01.jpg) no-repeat 0 5px;
	padding-left: 15px;
}

.normalList {
	margin-left: 10px;
	margin-bottom: 20px;
}

.normalList li,
.normalNumList .normalList li{
	list-style-type: none;
	background: url(../img/arrow1.jpg) no-repeat 0 5px;
	padding-left: 8px;
	list-style-position: outside;
}

.normalNumList .normalList {
	margin-left: 20px;
}

.normalNumList {
	margin-left: 10px;
}

.normalNumList li{
	list-style-type: decimal;
	list-style-position: inside;
}


/*******************************
 *     テーブル
 *******************************/
.tableStyle1 {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	width: 680px;
	margin-left: 8px;
}

.tableStyle1 th{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	padding: 5px;
	width: 92px;
	background: url(../../img/common/tabel_bg_1.jpg) no-repeat 0 0;
	color: #333333;
	font-weight: 600;
}

.tableStyle1 td{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	padding: 5px;
}

.tableStyle2 {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	width: 680px;
	margin-left: 8px;
}

.tableStyle2 th{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	padding: 5px;
	width: 120px;
	background: #FFECFF;
	color: #333333;
	font-weight: 600;
}

.tableStyle2 td{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	padding: 5px;
}

/*******************************
 *     テキスト
 *******************************/
 
.lh16 {
	line-height: 1.6em;
}
.nameLink {
	visibility: hidden;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.checkPoint p {	font-weight: bold;}
 
.backPageTop {
	background: url(../../img/common/arrow_pagetop.jpg) no-repeat 0 0;
	padding-left: 16px;
	float: right;
	font-size: 12px;
	margin: 20px 0;
	clear: both;
}


.nextPageLink {
	background: url(../../img/common/nextlink_bg.jpg) 0 0 no-repeat;
	width: 450px;
	height: 30px;
	padding: 6px 0 0 0;
	color: #ffffff;
	text-align: center;
	margin: 10px auto;
	clear: both;
}

.nextPageLink a:link {color:#ffffff;text-decoration:underline;}
.nextPageLink a:visited {color:#ffffff;}
.nextPageLink a:active {	color:ffffff;text-decoration:none;}
.nextPageLink a:hover {color: #ffffff;text-decoration:none;}

.headLine1 {
	background: url(../../img/common/headline1_bg.jpg) no-repeat 0 0;
	color: #ffffff;
	font-size: 18px;
	padding: 7px 0 0 10px;
	height: 34px;
	clear: both;
}

.headLine2 {
	background: url(../../img/common/headline2_bg.jpg) no-repeat 0 0;
	color: #ffffff;
	font-size: 18px;
	padding: 7px 0 0 10px;
	height: 34px;
	clear: both;
}

.headLine3 {
	background: url(../../img/common/headline3_bg.jpg) no-repeat 0 0;
	font-size: 14px;
	padding: 1px 0 0 24px;
	font-weight: bold;
	color: #0099FF;
	height: 19px;
	clear: both;
}

.rightPict {
	float: right;
	border: solid 1px #cccccc;
	padding: 1px;
	margin-left: 10px;
}

.leftPict  {
	float: left;
	border: solid 1px #cccccc;
	padding: 1px;
	margin-right: 10px;
}

.floatClear {
	clear: both;
}

.t12 {font-size: 12px;line-height: 1.4em;}
.t10 {font-size: 10px;line-height: 1.2em;}

.textIndent {
	text-indent: -1em;
	padding-left: 1em;
}

.strong {
	font-size: 14px;
	font-weight: 600;
	color:#65A536;
}

.mrT1 {	margin-top: 1em;}
.mrT2 {	margin-top: 2em;}
.mrT3 {	margin-top: 3em;}
.mrT4 {	margin-top: 4em;}
.mrT5 {	margin-top: 5em;}
.mrT10px { margin-top: 10px;}
.mrT5px { margin-top: 5px;}

.mrR1 {	margin-right: 1em;}
.mrR2 {	margin-right: 2em;}
.mrR3 {	margin-right: 3em;}
.mrR4 {	margin-right: 4em;}
.mrR5 {	margin-right: 5em;}

.mrL1 {	margin-left: 1em;}
.mrL2 {	margin-left: 2em;}
.mrL3 {	margin-left: 3em;}
.mrL4 {	margin-left: 4em;}
.mrL5 {	margin-left: 5em;}
.mrL10px { margin-left: 10px;}

.mrB1 { margin-bottom: 1em;}
.mrB2 { margin-bottom: 2em;}
.mrB3 { margin-bottom: 3em;}
.mrB4 { margin-bottom: 4em;}
.mrB5 { margin-bottom: 5em;}

/*******************************
 *     クリアーフィックス
 *******************************/
/* モダンブラウザ（Firefox Opera Safari）対策 */
.cf:after,
.icons:after,
.section:after,
.inner:after,
.btn:after,
.snavi:after,
.pictList1:after,
#contentsLayout:after,
#contentsLayout #rightContents:after,
#footer:after,
#contents:after,
#sideContents:after {
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
   font-size: 0.1em; 
}

/* Win版IE7とMac版IE5対策 */
.cf,
.icons,
.section,
.inner,
.btn,
.snavi,
.pictList1,
#contentsLayout,
#contentsLayout #rightContents,
#footer,
#contents,
#sideContents{
   display:inline-block;
   min-height: 1%; 
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .cf,
* html .icons,
* html .section,
* html .inner,
* html .btn,
* html .pictList1,
* html .snavi,
* html #contentsLayout,
* html #contentsLayout #rightContents,
* html #footer,
* html #contents,
* html #sideContents{
	height: 1%;  
}

.cf,
.icons,
.section,
.inner,
.btn,
.snavi,
.pictList,
#contentsLayout,
#contentsLayout #rightContents,
#footer,
#contents,
#sideContents {
   display:block;
}
/* End hide from IE-mac */

.accordionBtn {
	pointer-events: none;
}
.normalList {
	height: auto;
	overflow: auto;
}

@media screen and (max-width: 768px) {
	.accordionBtn {
		pointer-events: auto;
	}
	#header #read {
		display: block;
		width: 300px;
		margin: 20px 0 5px 0;
	}
	#headerContainer, .floatClear img, #contentsLayout .left, #container  {
		width: 100%
	}
	#contentsLayout .left {
		margin: 0 auto;
	}
	#contentsLayout .contentsInside h2 {
		background: url(../img/headline1_sp.jpg) no-repeat 0 0;
	}
	.accordionTitle {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.accordionBtn {
		position: relative;
		background: transparent;
		border: none;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		width: 100%;
	}
	.accordionBtn::before {
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		content: "";
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
		transform: rotate(135deg);
		top: -15%;
		right: 2%;
	}
	.normalList {
		height: 0;
		overflow: hidden;
		transition: .5s;
	}
	h2.active .accordionBtn::before {
		transform: rotate(-45deg);
		top: 15%;
	}
	.normalList.active {
		overflow-y: auto;
	}
	.contentsInside {
		float: none;
	}
}

@media screen and (max-width: 768px) {

}</pre></body></html>