@charset "shift-jis";

/*
		profile/index.html
-------------------------------------------------------------------------------------------------*/

/*--------------------
	table
--------------------*/
table#profileTable {
	border:1px solid #eee;	
	border-spacing: 3px;
}
table#profileTable th {
	border-left:5px solid #ccc;
	text-align:left;
}
table#profileTable th,
table#profileTable td {
	padding:10px;
	border-bottom:1px dotted #e3e3e3;
}
table#profileTable th {
	width:150px;
}
table#profileTable th.last,
table#profileTable td.last {
	padding:10px;
	border-bottom:none;
}