@charset "UTF-8";



div#interview {
  width: 530px;
  margin: 20px 0px 10px 0px;
  float: left;
}

h2 {
  width: 520px;
  height: 170px;
  list-style: none;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

span.ques {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}

span.ans {
  padding-left: 10px;
  display: block;
  text-indent: 1em;
}

div#interview p img {
  margin: 5px 10px;
}

p#ps {
  font-weight: bold;
  margin-left: 30px;
}

p#ps em {
  position: relative;
  left: -15px;
}


div#side-box {
  width: 250px;
  margin-top: 20px;
  margin-left: 10px;
  text-align: center;
  float: left;
}

div#side-box h2#sp {
  width: 240px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url("../../img/circle/title-sp.gif");
  margin-bottom: 10px !important;
}

div#side-box ul li {
  list-style: none;
  position: relative;
}
