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


* {
    font-family: Meiryo, "メイリオ", Geneva, Arial, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
    vertical-align: 0;
}

h1, h2, h3, h4, th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 100%;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

p, dt, dd, th, td, li  {
    line-height: 1.8;
}

fieldset,img{ 
	border:0;
}


/* 共通 */

.center{
	text-align: center;
}

.left{
	text-align: left !important;
}

.right{
	text-align: right !important;
}

.clear{
	clear: both;
	overflow:hidden;
	width:100%;
}

.underline{
	text-decoration: underline;
}

.style-bold{
	font-weight: bold;	 
}

.style-red{
	color: #A63926;
}
.float-left{
    float:left;
}

.float-right{
    float:right;
}

.border-none{
    border:none !important;
}

.dn{
	display: inline;
}

.clearfix:after{
    content: "";
	display: block;
	clear: both; 
}




/* ヘッダー */

#header{
	clear: both;
	margin: 0 auto 30px;
	overflow: hidden;
	width: 100%;
}

#h-navi{
	display: none;
}



/* グローバル */

#global{
    display: none;
}


/*記事 */

h1{
	border-bottom: solid 1px #E4E2DE;
	border-right: solid 1px #E4E2DE;
	border-top: solid 1px #E4E2DE;
	border-left: solid 4px #F08803;
	font-size: 143%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 20px;
}

#article h2{
	border-left: solid 3px #F08803;
	font-size: 115%;
	font-weight: bold;
	margin: 30px 0 20px 0;
	padding: 5px 20px;
}

#article h3{
	border-bottom: solid 2px #F08803;
	font-size: 108%;
	font-weight: bold;
	margin: 30px 0 20px 0;
	padding-bottom: 5px;
}

#article h4{
	border-left: solid 1px #F08803;
	font-weight: bold;
	margin: 30px 0 20px 0;
	padding-left: 10px;
}

.box-flow{
	margin-bottom: 30px;
	display: list-item;
	list-style-image: url(../images/second/flow.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1%;
	text-align: center;
}

#box-type01{
	clear: both;
	overflow: hidden;
	width: 720px;/* 700px */
}

#box-type01 h2{
	background-image: none !important;
	border-left: none !important;
	float: left;
	margin: 0 !important;
	padding: 0 10px 20px 0 !important;
}


/* 右ナビ */

#navi{
    display: none;
}

/* breadCrumb Area */

#breadCrumb{
    display:none;
}





/* 番号リスト */

ol li{
	list-style-position: outside;
	margin:0px 0px 0px 25px;
}


/* 定義リスト */

.dl-box{
	border-bottom: solid 1px #E4E2DE;
	border-left: solid 1px #E4E2DE;
	border-right: solid 1px #E4E2DE;
	border-top: solid 2px #F08803;
	margin-bottom: 30px;
	padding-top: 3px;
}

.dl-box dt{
	background-color: #F8F6F2;
	border-bottom: solid 1px #E4E2DE;
	font-weight: bold;
	padding: 13px 26px;
}

.dl-box dd{
	padding: 13px 26px;
}





/* テーブル */

table{
	clear:both;
	width:100%;
	margin:10px 0px 30px 0px;
	border-collapse: collapse;
	border:solid 1px #D6D3CE;
	text-align: left;
	line-height: 1.8;
}

th{
	border:solid 1px #D6D3CE;
	padding:6px 10px 6px 10px;
	text-align: left;
	color: #333;
}

td{
	border:solid 1px #D6D3CE !important;
	padding:6px 10px 6px 10px;
}

table caption{
	display: none;
}

.w30{
    width:30%;
}

.w25{
    width:25%;
}

.w20{
    width:20%;
}



/* キャプション */

.box01{
	clear:both;
	margin:10px 0px 40px 0px;
	overflow:hidden;
	width:100%;
}

.box03-left{
	float:left;
	padding-right:10px;
}

.box03-right{
	float:right;
}

.caption{
	display: none;
}


.text-A{
    width:280px;
}

.text-B{
    width:400px;
}

.text-C{
    width:218px;
}

.text-D{
    width:370px;
}



/* ジャンプ */

.pagetop,
.pagetop a{
	display: none;
}



/* フッター */

#footer-inner{
	padding-top: 37px;
}

#f-contents{
    clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

#f-add{
	font-size: 93%;
}

#f-add p{
    margin-bottom: 20px;
}

.ul-fn{
	display: none;
}

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