@charset "UTF-8";
@import url(../../css/common.css);
@import url(../../css/style.css);
@import url(../../css/font.css);
#about {
	padding: 0 20px;
}
#about table{
	width: 100%;
	table-layout: fixed;
 	border-collapse: collapse;	
}
#about table th{
	width: 150px;
	text-align: left;
	color: #794f07;
}
#about table th,
#about table td{
	padding: 6px;
	border-bottom: 1px solid #f0e8df;
}
#about table .mark{text-align: right;}
