@charset "utf-8";

/*============================================
テーブル
============================================*/
table.profile {
	width:100%;
	min-width:360px;				/*テーブル全体の幅*/
	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
	font-size:86%;				/*フォントサイズ*/
}

table.profile th {
	width:75px;				/*見出しセルの幅*/
	padding:5px;				/*パディング*/
	text-align:center;			/*センター揃えにする*/
	white-space:nowrap;			/*セル内の改行を禁止する*/
	background-color:#ccccee;		/*セルの背景色*/
	border-bottom:dotted #666666 1px;	/*セルのボーダー*/
}
table.profile td {
	padding:5px;				/*パディング*/
	background-color:#eeeeff;		/*セルの背景色*/
	border-bottom:dotted #666666 1px;	/*セルのボーダー*/
	line-height:1.55;			/* 行の高さを1.55倍にする */
}


table.price_reference {
	width:100%;				/*テーブル全体の幅*/
	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
	font-size:85%;			/*フォントサイズ*/
}
table.price_reference th {
	width:90px;				/*見出しセルの幅*/
	padding:5px;				/*パディング*/
	text-align:left;			/*左揃えにする*/
	white-space:nowrap;			/*セル内の改行を禁止する*/
	background-color:#ffffff;		/*セルの背景色*/
	border-top:dotted #666666 1px;		/*セルのボーダー(上)*/
	border-bottom:dotted #666666 1px;	/*セルのボーダー(下)*/
	border-left:dotted #666666 1px;		/*セルのボーダー(左)*/
	border-right:dotted #666666 1px;	/*セルのボーダー(右)*/
	font-weight:normal;			/*フォントを太くしない*/
}
table.price_reference td {
	padding:5px;				/*パディング*/
	background-color:#ffffff;		/*セルの背景色*/
	border-top:dotted #666666 1px;		/*セルのボーダー(上)*/
	border-bottom:dotted #666666 1px;	/*セルのボーダー(下)*/
	border-right:dotted #666666 1px;	/*セルのボーダー(右)*/
	line-height:1.55;			/* 行の高さを1.55倍にする */
}

table.price {
	width:100%;
	min-width:360px;			/*テーブル全体の幅*/
	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
	font-size:85%;				/*フォントサイズ*/
}

table.price th {
	width:100px;				/*見出しセルの幅*/
	text-align:left;			/*左揃えにする*/	
	padding:5px;				/*パディング*/
	white-space:nowrap;			/*セル内の改行を禁止する*/
	background-color:#e0efff;		/*セルの背景色*/
	border-bottom:dotted #666666 1px;	/*セルのボーダー*/
}

table.price td {
	padding:5px;				/*パディング*/
	background-color:#f9fcff;		/*セルの背景色*/
	border-bottom:dotted #666666 1px;	/*セルのボーダー*/
	line-height:1.55;			/* 行の高さを1.55倍にする */
}
