@charset "utf-8";
div#contents {
  margin-left: 0;
}
div#contents div.section p.about,
div#contents div.section p.info {
  margin-left: 40px;
}
div#contents div.section p.about {
  font-size: 30%;
}
div#contents div.section p.about span.time {
  padding-left: 15px;
}
div#contents div.section p.about span.attention {
  font-size: 50%;
}
div#contents div.section p.info {
  margin-bottom: 50px;
}
div#contents div.section p.info a {
  padding: 7px 30px 7px 0;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  width: 210px;
  color: #fff;
  background: #0D4C91;
  font-size: 131%;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  behavior: url("css/PIE.htc");
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
div#contents div.section p.info a:hover {
  opacity: 0.5;
}
div#contents div.section p.info a:before,
div#contents div.section p.info a:after {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid;
  border-color: transparent;
  height: 0;
}
div#contents div.section p.info a:before {
  right: 15px;
  border-top-color: #fff;
  border-width: 1px 0 0 0;
  width: 18px;
}
div#contents div.section p.info a:after {
  margin-top: -2.5px;
  right: 13px;
  border-left-color: #fff;
  border-width: 3.5px 0 3.5px 6px;
  width: 0;
}
div#contents div.section p.attention {
  display: none;
}
div#contents div.section table {
  margin-bottom: 10px;
  border: 1px solid #B6D8EF;
}
div#contents div.section table th,
div#contents div.section table td {
  padding: 5px 0;
  border: none;
  width: 10%;
  color: #006BB3;
  font-weight: bold;
}
div#contents div.section table tr.col th {
  color: #fff;
}
div#contents div.section div.section {
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid #B6D8EF;
}
div#contents div.section div.section h3 {
  padding: 12px 10px 5px;
  border: none;
  font-weight: bold;
  font-size: 123.1%;
  cursor: pointer;
}
div#contents div.section div.section h3:after {
  display: none;
}
div#contents div.section div.section table {
  margin: 0;
  border: none;
}
div#contents div.section div.section table tr.recital td {
  padding: 10px;
  width: 100%;
  color: #333333;
  background: #F0F9FE;
  font-weight: normal;
  text-align: left;
}
div#contents div.section div.section table tr.recital td span {
  color: #006BB2;
  font-weight: bold;
}

div#contents div.section h3.control {
  behavior: url("css/PIE.htc");
  background: #B3DFFC;
  cursor: pointer;
}
div#contents div.section h3.control:before,
div#contents div.section h3.control:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
div#contents div.section h3.control:before {
  margin-left: -9px;
  border-width: 7px 8.5px 0 8.5px;
  border-top-color: #fff;
}
div#contents div.section h3.control:after {
  margin-left: -6px;
  border-width: 5px 5.5px 0 5.5px;
  border-top-color: #B3DFFC;
}
div#contents div.section h3.control.opened:before,
div#contents div.section h3.control.opened:after {
  border-top-color: transparent;
  top: auto;
  bottom: 5px;
}
div#contents div.section h3.control.opened:before {
  border-width: 0 8.5px 7px 8.5px;
  border-bottom-color: #fff;
}
div#contents div.section h3.control.opened:after {
  border-width: 0 5.5px 5px 5.5px;
  border-bottom-color: #B3DFFC;
}

@media screen and (max-width: 640px) {
  div#contents div.section p.about,
  div#contents div.section p.info {
    margin-left: 0;
  }
  div#contents div.section p.about span.time {
    padding-left: 0;
    display: block;
  }
  div#contents div.section p.info {
    text-align: center;
  }
  div#contents div.section p.attention {
    margin-bottom:0;/*-10px;*/
    display: block;
    color: #006BB3;
    font-weight: bold;
  }
  div#contents div.section div.section h3 {
    padding-top: 5px;
    font-size: 100%;
  }
  p.control{
    height:29px;
  }
}
/* max-width:640px */

