@charset "utf-8";

/* 大見出し */

h2 {
    background: url(./img/ttl.jpg) 0 0 no-repeat;
}


/* サイドバー */

#side-navi a {
    background: url(../page/img/side-sh.gif) 0 -50px no-repeat;
}

#side-navi a:hover {
    background: url(../page/img/side-sh.gif) -200px -50px no-repeat;
}


/* メイン
----------------------------------------------------*/

#main #entry #day p {
    width: 274px;
    background: url(./day/day-txt.gif) 0 0 no-repeat;
}

#main #entry #event p {
    width: 258px;
    background: url(./event/event-txt.png) 0 0 no-repeat;
}

#main #entry #club p {
    width: 153px;
    background: url(./club/club-txt.gif) 0 0 no-repeat;
}

#main #entry #uniform p {
    width: 186px;
    background: url(./img/uniform-txt.gif) 0 0 no-repeat;
}

#main #entry #facility p {
    width: 233px;
    background: url(./facility/facility-txt.gif) 0 0 no-repeat;
}


/* 小見出し
----------------------------------------------------*/

#main #event-1 p {
    background: url(./event/event-sh.gif) 0 0 no-repeat;
}

#main #event-2 p {
    background: url(./event/event-sh.gif) 0 -20px no-repeat;
}

#main #event-3 p {
    background: url(./event/event-sh.gif) 0 -40px no-repeat;
}

#main #club-1 p {
    background: url(./club/club-sh.gif) 0 0 no-repeat;
}

#main #club-2 p {
    background: url(./club/club-sh.gif) 0 -20px no-repeat;
}


/* 一日の流れ
----------------------------------------------------*/

#main #entry .col-day .left {
    float: left;
    width: 235px;
}

#main #entry .col-day .center {
    float: left;
    width: 220px;
    margin: 10px;
}

#main #entry .col-day .right {
    float: right;
    width: 235px;
}

#main #entry .col-day .column {
    width: 215px;
    font-size: 12px;
}

#main #entry .col-day .left .column {
    margin-left: 10px;
}

#main #entry .col-day .column p {
    line-height: 0;
    margin: 3px auto 15px auto;
    text-align: center;
    color: #83bd4c;
}

#main #entry .col-day .column img {
    width: 205px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    padding: 4px;
}


/* 年間行事
----------------------------------------------------*/

.event-col .left {
    float: left;
    width: 190px;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.event-col .right {
    float: right;
    width: 500px;
    padding-left: 10px;
    font-size: 12px;
}

.event-col dl dt {
    clear: left;
    float: left;
    width: 2.5em;
    color: #83bd4c;
    line-height: 1.4;
}

.event-col dl dd {
    padding-left: 3em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}

.event-col .right li {
    float: left;
    width: 47%;
    margin: 0 1.5% 10px 1.5%;
    color: #999;
    text-align: center;
}

.event-col .right .clearleft {
    clear: left;
}

.event-col .right li img {
    border: 1px solid #e2e2e2;
    padding: 4px;
    background: #fff;
    width: 100%;
    box-sizing:border-box;
}


/* 部活
----------------------------------------------------*/

.club-col {
    margin-bottom: 30px;
}

.club-col li {
    float: left;
    width: 216px;
    margin: 0 10px 20px 10px;
    color: #83bd4c;
    text-align: center;
    line-height: 1.2;
}

.club-col li img {
    margin: 5px 0 10px 0;
    display: block;
    width: 208px;
    border: 1px solid #e2e2e2;
    padding: 4px;
}


/* 施設
----------------------------------------------------*/

.facility-col {}

.facility-col li {
    float: left;
    width: 216px;
    margin: 0 10px 20px 10px;
    line-height: 1.2;
}

.facility-col li img {
    margin: 5px 0 0 0;
    width: 208px;
    border: 1px solid #e2e2e2;
    padding: 4px;
}

.facility-col li p.ttl {
    line-height: 1;
    margin: 5px 0 0.5em 0 !important;
    padding: 0;
    color: #83bd4c;
    text-align: center;
}

.facility-col li p.text {
    line-height: 1.4;
    margin: 0;
    padding: 0;
}


/* 制服
----------------------------------------------------*/

#main img.uni {
    display: block;
    width: 210px;
    margin: 0 auto;
}
