@charset "UTF-8";

/*
information{
file name : /css/styles/individual/about_kit-enkaku.css;
site name : 金沢工業大学ホームページ;
copyrihgt : Copyright Kanazawa Institute of Technology.;
explanation : 大学案内/沿革 対応css;
}
*/

/* contents
--------------------------------------------------------------------------

--------------------------------------------------------------------------
*/


/* [#enkakuContents] 
-----------------------------------------------    */
#enkakuContents ul li {
    padding: 0 15px 0 15px;
    border-top: 1px solid #dddddd;
    *vertical-align: bottom;
    position: relative;
}
@media screen and (max-width: 767px) {
    #enkakuContents ul li {
        padding: 0 5px;
    }
}

#enkakuContents ul li.odd {
    background-color: #f3f7f8;
}

#enkakuContents ul li div.clearfix:after{	/* float:clearの代わりの記述*/
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html #enkakuContents ul li div.clearfix{
    height: 1px;
    /*\*//*/	/*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}

#enkakuContents ul li div.year{
    float: left;
    width: 55px;
    padding-top: 15px;
    color: #999999;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    #enkakuContents ul li div.year{
        width: 50px;
        padding-top: 10px;
        line-height: 1.5;
    }
}

#enkakuContents ul li div.monthday{
    float: left;
    width: 70px;
    padding-top: 15px;
    padding-right: 15px;
    color: #999999;
    font-weight: bold;
    text-align: right;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    #enkakuContents ul li div.monthday{
        width: 60px;
        padding-top: 10px;
        padding-right: 10px;
        line-height: 1.5;
    }
}

#enkakuContents ul li div.enkakuevent{
    width: auto;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 12px;
    border-left: 1px solid #dddddd;
    line-height: 1.6;
    box-sizing: border-box;
    margin-left: 140px;
}
@media screen and (max-width: 767px) {
    #enkakuContents ul li div.enkakuevent{
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 8px;
        border-left: 1px solid #dddddd;
        line-height: 1.5;
        box-sizing: border-box;
        margin-left: 115px;
    }
}
#enkakuContents ul li div.enkakuevent::after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}

#enkakuContents ul li.odd div.enkakuevent{
    border-left: 1px solid #d3d7d8;
}

#enkakuContents ul li div.dotline {
    margin: 0 0;
    margin-left: 62px;
}
@media screen and (max-width: 767px) {
    #enkakuContents ul li div.dotline {
        margin-left: 49px;
    }
}