<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">?@charset "utf-8";
/* 印刷に適したレイアウトを提供するCSSです。*/

/* ==================== 教員お知らせ ==================== */
/* ==================== シラバス検索トップ ==================== */
.syllabus_inf {
    position:relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 5px 100%;
}
/* ----------- 左側セパレータ（開始） ----------- */
.syllabus_inf .separate_s {
    position:absolute;
    float:left;
    z-index: 1;
    top:0px;
    left:0px;
    width:  3px;
    height: 100%;
    background-image: url(/syllabus/syllabus_tai/img/design01/vertical_vi_s.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;
}
/* ----------- 左側セパレータ（終了） ----------- */
.syllabus_inf .separate_e {
    position:absolute;
    float:left;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    width:  3px;
    height: 90px;
    background-image: url(/syllabus/syllabus_tai/img/design01/vertical_vi_e.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/* ----------- タイトル ----------- */
.syllabus_inf .title {
    text-indent: 14px;
    font-size: 1.05em;
    font-weight:bold;
    width:  100%;
    height: 30px;
    padding-top: 6px;
    background-image: url(/syllabus/syllabus_tai/img/design01/title_vi.png);
    background-repeat: repeat-x;
    z-index: 1;
}
/* ----------- アイコン ----------- */
.syllabus_inf .icons_1 {
    position:absolute;
    top:  2px;
    left: 73px;
    width: 35px;
}
/* ----------- 内容（１） ----------- */
.syllabus_inf .text {
    position:absolute;
    top:  4px;
    left: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
/* ----------- 内容（２） ----------- */
.syllabus_inf .text2 {
    position:absolute;
    top:  4px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
/* ----------- 横幅ワイド ----------- */
.syllabus_inf .wide {
    margin-bottom: 3px;
    width:  11px;
    height: 11px;
    border: none;
    background: url(/syllabus/syllabus_tai/img/design01/wide.png) no-repeat;
}
/* ----------- 全てを見る ----------- */
.syllabus_inf .view a {
    display: inline-block;
    width:  69px;
    height: 13px;
    margin: 10px 0px 0px 0px;
    background: url(/syllabus/syllabus_tai/img/design01/view_vi.png) no-repeat;
}
/* ----------- 罫線（縦線） ----------- */
.syllabus_detail .line_y {
    width:         0px;
    border-width:  0px 1px;
    border-color:  #6D584E;
    border-style:  solid;
    padding-left:  0px;
    padding-right: 0px;
    background:    none;
}
/* ----------- 罫線（縦線:label用） ----------- */
.syllabus_detail .line_y_label {
    width:         0px;
    border-width:  0px 1px;
    border-color:  #6D584E;
    border-style:  solid;
    padding-left:  0px;
    padding-right: 0px;
    background:    none;
}
/* ----------- 罫線（縦線:label_accent用） ----------- */
.syllabus_detail .line_y_label_accent {
    width:         0px;
    border-width:  0px 1px;
    border-color:  #6D584E;
    border-style:  solid;
    padding-left:  0px;
    padding-right: 0px;
    background:    none;
}
/* ----------- 罫線（横線） ----------- */
.syllabus_detail .line_x {
    height:       0px;
    border-width: 1px 0px;
    border-color: #6D584E;
    border-style: solid;
    background:   none;
}
/* ----------- 罫線（外枠） ----------- */
table .syllabus_detail {
    border:          1pt solid #6D584E;
    padding:         0px;
    border-collapse: collapse;
}
/* ----------- 罫線（縦線） ----------- */
.syllkmok .line_y {
    width:         0px;
    border-width:  0px 1px;
    border-color:  #6D584E;
    border-style:  solid;
    padding-left:  0px;
    padding-right: 0px;
    background:    none;
}
/* ----------- 罫線（横線） ----------- */
.syllkmok .line_x {
    height:       0px;
    border-width: 1px 0px;
    border-color: #6D584E;
    border-style: solid;
    background:   none;
}
/* ----------- 罫線（外枠） ----------- */
table .syllkmok {
    border:          1pt solid #6D584E;
    padding:         0px;
    border-collapse: collapse;
}
/* ----------- 罫線（縦線） ----------- */
.syllabus_detail .cell_border_y {
    border-width: 0px 1px;
    border-color: #6D584E;
    border-style: solid;
    background:   none;
}
/* ----------- 罫線（縦線） ----------- */
.syllkmok .cell_border_y {
    border-width: 0px 1px;
    border-color: #6D584E;
    border-style: solid;
    background:   none;
}
/* ==================== END ==================== */
</pre></body></html>