@charset "utf-8";
@import url("../../common/css/style.css");

/****************/
/*     HOME     */
/****************/

#copy .content{
  width: 650px;
  text-align: left;
}

#copy .content div{
 margin-top: 20px;
 margin-bottom: 20px;
}

#copy .content #subtitle_0{
  width: 500px;
  height: 75px;
}

#content{
 margin-top: 10px;
}

#content div{
  text-align: left;
}

#content .question{
  font-weight: bold;
  font-size: 15px;
  color: rgb(56,58,128);
  margin-top: 15px;
}

#content .answer{
  margin-top: 5px;
  margin-left: 15px;

#return{
  text-align: right;
}
