@charset "UTF-8";

/* デフォルト設定 */

body{
  margin: 0;
  padding: 0;
  background-color: #CCCCCC;
  color: #333333;
  font-size: 15px;
  line-height: 2;
  font-family: "Rounded Mplus 1c";
}

p, h1, h2, h3, h4, h5, h6{
  margin-top: 0;
}

img{
  vertical-align: bottom;
}

.message-txt ul{
  margin: 0 40px 10px 40px;
}

ul{
  margin: 0;
  padding: 0;
}

a{
  color: #3583aa;
  text-decoration: none;
}

a:visited {
  color: #788d98;
}

a:hover{
  text-decoration: underline;
}

header{
  width: 960;
  height: 110px;
  margin: 0 auto;
  background-color: #000000;
}

.logo{
  float: left;
  margin: 5px;
}

.global-nav{
  float: left;
  margin-top: 60px;
}

.global-nav li{
  float: left;
  margin: 0 20px;
  font-size: 20px;
  list-style: none;
}

.global-nav li a{
  color: #FFFFFF;
}

#wrap{
  clear: both;
  background-color: #ffffff;
  margin-top: -20px;
  padding: 35px 0;
}

.content{
  width: 960px;
  margin: 0 auto;
}

footer{
  text-align: center;
  color: #FFFFFF;
  padding:20px 0;
  background-color: #000000;
}

footer small{
  font-size: 15px;
}


#index h1{
  font-size: 80px;
  line-height: 1;
  color: rgb(255, 255, 255);
  margin-bottom: 50px;
  border: none;
}

#index .content{
  margin-top: 150px;
}

#index p{
  font-size: 16px;
  color: #FFFFFF;
}

.btn a{
  background-color: #009cd3;
  color: #ffffff;
  font-size: 20px;
  width: 250px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border-radius: 20px;
  border: 3px solid #009cd3;
}

.btn a:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #009cd3;
}

#index footer{
  width: 960px;
  margin: 0 auto 0 auto;
  text-align: left;
  background-color: transparent;
}


#index{
  background-image: url(../images/bg-index.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.main-center{
  width: 940px;
  margin: 0 auto;
}

h1{
  font-size: 36px;
  border-bottom: 1px solid #cccccc;
}

h2{
  font-size: 24px;
}

.icon:before{
  content: "";
  padding-right: 10px;
  border-left: 10px solid #9cb4a4;
}

#tostudent .message-txt{
  /* width: 520px; */
  width: 940px;
  /* float: left; */
}

#tostudent .message-txt span{
  font-weight: bold;
}

#tostudent .message-image{
  float: right;
}

.cleafix::after{
  content: "";
  display: block;
  clear: both;
}

section{
  margin-bottom: 35px;
}

#tostudent .history th{
  width: 240px;
  background-color: #f0f0f0;
  padding: 12px 0;
  border: 1px solid #cccccc;
}

#tostudent .history td{
  width: 660px;
  padding: 12px 0 12px 40px;
  border: 1px solid #cccccc;
}

table{
  border-spacing: 0;
  border-collapse: collapse;
}

#index #wrap{
  background-color: transparent;
  margin-top: 0px;
  padding: 0;
}