@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#read_box p{
  margin-bottom:10px;
}
#info_box table{
  width:100%;
}
#info_box th{
  width:100px;
  text-align:left;
  vertical-align:top;
  padding:10px 10px 10px 15px;
  background:url(../images/cmn_images/table_icon.png) 5px 18px no-repeat;
  border-bottom:1px dotted #4c4c4c;
}
#info_box td{
  text-align:left;
  padding:10px 10px 10px 10px;
  border-bottom:1px dotted #4c4c4c;
}