@charset "UTF-8";
/*==============================================================================
about CSS
==============================================================================*/

/*------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------*/
.main{margin-bottom: 58px;}

.contents h2{margin-bottom: 15px;}
.contents .rinen{
  float: left;
  width: 479px;
}
.contents .message{
  float: right;
  width: 471px;
}
.contents .history{
  clear: both;
  padding-top: 185px;
  background: url(../img/common/img_border.gif) 0 40px no-repeat;
}
.contents .history table{
  width: 576px;
  float: left;
}
.contents .history table th,
.contents .history table td{
  vertical-align: top;
  padding-bottom: 20px;
}
.contents .history table th{width: 140px;color: #7DA01A;}
.contents .history table td{}

.contents .history ul.photo{
  width: 374px;
  float: right;
}
.contents .history ul.photo li{
  width: 162px;
  height: 162px;
  margin-left: 25px;
  float: left;
  font-size: 10px;
}
.contents .history ul.photo li img{display: block;margin-bottom: 5px;}
