@charset "utf-8";


/* ========================================== */
/* HTML要素 */
body {
    font-size: small;
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
img {
    border-width: 0px;
}
table {
    empty-cells: show;
}
form {
    margin:  1px;
    padding: 1px;
}
button {
    margin: 4px;
    padding: 0px 6px;
    height: 24px;
    border: 1px solid #202020;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    background-color: #e8e8e8;
    color: #202020;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
}
button img {
    margin: 0px 2px;
}
fieldset {
    border-radius: 6px;
}
details summary {
    cursor: pointer;
}
/* HTML要素終わり */
/* ========================================== */


/* ========================================== */
/* jQuery UI */
.ui-tabs {
    background: none;
    padding: 1px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0px;
    padding: 0px;
    background: white;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
}
.ui-tabs .ui-tabs-nav li {
    font-size: small;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: white;
}
.ui-tabs .ui-tabs-panel {
    background: white;
    padding: 0px;
}
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    font-size: small;
    white-space: nowrap;
}
/* jQuery UI終わり */
/* ========================================== */


/* ========================================== */
/* 汎用クラス */
.caption {
    margin: 0px;
    padding: 1px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #eef8f0 #c5cdc6 #c5cdc6 #eef8f0;
    background-color: #e4c297;
    text-align: left;
    white-space: nowrap;
}
.display_none {
    display: none;
}
.display_block {
    display: block;
}
.numeric {
    text-align: right;
    font-family: monospace;
}
.smallFont {
    font-size: x-small;
}
.fixedwidthSpan5 {
    display: inline-block;
    margin: 2px 0px;
    width: 19%;
    vertical-align: text-top;
}
.sideBySideFlex {
    display: flex;
    flex-wrap: wrap;
}
.sideBySideFlex > div {
    flex-basis: 16em;
    margin: 0.4em;
}
/* 注意メッセージ */
div.state-highlight {
    margin: 2px;
    padding: 1px 4px 1px 18px;
    border: 1px solid #d9bb73;
    border-radius: 4px;
    background: #fdffd9 url("../img/information.svg") no-repeat;
    background-size: 1em;
    background-position: 3px center;
    color: #3e3f00;
}
/* 警告メッセージ */
div.state-error {
    margin: 2px;
    padding: 1px 4px 1px 18px;
    border: 1px solid #f8893f;
    border-radius: 4px;
    background: #feebcb url("../img/exclamation.svg") left no-repeat;
    background-size: 1em;
    background-position: 2px center;
    color: #531c00;
}
/* ダウンロードアイコン */
.icon_csv {
    background: url("../img/icon_csv.svg") center right no-repeat;
    background-size: auto 1em;
    padding-right: 28px;
}
.icon_pdf {
    background: url("../img/icon_pdf.svg") center right no-repeat;
    background-size: auto 1em;
    padding-right: 28px;
}
.icon_xlsx {
    background: url("../img/icon_xlsx.svg") right center no-repeat;
    background-size: auto 1em;
    padding-right: 28px;
}
/* ダイアログ */
dialog {
    border: none;
    padding: 2px;
    border-radius: 5px;
    max-width: 50%;
}
.dialogTitleBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    border-radius: 5px;
    padding: 1px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #eef8f0 #c5cdc6 #c5cdc6 #eef8f0;
    background-color: #e4c297;
}
.dialogContent {
    margin: 5px 10px 10px 10px;
}
/* 汎用クラス終わり */
/* ========================================== */



/* ========================================== */
/* レイアウト基本構造 */
#container {
    margin: 10px;
    padding: 3px;
    border: 1px solid #999999;
    background-color: white;
}

#header {
    margin-bottom: 5px;
    width: 100%;
}

#topBar {
    padding: 3px 12px;
    background-color: #784f20;
    text-align: left;
}

#topBar a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: large;
}

#menu {
    float: left;
    width: 125px;
}

#content {
    margin-left: 125px;
}

#footer {
    clear: both;
    width: 100%;
}

#bottomBar {
    margin: 5px 0px 1px 0px;
    padding: 1px 0px 1px 0px;
    background-color: #784f20;
    color: white;
    text-align: center;
    font-size: x-small;
}
/* レイアウト基本構造終わり */
/* ========================================== */



/* ========================================== */
/* メニューボタン */
#menu .normalBtn {
    width: 120px;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: white #907520 #907520 white;
    background-color: #eddba4;
}

#menu .normalBtn a {
    display: block;
    padding-top: 3px;
    width: 120px;
    height: 24px;
    color: #907520;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

#menu .normalBtn a:hover {
    color: #660000;
    text-decoration: underline;
}

#menu .selectedBtn {
    width: 120px;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: white #663300 #663300 white;
    background-color: #907520;
}

#menu .selectedBtn a {
    display: block;
    padding-top: 3px;
    width: 120px;
    height: 24px;
    color: #eddba4;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}
/* メニューボタン終わり */
/* ========================================== */



/* ========================================== */
/* ページャー */
.pager {
    margin: 1px;
    padding: 4px;
    border: 0px;
    border-radius: 4px 4px 0px 0px;
    background-color: #eeeeee;
    text-align: left;
    line-height: 180%;
}
.pager a {
    margin: 0px;
    padding: 0px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    background-color: #f8f8f8;
    color: #000000;
    text-decoration: none;
}
.pager a:hover {
    border-color: #003f7e;
}
.pager .current {
    border-color: #003f7e;
    background-color: #666666;
    color: #ffffff;
}
/* ページャー終わり */
/* ========================================== */



/* ========================================== */
/* 項目形式 */
.section {
    margin:  6px 0px;
    padding: 1px;
    border:  1px #cccccc solid;
    border-radius: 3px;
}

.section .content {
    padding: 0px 1px 5px 12px;
}
/* 項目形式終わり */
/* ========================================== */



/* ========================================== */
/* フォーム形式 */
.formview {
    border-spacing: 0px;
    border-collapse: separate;
}
.formview td {
    padding: 1px 1px 1px 4px;
}
.formview th {
    padding: 1px 3px 1px 4px;
    border-width: 1px;
    border-style: solid;
    border-color: white #ccba7b #ccba7b white;
    background-color: #fff5de;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    font-style: normal;
}
/* フォーム形式終わり */
/* ========================================== */



/* ========================================== */
/* 一覧表形式 */
.listview {
    margin-top: 5px;
    margin-bottom: 5px;
    border-spacing: 0px;
    border-collapse: separate;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    word-break: break-all;
}
.listview th {
    padding: 1px 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff #939393 #939393 #ffffff;
    background-color: #e8e8e8;
    color: black;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-weight: normal;
    font-style: normal;
}
.listview th.ascending {
    border-color: #ff0000 #ffffff #ffffff #939393;
    background-image: url("../img/asc.svg");
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 16px;
}
.listview th.descending {
    border-color: #939393 #ffffff #ff0000 #939393;
    background-image:    url("../img/desc.svg");
    background-position: right bottom;
    background-repeat:   no-repeat;
    padding-right: 16px;
}
.listview th a {
    display:         block;
    color:           black;
    text-decoration: none;
}
.listview.color tr:nth-child(even) {
    background-color: #f6f6f6;
}
.listview.color tr:hover {
    background-color: #ffffee;
}
.listview td {
    padding:             1px 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
}
.listview tfoot {
    background-color: #e8e8e8;
}
.dnd:hover {
    cursor: move;
}
/* 一覧表形式終わり */
/* ========================================== */



/* ========================================== */
/* フリーノート形式 */
.freenote {
    margin: 0px;
    padding: 0px;
}
.freenote dt {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
    color:               #666666;
}
.freenote dd {
    margin: 1px 5px 10px 40px;
    border-style: none;
}
/* フリーノート形式終わり */
/* ========================================== */



/* ========================================== */
/* タブ */
.tabs {
    padding: 5px 5px 0 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #c2b7a8;
    border-radius: 5px 5px 0 0;
}
.tabbar {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    text-align: left;
}
.tab {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #c2b7a8;
    border-radius: 5px 5px 0 0;
    background-color: #eddba4;
}
.activeTab {
    background-color: #907520;
}
.tab a {
    display: block;
    margin: 0;
    padding: 0 10px;
    color: #907520;
    text-align: center;
    text-decoration: none;
}
.tab a:hover{
    color: #660000;
    text-decoration: underline;
}
.activeTab > a {
    color: #eddba4;
}
/* タブ終わり */
/* ========================================== */


/* ========================================== */
/* IDストックリスト */
.idStockList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.idStockList li {
    margin: 0;
    padding: 1px 0.5em;
}
/* IDストックリスト終わり */
/* ========================================== */
