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





/* テーブル */

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: small;
  font-weight: bold;
  width:380px;
  }
  
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: #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;

}

.table1 {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: small;
  font-weight: bold;
  width:400px;
  }
  
.table1 caption {
  padding-bottom: 8px;
  color: #999;
  font-size: 1.2em;
  text-align:left;
  }
  
.table1 thead tr th,
.table1 tbody tr td {
	color: #999;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
  }

.table1 thead tr th {
  border-bottom: 2px solid #9aa786;
  color: #999;
  }
  
.celborder {
  border-left: 1px solid #cdd1d1;
  border-right: 1px solid #cdd1d1;

}


.table2 {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: small;
	font-weight: bold;
	width:380px;
  }
  
.table2 caption {
  padding-bottom: 8px;
  color: #FFF;
  font-size: 1.2em;
  text-align:left;
  }
  
.table2 thead tr th,
.table2 tbody tr td {
	color: #000;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
  }

.table2 thead tr th {
  border-bottom: 2px solid #FFFFFF;
  color: #000;
  }
  
.box-info {
	width: 380px;
	margin-left: 28px;
	margin-top: 38px;
	margin-bottom: 48px;
}
