@charset "utf-8";

/* staff_pc.css
 * ************************************************** */
#content .tab_content {
	padding: 10px;
}
#content .tab_content > section {
	padding: 10px 20px 10px 10px;
}
#content .tab_content h3 {
	background: none;
	border: none;
	color: #333;
	font-size: 1em;
	padding: 0;
	margin: 1em 0;
	line-height: 1.4;
}
#content .tab_content h3 span {
	border: none;
	font-size: 1.4em;
}
#content .tab_content section > dl > dt {
	width: 45%;
	float: left;
}
#content .tab_content section > dl > dd {
	width: 52%;
	float: right;
}
