@charset "utf-8";

/*============================================
テーブル
============================================*/
table.profile {
	width:100%;				/*テーブル全体の幅*/
	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
}
table.profile th {
	width:240px;				/*見出しセルの幅*/
	padding:10px 0px 10px 30px;				/*パディング*/
	text-align:start;				/*左揃えにする*/
	vertical-align: text-top;
	white-space:nowrap;				/*セル内の改行を禁止する*/
	background-color:#ffffff;			/*セルの背景色*/
	border-bottom:dotted #666666 0px;		/*セルのボーダー*/
	font-size:40px;			/*文字サイズ*/
	font-family:BIZ UDGothic, sans-serif;
	color:#555555;
}
table.profile td {
	padding:5px 10px;				/*パディング*/
	background-color:#ffffff;			/*セルの背景色*/
	border-bottom:dotted #666666 0px;		/*セルのボーダー*/
	font-size:40px;			/*文字サイズ*/
	font-family:BIZ UDGothic, sans-serif;
	color:#555555;
}

table.profile2 {
	width:100%;				/*テーブル全体の幅*/
	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
}
table.profile2 th {
	width:220px;				/*見出しセルの幅*/
	padding:10px 0px 10px 30px;				/*パディング*/
	text-align:start;				/*左揃えにする*/
	vertical-align: top;
	white-space:nowrap;				/*セル内の改行を禁止する*/
	background-color:#ffffff;			/*セルの背景色*/
	border-bottom:dotted #666666 0px;		/*セルのボーダー*/
	font-size:40px;			/*文字サイズ*/
	font-family:BIZ UDGothic, sans-serif;
	color:#555555;
}
table.profile2 td {
	padding:0px 10px;				/*パディング*/
	background-color:#ffffff;			/*セルの背景色*/
	border-bottom:dotted #666666 0px;		/*セルのボーダー*/
	font-size:40px;			/*文字サイズ*/
	font-family:BIZ UDGothic, sans-serif;
	color:#555555;
	font-weight:bold ;
}