@charset utf-8;

/* company
-------------------------------------------------------------------------------------------- */


#company #archive .main-title{
  margin: 0 0 49px;
  text-align: center;
}

#company #archive .profile dl{
  overflow: hidden;
  width: 730px;
}

#company #archive .profile dt,
#company #archive .profile dd{
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
}

#company #archive .profile dt{
  float: left;
  font-weight: bold;
  padding: 20px 0 20px 20px;
  width: 160px;
}

#company #archive .profile dd{
  float: right;
  width: 550px;
  padding: 20px 0;
}

#company #archive .profile .two{
  padding-bottom: 47px;
}


