@charset "utf-8";
/* CSS Document */





/* テーブル */

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: small;
  font-weight: bold;
  width:480px;
  }
  
table caption {
  padding-bottom: 5px;
  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: #6E784B;
	padding-left: 10px;
	padding-right: 5px;
  }

table thead tr th {
	border-bottom: 2px solid #6E784B;
	color: #6E784B;
  }
  
.celborder {
  border-left: 1px solid #6E784B;
  border-right: 1px solid #6E784B;

}

  
.box-select {
	width: 480px;
	margin-left: 28px;
	margin-top: 38px;
	margin-bottom: 18px;
}

