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

@import url("reset.css");

html, body { width: 100% ;}

body {
  font-family: Arial,Helvetica,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: red;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
h2{
  font-size: x-large;
  color: #225ba0;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #225ba0;
}

h3{
  font-weight: bold;
  font-size:larger;
}
#header {
  background-color: #fff;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0;
  text-align: center;
}

.header_logo{
  width: 800px;
  margin: 25px auto;
  text-align: left;
}
.header_logo img{
  width: 350px;
}
.header_txt{

  width: 400px;
  font-size: 15px;
  color: #fff;
  background: grey;
  padding-top: 5px;
  padding-bottom: 5px;

  margin: 15px auto;

  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  float: left;
}
#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;
}

#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: rgba(255, 0, 0, 0.69);
  position: relative;
  bottom: 2px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  /*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: 100%;
  max-width: 300px;
  color:#ffffff;
  font-size:18px;
  background-color: #225ba0;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:1px solid #286dc7;
  cursor:pointer;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 15px auto;

}
.btn:hover {
  opacity: 0.7;
}
.btn_sub{
  background-color: #767676;
  border:1px solid #b4b4b4;

}
.course_group_box{

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

}

.course_group_box:hover{
  opacity: 0.7;
}

.clear_left{
  clear:left;
}

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


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

  .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;

  }

}