@charset "utf-8";
/* CSS Document */

#contents .equipment_table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #a0a0a0;
}
#contents .equipment_table th {
	font-size:112.5%;/*18px*/
	border:1px solid #a0a0a0;
	background:#1b1b1b;
	color:#FFF;
	font-weight:normal;
	padding:8px;
	width:14%;
}
#contents .equipment_table td {
	border:1px solid #a0a0a0;
	padding:8px 20px;
}
#contents .equipment_table td:last-child {
	text-align:center;
}

@media screen and (min-width: 0px) and (max-width: 680px) {
#contents .equipment_table {
	border-top:none;
}
#contents .equipment_table th {
	width:100%;
	display:block;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
#contents .equipment_table td {
	width: calc(100% / 2);
	display:block;
	border-bottom:none;
	border-left:none;
	float:left;
}
#contents .equipment_table td.name {
	width:100%;
	background:#e5f8fd;
	border-right:none;
}
#contents .equipment_table td:last-child {
	border-right:none;
}
}