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

#staff_image {
	text-align: center;
}

.press_list dt {
	font-size: 150%;
}
.press_list dd {
	margin-bottom: 1em;
	margin-left: 64px;
}

.faq_list dt {
	font-size: 120%;
	font-weight: bold;
}
.faq_list dd {
	margin-bottom: 2em;
	margin-left: 64px;
}

.tbl_equipment {
	border-collapse: separate;
	width: 80%;
	margin: 1em auto;
}
.tbl_equipment td, th {
	border: 1px solid #666;
	padding: 2px 4px;
}
.tbl_equipment td {
	text-align: left;
	width: 50%;
}
.tbl_equipment th {
	text-align: center;
}
.tbl_equipment tr td:first-child {
	text-align: right;
}