﻿.figTitle {
	font-size: 1.2em;
}

section {
	border-left: solid 12px #99CCFF;
	padding-left: 4px;
}

.SectionTitle {
	/* border-left:solid 36px #0033CC; */
	margin-bottom: 40px;
}

div.contentnote {
	border: solid thin black;
	background-color: #FFFFCC;
	padding: 1em 1em 1em 1em;
	width:95%;
}

	div.contentnote p {
		margin: 0;
	}

.pythonlink {
	/* display:none; */
}


.leftToc h5:before {
	content: '📂'
}

.leftToc ul {
  list-style: none;
  /*margin-left:2em;*/
  padding-left:1em;
  margin-top:0;
}

.leftToc ul li:before {
  content: '📄'
}

.leftToc h4 {
	background-color: #6699FF;
	font-size:1.2em;
}

.leftToc h5 {
	font-size:1.1em;
	margin:1.2em 0 0.2em 0;
}

#right-content Pre.Code {
	border: 1px solid #000000;
	width: 95%;
	white-space: break-spaces;
	/*line-height:60%;*/
	padding: 0.5em 0.2em 0.5em 0.2em;
}

#right-content Pre Code {
	/*font-family:"ＭＳ ゴシック", "Courier New", monospace;*/
	font-size: 1.2em;
}