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

@import url("reset.css");

html, body { width: 100% ;}

body {
  font-family:"lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"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: red;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
h2{
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 5px;
  background-color: #f5f5f5;

}

h3{
  font-weight: bold;
  font-size:24px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
h4{
  font-weight: bold;
  font-size:18px;
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#header {
  text-align: center;

}
.header_logo{
  background-color: #fff;

  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;

  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;

}

#page_body{
  margin: 0;
  padding: 0;
  width: 100%;
}
.navi_cell{
  width: 33.2%;
  background-color: grey;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  border-right: 1px solid #fff;
  float: left;
}
.navi_select{
  background-color: #3c3231;

}
#contents{
  width: 900px;
  margin: 0 auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
#contents_in{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}
/* コンテンツ */

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

.alert_mess{
  margin-top: 30px;
  font-size: 20px;
}

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

#footer a{
  color:white;
  margin-left: 10px;
  margin-right: 10px;
}

#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: 100%;
  max-width: 350px;
  color:#ffffff;
  font-size:18px;
  background-color: #2e3192;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:2px solid #2e3192;
  cursor:pointer;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 25px auto;

}
.btn:hover {
  opacity: 0.7;
}
.btn:active{
  position: relative;
  top:1px;
}
.btn_sub{
  background-color: #fff;
  border:2px solid #5d13be;
  color:#400e82;

}

.btn_ex{
  background-color: #006536;
  border:2px solid #009f57;

}

.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: auto;
  height: 250px;
  overflow: auto;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.kiyaku_box {
  width:auto;
}
#en_mess_area{
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#jp_mess_area{
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@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;

  }

  .smbc_link_txt{

  }

  .alert_mess{
    text-align: center;
  }

  #top_left{
    padding-right: 10px;
    line-height: 30px;
    border-right: 1px solid #a7a7a7;
  }
  #top_right{
    padding-left: 10px;
    line-height: 30px;

  }
  .login_ft{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
    float: left;
  }
  .login_fd{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 400px;
    float: left;

  }
  #en_mess_area{
    display: none;
  }
  #jp_mess_area{
    display: none;
  }

  .header_logo_in_txt{
    float: left;
    position: relative;
    top: 30px;
  }
}