@charset "utf-8";

h3 {
  color:#1e6497;
  background:url("../img/common/h2_bar.gif") repeat-x left top;
  padding:0.3em 1em;
  border-top:2px solid #1e6497;
}
.reclu_box {
  padding:1em 0 1em 1em;
}
.reclu_box img{
  float:right;
  margin:0 0 1em 1em;

}
table.nitei {
  border-collapse:separate;
}
table.nitei .midashi{
  font-weight:bold;
  background:#abd739;
  color:#FFF;
}
table.nitei td{
  border-bottom:1px dotted #BBB;
  border-right:1px dotted #DDD;
  padding:5px;
}

table.nitei th{
  background:#F2f2f2;
  border-bottom:1px dotted #BBB;
  padding:5px;
}
table.table_data {
  width:100%;
}
table.table_data td{
  padding:1em 0;
  text-align:center;
}
table.table_data td h4{
  font-size:14px;
  border:1px solid #BBB;
  background:#F2f2f2;
  margin:0 0 1em 0;
  padding:5px;
  width:300px;
}
.co_list {
  background:#FFF;
  padding:1em ;
  overflow:hidden;
}
* html .co_list {
  display:inline-block;
}
.co_list li{
  float:left;
  width:300px;
}

