/*v4 PC Edition based*/
/*主にピクセル単位*/
body {
	background-color:#f0f0f0;
	color:#224;
	font-family:"BIZ UDゴシック","源ノ角ゴシック","Noto Sans CJK JP Regular",MeiryoKe_Gothic,"VL ゴシック",メイリオ,Osaka,"ＭＳ ゴシック","Arial,sans-serif";/*font*/
/*	background-image: url(../img/1.png);/*ばっくぐらうんど*/
	background-repeat: no-repeat;
	margin: 8px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.3em
}

/*ぜーんぶ！ぜーんぶ！*/

#all {
	margin-bottom: 64px;	/*下部空白*/
   }
   
/*ぼでー*/

a:visited {background-color:#ccffcc;}

/*本文*/

#drawDiv {
	background-color:#ffffff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}
#text div {	line-height: 1.3em }

label.h2 {
	display: block;
	font-weight: bold;
	transition:0.3s ;
	text-decoration: none;
	color:#40a040;

	border-bottom:2px solid #40a040;
	padding:0px 0 2px 8px;
	line-height:100%;
	font-size: 18px;
	margin: 6px 0px;
}

label.h3 {
	display: block;
	font-weight: bold;
	transition:0.3s ;
	text-decoration: none;
	color:#40a040;

	border-bottom:1px solid #40a040;
	padding:0px 0 2px 8px;
	line-height:100%;
	font-size: 14px;
	margin: 6px 0px;
}

h2{
	color:#4040e0;
	border-bottom:2px solid #4040e0;
	padding:0px 0 2px 8px;
	line-height:100%;
	font-size: 18px;
}
h3{
	color:#4040e0;
	border-bottom:1px solid #4040e0;
	padding:0px 0 2px 8px;
	line-height:100%;
	font-size: 14px;
}



input[type="checkbox"].on-off{
	display: none;
}

input[type="checkbox"].on-off + ul{
	overflow: hidden;
	transition:0.5s;
	opacity:0;
	height: 0;
}
input[type="checkbox"].on-off:checked + ul{
	opacity:1;
	height: auto;
}

input[type="checkbox"].on-off + div{
	overflow: hidden;
	opacity:0;
	transition:0.5s;
	height: 0;
}
input[type="checkbox"].on-off:checked + div{
	opacity:1;
	height: auto;
}

label{
	cursor:pointer;
}



#mmain label {
	height: 24px;
	transition:0.3s;
	width:100%;
	display: inline-block;	/*必ず要る*/
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	margin: 0px 0px;
	padding: 0px -0px;
	color: #b0e0ff;
}

#mmain label:hover{
	color: #203060;
	background-color: #b0e0ff;
	font-weight:bold;
}

label.h1 {
	font-style: bold;
	height: 24px;
	transition:0.3s ;
	width:100%;
	display: inline-block;	/*必ず要る*/
	text-decoration: none;
	font-size: 22px;
	border-bottom:3px solid #4040e0;
	margin: 0px 0px;
	padding:0px 0 2px 0px;
	color:#4040e0;
	line-height:100%;
}

/*タグ表示CUSTOMIZE*/

A:link {
	color: #c00000
}   /* リンク */
A:visited {                 /* 既に見たリンク */
	color:#00c000 ;
	text-decoration: none     /* 下線を消す */
}

img {
	border:0px;
	overflow: auto;
}

table{
	border: 0px #444 solid;
	border-spacing: -0px;
	font-size: 14px;
	line-height: 1.5em
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #444 solid;
}

dl dt {
font-weight:bold;
}

s {
    margin-right: 8px;
    margin-left: 8px;
    }
    
h1{
	color:#4040e0;
	border-bottom:3px solid #4040e0;
	padding:0px 0 2px 8px;
	line-height:100%;
	font-size: 22px;
}




/*ここからjs制御用*/

#symlst div{
	display: inline-block;
}

#symlst div symb{
	display: inline-block;
}

#symlst input{
	display: inline-block;
	vertical-align:super;
}

#output,#convert {
	display: inline-block;
	border:2px solid #4040e0;
	padding:4px;
	margin-bottom:4px;
}

#output span,#convert span {
	display: inline-block;
	padding-bottom:2px;
}

#png,#ss {
	max-height:140px;
	max-width:40vw;
	vertical-align: bottom;
}