@charset "utf-8";

/* report */

#report {
margin:0 0 30px 0;
padding: 0px 20px 0px 20px;
text-align:left;
font-size:12px;
line-height:1.8;
}

#report-top{
margin-bottom:10px;
}

#report h3 {
font-size:18px;
font-weight:bold;
line-height:1.2;
margin:0px 0 20px 0;
}

#report-top h3 {
margin:20px 0 10px 0;
}

.report-name {
font-size:14px;
font-weight:normal;
line-height:1.2;
}

#report h4 {
font-size:14px;
font-weight:bold;
margin:0 0 8px 0;
line-height:1.2;
color:#F6AC1D;
clear:both;
}
#report h5 {
font-size:12px;
font-weight:normal;
margin:0 0 30px 0;
line-height:2;
}

#report .photo{
float:right;
margin-left:15px;
}
#report .image{
display:block;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
padding:0 0 20px 0;
clear:both;
_border-bottom:20px solid #FFFFFF;
}



#report-navi {
clear:both;
}
#report-navi .back {
float:left;
border:none;
}
#report-navi .next {
float:right;
border:none;
}


#rp-style1 {
margin-left:45px;
}

#rp-style1 td {
padding-bottom:40px;
font-size:14px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear { clear: both; }



