@charset "utf-8";
/* CSS Document */

/*----------------------------------------
オーバーライド
------------------------------------------*/
#wrapper{
  margin-top: 42px;
}
#wrapper #left{
  margin-top: 18px;
}
#wrapper #right{
}
/*----------------------------------------
よくあるご質問
------------------------------------------*/
#faq h2{
  margin-bottom: 24px;
}
#faq #h2-deco{
  margin-bottom: 32px;
}
#faq h3{
  height: 48px;
  margin-bottom: 20px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  border-radius        : 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius   : 8px;
  background: #FF0000;
}
#faq dl{
  margin-bottom: 48px;
  padding-top: 30px;
  border: solid 1px #CCCCCC;
}
#faq dl dt{
  padding: 0 30px 0 90px;
  min-height: 40px;
  font-weight: bold;
  font-size: 16px;
  background: url(../img/faq/q_bg.gif) left 30px center no-repeat;
  display:-webkit-flex;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
}
#faq dl dd{
  margin-bottom: 30px;
  padding: 30px 30px 30px 90px;
  min-height: 40px;
  text-align: justify;
  font-size: 13px;
  border-bottom: solid 1px #CCCCCC;
  background: url(../img/faq/a_bg.gif) left 30px center no-repeat;
  display:-webkit-flex;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
}
#faq dl dd:last-child{
  margin-bottom: 0;
  padding: 30px 30px 30px 90px;
  border-bottom: solid 0px #CCCCCC;
}
