/* 共通css */
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: left;
    font-family: 'イワタUDゴシックR表示用', sans-serif;
    font-size: 14px;
    color: #555555;
    margin: 0px;
    padding: 0px;
    line-height: 160%;
    background-image: url("../../img/school/background.png");
    background-repeat: repeat-x;
    line-height: 1.5;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0px;
}

h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

ul li {
    list-style: none;
}

table,
tr,
td,
th {
    padding: 0;
    margin: 0;
}

.red {
    color: #F00;
}

.small {
    font-size: 12px;
}

.big {
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-size: 35px;
    line-height: 106px;
    font-weight: bold;
    color: white;
    padding-top: 10px;
}

h3 {
    font-size: 38px;
    line-height: 70px;
    color: #EE8337;
    text-align: left;
    margin-left: 150px;
}

h4 {
    font-size: 30px;
    line-height: 65px;
    margin-left: 90px;
    color: rgb(255, 255, 255);
    text-align: left;
}

p {
    display: inline-block;
    color: #000;
    font-family: 'イワタUDゴシックR表示用', sans-serif;
    font-size: 19px;
}

/* 共通cssここまで */

.notes {
    font-size: 15.5px;
}

.schedule {
    margin: 20px;
}

.table{
    border: 1px #3D96D5 solid;
    background: url(../../images/school/table_back.gif);
}

.table {
    margin: 0 auto;
    width: 100%;
}

/*  テーブル内  */

.t-head {
    background: #4AB6CC;
    color: #FFF;
}

.t-head td {
    padding: 5px;
    border-collapse: collapse;
    border-left: solid #FFF 1px;
}

.t-mid {
    background: #FFF;
}

.t-mid td {
    padding: 5px;
    border-collapse: collapse;
    border-left: solid #BBB 1px;
    border-top: none 5px #999;
}

.t-mid td img {
    vertical-align: middle;
    margin-top: 10px;
}

.t-mid td span {
    font-size: 10px;
}

.tokuten {
    font-size: 20px;
    line-height: 1.5;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 70px;
}

.tokuten h5 {
    font-size: 20px;
    line-height: 1.5;
    color: #666;
    margin: 20px 20px 0 20px;
    font-family: 'イワタUDゴシックR表示用', sans-serif;
}

.tokuten h6 {
    font-size: 25px;
    color: #F00;
    margin: 0 16px 0 20px;
    font-family: 'イワタUDゴシックR表示用', sans-serif;
}

.suiikubanner img {
    width: 90%;
    display: block;
    margin: 30px auto;
}

.suiikubanner img:hover {
    opacity: 0.7;
}

#about-cancel {
    width: 630px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#about-cancel p {
    font-size: 18px;
    font-weight: bold;
}

.moushikomi-btn-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: #000;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
