/*==============================================================================*/
/*  File name     : board.css                                                   */
/*  Summary       : OpenCity2 掲示板デザインCSS                                 */
/*==============================================================================*/

/*-----------------------------------------------------------
 *	Input
 *----------------------------------------------------------*/

/*-----------------------------------------------------------
 *	Question
 *----------------------------------------------------------*/
/*----- メッセージ作成画面 -----*/
.input div.brd-question {
        margin-bottom: 0.5em;
}

/*----- メッセージ一覧画面（イントラのみ） -----*/
span.brd-head-tree-num {
        font-size: 0.8em;
        font-weight: normal;
        white-space: nowrap;
}

/* 公開できないメッセージ用 */
.list .brd-unscreened {
        color: #999999;
}
.list .item-note .brd-item-note-odd td {
        color: #999999;
}
.list .item-note .brd-item-note-odd a {
        color: #999999;
}
.list .item-note .brd-item-note-even td {
        color: #999999;
        background-color: #f0f0f0;
}
.list .item-note .brd-item-note-even a {
        color: #999999;
}

.list .item-note .board-icons {
	white-space: nowrap;
}

/*----- メッセージ詳細画面 -----*/
div.brd-message-head {
        text-align: right;
        padding: 4px 0 2px 0;
}

table.brd-question {
        margin: 0.5em 0;
        padding: 0;
        width: 92%;
}
table.brd-question td {
	font-size: 0.9em;
        border-style: solid;
        border-width: 0 1px;
        border-color: #9ca6c6;
}
table.brd-question th {
	padding: 2px 1em;
	width: 100%;
	font-weight: bold;
	background-color: #efeff7;
        border: solid 1px #9ca6c6;
}
td.brd-question-select {}
td.brd-question-bar {}
td.brd-question-part {}
td.brd-question-date {
       text-align: right;
       color: #999999;
       border-style: none;
}
tr.brd-question-foot td{
        text-align: right;
	background-color: #efeff7;
        border: solid 1px #9ca6c6;
}
span.brd-comment-current {
        font-weight: bold;
        background-color: #ccffff;
	font-size: 0.9em;
}
span.brd-comment-other {
	font-size: 0.9em;
}

input.brd-question-button-submit {}
div.brd-url {
        margin: 4px 0;
}
span.brd-url {}
div.brd-file {
        margin: 4px 0;
}
span.brd-file {}

