@charset "UTF-8";



html {
	margin: 0;
	padding: 0;
	border:0;
	
	font-size: 100%;

}



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;
	word-break: break-all;
}



h1,h2,h3 {
	margin:1em 1em 0.2em 0;
	padding: 0 0 0.3em 0;
	border:0;
	font-size: 1.4em;
}

h3,h4,h5,h6 {
	margin:1em 1em 0.2em 0;
	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: 0;
	
	margin:0;
}

.flexitem{
	margin-left: 1rem;
	margin-right: 1rem;
	/*
	font-size: 1.1em;
	line-height: 1.7em;
	*/

    font-size: 1.2rem;
    line-height: 2.2rem;
}


.table {

	margin:0 2.5vw 2em 2.5vw;
	width : 94%;
	
	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;
	margin-bottom: 0em;
	font-size: 2.1em;
	line-height: 1.4em;
	font-weight: 700;
	font-feature-settings: "palt";
	padding: 0 0 0 1rem;
}


.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: 2rem;
	font-weight: 700;
	border-bottom : 1.4px;
	border-color : #ddd;
	border-style: solid;
    margin-right: 0rem;
	margin-bottom: 1.5rem;
}


/*コード部分のスタイル*/
.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 */


.fixed_textarea {
    width: 94%;
    margin-left: 2%;
    margin-right: 2%;
    resize: none;
    height: 3em;
}


.result_table , td ,th{
    border-collapse: collapse;
    border:1px solid #333;

}
.result_table {
	width: 96%;
    margin-left: 2%;
    margin-right: 2%;
	/*table-layout: fixed;*/
}



table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}


.imgautosize{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


.index_iframe{
    margin: 0;
    border: none;
    padding: 0;
    width: 100vw;
	height:100vh;


}
/*横長PC用配置*/
@media screen and (orientation: landscape) {
	.flexbox{
	  display: flex;
	  flex-direction: row-reverse;
	}

	.flexbox>div{
		width:70vw;
	}
	.flexbox>iframe{
		width:25vw;
		height:auto;
	}
}

.img_defalt{
	display: inline-block;
	max-width: 90%;
    max-height: 50%;
}

.img_sc_parts{
    margin-left: 2rem;
    margin-right: 2rem;
    max-height: 45vh;
    max-width: calc(100% - 4rem);
}

.small_comment{
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    line-height: 1.5rem;
    display: inherit;
}

.div_rect_small_comment{
font-size: 0.9rem;
    margin: 0;
    line-height: 1.5rem;
    display: inherit;
    border: 3px dotted #666;
    padding: 1rem;
    background-color: #ff0;
    font-weight: bold;

}


span.strong{
	font-size: 1.7rem;
	font-weight: 700;
}

span.strong2{
	font-size: 1.2rem;
	font-weight: 700;
}

/*560x315の比率で*/
.iframe_youtube{
      width: 100%;
	  aspect-ratio: 560/315;
}

/*
.circuit_text_wrap{
    margin-left: 1rem;
    border: 1px solid #aaa;
    width: fit-content;
    padding: 1rem 1rem;
	font-size: 0.95rem;
}

.circuit_text {
	margin: 0;
	padding: 0;
    line-height: 0.8rem;
    font-size: 0.8rem;
	filter: drop-shadow(1px 1px 3px #440);
	font-family: Osaka-Mono,monospace,serif;
    width: fit-content;
}
*/


.span_pre{
    white-space: pre;
    line-height: 110%;
    display: inline-block;
	font-family: Osaka-Mono,monospace,serif;
	font-size: 1rem;
}


/*citcuit.jsの回路図枠を変えたい場合*/
div.gplot_circuit_image_wrap {
	min-width: 100px;
	display:inline-block;
	vertical-align: top;
}

div.wrap_circuit_gplot.imagewrap_circuit_gplot_inline .gplot_circuit_image_wrap{
    border: none;
    min-width: 0px;
}

.table_lr{
}
.table_lr td{
    border: 1px solid #888;


}

.table_lr td.near_equal{
    border: none;
    font-size: 3rem;
}



div.gplot_link_wrap{
	display:inline-block;
	vertical-align: top;
	margin-top: 0.5rem;
}




.linkediframe_iframe_voltdiv{
	margin-top: -0.5rem;
}

.wrap_voltdivA {
	width: 18em;
    height: 10em;
    border: 1px solid #aaa;
    overflow: hidden;
}


.wrap_voltdivA .linkediframe_front{
    height: 10em;
    width: 18em;
    margin-top: -0.5em;
}

.wrap_voltdivA .linkediframe_iframe_voltdiv
{
    height: 11em;
    width: 18em;
    margin-top: -0.5em;
}

/*//////////////////////*/

.wrap_voltdivB {
	width: 18em;
    height: 14em;
    border: 1px solid #aaa;
    overflow: hidden;
}

.wrap_voltdivB .linkediframe_front
{
    height: 13em;
    width: 18em;
    margin-top: -0.5em;
}

.wrap_voltdivB .linkediframe_iframe_voltdiv
{
    height: 14em;
    margin-top: -0.5em;
}

.wrap_voltdivC{
	width: 18em;
    height: 17em;
    border: 1px solid #aaa;
    overflow: hidden;
}

