@charset "UTF-8";

/*
===== CONTENTS ==============================
	1:#article
=============================================
*/

/*
===== 1:#article =====
*/
.none {
	display: none;
}

#article .section table.info {
	background: none;
	float: left;
	width: 360px;
}
#article .section table.info th {
	width: 80px;
}

#article .section.staff .section {
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom: 15px;
}
#article .section.staff .employee {
	margin: 0 20px;
}
#article .section.staff .employee li {
	background: none;
	border-bottom: 1px dotted #c4c4c4;
	float: left;
	margin: 0 0 15px;
	padding: 0;
	width: 300px;
}
#article .section.staff .employee li.odd {
	padding: 0 30px 0 0;
	_width: 330px;
}
#article .section.staff .employee li h3 {
	font-size: 116.7%;
}
#article .section.staff .employee li p {
	font-size: 100%;
}

