
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

a:link {
  color: #1367C0;
}

a:visited {
  color: #1D5998;
}

a:hover {
  color: #F06C31;
}

#frame {
  max-width: 970px;
  background-color: #000;
  margin: 10px auto;
}

#frame iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#header {
  padding: 30px 0 20px 0;
  width: 97%;
  margin: 0 auto;
  text-align: center;
}

#header h1 {
  font-size: 20px;
  height: 1.3em;
  margin-bottom: 10px;
}

#header h2 {
  line-height: 1.3em;
  font-size: 15px;
}

#description {
  background-color: #E7E7E7;
  padding: 20px 0;
  margin-top: 30px;
}

#description .content {
  max-width: 970px;
  margin: 20px auto;
  overflow: hidden;
}

#description .left {
  width: 50%;
  float: left;
  overflow: hidden;
}

#description .left dl {
  float: right;
}

#description .right dl {
  float: left;
}

#description .right {
  width: 50%;
  float: right;
  overflow: hidden;
}

#description dl {
  padding: 0 30px;
  width: 300px;
}

#description dd {
  font-size: 13px;
  line-height: 1.4em;
  padding-left: 10px;
}

#description .pdf {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width:20px;
  height:auto;
  top: 3px;
  margin-left: 5px;
}

#description dt {
  font-size: 13px;
  line-height: 1.3em;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 8px 8px 8px 30px;
  background-color: #434343;
  margin-bottom: 15px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: auto 12px;
}

#description .left dt {
  background-image: url(img/h.png);
  background-position: 8px center;
  background-size: auto 15px;
}

#description .right dt {
  background-image: url(img/d.png);
}

#copyright {
  font-size: 11px;
  line-height: 1.3em;
  text-align: center;
  padding: 25px 0;
}

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

#description .right, #description .left {
  float: none;
  width: auto;
}

#description .right dl, #description .left dl {
  margin: 0 auto;
  width: 97%;
  float: none;
  padding: 0;
}

#description .left dl {
  margin-bottom: 30px;
}
}
