@charset "utf-8";

* {
	margin: 0;
}
body {
	color: #444;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	margin-bottom: 500px;
	font-size: 90%;
}

.wrap {
	width: 1000px;
	margin: 30px auto;
}

.wrap_nav {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px #888 solid;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 8px #888;
}

h1{
	font-size: 28px;
}
h1 img{
	vertical-align: middle;
}

h2 {
	font-size: 18px;
	width: 80%;
	background-color: #555;
	color: #fff;
	border-left: 10px solid #000;
	border-radius: 5px;
	margin-left: -21px;
	margin-bottom: 3px;
	padding: 10px 0 8px 10px;
}

p{
	margin-top: 10px;
	margin-left: 10px;
}

.yellow_back{
	background-color: #fdf9e8;
}
.red_back{
	background-color: #ffe5e5;
}
.blue_back{
	background-color: #00ffff;
}
.width_tat{
	text-align: center;
}
.Subhead{
	font-size: 100%;
	font-weight: bold;
	background-color: #eefdee;
	padding: 5px;
	margin-top: 30px;
	border-bottom: 2px solid #888;
	border-right: 2px solid #888;
	box-shadow: 0 0 8px #888;
}
.comment{
	font-size: 80%;
}
.regard{
	font-size: %;
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
.advice{
	font-size: %;
	background: linear-gradient(transparent 60%, #adff2f 0%);
}
header {
		padding: 3px 3px 7px 3px;
		top: 1;
		right: 0;
		position: fixed;
		z-index: 1;
		color: #;
		background-color: rgba(51,51,51, 0.2);
		width: 40px;
}
.explain_table{
	font-size: 90%;
	border-collapse: collapse;
	width: 100%;
}
.explain_table th{
	border: 1px solid #888;
	text-align: left;
}
.explain_table td{
	border: 1px solid #888;
}

#nav-drawer {
	position: relative;
}

/*チェックボックス非表示*/
.nav-unshown {
	display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 18px;
	height: 22px;
	vertical-align: center;
}

/*ハンバーガーの表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 10px;/*太さ*/
	width: 40px;/*長さ*/
	border-radius: 3px;
	background: #444;
	display: block;
	content: '';
	cursor: grab;
}
#nav-open span:before {
	bottom: -12px;
}
#nav-open span:after {
	bottom: -24px;
}

/*閉じる用*/
#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 80%;
	max-width: 100%;
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}

/*チェックがついたら表示*/
#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.logo-area{text-align:center;margin:auto;}

.sidebar {
	position: fixed;
	border: solid 1px #ccc;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px 0px 5px 0px;
	overflow: auto;
	background-color: #f5f5f5;
}
.sidebar ol li {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	list-style-type: none;
	background-color: #dcdcdc;
}
.sidebar ul li {
	padding: 5px;
	font-weight: normal;
	font-size: ;
	list-style-type: none;
}
.sidebar ul li:hover {
	background-color: #fffaf0;
	font-size: ;
	font-weight: bold;
}
@media only screen and (max-width:600px) {
.sidebar{
	font-size: 80%;
}
.sidebar ul li:hover {
	font-size: 100%;
	font-weight: bold;
}
}

.index_botan {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #888;
	}
.index_botan:hover {
	color: #ff4500;
}

.section-link {
	padding-left: 10px;
	display: block;
	width: 90%;
	height: 100%;
	text-decoration: none;
}
.section-link:hover {
	color: #ff4500;
}

.img_width_800 {
	margin: 10px;
	width: 800px;
	box-shadow: 0 0 10px #666;
}
.img_width_500 {
	margin: 5px;
	width: 480px;
	box-shadow: 0 0 10px #666;
}
@media only screen and (max-width:1100px) {
.wrap {
	width: 90%;
}
}
@media only screen and (max-width:1000px) {
.img_width_800, .img_width_500{
	width: 100%;
}
}


.float_left{
	float: left;
}
.float_right{
	float: right;
}
.float_clear{
	clear:both;
}

.cloud_table{
	margin: 10px;
	font-size: 80%;
	width: 100%;
}
.cloud_table th{
	text-align: ;
	border: #444 1px solid;
	background-color: #ffefef;
}
.cloud_table td{
	background-color: #fff;
	border: #444 1px solid;
}

.warituke_table{
	margin: 10px;
	font-size: 80%;
}
.warituke_table th{
	text-align: ;
	border: #444 1px solid;
	background-color: #eefdee;
}
.warituke_table td{
	font-size: 90%;
	background-color: #fff;
	border: #444 1px solid;
}
	tbody.tbody02 {
		display:none; 
	}
	div.goukei table.openTable {
		display:table!important;
		#display:block!important;
	}
	.openRtable {
		display:table-row-group!important;
		#display:block!important;
	}
	.toggle {
		width: ;
		border:2px solid #888;
		background:#000;
		text-align: center;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		cursor:pointer;  
	}
	.open {
		width: 30%;
	}

#infobox_caution{
	margin:10px 30px 10px 30px;
	padding: 10px;
	box-shadow: 2px 2px 5px #696969;
	background:#ffff99;
	border-radius: 15px;
}

#infobox_notes{
	margin:10px 30px 10px 30px;
	padding: 10px;
	box-shadow: 2px 2px 5px #696969;
	background:#e6e6fa;
	border-radius: 15px;
}
	#page_top{
		width: 90px;
		height: 90px;
		position: fixed;
		right: 0;
		bottom: 50px;
		opacity: 0.6;
	}
	#page_top a{
		position: relative;
		display: block;
		width: 90px;
		height: 90px;
		text-decoration: none;
	}
	#page_top a::before{
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '▲';
		font-size: 25px;
		color: #708090;
		position: absolute;
		width: 25px;
		height: 25px;
		top: -40px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
	#page_top a::after{
		content: 'PAGE TOP';
		font-size: 13px;
		color: #fff;
		position: absolute;
		top: 45px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
		color: #708090;
	}

	#contents{
		position: fixed;
		right: 0;
		margin-top: 80px;
		color: #708090;
		margin-right: -35px;
		transform: rotate(-90deg)
	}


