@charset "utf-8";
/* CSS Document */
#box1 {
	width: 100%;
	height: auto;
	margin: 0 0 10% 0;
	padding: 0;
}
.equipment_text {
	border-bottom: solid #aeaeae 1px;
}
#box_pic_text {
	width: 80%;
	margin: auto 10%;
	padding: 0;
	text-align: center;
}
img.pic_equipment {
	max-width: 80%;
}
.box_table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.equipment_table {
	border-collapse: collapse;
	height: 100vh;
	width: 650px;
	margin: 0;
	line-height: 16px;
	border: solid 1px #b5b5b5;
	overflow-x: scroll;
}
.equipment_table th {
	background-color: #0d6fb8;
	color: #fff;
	text-align: center;
	padding: 3% 0 2% 0;
	height: 20px;
	border: solid 1px #b5b5b5;
	vertical-align: top;
	font-size: 16px;
}
.equipment_table td {
	padding: 1%;
	text-align: center;
	border: solid 1px #b5b5b5;
}
tr.gray {
	background-color: #eeefef;
}
#box1 ul {
	margin: 0;
	padding: 0;
}
#box1 ul li {
	list-style: none;
	width: 30%;
	height: 150px;
	margin: 0 0 0 2%;
	font-weight: 600;
	display: inline-block;
}
img.pic_under {
	max-width: 100%;
}
