﻿/* 下ラインだけのテーブル */


table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: small;
	font-weight: bold;
	width:428px;
	margin-right: auto;
	margin-left: auto;
  }
  
table caption {
  padding-bottom: 8px;
  color: #fff;
  font-size: 1.2em;
  text-align:left;
  }
  
table thead tr th,
table tbody tr td {
	color: #666;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
  }

table thead tr th {
  border-bottom: 0px solid #9aa786;
  color: #999;
  }
  
.celborder {
  border-left: 0px solid #cdd1d1;
  border-right: 0px solid #cdd1d1;

}


/* 各セルのライン付きのテーブル */
.box-table {
	width: 540px;	
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 38px;
	margin-left: auto;	
	clear: both;
	overflow: hidden;
}


/* ▼　テ－ブル */
.box-table .td-line {
	width:530px;
	clear: both;
	margin:10px 0 10px 0;
	padding:0;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2E2B1;	
}
/* ▼　インデント */
.box-table .td-line th,
.box-table .td-line td {
	padding:8px;
	vertical-align:top;
}
/* ▼　左の枠 */
.box-table .td-line th{
	width:20%;
	border-right: solid 1px #F2E2B1;
	border-bottom:solid 1px #F2E2B1;
	text-align:left;
	font-weight: normal;
	color: #766218;
}
/* ▼　右の枠さ */
.box-table .td-line td {
	border-bottom:solid 1px #F2E2B1;

}



