@charset "utf-8";

.guest-box{
  margin: 5px 10px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #CCC;
  overflow: hidden;
}
.guest-box .inner-left{
  float: left;
  width: 150px;
}
.guest-box .inner-left img{
  display: block;
  margin: 0 auto;
}
.guest-box .inner-right{
  float: left;
  width: 440px;
}
.guest-box .inner-right table{
  font-size: 14px;
}
.guest-box .inner-right table tr{
  height: 1.5em;
}
.guest-box .inner-right table th{
  text-align: right;
}
.guest-box .inner-right table td{
  text-align: left;
  padding-left: 5px;
}

