/* セミナー詳細画面 */
h4.note_ttl {
    background: #eee;
    border-style: none;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
    font-size: 14px;
}
dd.bdb {
    border-bottom: 1px dotted #CCC;
    margin-bottom: 13px;
    padding-bottom: 8px;
}
h2.note_ttl{
  border-bottom: 2px solid #3590D9;
  font-size: 14px;
}
.dot.bdb {
  border-bottom: 1px dotted #ccc;
  margin: 14px 0 7px !important;
  padding: 0 !important;
}
.attention {
    font-size: 0.85em;
    padding: 7px 15px;
    color: #777;
    border-top: 3px solid #ddd;    
}
ul.mt10 li {
  list-style-type: none;
}

.free_area table {
  width: 100%;
  margin-bottom: 20px;
}
.free_area table {
  max-width: 100%;
  background-color: transparent;
  border-collapse:separate !important;
  border-spacing: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color:#dddddd;
  border-right:0px;
  border-bottom:0px;
}
.free_area table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  border-bottom:0px;
  border-right:0px;
  border-left:0px;
}
.free_area table td:first-child{
  width: 13%;
  border-right:1px solid #dddddd;
  border-top:1px solid #dddddd;
}
.free_area table td:nth-child(2) {
  border-right:1px solid #dddddd;
}
.free_area table tbody > tr:nth-child(2n+1) > td{
  background-color: #F0F9FD;
}
.free_area table tbody tr:hover > td {
  background-color: #F8FCFE;
}
.free_area table tr:first-child td:nth-child(1) ,.free_area table tr:first-child td:nth-child(2) {
  border-top:0px;
}
.free_area table tr:last-child td:nth-child(1) ,.free_area table tr:last-child td:nth-child(2) {
  border-bottom:1px solid #dddddd;
}
@media only screen and (max-width: 767px) {
.free_area table tr {
  height: auto !important;
}
.free_area table td {
  display: block !important;
  width: auto !important;
  height: auto !important;
}
.free_area table colgroup ,  .free_area table col{
  width: auto !important;
} 
}