body{
    background-color:azure;
}

body.print{
    background-color: white;
}

p{
    line-height: 1.5em;
    text-indent: 1em;
}

strong strong{
    color: brown;
}

div.scrolltable{
    width: 900px;
    height: 200px;
    overflow: auto;
}

div.scrolltable100{
    width: 100px;
    height: 200px;
    overflow: auto;
}

div.scrolltable200{
    width: 200px;
    height: 200px;
    overflow: auto;
}

div.scrolltable200_400{
    width: 200px;
    height: 400px;
    overflow: auto;
}

div.scrolltable250{
    width: 250px;
    height: 200px;
    overflow: auto;
}

div.scrolltable250_300{
    width: 250px;
    height: 300px;
    overflow: auto;
}

div.scrolltable250_400{
    width: 250px;
    height: 400px;
    overflow: auto;
}

div.scrolltable300{
    width: 300px;
    height: 200px;
    overflow: auto;
}

div.scrolltable300_300{
    width: 300px;
    height: 300px;
    overflow: auto;
}

div.scrolltable300_400{
    width: 300px;
    height: 400px;
    overflow: auto;
}

div.scrolltable350_300{
    width: 350px;
    height: 300px;
    overflow: auto;
}

div.scrolltable400{
    width: 400px;
    height: 200px;
    overflow: auto;
}

div.scrolltable400_400{
    width: 400px;
    height: 400px;
    overflow: auto;
}

div.scrolltable500{
    width: 500px;
    height: 300px;
    overflow: auto;
}

div.scrolltable500_400{
    width: 500px;
    height: 400px;
    overflow: auto;
}

div.scrolltable550{
    width: 550px;
    height: 300px;
    overflow: auto;
}

div.scrolltable600{
    width: 600px;
    height: 400px;
    overflow: auto;
}

div.scrolltable680{
    width: 680px;
    height: 400px;
    overflow: auto;
}

div.scrolltable700{
    width: 700px;
    height: 400px;
    overflow: auto;
}

div.scrolltable800{
    width: 800px;
    height: 400px;
    overflow: auto;
}

div.scrolltable1000{
    width: 1000px;
    height: 400px;
    overflow: auto;
}

div.scrolltable1100{
    width: 1100px;
    height: 400px;
    overflow: auto;
}

div.scrolltable1200{
    width: 1200px;
    height: 400px;
    overflow: auto;
}

div.scrolltable1200_200{
    width: 1200px;
    height: 200px;
    overflow: auto;
}

div.scrolltable1500{
    width: 1500px;
    height: 400px;
    overflow: auto;
}

div.scrolltable1800{
    width: 1800px;
    height: 400px;
    overflow: auto;
}

div.center{
	text-align: center;
}

div.w500{
    width:500px;
}

div.w700{
    width:700px;
}

div.w1200{
    width:1200px;
}

div.w1500{
    width:1500px;
}

div.r{
    float: right;
}

div.左サイド{
    float: left;
}

div.左サイド600{
    width:600px;
    float: left;
}

div.左サイド700{
    width:700px;
    float: left;
}

div.左サイド800{
    width:800px;
    float: left;
}

div.左サイド900{
    width:900px;
    float: left;
}

div.左サイド1000{
    width:1000px;
    float: left;
}

div.クリア{
    clear: both;
}

li{
	margin: 1em;
}

h2.red{
    color: red;
}

h2.orange{
    color: orange;
}

table{
    border:solid;
	border-collapse: collapse;
}

table.w500{
    width: 500px;
    border:solid;
	border-collapse: collapse;
}

table.w600{
    width: 600px;
    border:solid;
	border-collapse: collapse;
}

table.w660{
    width: 660px;
    border:solid;
	border-collapse: collapse;
}

table.w680{
    width: 680px;
    border:solid;
	border-collapse: collapse;
}

table.w700{
    width: 700px;
    border:solid;
	border-collapse: collapse;
}

table.w750{
    width: 750px;
    border:solid;
	border-collapse: collapse;
}

table.w800{
    width: 800px;
    border:solid;
	border-collapse: collapse;
}

table.w900{
    width: 900px;
    border:solid;
	border-collapse: collapse;
}

table.w1000{
    width: 1000px;
    border:solid;
	border-collapse: collapse;
}

table.w1100{
    width: 1100px;
    border:solid;
	border-collapse: collapse;
}

table.w1200{
    width: 1200px;
    border:solid;
	border-collapse: collapse;
}

table.w1500{
    width: 1500px;
    border:solid;
	border-collapse: collapse;
}

table.w1800{
    width: 1800px;
    border:solid;
	border-collapse: collapse;
}

table.noborder{
	border:none;
	margin:0;
	border-collapse: collapse;
	padding: 5px;
}

table.w500noborder{
    width: 500px;
    border:none;
	border-collapse: collapse;
}

table.w700noborder{
    width: 700px;
    border:none;
	border-collapse: collapse;
}

table.w1000noborder{
    width: 1000px;
    border:none;
	border-collapse: collapse;
}

table.w1200noborder{
    width: 1200px;
    border:none;
	border-collapse: collapse;
}

table.w1500noborder{
    width: 1500px;
    border:none;
	border-collapse: collapse;
}

table.w1600noborder{
    width: 1600px;
    border:none;
	border-collapse: collapse;
}

table.w1800noborder{
    width: 1800px;
    border:none;
	border-collapse: collapse;
}

table.vhchange{
    writing-mode: vertical-lr;
}

caption{
    font-weight: bold;
}

th{
    border:solid 1px;
	margin:0;
	border-collapse: collapse;
	padding: 5px;
}

th.vhchange{
    position: sticky;
    top: 0;
    left: 0;
    background-color: azure;

    writing-mode: horizontal-tb;
}

th.scroll{
    position: sticky;
    top: 0;
    left: 0;
    background-color: azure;

	border:solid 1px;
	margin:0;
	border-collapse: collapse;
	padding: 5px;
}


th.noborder{
	border:none;
	border-collapse: collapse;
	margin:0;
}

th.w30{
	width:30px;
}

th.w30p9{
	width:30px;
    font-size: 9pt;
}

th.w50{
    width:50px;
}

th.w50p9{
    width:50px;
    font-size: 9pt;
}

th.w150{
    width:150px;
}

th.w160{
    width:160px;
}

th.w170{
    width:170px;
}

th.w200{
    width:200px;
}

input.w20{
    width:20px;
}

input.w20r{
    width:20px;
    text-align: right;
}

input.w30{
    width:30px;
}

input.w30r{
    width:30px;
    text-align: right;
}

input.w40{
    width:40px;
}

input.w40r{
    width:40px;
    text-align: right;
}

input.w50{
    width:50px;
}

input.w50r{
    width:50px;
    text-align: right;
}

input.w60r{
    width:60px;
    text-align: right;
}

input.w70{
    width:70px;
}

input.w70r{
    width:70px;
	text-align: right;
}

input.w80{
    width:80px;
}

input.w100{
    width:100px;
}

input.w110{
    width:110px;
}

input.w200{
    width:200px;
}

input.w300{
    width:300px;
}

input.w400{
    width:400px;
}

input.w500{
    width:500px;
}

input.w600{
    width:600px;
}

input.w700{
    width:700px;
}

input.w800{
    width:800px;
}

input.w900{
    width:900px;
}

input.w1000{
    width:1000px;
}

input[type="password"]{
    font-size: 12pt;
}

input[type="button"]{
	height: 26px;
	background: linear-gradient( -45deg, lightyellow, white);
	font-size: 10pt;
	vertical-align: middle;
	background-color: white;
	border-style: solid;
	border-radius: 7px;
	border-width: 1px;
	margin: 5px;
}
input[type="button"]:active{
	background-color: blue;
	color: white;
}

input[type="submit"]{
	height: 26px;
	background: linear-gradient( -45deg, lightyellow, white);
	font-size: 10pt;
	vertical-align: middle;
	background-color: white;
	border-style: solid;
	border-radius: 7px;
	border-width: 1px;
	margin: 5px;
}

input[type="submit"]:active{
	background-color: blue;
	color: white;
}

textarea.torihiki{
	width:400px;
	height: 50px;
}

textarea.engnum{
    ime-mode:initial;
}


td{
	border :solid 1px;
	margin:0;
	border-collapse: collapse;
	padding: 5px;
}




thead.scrool,tbody.scrool{
    display:block;
}

tbody.scrool{
  overflow-y: scroll;
  height: 350px;
}



td.c{
    text-align: center;
}

td.r{
    text-align: right;
}

td.top{
    vertical-align: top;
}

td.top_c{
    vertical-align: top;
    text-align: center;
}

td.ly{
    background-color: lightyellow;
}

td.lyc{
    background-color: lightyellow;
    text-align: center;
}

td.w30{
    width:30px;
}

td.lyp10{
    background-color: lightyellow;
    font-size: 10pt;
}

td.w30p9{
    width:30px;
    font-size: 9pt;
}

td.w40{
    width:40px;
}

td.w50{
    width:50px;
}

td.w50c{
    width:50px;
    text-align: center;
}

td.w70{
    width:70px;
}

td.w80{
    width:80px;
}

td.w90{
    width:90px;
}

td.w100c{
    width:100px;
    text-align: center;
}

td.w100{
    width:100px;
}

td.w120{
    width:120px;
}

td.w120c{
    width:120px;
    text-align: center;
}

td.w150{
    width:150px;
}

td.w160{
    width:160px;
}

td.w170{
    width:170px;
}

td.w200{
    width:200px;
}

td.w200c{
    width:200px;
    text-align: center;
}

td.w220{
    width:220px;
}

td.w230{
    width:230px;
}

td.w250{
    width:250px;
}

td.w300{
    width: 300px;
}

td.w400{
    width: 400px;
}

td.w500{
    width: 500px;
}

td.w700{
    width: 700px;
}

td.w800{
    width: 800px;
}

td.w900{
    width: 900px;
}

td.w1000{
    width: 1000px;
}

td.w1100{
    width: 1100px;
}

td.noborder{
	border:none;
	border-collapse: collapse;
	margin:0;
	padding: 5px;
    vertical-align: top;
}

td.w500noborder{
	border:none;
	border-collapse: collapse;
	margin:0;
	padding: 5px;
    width: 500px;
    vertical-align: top;
}

td.w700noborder{
	border:none;
	border-collapse: collapse;
	margin:0;
	padding: 5px;
    width: 700px;
    vertical-align: top;
}

td.w800noborder{
	border:none;
	border-collapse: collapse;
	margin:0;
	padding: 5px;
    width: 800px;
    vertical-align: top;
}

td.rnoborder{
    text-align: right;
	border:none;
	border-collapse: collapse;
	padding: 5px;
    vertical-align: top;
}

td.vhchange{
    writing-mode: horizontal-tb;
    text-align: center;
}

td.top{
    vertical-align:top;
}

span.red{
    color: red;
}


/* ▼タブ */
#tabcontrol a {
    display: inline-block;            /* インラインブロック化 */
    border-width: 1px 1px 0px 1px;    /* 下以外の枠線を引く */
    border-style: solid;              /* 枠線の種類：実線 */
    border-color: black;              /* 枠線の色：黒色 */
    border-radius: 0.75em 0.75em 0 0; /* 枠線の左上角と右上角だけを丸く */
    padding: 0.75em 1em;              /* 内側の余白 */
    text-decoration: none;            /* リンクの下線を消す */
    color: black;                     /* 文字色：黒色 */
    font-weight: bold;                /* 太字 */
    position: relative;               /* JavaScriptでz-indexを調整するために必要 */
 }
 /* ▼タブにマウスポインタが載った際(任意) */
 #tabcontrol a:hover {
    text-decoration: underline;       /* 文字に下線を引く */
 }

 /* ▼タブの中身 */
#tabbody div {
    border: 1px solid black; /* 枠線：黒色の実線を1pxの太さで引く */
    margin-top: -1px;        /* 上側にあるタブと1pxだけ重ねるために「-1px」を指定 */
    padding: 1em;            /* 内側の余白量 */
    position: relative;      /* z-indexを調整するために必要 */
    z-index: 0;              /* 重なり順序を「最も背面」にするため */
 }


div.印刷範囲{
    width: 210mm;
    height: 297mm; 
    padding-top: 10mm;
    padding-bottom: 10mm;
    padding-left: 15mm;
    padding-right: 15mm;
}

div.印刷範囲 table.noborder{
	width: 210mm;
    height: 297mm; 
	border:none;
	margin:0;
	border-collapse: collapse;
	padding: 5px;
}

div.印刷範囲 table{
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
}

div.印刷範囲 table.stripe tr:nth-child(even){
    background-color: ivory;
}

div.印刷範囲 table.stripe tr:nth-child(odd){
    background-color: mintcream;
}

div.印刷範囲 table.stripe_p10{
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
}

div.印刷範囲 table.stripe_p10 tr:nth-child(even){
    background-color: ivory;
}

div.印刷範囲 table.stripe_p10 tr:nth-child(odd){
    background-color: mintcream;
}

div.印刷範囲 caption.p20{
    font-size: 20pt;
}

div.印刷範囲 th{
    border-style: solid;
    border-width: 1px;
}

div.印刷範囲 th.w20{
    width:20px;
}

div.印刷範囲 th.w20p9{
    width:20px;
}

div.印刷範囲 th.w30{
	width:30px;
}

div.印刷範囲 th.w300{
    width:300px;
}

div.印刷範囲 th.w400{
    width:400px;
}

div.印刷範囲 th.w500{
    width:500px;
}


div.印刷範囲 th.noborder{
	border:none;
	border-collapse: collapse;
	margin:0;
	padding: 5px;
    vertical-align: top;
}

div.印刷範囲 td{
    border-style: solid;
    border-width: 1px;
}

div.印刷範囲 td.noborder{
	border:none;
	border-collapse: collapse;
	margin:0;
	padding: 5px;
    vertical-align: top;
}

div.印刷範囲 td.karikata{
    border-style: solid;
    border-width: 1px;
	background-color:#CCFFFF;
	font-size: 12pt;
}

div.印刷範囲 td.karikata_c{
	text-align: center;
    border-style: solid;
    border-width: 1px;
	background-color: #CCFFFF;
	font-size: 12pt;
}

div.印刷範囲 td.karikata_r{
	text-align: right;
    border-style: solid;
    border-width: 1px;
	background-color: #CCFFFF;
	font-size: 12pt;
}

div.印刷範囲 td.kashikata{
    border-style: solid;
    border-width: 1px;
	background-color: #FFEEFF;
	font-size: 12pt;
}

div.印刷範囲 td.kashikata_c{
	text-align: center;
    border-style: solid;
    border-width: 1px;
	background-color: #FFEEFF;
	font-size: 12pt;
}

div.印刷範囲 td.kashikata_r{
	text-align: right;
    border-style: solid;
    border-width: 1px;
	background-color: #FFEEFF;
	font-size: 12pt;
}

div.印刷範囲 td.w10{
    width:10px;
}

div.印刷範囲 td.w15{
    width:15px;
}

div.印刷範囲 td.w20{
    width:20px;
}

div.印刷範囲 td.w30{
    width:30px;
}

div.印刷範囲 td.w40{
    width:40px;
}

div.印刷範囲 td.w50{
    width:50px;
}

div.印刷範囲 td.w50r{
    width:50px;
    text-align: right;
}

div.印刷範囲 td.w50c{
    width:50px;
    text-align: center;
}

div.印刷範囲 td.w60{
    width:50px;
}

div.印刷範囲 td.w60r{
    width:90px;
    text-align: right;
}

div.印刷範囲 td.w80c{
    width:80px;
	text-align: center;
}

div.印刷範囲 td.w90{
    width:90px;
}

div.印刷範囲 td.w100{
    width:100px;
}

div.印刷範囲 td.w100c{
    width:100px;
	text-align: center;
}

div.印刷範囲 input[type="text"]{
    font-size: 12pt;
}

div.印刷範囲 input[type="text"].w30{
    width: 30px;
}

div.印刷範囲 table input[type="text"]{
    margin:0;
    border:0;
    font-size: 12pt;
}

div.印刷範囲 table input[type="text"].w10{
    width:15px;
}

div.印刷範囲 table input[type="text"].w15{
    width:15px;
}

div.印刷範囲 table input[type="text"].w20{
    width:20px;
}

div.印刷範囲 table input[type="text"].w20r{
    width:20px;
    text-align: right;
}

div.印刷範囲 table input[type="text"].w300{
    width:300px;
}

div.印刷範囲 table input[type="text"].w400{
    width:400px;
}

div.印刷範囲 table input[type="text"].w500{
    width:500px;
}

div.印刷範囲 table input[type="text"].w600{
    width:600px;
}

text{
    font: normal sans-serif;
    font-size:8px;
}

text.small_black{
    fill: black;
}

text.small_blue{
    fill: blue;
}

text.small_green{
    fill: green;
}

text.small_orange{
    fill: orange;
}