@charset "Shift-JIS";

/*
information{
    file name : /css/styles/modules/title.css;
    site name : 金沢工業大学ホームページ;
    copyrihgt : Copyright Kanazawa Institute of Technology.;
    explanation : タイトルを定義;
}
*/

/* contents
--------------------------------------------------------------------------

--------------------------------------------------------------------------
*/

/* [#bodyDivision] color common
-----------------------------------------------    */
.flatDesign #bodyDivision .kenchikuKenchikuDesignColor {
    color: #cc7c9d;
}
.flatDesign #bodyDivision .kenchikuKenchikuEngineeringColor {
    color: #6fb7b0;
}
.flatDesign #bodyDivision .kogakuDenkiColor {
    color: #84b0bb;
}
.flatDesign #bodyDivision .kogakuDenkiDenkiColor {
    color: #5fbec5;
}
.flatDesign #bodyDivision .kogakuDenkiDenshiColor {
    color: #c4aa5f;
}



/* [#bodyDivision] title common
-----------------------------------------------    */
.flatDesign #bodyDivision .kogakuTitleColor {
    color: #fff;
    font-weight: bold;
    background-color: #84afba;
}

.flatDesign #bodyDivision .frontierTitleColor {
    font-weight: bold;
    color: #fff;
    background-color: #c16c70;
}

.flatDesign #bodyDivision .kenchikuTitleColor {
    font-weight: bold;
    color: #fff;
    background-color: #9fb386;
}

.flatDesign #bodyDivision .bioTitleColor {
    font-weight: bold;
    color: #fff;
    background-color: #6b7da8;
}


/* [#bodyDivision] page title
-----------------------------------------------    */
#bodyDivision div.pageTitle {
    margin: 0 0 15px 0;
}

/* [#bodyDivision] category title
-----------------------------------------------    */
#bodyDivision div.categoryTitle {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    background-image: url("http://www.kanazawa-it.ac.jp/h1s/images/common/bg_lines/bg_category_title.gif");
    background-repeat: no-repeat;
    background-position: bottom;
}
.flatDesign #bodyDivision div.categoryTitle {
    background-image: none;
    position: relative;
}
.flatDesign #bodyDivision div.categoryTitle:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    font-size: 0;
    line-height: 0;
    height: 5px;
    background-color: #dbe2e9;
    border-left: 178px solid #1c6a79;
}
.flatDesign #bodyDivision .kogakuMainCompartment div.categoryTitle:after {
    border-left-color: #84b0bb;
}
.flatDesign #bodyDivision .frontierMainCompartment div.categoryTitle:after {
    border-left-color: #c16d71;
}
.flatDesign #bodyDivision .kenchikuMainCompartment div.categoryTitle:after {
    border-left-color: #9fb387;
}
.flatDesign #bodyDivision .bioKagakuMainCompartment div.categoryTitle:after {
    border-left-color: #6b7ea8;
}

#bodyDivision div.categoryTitle h2 {
    font-size: 220%;
    font-weight: bold;
    line-height: 1.1;
    color: #146979;
}
.flatDesign #bodyDivision div.categoryTitle h2 {
    color: #333333;
    font-family: 'Custom Hiragino Gothic','Custom Yu Gothic','Yu Gothic','ＭＳ Ｐゴシック',sans-serif;
}
@media all and (-ms-high-contrast:none) { /* IE10,11 */
    .flatDesign #bodyDivision div.categoryTitle h2 {
        font-family: 'ＭＳ Ｐゴシック',sans-serif;
    }
}

#bodyDivision div.categoryTitle p.cap {
    margin: 0 0 5px 0;
    font-size: 117%;
    font-weight: bold;
    line-height: 1.1;
    color: #146979;
}


/* [#bodyDivision] contents title
-----------------------------------------------    */
#bodyDivision div.contentsTitle {
    margin: 0 0 20px 0;
    padding: 0 0 1px 0;
    border-bottom: 2px solid #dbe2e9;
}
.flatDesign #bodyDivision div.contentsTitle {
    padding: 0;
    border-bottom: none;
}

#bodyDivision div.contentsTitle h2,
#bodyDivision div.contentsTitle h3,
#bodyDivision div.contentsTitle h4 {
    padding: 13px 15px;
    background-image: url("http://www.kanazawa-it.ac.jp/h1s/images/common/bg_lines/bg_contents_title.gif");
    background-repeat: repeat-x;
    background-position: top;
    background-color: #1f6c7a;
    font-size: 117%;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
}
.flatDesign #bodyDivision div.contentsTitle h2,
.flatDesign #bodyDivision div.contentsTitle h3,
.flatDesign #bodyDivision div.contentsTitle h4 {
    padding: 10px 15px 8px;
    background-image: none;
    background-color: #9bc3c4;
    font-size: 167%;
    color: #ffffff;
    font-family: 'Custom Hiragino Gothic','Custom Yu Gothic','Yu Gothic','ＭＳ Ｐゴシック',sans-serif;
}
@media all and (-ms-high-contrast:none) { /* IE10,11 */
    .flatDesign #bodyDivision div.contentsTitle h2,
    .flatDesign #bodyDivision div.contentsTitle h3,
    .flatDesign #bodyDivision div.contentsTitle h4 {
        font-family: 'ＭＳ Ｐゴシック',sans-serif;
    }
}

.flatDesign #bodyDivision .kogakuMainCompartment div.contentsTitle h2,
.flatDesign #bodyDivision .kogakuMainCompartment div.contentsTitle h3,
.flatDesign #bodyDivision .kogakuMainCompartment div.contentsTitle h4 {
    background-color: #84b0bb;
}
.flatDesign #bodyDivision .frontierMainCompartment div.contentsTitle h2,
.flatDesign #bodyDivision .frontierMainCompartment div.contentsTitle h3,
.flatDesign #bodyDivision .frontierMainCompartment div.contentsTitle h4 {
    background-color: #c16d71;
}
.flatDesign #bodyDivision .kenchikuMainCompartment div.contentsTitle h2,
.flatDesign #bodyDivision .kenchikuMainCompartment div.contentsTitle h3,
.flatDesign #bodyDivision .kenchikuMainCompartment div.contentsTitle h4 {
    background-color: #9fb387;
}
.flatDesign #bodyDivision .kenchikuKenchikuDesignMainCompartment div.contentsTitle h2,
.flatDesign #bodyDivision .kenchikuKenchikuDesignMainCompartment div.contentsTitle h3,
.flatDesign #bodyDivision .kenchikuKenchikuDesignMainCompartment div.contentsTitle h4 {
    background-color: #cc7c9d;
}
.flatDesign #bodyDivision .kenchikuKenchikuEngineeringMainCompartment div.contentsTitle h2,
.flatDesign #bodyDivision .kenchikuKenchikuEngineeringMainCompartment div.contentsTitle h3,
.flatDesign #bodyDivision .kenchikuKenchikuEngineeringMainCompartment div.contentsTitle h4 {
    background-color: #7cccc4;
}
.flatDesign #bodyDivision .bioKagakuMainCompartment div.contentsTitle h2,
.flatDesign #bodyDivision .bioKagakuMainCompartment div.contentsTitle h3,
.flatDesign #bodyDivision .bioKagakuMainCompartment div.contentsTitle h4 {
    background-color: #6b7ea8;
}

/* [#bodyDivision] contents titleLead
-----------------------------------------------    */
.flatDesign #bodyDivision div.contentsTitle .contentsTitleLead {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 22px;
    color: #6c8252;
    font-family: 'Custom Hiragino Gothic','Custom Yu Gothic','Yu Gothic','ＭＳ Ｐゴシック',sans-serif;
}
@media all and (-ms-high-contrast:none) { /* IE10,11 */
    .flatDesign #bodyDivision div.contentsTitle .contentsTitleLead {
        font-family: 'ＭＳ Ｐゴシック',sans-serif;
    }
}

/* [#bodyDivision] contents flatTitle
-----------------------------------------------    */
.flatDesign #bodyDivision .flatTitle {
    padding: 10px 15px 8px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #9bc3c4;
    font-family: 'Custom Hiragino Gothic','Custom Yu Gothic','Yu Gothic','ＭＳ Ｐゴシック',sans-serif;
}
@media all and (-ms-high-contrast:none) { /* IE10,11 */
    .flatDesign #bodyDivision .flatTitle {
        font-family: 'ＭＳ Ｐゴシック',sans-serif;
    }
}

.flatDesign #bodyDivision .flatTitle.kogakuTitleColor {
    background-color: #84afba;
}

.flatDesign #bodyDivision .flatTitle.frontierTitleColor {
    background-color: #c16c70;
}

.flatDesign #bodyDivision .flatTitle.kenchikuTitleColor {
    background-color: #9fb386;
}

.flatDesign #bodyDivision .flatTitle.bioTitleColor {
    background-color: #6b7da8;
}

.flatDesign #bodyDivision .flatTitle h2 {
    font-weight: inherit;
    color: inherit;
}




/* [#thickboxDivision | div.curriculumTableBoundary] div.contentsTitle
-----------------------------------------------    */
#thickboxDivision div.curriculumTableBoundary div.contentsTitle {
    width: 742px;
    margin: 0 0 20px 0;
    padding: 0 0 1px 0;
    border-bottom: 2px solid #dbe2e9;
}

#thickboxDivision div.curriculumTableBoundary div.contentsTitle h1 {
    padding: 13px 15px;
    background-image: url("http://www.kanazawa-it.ac.jp/h1s/images/common/bg_lines/bg_contents_title.gif");
    background-repeat: repeat-x;
    background-position: top;
    background-color: #1f6c7a;
    font-size: 117%;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
}

/* [#bodyDivision] underline title
-----------------------------------------------    */
#bodyDivision div.underlineTitle {
    padding: 0 0 9px 0;
    border-bottom: 2px solid #dbe2e9;
    color: #374457;
    font-size: 150%;
}

#bodyDivision div.underlineTitle h4 {
    font-weight: bold;
}

/* [#bodyDivision] sidebar title
-----------------------------------------------    */
#bodyDivision div.sidebarTitle {
    margin: 0 0 30px 0;
    padding: 1px 0 1px 10px;
    border-left: 6px solid #1c6a79;
    line-height: 1.428;
}

#bodyDivision div.sidebarTitle h3,
#bodyDivision div.sidebarTitle h4 {
    font-weight: bold;
    color: #146979;
}