* {
  font-size: 12px;
}

a:link {
  text-decoration: underline;
  color: #335cad;
}

a:active {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
  color: #335cad;
}

a:hover {
  text-decoration: none;
  color: #2eb689;
}

h2 {
  width: 950px;
  margin: auto;
}

#pankuzu {
  clear: both;
  font-size: 10px;
  padding: 2px 0 2px 4px;
  text-align: left;
  height: 25px;
  width: 950px;
  margin: auto;
}

#topicpath {
  background-color: #dadada;
}

/* Q&A */
.container {
  padding: 30px;
}

#title {
  margin: 20px 0 20px 0;
}

#title p {
  margin-top: 10px;
}

.box {
  width: 825px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.qanda_box {
  width: 745px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.question {
  position: relative;
  padding: 10px 10px 10px 50px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª",
    Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}

.question img {
  position: absolute;
  left: 20px;
  top: 2px;
}

.answer {
  min-height: 100px;
  padding: 10px 20px 10px 20px;
  background-color: #f2f9f9;
  background-image: url(../img/answer_back.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.answer img {
  margin-bottom: 20px;
}

.answer img.btn {
  margin-right: 70px;
  margin-bottom: 50px;
}

#pageTop {
  padding: 10px 25px;
  text-align: center;
  clear: both;
  height: 20px;
}

#pageTop .left {
  float: left;
}

#pageTop .right {
  float: right;
}
