@charset "UTF-8";

.circle_ttl {
  position: relative;
  padding: 0.4em 0 0.8em 2em;
  font-size: 1.143em;
  font-weight: bold;
}

.circle_ttl:before {
  content: "";
  position: absolute;
  background: #CF0000;
  top: 50%;
  left: 0.5em;
  margin-top: -10px;
  height: 13px;
  width: 13px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.gray_box {
  border: #CCC 1px solid;
  margin-bottom: 5px;
  padding: 12px;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta {
  text-align: center;
}

.fc_green {
  color: #14A83C;
}

.fc_red {
  color: #CC0000;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.wd300px {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .fl {
    float: none;
  }
  .fr {
    float: none;
    margin-top: 10px;
  }
  .wd300px {
    width: auto;
  }
}
