/*pc_qa
---------------------------------------------------------------------------- */
#qa .h1Area,#header,#footer{
  min-width: 1180px;
}
.breadsArea {
  min-width: 1180px;
}
#qa .inner{
  min-width: 1180px;
}
#qa h2{
  font-size: 30px;
}
.h1Area.qa{
  background: url(../images/qa/qa_mainimg_bg.png) no-repeat center top;
  background-size:cover;
}
.entryBaseBox{
  margin-bottom: 0;
}

.entryBaseBox dl dt{
  display: block;
  color: #008040;
  font-size: 20px;
  width: 100%;
  height: 60px;
  padding-left: 1em;
  letter-spacing: 0.1em;
  line-height: 60px;
}
.entryBaseBox dl:nth-child(odd) dt{
  background-color: #faf9e4; 
}
.entryBaseBox dl:nth-child(even) dt{
  background-color: #e4eee6; 
}
.entryBaseBox dl dd{
  font-size: 15px;
  line-height: 26px;
  margin: 15px 0 39px;
}
.entryBaseBox dl:last-child dd{
  margin-bottom: 0;
}
.entryBaseBox dl dd a{
  color: inherit;
  text-decoration: underline;
}
#qa hr{
  margin: 73px 0 71px;
}