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

	aboutページ

---------------------------------------------*/
/*-------------
	スタッフ
-------------*/
.name{
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
}
/*-------------
	料金
-------------*/
.price_table{
	width: 100%;
	margin-bottom: 10px;
}
.price_table th,
.price_table td{
	padding:2px 5px;
	border:1px solid #ddd;
}
.price_table th{
	background:#f5f5f5;
}

