/*------------------ new_comments ------------------*/

.itemUpdated div.comment_text_1 {
  text-align:left;
  background-color:#FFFFCC;
  overflow:auto;
  padding:0 5px;
  border-top:#CCCCCC solid 1px;
  border-bottom:#CCCCCC solid 1px;
}

.itemUpdated div.comment_text_2 {
  text-align:left;
  overflow:auto;
  padding:0 5px;
}

.itemUpdated div.comment_text_2 h3.comment_text_h2 {
font-size:15px;
margin-top:5px;
margin-bottom: 0px;
}

.itemUpdated div.comment_text_1 h3.comment_text_h2 {
font-size:15px;
margin-bottom: 0px;
margin-top:5px;
}

div.commentBody {
padding-top:5px;
padding-left:20px;
padding-right:20px;
}

p.comment_p{
  text-align:right;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*------------------ inquiry ------------------*/

#packageMail {
  margin:0;
}

div#contents h3.inquiry_title {
  background-color:#78C1FE;
  color:#FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
}

div#contents .sectionBody table tbody tr th.inquiry_th {
  background-color:#B3E7FF;
  width:185px;
  vertical-align:sub;
  text-align:left;
  padding:2px;
  vertical-align:text-top;
}

div#contents .sectionBody table tbody tr td.inquiry_td {
  background-color:#B3E7EE;
  text-align:left;
}

div#contents div.sectionBody {
  border:#B3E7FF solid 1px;
}
div.mail_text{
  text-align:left;
  padding-left:10px;
  color:#FFFFFF;
  font-weight:bold;
}