@charset "UTF-8";
::-webkit-scrollbar {
	width: 15px;
	background: #0088ff;
}
::-webkit-scrollbar:horizontal {
	height: 15px;
	background: #0088ff;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 50px;
	background:##BBDDFF;
	border: 1px solid blue;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 10px;
	background:#C0D0FF;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
	background:#BBDDFF;
}
::-webkit-scrollbar-track-piece:vertical:start,
::-webkit-scrollbar-track-piece:vertical:end {
	border: 1px solid blue;
}
/* Firefox */
* {
    scrollbar-width: 15px;/*細さ*/
    scrollbar-color: #8fbbff #bbd1ff;/*つまみの色 軌道の色*/
}

a:link {
	color: #000080;
	text-decoration: underline;
}
a:visited {
	color: #2525A5;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	text-shadow: 1.5px 1px 0px rgba(255,255,255,1), 2px 2px 30px rgba(100,200,255,0.7);
	color: #2A3FFF;
}

.container { /* 幅に加え、両側のmarginをautoとすることで、レイアウトが中央に揃います。 */
	font-size: 10pt;
	width: 100%;
/*	width: -webkit-calc(100% - 250px);*/
	width: calc(100% - 250px);
	max-width: 100%;
	min-width: 620px;
	/*	height:400px;*/
/*	height: -webkit-calc(100% - 200px);*/
/*	height: calc(100% - 200px);*/
/*	min-height: 400px;*/
	height: auto;
	white-space: normal;
	position: relative;
	margin: 0 auto;

}


section, aside {
	display: block;
}
#top {
	padding-top: 30px;
}
dt {
	margin-left: 0.5em;	
}
dd {
	margin-left: 2.0em;	
}
#toc {
	border: 2px solid #8AA8FF;
	padding-left: 2.5em;
	padding-right: 3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: -moz-fit-content;
	width: fit-content;
	line-height: 2em;
}
div.marg {
	margin-left: 2em;
	margin-right: 2em;
}
div.rider { /*添え書き*/
	margin-top: 4px;
}
div.sub {
	border: 1px solid #000900;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}
span.side-text {
	display: inline-block;
	width: 47%;
	height: auto;
	padding-left: 5px;
	vertical-align: top;
}
img.pop{
	display: inline-block;
	border-color: blue;
	border-style: solid;
	border-width: 1px;/*
	sizes: 50vw;*/
}
.flex {
	display: flex;
}
.shelf {
	margin-top: 0.5em;
}
.text {
	width: 95%;
	max-width: 640px;
	min-width: 480px;
}
.center {
	text-align: center;
}
.topics {
	position: relative;
	display: block;
	float: right;
}
.tp_left {
	display: inline-block;
}
.tp_right {
	display: inline-block;
}
p.marg {
	margin-left: 1.5em;
}
.note {
	color: navy;
	margin-left: 1.5em;
	text-indent: -1.4em;
}
.info {
	color: gray;
	font-size: small;
}
.hang {
	margin-left: 1em;
	text-indent: -1em;
}
dl.note dd {
	margin-left: 0.5em;
	text-indent: 0em;
	color: #587B87;
}
ul.note li {
	margin-left: 0.5em;
	list-style-type: none;
}
ul.f_9 li {
	margin-left: 1.5em;
	list-style-type: none;
}
.uwr {
	text-decoration:underline;
	text-decoration-color:red;/*下線の色を指定*/
	text-decoration-style:wavy;/*下線を波線で表示*/
}
.f_red {
	color: red;
}
.f_blue {
	color: blue;
}
.f_black {
	color: black;
}
.f_gray {
	color: gray;
}
.f_11 {
	font-size: 11pt;
}
.f_9 {
	font-size: 9pt;
}
.f_lite {
	font-weight:lighter;
}
.nowrap {
	display: inline-block;
	white-space: nowrap;
}

p {
	line-height: 1.3em;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	padding: 3px 8px;
	border-left-width: 5px;
	border-left-color: #2A5FFF;
	border-left-style: outset;
	border-bottom-width: thin;
	border-bottom-color: #2A5FFF;
	border-bottom-style: solid;
}
.h1sub {
	font-size: 80%;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-color: #00BF00;
	border-bottom-style: dotted;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
}
.h3sub {
	font-size: 10pt;
	font-weight: normal;
}
h4 {
	font-size: 11pt;
	color: blue;
	display: inline-block;
    padding: 0px 20px;
    line-height: 16px;
	border-bottom: solid 1px #00BF00;
}
h5 {
	font-size: 10.5pt;
	display: inline-block;
    padding: 0px 20px;
    line-height: 16px;
	border-bottom: solid 1px #2222cc;
}
h6 {
	font-size: 10.5pt;
	padding: 0px 10px 0px 15px;
}
.sp-g {
    background: url(../../images/list_sp-g.gif) no-repeat;
}
.sp-b {
    background: url(../../images/list_sp-b.gif) no-repeat;
}
.tr-b {
    background: url(../../images/list_tr-b.gif) no-repeat;
}
