@charset "UTF-8";

#content section p,
section aside {
  margin-left: 1em;
}

/* Question & Answer */
#content section {
  padding-top: 2em;
  border-top: 1px solid #dadada;
}

/* Question */
#content section > h2:before {
  content: "\201C";
}

#content section > h2:after {
  content: "\201D";
}

#content section > h2:before,
section > h2:after {
  font-size: 2em;
  line-height: 0.9em;
  height: 0.5em;
  overflow: hidden;
  display: inline-block;
  vertical-align: baseline;
  opacity: 0.5;
}

#content section p {
  margin-left: 1em;
}

/* Category Links */
#content section > a {
  display: block;
  position: relative;
}

#content section > a > h2 {
  margin-bottom: 0.5em;
}

#content section > a > h2:before {
  content: "\203A\00A0";
}

#content section > a > aside {
  font-style: italic;
  right: 0;
  top: 0;
  position: absolute;
}


@media screen and (max-width: 749px) {

  #content section > a > h2 {
    margin-bottom: 0;
  }

  #content section > a > aside {
    right: auto;
    top: auto;
    position: static;
    margin-bottom: 0.5em;
  }

}
