/*テーブル
------------------------------------------------------------------------------------------*/

table {
 background-color:#fff;
 border-collapse: collapse;
 width: 600px;
 margin-bottom:50px;
  margin-top:30px;
}
thead th {
 border-right: 1px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:25px;
 background-color: #00cd9a;
 font-weight: normal;
}
caption{
 padding:2px;
 text-align: left;
 font-weight: bold;
 font-size: 14px;
  color: #1f5e41;
}
tbody tr {
 background-color:#fff;
}
tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
 font-size:0.9em;
 border-bottom: 1px dotted #00cd9a;
 }
tbody th {
 text-align:left;
 padding:5px;
  font-size:0.9em;
 border-bottom: 1px dotted #00cd9a;
}

/*トップへ戻る*/
.footm2 {
	margin-bottom:30px;
	margin-top:100px;
	text-align: left;
	line-height: 120%;
	padding-top:1px;
	padding-bottom:2px;

}

.footm2 a{
	font-size:13px;
	font-family:'A-OTF 新ゴ Pro M', Arial, Helvetica, sans-serif;
	color: #333333;
	}
