@charset "UTF-8";

/*
information{
    file name : /css/styles/individual/about_kit-vision.css;
    site name : 金沢工業大学ホームページ;
    copyrihgt : Copyright Kanazawa Institute of Technology.;
    explanation : 大学案内/ビジョンと実践目標 対応css;
}
*/

/* contents
--------------------------------------------------------------------------

--------------------------------------------------------------------------
*/


/* [#visionContents] 
-----------------------------------------------    */
#visionContents div.boxContents div.cell1 {
    float: left;
    width:562px;
}
@media screen and (max-width: 767px) {
    #visionContents div.boxContents div.cell1 {
        float: none;
        width:auto;
    }
}

#visionContents div.boxContents div.cell1 dl {
    margin: 0 0 15px 0;
}

#visionContents div.boxContents div.cell1 dl dt {
    margin-bottom: 5px;
}

#visionContents div.boxContents div.cell1 dl dd:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#visionContents div.boxContents div.cell1 dl dd ul {
    float: left;
}
@media screen and (max-width: 767px) {
    #visionContents div.boxContents div.cell1 dl dd ul {
        float: none;
    }
}

#visionContents div.boxContents div.cell2 {
    float: right;
    width: 175px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #visionContents div.boxContents div.cell2 {
        width: 96px;
    }
}

#visionContents div.boxContents div.cell2 p {
    margin: 14px;
}
@media screen and (max-width: 767px) {
    #visionContents div.boxContents div.cell2 p {
        margin: 0 0 0 10px;
    }
}