@charset "UTF-8";

/* equipment
----------------------------------- */
section {
	padding-bottom: 50px;
}

section h3 {
	border-left: 4px solid rgb(0, 159, 232);
	line-height: 27px;
	padding-left: 12px;
	margin-bottom: 20px;
}

.gallery ul {
	overflow: hidden;
	zoom: 1;
}

.gallery li {
	float: left;
	padding: 10px;
	text-align: center;
	margin: 0 0 10px 0;
}

.gallery li span {
	color: #646464;
	font-size: 0.88rem;
	line-height: 160%;
	display: block;
	padding-top: 5px;
}

.gallery li a {
	display: block;
	width: 220px;
	height: 147px;
	overflow: hidden;
}

.gallery li img {
	width: 220px;
	height: auto;
}



table {
	border-collapse: collapse;
	width:100%;
	margin-top: 85px;
	color: #646464;
	font-size: 0.88rem;
}

th.t_top {
    border-top: #009fe8 4px solid;
}

th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 15px 20px;
	font-weight: normal;
	background-color: #efefef
}

td.t_top {
	border-top: #b3b3b3 4px solid;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 15px 20px;
	line-height: 160%;
}


