@charset "utf-8";

table {
   border: 1px solid #D9D8D8;
   border-bottom: 3px solid #D9D8D8;
   font-size: 100%;
   text-align: left;
   width: 100%;
   margin-top: 5px;
   margin-bottom: 3px;
}
th {
	color: #606060;
	padding: 5px;
	border-right: 1px solid #D9D8D8;
	border-bottom: 1px solid #D9D8D8;
	background-color: #F2F2F2;
	text-align: left;
	width: 30%;
}
.td {
   border-bottom: 1px solid #D9D8D8;
   border-right: 1px solid #D9D8D8;
   padding: 5px;
   background-color: #FFFFFF;
   text-align: left;
   width: auto;
}
#submit {
   text-align: center;
   margin-top: 10px;
}
.text {
   margin-top: 5px;
}
textarea,input {
   color: #606060;
}
