@charset "UTF-8";
/*!
*  Style_sp.css | 2016.01.04 by rino
*/
/* 汎用設定
   ========================================================================== */
/*!
 *  Variables | 2015.11.02 by yk
 */
/* 汎用設定
   ========================================================================== */
/*$main-color: #8a1465;*/
.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.stateBox {
  padding: 10px 30px;
  margin-bottom: 20px; }
  .stateBox p {
    padding: 5px 0;
    color: #333;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #ccc; }
    .stateBox p.green {
      color: #fff;
      border-color: #9FC569;
      background-color: #9FC569; }
    .stateBox p.red {
      color: #fff;
      border-color: #ED7A53;
      border-color: #d9534f;
      background-color: #ED7A53;
      background-color: #d9534f; }

/* メインコンテンツ設定
   ========================================================================== */
#content #course h2 {
  margin-bottom: 12px; }
  #content #course h2 img {
    width: auto;
    height: 22px; }
#content #course #classification, #content #course #specialty, #content #course #general {
  margin-bottom: 30px; }
#content #course #classification h3 {
  font-size: 16px;
  line-height: 32px; }
#content #course #classification .description {
  margin-bottom: 20px; }
  #content #course #classification .description h4 {
    float: left;
    width: 160px;
    height: 70px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 70px;
    text-align: center;
    background-color: #808080;
    border: 1px solid #4d4d4d;
    border-radius: 6px; }
#content #course #classification .graph {
  text-align: right; }
#content #course #specialty ul li {
  float: left;
  width: 33%;
  padding: 5px;
  text-align: center;
  box-sizing: border-box; }
#content #course #general {
  padding-bottom: 100px;
  background-size: auto 90px; }
