﻿﻿﻿@charset "utf-8";
/* CampusmateV2.5 画面別 */

/* ==================================================== */
/* =                    トップ画面                    = */
/* ==================================================== */

/* -------------------- 上部コンテンツ -------------------- */
.syllabus_inf {
    margin:  0px;
    padding: 0px;
    z-index: 2;
}

/* ==================== 教員お知らせ ==================== */
/* ==================== シラバス検索トップ ==================== */
.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(../../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(../../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(../../img/design01/title_vi.png);
    background-repeat: repeat-x;
    z-index: 1;
}
/* ----------- アイコン ----------- */
.syllabus_inf .icons_1 {
    position:absolute;
    top:  2px;
    left: 85px;
    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(../../img/design01/wide.png) no-repeat;
}
/* ----------- 全てを見る ----------- */
.syllabus_inf .view a {
    display: inline-block;
    width:  69px;
    height: 13px;
    margin: 10px 0px 0px 0px;
    background: url(../../img/design01/view_vi.png) no-repeat;
}
/* ==================== シラバス入力(テーブル) ==================== */
/* ---------------------- 文言 ---------------------- */
/* 入力説明文  */
.syllabus_inpexpJ {
    padding: 0px 0px 10px 0px;
}
/* 入力説明文【下】  */
.syllabus_inpexbJ {
    padding: 10px 0px 0px 0px;
}

/* -------------------- テーブル -------------------- */
.syllabus_detail {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 30px;
    width: 95%;
    text-align: left;
    border-collapse: collapse;
    table-layout:auto;
}
/* シラバス項目の講義データ以外用を指定  */
.syllabus_detail td {
    padding: 10px 5px;
    vertical-align: middle;
}
/* シラバス項目の講義データ用を指定  */
.syllabus_detail .kougi {
    padding: 5px 10px;
    vertical-align: middle;
}
/* ----------- リンク項目 ----------- */
.syllabus_detail a {
    color: #1125A2;
    text-decoration: underline;
}
/* ----------- ラベル（必須入力項目） ----------- */
.syllabus_detail .label_accent {
    width: 25%;
    padding-left: 30px;
    background: #F7E3DF url(../../img/design01/dot_red.png) 10px center no-repeat;
}
/* ----------- ラベル（シラバス項目の講義データ用を指定） ----------- */
.syllabus_detail .label {
    width: 60px;
    white-space: nowrap;
    padding-left: 30px;
    background: #FFF1E9 url(../../img/design01/dot_or.png)  10px center no-repeat;
}
/* ----------- ラベル（シラバス項目の講義データ用を指定） ----------- */
.syllabus_detail .label_kougi {
    width: 30%;
    padding-left: 5px;
    background: #FFF1E9;
}
/* ----------- ラベル（通常項目 背景画像不要） ----------- */
.syllabus_detail .label_nodot {
    padding: 5px;
    background: #FFF1E9;
}
/* ----------- 罫線（縦線） ----------- */
.syllabus_detail .line_y {
    width:      3px;
    padding:    0px 0px 0px 2px;
    background: url(../../img/design01/var_y.png) right repeat-y;
}
/* ----------- 罫線（縦線:label用） ----------- */
.syllabus_detail .line_y_label {
    width:      3px;
    padding:    0px 0px 0px 2px;
    background: #FFF1E9 url(../../img/design01/var_y.png) right repeat-y;
}
/* ----------- 罫線（縦線:label_accent用） ----------- */
.syllabus_detail .line_y_label_accent {
    width:      3px;
    padding:    0px 0px 0px 2px;
    background: #F7E3DF url(../../img/design01/var_y.png) right repeat-y;
}
/* ----------- 罫線（横線） ----------- */
.syllabus_detail .line_x {
    height:     1px;
    padding:    0px;
    background: url(../../img/design01/var_x.png) 0px 0px repeat-x;
}
/* ----------- 罫線（外枠） ----------- */
table .syllabus_detail {
    border: 1pt solid #6D584E;
}
/* ----------- 罫線（縦線） ----------- */
.syllabus_detail .cell_border_y {
    background: url(../../img/design01/var_y.png) right repeat-y;
}
/* ----------- 罫線（縦線） ----------- */
.syllkmok .cell_border_y {
    background: url(../../img/design01/var_y.png) right repeat-y;
}
/* カレンダーアイコン */
.syllabus_detail .calendar {
    display: inline-block;
    vertical-align:middle;
    width: 16px;
    height: 16px;
    background-image: url(../../img/design01/ico_calendar.png);
    background-repeat: no-repeat;
}
/* カレンダーリンク  */
.syllabus_detail .calendar a {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-decoration: none;
}
textarea {
    font-family: "MS PGothic", "MS Gothic", Gothic, sans-serif;
    resize:none;
    overflow: auto;
}
input[type="text"]{
    font-family: "MS PGothic", "MS Gothic", Gothic, sans-serif;
}
/* ==================== END ==================== */
