@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{
  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: #e60020;
  color: #fff;

}

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;
  border-left: 5px solid #253985;
  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;

}

.header_logo_in{
  width: 97%;
  margin: 0 auto;
}
.header_logo_in img{
  width: 90%;
  max-width: 216px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
 }

.header_logo_in_txt{
  position: relative;
  top: 25px;
  max-width: 300px;
  font-size: 22px;
  padding: 15px;
  font-weight: bold;
  float: left;
}
#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;
}
/* コンテンツ */
#err {
  width: 100%;
  text-align: center;
  background-color: #FF0000;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 20px 0 20px 0;
}
.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: #464849;
  color:#a2a3a4;
}

#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*/
}
.hatena_mark{
  padding: 2px 7px;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #424a6c;
  position: relative;
  bottom: 2px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  cursor: pointer;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
.hatena_mark_grey{
  color: #424a6c;
  background-color: #fff;
}
.hatena_mark:hover{
  opacity: 0.7;
}
.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: #000;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
  cursor:pointer;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 25px auto;
  border:2px solid #000;

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

}

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

}


.btn3 {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
  background-color:#f9f9f9;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #b8b4b8;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-size:13px;
  padding:3px 8px;
  text-decoration:none;
}
.btn3:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  background-color:#e9e9e9;
}
.btn3:active {
  position:relative;
  top:1px;
}

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

.r_table{
  width: 100%;
  font-size: 12px;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 20px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.r_table th, .r_table td{
  font-size: 14px;
  vertical-align: middle;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 5px 3px;
}

.r_table th{
  background-color: #848084;
  color: #FFFFFF;
}

.bg {
  background-color: #F4F4F4;
}

/*---------------------
  ふきだし
  --------------------*/
.balloon{
  position: relative;
  top:10px;
  width: auto;
  min-width: 400px;
  padding: 10px;
  color: #666;
  background: #fff;
  text-align: left;
  -webkit-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  border-radius: 15px;
  z-index: 999;
  cursor: pointer;
}
.balloon_grey{
  min-width: 180px;
}
.balloon_in{
  font-size: 14px;
  /*text-indent: -14px;*/
}
/*---------------------
  ふきだしの三角形部分（設定無し）
  --------------------*/
/*
.balloon::before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 20px;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
}*/


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

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

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

  }
  .fd{
    width: 550px;
    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;
  }
  #top_right{
    padding-left: 10px;
    line-height: 30px;

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

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

  .header_logo_in_txt{

  }
}