@charset "utf-8";

#admission table{
  width: 600px;
}

#admission table.document{
  background: #ccc;
  line-height: 1.8em;
  margin-bottom: 20px;
}

#admission table.document td{
  background: #fff;
  padding: 3px;
}

#admission table.document td.label{
  white-space: nowrap;
}

#admission table.expense{
  background: #ccc;
  line-height: 1.8em;
  margin-bottom: 20px;
}

#admission table.expense td, table.expense th{
  background: #fff;
  padding: 3px;
}

#admission table.expense th{
  font-weight: bold;
}

#admission td.price, td.total{ 
  text-align: right;
}

#admission img.photo{
  margin: 30px 0 30px 0;
}

#admission dl{
  margin-top: 20px;
}

#admission dt{
  font-weight: bold;
}

#admission dd{
  margin-left: 20px;
}

#admission ol{
  margin-bottom: 10px;
}

#admission  .article{
  overflow: hidden;
}

#admission .questionList{
  margin-bottom: 25px;
  margin-left: 0;
  list-style: none;
}

#admission ul.condition{
  border: 1px solid #3E7619;
  padding: 10px 10px 6px 30px ;
  margin-left: 0;
}


#admission ul.condition li{
  margin-bottom: 4px;
    line-height: 1.4em;
}
#admission table td .full{
  color: #FF0000;
}

#admission table td.status{
  text-align: center;
}

#admission .medica_ward table.expense{
  margin-bottom: 0;
}

#admission .medica_ward .update_date{
  text-align: right;
}

#faq .description{
  overflow: hidden;
  clear: both;
}
 
#faq .description-left{
  float: left;
}

#faq .description-right{
  float: right;
}

#faq .description-left .text,
#faq .description-right .text{
  width: 285px;
    line-height: 1.7em;

}

#faq .description-left  img,
#faq .description-right  img{
  margin-bottom: 6px;
}

#faq .answer{
  color: #3E7619;
  font-size: 1.4em;
  font-weight: bold;
  float: left;
}

#faq .answer_text{
  margin-left: 40px;
}

#faq .relation ul li{
  margin-bottom: 4px;
    line-height: 1.4em;
}

