@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

html, body { width: 100% ;}

body {
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color:#333;
}
a:link
{
  color: #428ac4;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
a:focus
{
  outline-width: thin;
  outline-style: dotted;
}
a:hover, a:active
{
  outline-width: 0px;
  outline-style: none;
}

a:focus, a:active, a:hover
{
  text-decoration-line: none;
  text-decoration-style: solid;
}

input, textarea, select {
  font-size: 100%;
  margin: 2px 2px 2px 2px;
  vertical-align: middle;
}

label{
  cursor: pointer;
}

p
{
  line-height: 24px;
  margin-bottom: 5px;
  font-size: 16px;
}

h1{
  color: #19417a;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}
h2{
  font-size: x-large;
  color: #48403b;
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #48403b;
}

h3{
  font-size: 20px;
  padding-left: 10px;
  color: #19417a;
}
#header {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#page_body{
  margin: 0;
  padding: 0;
  width: 100%;
}

#contents{
  width: 800px;
  margin: 0 auto;
}
/* コンテンツ */

.form_table{
  font-size: medium;
  width: 100%;
  margin-bottom: 30px;
  border-spacing: 0;
  border-collapse: separate;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  line-height: 180%;
}


#footer {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 200%;
  text-align: center;
  background-color: #a7a7a7;
  color:white;
}

#footer_img_box{
  text-align: left;
  background-color: #ffffff;
  width: 100%;

}
#footer_img_box img{
  width: 90%;
}
#footer_txt_box{
  padding-top: 15px;
  padding-bottom: 15px;
}
.sys_mess {
  margin: 0 auto 20px auto;
  background-color: red;
  color: #FFFFFF;
  padding: 5px;
  line-height: 25px;
}

.left {
  text-align: left!important;
}
.right {
  text-align: right!important;
}
.center {
  text-align: center!important;
}
.bold {
  font-weight: bold!important;
}

.middle {
  vertical-align: middle!important;
}

.mar_b {
  margin-bottom: 20px!important;
}

.red {
  color: red!important;
}
.bg_green{
  background-color: #7bc200;
}
.bg_blue{
   background-color: #03adff;
 }
.req{
  padding: 2px 7px;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #be0d00;
  position: relative;
  bottom: 2px;
  -moz-border-radius:1px;
  -webkit-border-radius:1px;
  border-radius:1px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
.desc {
  font-size: 12px;
  color: #666666;
}
.ime-disabled{
  ime-mode: disabled;
}
.display_none{
  display: none;
}
input
{
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 100%;
  background-color: #f3f3f3;
}

.btn_box{
  width: auto;
  text-align: center;
  margin-top: 20px;
}
.btn {
  width: 70%;
  max-width: 300px;
  color:#ffffff;
  font-size:22px;
  background-color: #19417a;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:2px solid #1d5987;
  cursor:pointer;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 15px auto;

}
.btn:hover {
  opacity: 0.7;
}
.btn:active{
  position: relative;
  top:1px;
}
.btn_sub{
  background-color: #767676;
  border:2px solid #434343;

}
.login_alert{
  font-size: 30px;
}
.new_btn{
  min-width: 400px;
}
.course_group_box{

  width:  390px;
  height: 100px;
  margin-bottom: 5px;
  float: left;

}

.course_group_box:hover{
  opacity: 0.7;
}

.clear_left{
  clear:left;
}

img {
  max-width: 100%;
}

.kiyaku{
  width: 100%;
  height: 250px;
  overflow: auto;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.kiyaku_box {
  width: 100%;
}

.plan_txt{
  font-size: 12px;
  padding-bottom: 20px;
}

.blink{
  -webkit-animation: blink 1s ease infinite;
  animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@media screen and (min-width: 768px) {

  h2{
    color: #48403b;
    border-bottom: 2px solid #48403b;
  }

  .ft{
    width: 200px;
    color: #222;
    font-size: 16px;
    padding-left: 10px;
    float: left;

    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ededed;

  }
  .fd{
    width: 570px;
    font-size: 16px;
    padding-left: 20px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ededed;

  }

}