@charset "utf-8";

/* ----------------------------------------

        ヘッダー

   ---------------------------------------- */

#page-header {
  background-color: #ce93ef;
  border: none;
}

/* ========================================


        見出し


   ======================================== */

#page-main h1 {
  display: inline-block;
  margin: 20px auto;
  padding: 5px 25px 2px 25px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ce93ef;
  border-radius: 50px;
}

/* ----------------------------------------

        駿台中学オンラインテスト(各種ボタン)

   ---------------------------------------- */
.btn-std-bk {
    background-color: #6f4a84;
    color: #ffffff
}
.btn-std-bk:hover {
    background-color: #558421;
    color: #ffffff
}

.btn-std-upd {
    background-color: #5cb85c !important;
    color:#fff !important;
}

.btn-std-del {
    background-color: #6f7679 !important;
    color:#fff !important;
}

.btn-std-exe {
    background-color: #d9534f !important;
    color:#fff !important;
}

.btn-std-clr {
    background-color: #fff !important;
    color:#3bafda !important;
    border: 1px solid !important;
}


.required-item{
    padding-top: 10px;
    color: #ffffff !important;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

/* - eof. */
