@charset "utf-8";

.reportTitle{
background: url(../images/icon/icon_ibuki.png) no-repeat;
padding: 20px 0px 15px 80px;
height: auto;
color: #090;
font-size: 20px;
font-weight: bold;
display: block;
margin:20px 0;
}

.reportSubtitle {
  color: #6FBA2C;
  font-weight: bold;
  font-size: 18px;
  border-bottom:1px solid #6FBA2C;
  padding-bottom:6px;
}

p{
  line-height:1.7;
  font-size:16px;
}

div.report img{
  display: block;
  margin:20px auto;
}
