@charset "utf-8";

#Content {
}
#Content section {
}

#Content section h3 {
  padding-left:0;
  background:none;
}
#Content section dl {
  padding:10px 0 40px 20px;
}
#Content section dl dt {
  padding-left:35px;
  padding-bottom:6px;
  color:#9e005d;
  background:url("../img/icon_faq_q.png") no-repeat 2px 2px;
  background-size:24px 24px;
}
#Content section dl dd {
  padding:0 0 30px 35px;
  background:url("../img/icon_faq_a.png") no-repeat 2px 2px;
  background-size:24px 24px;
}

#Content section #listAddress {
}
#Content section #listAddress ul {
  list-style:none;
}
#Content section #listAddress ul li {
  float:left;
  width:calc( 50% - 20px );
  list-style:none;
}
#Content section #listAddress ul li h3 {
  display:block;
  padding-left:0;
  background:none;
}



/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
@media print, screen and (max-width: 640px) {



}
