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

.kinmu {
margin-left: 0;
padding-left: 0;
}
.kinmu li {
list-style: none;
}
#main table {
margin-bottom: 1em;
font-size: 1.0em;
}
#main table th {
text-align: right;
}

#main table  {
  border-collapse: collapse;
}

#main table th,
#main table td {
  border: 1px solid #ddd;
  padding: 8px;
}


#main table tr:nth-child(even) {
  background-color: #fcfcfc;
}

#main h3 {
font-size: 1.0em !important;
}

#main h3:after,
#main h3{
border: none !important;
}