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

h2{
background: url("../img/school.png") no-repeat center center;
background-size: 100% auto;
background-size: cover;
height: 200px;
color: #fff;
}

#rinen{
padding-top: 40px
}
#ikusei{
margin-top: 50px;
background: url("../img/rinen-back.png") no-repeat center center;
background-size: 100% auto;
background-size: cover;
}
#ikusei .rinen-line{
background: url("../img/rinen-line.png") repeat-x;
height: 8px;
}
#ikusei h4{
text-align: center;
margin-top: 40px;
line-height: 1.3em;
padding: 0 15px;
}
#ikusei p{
margin: 10px 20px 0;
}
#ikusei img{
width: 100%;
}
#ikusei .row{
padding: 0 20px;
}
#ikusei .button{
margin: 30px auto;
width: 50%;
}

#greeting{
margin-top: 50px;
}
#greeting .box{
margin-top: 30px;
background-color: #e8f4fc;
border-radius:20px;
padding: 20px 30px 15px;
}
#greeting h4{
border-image: linear-gradient(to top, #1c9cbd 0%, #1bb8ce 100%) 1/0 0 0 13px;
border-style: solid;
font-size: 120%;
padding: 2px 5px 2px 23px;
color: #1bb8ce;
font-weight: 700;
}
#greeting img{
width: 100%;
}
#greeting .row{
padding-top: 20px;
}
#greeting span{
font-size: 1.3em;
}
#greeting p{
font-size: 0.9em;
margin-top: 10px;
}

#enkaku{
padding-top: 40px;
}
#enkaku .box{
margin: 20px 20px 0;
background-color: #fffde5;
padding: 15px;
}
#enkaku table{
line-height: 1.4em;
font-size: 0.8em;
}
#enkaku table td{
padding: 3px;
vertical-align: top;
}
#enkaku table td:nth-of-type(odd){
white-space: nowrap;
}



