@charset "utf-8";
#contentbox{
  border-top: 2px solid green;
  border-bottom: 2px solid green;
  border-left: 10px solid #e5f2ef;
  border-right: 10px solid #e5f2ef;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  width: 830px;
}
.box1_outer{
  border: 1px solid green;
  background:#e5f2ef;
  width: 764px;
  padding: 15px;
}
.box1{
  webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid green;
  background-color: #fff;
  height: auto;
  width: 724px;
  margin: 20px auto;;
  padding: 5px;
}
.box1::after{
  content: "";
  display: block;
  clear: both;
}
.quest, .questimg, .suesttxt{
  float: left;
  padding: 5px;
}
.tmp_cate_ttl p{
  margin: 0;
  text-align: center;
}
.tcenter{
  text-align: center;
}
.box2_center{
  webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFFFD9;
  height: auto;
  width: 580px;
  margin: 20px auto;;
  padding: 5px;
}
.fltl::after{
  content: "";
  display: block;
  clear: both;
}
.fltl{
  float: left;
}

#tmp_contents p{
  padding: 5px;
}
#tmp_contents td{
  padding: 10px;
}
#tmp_contents img{
  margin-top: 10px;
}

#tmp_contents td .tcenter{
  text-align: center;
}

