/* 『月刊ロジスティクス・ビジネス電子版（ベータ版）』よくある質問 */

#CN h2 {
  border-bottom: solid 3px #E1E4E9;
  color:#183867;
  margin-bottom:30px;
  padding-left:0;
  position: relative;
}

#CN h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #424D69;
  bottom: -3px;
  width: 15%;
}

.question{
  background:url("/images/bg_q.png") left top no-repeat;
  font-size:0.9em;
  font-weight:700;
  line-height:20px;
  margin-left:20px;
  margin-right:20px;
  padding-bottom:20px;
  padding-left:30px;
}

.answer{
  background:url("/images/bg_a.png") left top no-repeat;
  border-bottom:2px solid #F4F4F6;
  font-size:0.9em;
  line-height:20px;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:20px;
  padding-bottom:20px;
  padding-left:30px;
}

.bg_green{
  background:#00FF00;
}

.p_red{
  color:#FF0000;
}

.p_strong{
  font-weight:700;
}

.p_underline{
  text-decoration:underline;
}

