/*==============================================================================*/
/*  File name     : grp.css                                                     */
/*  Summary       : OpenCity2 ユニットデザインCSS                               */
/*==============================================================================*/

/*-----------------------------------------------------------
 *	一覧
 *----------------------------------------------------------*/
/*----- メイン -----*/
.grp-list div.item {
    padding: 0;
    border-style: none;
}
.grp-list .item .item-note table {
    width: 100%;
    border-collapse: separate;
    border: solid 1px #9CA4C6;
}

.grp-list .item .item-note th {
    width: auto;
    font-weight: bold;
    text-align: center;
    background-color: #EFEFF2;
    border: solid 1px #9CA4C6;
}
.grp-list .item .item-note td {
    border-right: dotted 1px #9CA4C6;
    border-left: dotted 1px #9CA4C6;
    padding: 4px;
}
.grp-list .item-note tr.item-note-odd td {}
.grp-list .item-note tr.item-note-even td {
    background-color: #F7F7F7;
}

/*----- 前後リンク -----*/
.grp-list .item-foot div.list-page {
    margin: 0;
    padding: 4px 1em;
    background-color: #efeff7;
    border: solid 1px #9CA4C6;
}
.grp-list .item-foot div.list-page table {
    width: 90%;
}
.grp-list .item-foot div.list-page div.page-num {
    width: auto;
    padding-top: 4px;
    float: left;
}
.grp-list .item-foot div.list-page div.page-num a {
    margin: 0.5em;
}
.grp-list .item-foot div.list-page div.page-jump {
    text-align: right;
    width: auto;
    float: right;
}
.grp-list .item-foot div.list-page div.page-clear {
    clear: both;
}

/*----- 検索 -----*/
.grp-list div.list-find {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*----- 選択リスト -----*/
.grp-list div.grp-item-head {
	text-align: right;
	margin-bottom: 5px;
}


/*-----------------------------------------------------------
 *	詳細
 *----------------------------------------------------------*/
.grp-detail .unit-item {
    width: auto;
}
.grp-detail .unit-note {
    padding: 2px;
    border : solid 1px #9CA4C6;
    width: auto;
}
.grp-detail .unit-note .item {
    width: auto;
}
.grp-detail .item table {
    width: auto;
}

.grp-detail div.item {
    margin-top: 4px;
    border: solid 1px #9CA4C6;
    padding: 4px;
    width: auto;
}
.grp-detail div.item-more {
    margin-top: 4px;
    border: solid 1px #9CA4C6;
    display: none;
    padding: 4px;
}
.grp-detail div.unit-foot {
    padding: 1em;
}
