@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  Interview
**************************************************
--------------------------------------------------*/
#profile01{
  margin: 20px auto 0;
}

#profile01 h1{
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 18px;
}

#profile01 h1 span{
  font-weight: normal;
  font-size: 13px;
}

#profile01 dl{
  border-top: 1px solid #C0C0C0;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0
}

#profile01 dl dt{
  padding: 3px 5px;
  color: #FFF;
  display: inline-block;
  background-color: #111;
}

#profile01 dl dd{
  margin: 20px 0 0 0;
}

#profile02 h2,
#profile03 h2{
  margin: 50px auto 0;
  font-size: 26px;
}

.faq{
  margin: 30px 0 0 0;
}

.faq dt{
  font-weight: bold;
  font-size: 16px;
}

.faq dd{
  margin: 30px 0 0 0;
}

.bt_back{
  width: 86%;
  margin: 20px auto 0;
  background-color: #51a3d6;
  text-align: center;
  border-radius:3px;
}

.bt_back a{
  display: block;
  color: #FFF;
  padding: 20px 0;
}

.bt_back a:hover{
  background-color: #4599ce;
  text-decoration: none;
}