﻿@charset "utf-8";

/*===============================
テーブル
===============================*/
table.profile {
	width:680;					/*テーブル全体の幅*/
	border-collapse:collapse;			/*セル同士の間に隙間を開けない*/
}

table.profile th {
	width:150px;					/*見出しセルの幅*/
	padding:10px;					/*パディング*/
	text-align:left;				/*左寄せにする*/
	white-space:nowrap;				/*セル内の改行を禁止する*/
	border-bottom:dotted #666666 1px;		/*セルのボーダー*/
}

table.profile td {
	padding:10px;					/*パディング*/
	border-bottom:dotted #666666 1px;		/*セルのボーダー*/
}
