@charset "UTF-8";

body {
  height: 100%;
  /* width:65%; */

  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif !important;
  /*
	line-height: 1.3; 
	font-size: 13px;
	*/
  vertical-align: baseline;
  margin-right: auto;
  margin-left: auto;
  /*
	margin: 0px;
	*/
  padding: 0px;
  color: #000;
}

a {
  color: #33f;
}

/* faq */
div.faq-div {
  border: solid 1px #ccc;
  padding: 6px 0px 0px 0px;
  margin-bottom: 4px;
  width: 100%;
}
div.faq-q {
  background-image: url(img/icon_q.gif);
  background-repeat: no-repeat;
  padding: 0 10px 5px 40px;
  margin: 4px 10px 5px 10px;
}
div.faq-a {
  background-image: url(img/icon_a.gif);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  padding: 8px 10px 10px 40px;
  border-top: 1px dotted #ccc;
  margin: 4px 10px 5px 10px;
}

table.faq {
  border-bottom: 1px dotted #aaa;
  background-color: #fff;
  width: 100%;
}
