#conts .representative .inner:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	/company/
------------------------------------------------------------*/
#conts .basicTable {
  margin-bottom: 60px;
}
#conts .basicTable dl dd a {
  text-decoration: underline;
}
#conts .basicTable dl dd a:hover {
  text-decoration: none;
}
#conts .representative .inner {
  width: 880px;
}
#conts .representative .inner .img {
  margin-right: 20px;
  width: 160px;
  float: left;
}
#conts .representative .inner .ttl04 {
  width: 700px;
  float: left;
}
#conts .representative .inner dl {
  width: 700px;
  float: left;
}
#conts .representative .inner dl dt, #conts .representative .inner dl dd {
  color: #FFF;
}
#conts .representative .inner dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
#conts .representative .inner dl dd {
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  #conts {
    padding: 0 10px;
  }
  #conts .basicTable {
    margin-bottom: 20px;
  }
  #conts .representative .inner {
    width: auto;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    text-align: center;
  }
  #conts .representative .inner .img {
    margin: 0 0 10px;
    width: auto;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    float: none;
  }
  #conts .representative .inner .ttl04 {
    width: auto;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    float: none;
  }
  #conts .representative .inner dl {
    width: auto;
    -webkit-box-ordinal-group: 3;
    box-ordinal-group: 3;
    float: none;
  }
  #conts .representative .inner dl dt, #conts .representative .inner dl dd {
    color: #FFF;
  }
  #conts .representative .inner dl dt {
    font-weight: bold;
  }
}
