@charset "utf-8";

* {
	margin: 0;
}
body {
	font-size: 90%;
	color: #444;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	background-image: url(/indice/UserResearch_img/background001.png) ;
	margin-bottom: 500px;
}

.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;
	background-image: url(/indice/UserResearch_img/background002.png) ;
	box-shadow: 0 0 8px #888;
}


h1{
	font-size: 32px;
	font-family: "arial black",sans-serif;
}
h1 img{
	vertical-align: middle;
}

h2 {
	font-size: 18px;
	width: 102%;
	background-image: url(/indice/UserResearch_img/background003.png) ;
	color: #444;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 10px solid #000;
	border-radius: 5px;
	margin-left: -21px;
	margin-bottom: 3px;
	padding: 5px 0 2px 10px;
}

p{
	margin-top: 10px;
	margin-left: 10px;
}
.center_comment{
	text-align: center;
	padding: 5px;
}
.right_comment{
	text-align: right;
	padding: 5px;
}
.yellow_back{
	background-color: #ffff00;
}
.red_back{
	background-color: #ff6f6f;
}
.font_red{
	color: #f00;
}
.width_tat{
	text-align: center;
}
.Subhead{
	font-size: 100%;
	font-weight: bold;
	background-color: #eefdee;
	padding: 5px;
	margin-top: 15px;
	border-bottom: 2px solid #888;
	border-right: 2px solid #888;
	box-shadow: 0 0 8px #888;
}
.comment{
	font-size: 90%;
	padding: 10px;
}
.regard{
	font-size: 90%;
	background: linear-gradient(transparent 70%, #c1e0ff 70%);
}
.advice{
	background: linear-gradient(transparent 60%, #adff2f 0%);
}
.warning::after{
	content: "！注意！";
	font-weight: bold;
	color: #ff0000;
	background-color: #ffff00;
	border: 2px solid #ff6347;
	border-radius: 5px;
	padding: 1px 5px;
}
.point::after{
	content: "point";
	font-weight: bold;
	color: #1e90ff;
	background-color: #ffa500;
	border: 2px solid #1e90ff;
	border-radius: 5px;
	padding: 1px 15px;
}

header {
		padding: 6px 2px 0px 3px;
		top: 1;
		right: 0;
		position: fixed;
		z-index: 1;
		color: #;
		background-color: rgba(51,51,51, 0.3);
		width: 45px;
		height: 40px;
}
.explain_table{
	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: 40px;
	height: 40px;
	vertical-align: center;
	cursor: grab;
}

/*ハンバーガーの表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 8px;/*太さ*/
	width: 40px;/*長さ*/
	border-radius: 3px;
	background: #444;
	display: block;
	content: '';
}
#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 10px;
	overflow: auto;
	background-color: #f5f5f5;
}
.sidebar ol li {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px;
	list-style-type: none;
	border-bottom: 1px solid #888;
}
.sidebar ul li {
	padding: 5px;
	font-weight: normal;
	font-size: ;
	list-style-type: none;
}
.sidebar ul li:hover {
	background-color: #fffaf0;
	font-weight: bold;
}

@media only screen and (max-width:600px) {
.sidebar{
	font-size: 80%;
}
.sidebar ul li:hover {
	font-size: 100%;
}
}



.index_botan {
	text-decoration: none;
	display: block;
	}
.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;
	width: 100%;
}
.cloud_table th{
	text-align: ;
	border: #444 1px solid;
	background-color: #ffefef;
}
.cloud_table td{
	background-color: #fff;
	border: #444 1px solid;
}


.research_table{
	font-size: 90%;
	margin: 10px auto;
	border-collapse: collapse;
}
.research_table th{
	padding: 5px;
	border: #444 1px solid;
	background-color: #fff;
}
.research_table td{
	padding: 5px;
	background-color: #fff;
	border: #444 1px solid;
}

.warituke_table{
	margin: 10px;
}
.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:#f4ffea;
	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: -30px;
		transform: rotate(-90deg)
	}

/*--toggle--*/
.tab {
	position: relative;
	width: 90%;
	color: #444;
	overflow: hidden;
	margin: 15px auto;
	box-shadow: 2px 2px 5px #696969;
}
.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.tab label {
	position: relative;
	display: block;
	padding: 0 0 0 2em;
	font-weight: bold;
	line-height: 2;
	cursor: pointer;
	background: linear-gradient(90deg, #fff, #dcdcdc);
	border: 1px #888 solid;
	border-radius: 5px;
}

.tab-content {
	max-height: 0;
	overflow: hidden;
	color: #444;
}

.tab-content p {
	margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
	max-height: 100%;
}
/* Icon */
.tab label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 4em;
	height: 3em;
	line-height: 2;
	border-radius: 5px;
}
.tab input[type=checkbox] + label::after {
	content: "Open▼";
}
.tab input[type=checkbox]:checked + label::after {
	content: "close▲";
}

.tab table{
	border-collapse: collapse;
	margin: 5px;
}
.tab table th,td{
	border: 1px solid #888;
}
