@charset "utf-8";
br.clear {
  clear: both;
}
#border {
  text-align: center;
  width: 800px;
  margin: 10px auto 0 auto;
  padding: 0;
  font-size: 14px;
}
#border h2 {
  margin: 30px 0;
  text-align: center;
  font-family: "ＭＳ 明朝", serif;
  font-size: 27px;
  font-style: italic;
  color: #008359;
  font-weight: bold;
}
#border p {
  text-align: left;
  line-height: 1.5;
  margin: 8px 0;
  padding: 2px;
  letter-spacing: 1px;
}
#border div.ichioshi_motor {
  border: 1px solid #ffcd4d;
  width: 98%;
  padding: 0 0 20px 18px;
  position: relative;
  top: 20px;
  //overflow: auto;
  clear:both;
}
#border img#ichioshi_motor_midashi {
  position: relative;
  left: -18px;
  top: -24px;
}
#border div.motor_box {
  float: left;
  width: 28%;
  text-align: left;
  margin: 0px 16px;
}
#border div.motor_box h3 {
  text-align: center;
  color: #26913c;
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 4px 0;
}
#border div.motor_box h3 span {
  text-align: center;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  background: #f04d22;
  margin: 2px;
  padding: 0px 4px;
}
#border div.motor_box h4 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
#border div.motor_box h4 strong {
  font-size: 16px;
}
#border div.motor_box div.motor {
  text-align: center;
  border-bottom: 4px solid #fbbd9f;
  line-height: 0.4;
  margin: 14px 0 10px 0;
  letter-spacing: 2px;
  font-weight: bold;
}
#border div.motor_box div.motor span {
  font-size: 23px;
  letter-spacing: 0em;
}
#border div.motor_box table {
  margin: 0 auto 10px auto;
  border-collapse: collapse;
  font-size: 14px;
  width: 90%;
}
#border div.motor_box table th {
  background: #cee2cb;
  border: 1px solid gray;
  text-align: center;
  padding: 5px;
}
#border div.motor_box table td {
  border: 1px solid gray;
  padding: 5px 10px;
}
#border div.motor_box div.kitai {
  background: url("img/kitai.gif") no-repeat 20px 0px;
  padding: 40px 0 0 0;
}
#border div.motor_box div.kitai p.name {
  font-size: 18px;
  color: #008a9d;
  font-weight: bold;
  line-height: 1;
}
#border div.motor_box div.kitai p.name span {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
#border div.motor_box div.kitai img {
  float: right;
  margin: 0 0 0 3px;
}
#border div.motor_all {
  margin: 60px 0 0 0;
  clear: both;
  background: #e2f4fd;
  padding-bottom: 20px;
}
#border div.motor_all h4#rank {
  background: #b9e6fb;
  color: #004185;
  font-weight: ;
  font-size: 22px;
}
#border div.motor_all h4#rank span {
  font-size: 12px;
  color: #000;
  font-weight: normal;
}
#border div.motor_all table {
  float: left;
  width: 48%;
  margin: 10px 0 0 6px;
  border-collapse: collapse;
  font-size: 14px;
}
#border div.motor_all table caption {
  text-align: right;
  caption-side: bottom;
  font-size: 13px;
  padding: 5px 0 0 0;
}
#border div.motor_all th {
  background: #3f3e99;
  color: #FFF;
  text-align: center;
  padding: 3px 1px;
  line-height: 1;
  font-size: 12px;
}
#border div.motor_all td {
  border-bottom: 1px dashed #000;
  vertical-align:middle;
}
#border div.motor_all tr:nth-of-type(5n+1) td {
  border-bottom: 1px solid #000;
}
#border div.motor_all tr:nth-of-type(5n+1) td:nth-of-type(1),
#border div.motor_all td:nth-of-type(1) {
  border: none;
}
#border div.motor_all td.row {
  border-bottom: 1px dashed #000;
}
#border div.motor_all tr:nth-of-type(5n+1) td.row {
  border-bottom: 1px solid #000;
}
#border div.motor_all tr.suisyou td:nth-of-type(1) {
  font-size: 12px;
  line-height: 1;
  color: #994b21;
  text-align: right;
}
#border div.motor_all tr.suisyou td {
  font-weight: bold;
  background: #fffcd6;
}
#border div.motor_all tr.suisyou span.num {
  color: #fffcd6;
}
#border div.motor_all td.per {
  color: #3f3e99;
  font-weight: bold;
}
#border div.motor_all span.num {
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  color: #e2f4fd;
  font-weight: bold;
  background: #3f3e99;
  width: 30px;
  margin: 2px;
  text-indent: 0;
  padding-left: 2px;
}
.midashi {
  width: 850px;
  margin: 10px auto 0px auto;
}
#midashi {
  width: 100%;
}


.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix{display: inline-block;} 

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 