@charset "UTF-8";
pre{
	font-family:sans-serif;
	font-size:1.3rem;
	white-space: normal;
}




/*コンテンツ・目次CSS*/

.table_of_contents_area{
	width:100%;
	padding:3.75vw;
	margin:0 auto;
	border:4px double #eee;
}
.table_of_contents_area .table_of_contents_title{
	font-size:1.5rem;
	font-weight: bold;
	padding-bottom:1.25vw;
	margin-bottom:2.5vw;
	text-align: center;
	border-bottom:1px dotted #eeeeee;
}
.table_of_contents_area ol.table_of_contents li{
	margin-bottom:2.5vw;
}
.table_of_contents_area ol.table_of_contents_child{
	padding:2.5vw 0 0 3.75vw;
}
.table_of_contents_area li,
.table_of_contents_area li a{
	font-size:1.2rem;
}







@media only screen and (min-width: 1000px) {
/*ここから*/
pre{
	font-size:16px;
}

.table_of_contents_area{
	width:90%;
	padding:24px;
}
.table_of_contents_area .table_of_contents_title{
	font-size: 16px;
	padding-bottom:8px;
	margin-bottom:16px;
}
.table_of_contents_area ol.table_of_contents li{
	margin-bottom:8px;
}
.table_of_contents_area ol.table_of_contents_child{
	padding:8px 0 0 24px;
}
.table_of_contents_area li,
.table_of_contents_area li a{
	font-size:16px;
}
.table_of_contents_area a:hover{
	text-decoration: underline;
}














/*ここまで*/
}