@charset "UTF-8";
/*
body {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #00e;
    text-decoration: underline;
    background: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}
*/
/* ---------------------------------------------------------------------- */
/*
#body {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #888;
    position: relative;
    text-align: justify;
}
*/
/* ---------------------------------------------------------------------- */
/*
#header {
    position: relative;
    height: 50px;
    background: #eee;
}
*/
/* ---------------------------------------------------------------------- */
/*
#navi {
    position: relative;
    background: #fff;
}
*/
/* ---------------------------------------------------------------------- */
/* パンくずリスト                                                         */
/*
#location {
    position: relative;
    padding: 5px 0 5px 10px;
    font-size: 13px;
    color: #000;
    background: #eee;
}

#location ul {
    margin: 0;
    padding: 0;
}

#location li {
    list-style-type:none;
    float:left;
    margin-left: 10px;
    padding-left: 15px;
    background:url(../image/location/arrow.gif) no-repeat left center;
}

#location a:link, #location a:visited {
    color: #000;
    background: none;
}
*/
/* ---------------------------------------------------------------------- */
/* コンテンツ本体                                                         */

#main {
    width: 980px;
    position: relative;
    margin: 10px auto 10px;

    font-size: 16px;
    color: #000000;
}

#main ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.2em;
}

#main h3 {
    font-size: 120%;
    font-weight: bold;
    margin: 18px 0 18px 0;
}

/* TODO 削除 ここから */

#sis_contents .article {
    width:900px;
    margin:20px 50px 30px;
}
/* 記事 ページ内のタイトル */
#sis_contents .article h1 {
    width:880px;
    /*border:10px solid #ebebf0;*/
    border:10px solid #ffffff;
    /*background:#004969 url(../image/cap_jugyo.gif) no-repeat;*/
    background:#ffffff url(../image/cap_jugyo.gif) no-repeat;
    /*color:#fff;*/
    color:#000;
    font-size:138.5%;
    font-weight:bold;
    min-height: 48px;
    height: auto !important;
    height: 48px;
    text-indent:70px;
    line-height:48px;
}

/* 記事 ページ内の本文 */
#sis_contents .article .body {
    border:10px solid #ffffff;
}

#sis_contents .article div.header span.backnumber_icon {
    border: 1px solid #888;
    color: #888;
    padding: 3px;
}

#sis_contents .article div.footer {
    margin-top: 10px;
    text-align: right;
}

/* TODO 削除 ここまで */

/* ---------------------------------------------------------------------- */
/* フッター                                                               */
/*
#footer {
    position: relative;
    width: 100%;
    background-color: #999;
    text-align: center;
}
*/

/* ---------------------------------------------------------------------- */
/* フォーム関連                                                           */


div.formheader {
    text-align: center;
    margin: 5px;
}

.error {
    color: #A30000;
    display: inline;
}

span.notnull {
    color: #ff2b0a;
}

span.teacherwrite {
    color: #0000ff;
}


table.inputform {
    width: 600px;
    margin: auto;
    border: 1px solid #888;
}

table.inputform td {
    border-bottom: 1px solid #aaa;
    vertical-align: top;
    padding: 2px;
}

table.inputform th {
    padding: 2px;
}

/*table.inputform tr td:first-child {
    background-color: #eef;
}
*/
table.inputform tr td.name{
    background-color:#eef;
}

table.inputform input, table.inputform select, table.inputform button {
    font-size: 85%;
    margin: 1px;
    padding: 2px;
}

div.formfooterbutton {
    text-align: center;
    margin-top: 20px;
}

/* フォームの登録後の画面などで、テキストエリアを表示する用 */
div.formitem_rawhtml_view {
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin: auto;
    border: 1px solid gray;
    white-space: pre;
}

/* 教員のお知らせ登録フォーム */
textarea.formitem_rawhtml_pre_edit {
    font-family : "ＭＳ ゴシック", "Osaka-Mono", "Osaka‐等幅", monospace;
    *font-size: 108%;
    line-height:100%;
}

div.formitem_rawhtml_pre_view {
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin: auto;
    border: 1px solid gray;
    white-space: pre;

    font-family : "ＭＳ ゴシック", "Osaka-Mono", "Osaka‐等幅", monospace;
    *font-size: 108%;
    line-height:100%;
}

/* 入力欄の簡単な説明をグレーで表示 */
div.hint {
    color: gray;
    font-size: 80%;
}

/* 入力欄の説明をフォームの外に表示する場合のボックス */
div.hintBox {
    width: 586px;   /* table.inputformと幅を一致させるため、table.inputformの幅からpaddingとborderを引いたサイズとする */
    margin: auto;
    padding: 6px;
    border: 1px solid #888;

    color: gray;
    font-size: 80%;
}

/* 著作権情報入力画面の区切り線 */
p.dashLine {
   border-bottom-style:dashed;
   border-bottom-width:1px;
   border-bottom-color:#888;
   margin: 0;
}

/* ---------------------------------------------------------------------- */
/* CSVアップロード                                                        */

table.csv {
    margin: 20px auto;
    width: 90%;
    border: 1px solid #777;
}

table.csv th {
    border-bottom: 4px solid #aaa;
    font-weight: bold;
    padding: 1px 1px 1px 2px;
}

table.csv td {
    border-bottom: 1px dotted #aaa;
    padding: 1px 1px 1px 2px;
}

/* ---------------------------------------------------------------------- */
/* メニュー画面                                                           */

div.menubox {
    border: none;
    width: 95%;
    margin: 40px auto;
}


/*
ul.menulist {
    text-align: left;
}

#main ul.menulist li {
    list-style-image: url('../image/mark.gif');
    margin: 20px auto;
}
*/

a.menulink {
    line-height: 200%;
}



/* ---------------------------------------------------------------------- */
/* リンクによるボタン                                                     */

span.linkbutton {
    font-size: 14px;
    color: #999999;
}

.linkbutton img {
    margin-right: 2px;
    vertical-align: middle;
}

a.linkbutton:link, a.linkbutton:visited {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}



/* ---------------------------------------------------------------------- */

.centeringBlock {
    margin: 0 auto;
}

.border {
    border: 1px solid #777;
}


ul.linklist {
    list-style-type: none;
    text-align: left;
}

.head_in {
    font-size: 13px;
    line-height: 15px;
    width: 300px
}

.head_big {
	font-size: 23px;
	line-height: 25px;
}

/*
.pagetab {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.pagetab span.select {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #888;
}

.pagetab span.noselect {
    background-image: url(../image/tabbg.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #888;
    cursor: pointer;
}

.pagetab a:link, .pagetab a:visited {
    color: #000;
    text-decoration: none;
    background: none;
}
*/

/* → linkbuttonクラスを使う

.editbutton {
    font-size: 80%;
    cursor: pointer;
    padding-left: 10px;
}

a.editbutton:link, a.editbutton:visited {
    color: #444;
    text-decoration: none;
}

.deletebutton {
    color: #444;
    font-size: 80%;
    cursor: pointer;
    padding-left: 10px;
}

a.deletebutton:link, a.deletebutton:visited {
    color: #444;
    text-decoration: none;
}
*/

/*----------------------------------------------*/

.clickable {
    cursor: pointer;
}

.clear {
    clear: both;
}

/* ---------------------------------------------------------------------- */
/* 一覧表示                                                               */

div.listHeader {
    padding: 2px;
    font-weight: bold;
    border-bottom: 1px solid #888;
}

div.listButtonBox {
    margin: 10px 0 30px 10px;
}

#listBody tr.odd {
    background-color: #eef;
}

#listBody tr.even {
    background-color: #fff;
}


table#listBody th {
    border-bottom: 4px solid #aaa;
    font-weight: bold;
    padding: 1px 1px 1px 2px;
}

table#listBody td {
    padding: 1px 1px 1px 2px;
}

/* ---------------------------------------------------------------------- */
/* 絞込み検索フォーム                                                     */

table.filter {
    margin: 20px auto 0px auto;
    border: 1px solid #888;
}

/*table.filter tr:first-child td {
    background-color: #eef;
    border-bottom: 1px solid #888;
}
*/
table.filter th{
    background-color: #eef;
    border-bottom: 1px solid #888;

    padding: 1px;
    font-weight: bold;
}

table.filter td{
    padding: 1px;
}

table.filter input, table.filter select, table.filter button {
    font-size: 85%;
    margin: 1px;
    padding: 2px;
}


.filter ul.check_list{
  margin:0;
  padding:0;
}

.filter ul.check_list li{
  display:block;
  width:50%;
  float:left;
  margin:0;
  padding:0;
}

/* ---------------------------------------------------------------------- */
div.popupFormTitle .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

div.popupFormTitle .title {
    font-weight: bold;
}

div.popupForm {
    position: relative;
    background-color: #ddd;
    border: 1px solid #777;
}

/* ---------------------------------------------------------------------- */
/* 日本語での日付表記                                                        */
span.date_ja {
    white-space: nowrap;
}
span.date_ja span.year {
    font-size: 60%;
}
span.date_ja span.month {
    font-size: 60%;
}
span.date_ja span.day {
    font-size: 60%;
}
span.date_ja span.hour {
    font-size: 60%;
}
span.date_ja span.minute {
    font-size: 60%;
}

/* ---------------------------------------------------------------------- */
/* リスト内でのスタイル                                                      */
.listItem .category {
    font-size: 80%;
}

/* ---------------------------------------------------------------------- */
/* プレビューでのスタイル                                                    */
div.preview_caution {
    font-size: 200%;
    color: #e00;
    text-align: center;
    border: 1px solid #e00;
    margin: 20px 0;
}
div.preview_caution button {
    font-size: 80%;
}

/* ---------------------------------------------------------------------- */
/* 記事、講義が削除されていた場合のスタイル                                     */
span.article_removed {
    color: #e00;
}
span.lecture_removed {
    color: #e00;
}
span.file_removed {
    color: #e00;
}
span.specialtag_list_notice {
    color: #e00;
}
