@charset "UTF-8";
/*
html, body {
  height: 100%;
}
*/


html {
	margin: 0;
	padding: 0;
	border:0;
	
/*	font-size: 62.5%;*/
	font-size: 100%;
/*	font-size: 2vh;*/
	


}



html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {

}

body {

	font-family: -apple-system,Segoe UI,Helvetica Neue,Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
	/*
	  font-family: 'Helvetica Neue','Helvetica','Arial','Geneva,sans-serif','Meiryo','メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',sans-serif;
	*/
	
 	font-size: 1em;
	color: #444;
	line-height: 1;
	padding: 1em;

	margin: 0;
	padding: 0;
	border:0;
}


h1,h2,h3,h4,h5,h6 {
	margin:1em 1em 0.2em 6vw;
	padding: 0 0 0.3em 0;
	border:0;
	font-size: 1.4em;
}



p {
	font-size: 1.1em;
	line-height: 1.7em;
	/*padding: 0em 2em 1em 2em;*/
	padding: 0em 5vw 1em 5vw;
	
	margin:0;
}


.table {

	margin:0 2.5vw 2em 2.5vw;
	width : 94vw;
	
	border-style:solid;
	border-color:#8ed2c5;
	border-width: 2px;

	border-collapse:collapse;
	line-height: 1.7em;

	word-break: break-all;
	word-wrap: break-all;
	table-layout: fixed;

}

.table th{
  /*color:#fff;*/
  background:#8ed2c5;
}
.table  tr:nth-child(odd){
  background:#e6f2ff;
}

.table td {
	vertical-align:top;
	padding:0.5em;
	
	border-style:solid;
	border-color:#8ed2c5;
	border-width: 2px;
	/*overflow-wrap : break-word;*/
	/*border-bottom:2px solid #8ed2c5;*/
}


/*同幅フォント*/
.tt {
	font-family: 'Courier New', Consolas, Courier, Monaco, monospace;
    font-size: 1em;
    line-height: 1.2;
    

}

/*小さい枠でコードを表示*/
.smallcode {
	font-family: 'Courier New', Consolas, Courier, Monaco, monospace;
	
    font-size: 0.8em;
    line-height: 1.7;

	tab-size: 4;
	overflow-x : scroll;
	padding-left: 0.5em;
	background-color: #333;
	padding-top:0.3em;
	padding-bottom:0.5em;

	color: #8F8;
	width:95%;
}





/*ページ先頭のタイトル*/
.h_title {
	margin-top:0.0em;
	
	font-size: 2.1em;
	line-height: 1.4em;
	font-weight: 700;
	font-feature-settings: "palt";
}

.div_bar{
	margin:0;
	border:0;
	padding:0;
	background-color: #8ed2c5;
}

footer {
	margin:0;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #8ed2c5;

}



/*各段落先頭のh1*/
.h_para{
	font-size: 1.9em;
	font-weight: 700;
	border-bottom : 1.4px;
	border-color : #ddd;
	border-style: solid;
}


/*コード部分のスタイル*/
.prettyprint ol.linenums > li {
  list-style-type: decimal; 
}
pre.prettyprint {
	font-family: 'Courier New', Consolas, Courier, Monaco, monospace;
	font-size: 0.9em;
	line-height: 1.1em;

	width : auto;
	tab-size: 4;
	overflow-x : scroll;
	margin: 0 1em 1em 1em;
	padding-left: 0.5em;
	background-color: #333;

	padding-top:0.5em;
	padding-bottom:0.5em;
}


pre .nocode { background-color: none; color: #000 }
pre .str { color: #ffa0a0 } /* string  - pink */
/*pre .kwd { color: #f0e68c; font-weight: bold }*/
pre .kwd { color: #fc5; font-weight: bold }

pre .com { color: #abb } /* comment - skyblue */
pre .typ { color: #98fb98 } /* type    - lightgreen */
pre .lit { color: #cd5c5c ; font-weight: bold} /* literal - darkred */
pre .pun { color: #fff }    /* punctuation */
pre .pln { color: #9e5 }    /* plaintext */
pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag    - lightyellow */
pre .atn { color: #bdb76b; font-weight: bold } /* attribute name  - khaki */
pre .atv { color: #ffa0a0 } /* attribute value - pink */
pre .dec { color: #98fb98 } /* decimal         - lightgreen */
