
@charset "utf-8";

/* CSS Document */

html{
    font-size: 16px;
}

a{
    text-decoration:none;
}

td, th{
    color: #444;
    /*font-size: 0.6875em;*/ /* 11px */
    font-size: 1em;
    padding: 0px 5px;
}

iframe {
    border: 0;
}

.cursor-pointer {
    cursor: pointer;
}

#main-contents {
    /* min-width: 1185px; */
}

/* Header */

img.sys-logo {
    margin-top: -10px;
    height: 35px;
}

.btn-ok {
    width:130px;
}
.btn-cancel {
    width:130px;
    margin-left: 12px;
}

.btn-webken, .btn-webken:active, .btn-webken.active, .btn-webken.disabled, .btn-webken[disabled] {
    background-color: #3076bf;
    border-color: #3076bf;
}
.btn-webken:hover, .btn-webken:focus {
  background-color: #ce4545;
  border-color: #ce4545;
}

.navbar-inverse {
 background-color: #428bca;
 border-color: #428bca;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #3076bf;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
    color: white;
    background-color: #3076bf;
    outline: none;
}

.dropdown-menu {
    background-color: rgba(66, 139, 202, 1);
    border: none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #7b1616;
}


.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
    color: rgba(255,255,255,1);
}

#nav-user-data {
    width: 165px;
    color: #111;
    font-size: 11px;
    padding: 10px 5px 10px 5px;
    /* background: #3076bf; */

}

.text-over-ellipsis {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px;
}

/* Footer */

.footer {
    height: 20px;
    padding: 0px;
    background-color: #428bca;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer a {
    color: white;
}
.footer-copyright {
    color: #444;
    padding: 5px 0 0 0;
    text-align: right;
}

/* Contents */

#container-all {
    margin-top: -20px;
}
#content {
    margin-top: 10px;
}
.m0 {
    margin: 0px;
}
.mt7 {
    margin-top: 7px;
}
.mt10 {
    margin-top: 10px;
}
.mt12 {
    margin-top: 12px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.ml90 {
    margin-left: 90px;
}
.ml280 {
    margin-left: 280px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb0 {
    margin: 0px; margin-bottom: 0px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.pr0 {
    padding-right: 0px !important;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
    padding-left: 20px !important;
}
.padding30{
    padding: 0px 30px;
}
.border-top-left-radius-login{
    border-top-left-radius:4px;
}
.border-top-right-radius-login{
    border-top-right-radius:4px;
}
.border-bottom-left-radius-login{
    border-bottom-left-radius:4px;
}
.border-bottom-right-radius-login{
    border-bottom-right-radius:4px;
}
.border-radius-login{
    border-radius: 4px;
}
.vertical-top {
    vertical-align: top;
}

.font-weight-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}
.cursor-auto {
    cursor: auto;
}

.color-gray {
    color: #ccc !important;
}

.color-success {
    color: #8cc152;
    border-color: #6aa512 !important;
}
button.color-success:hover,
button.color-success:active,
button.color-success:visited,
button.color-success:focus {
    color: #6aa512 !important;
    border-color: #6aa512 !important;
}

.border-rad15 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
}

.font-bold-red {
    color: #ff002d;
    font-weight: bold;
    -webkit-animation:blink 0.5s ease-in-out 6 alternate;
    -moz-animation:blink 0.5s ease-in-out 6 alternate;
    animation:blink 0.5s ease-in-out 6 alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}

/* TopPage */

.a:hover {
    background-color: #333;
}

a > div.panel > div.panel-toppg {
    font-size:25px;
    padding: 10px 0px;
    border-bottom-width: 7px;
}
div.panel-toppg > span.panel-toppg-icon {
/*    font-size:50px;*/
    font-size: 22px;
    font-weight: bold;
}

.panel-txt-color {
    color: #434a54 !important;
}
.panel-color-home {
    background-color: #8F1D21;
    border-color: #8F1D21;
    border-color: #8F1D21 !important;
}
.panel-color-fav {
    background-color: #bf8f4c;
    border-color: #bf8f4c;
    border-color: #bf8f4c !important;
}
.panel-color-search {
    background-color: #668cff;
    border-color: #668cff;
    border-color: #668cff !important;
}

a > div.panel:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a > div.panel:hover > div > span.glyphicon {
    color: #3076bf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a > div.panel:hover > div {
    color: #3076bf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a > div.panel:hover > div > p {
    color: #3076bf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a > div.panel:hover > .panel-heading {
    background-color: white;
}

.panel-color-map {
    background-color: #ff9366;
    border-color: #ff9366;
    border-color: #ff9366 !important;
}
.panel-color-ebook{
    background-color: #edebe9;
    border-bottom-color: #513c25 !important;
/*    background-color: #bf66ff;
    border-color: #bf66ff;
    border-color: #bf66ff !important;*/
}
.panel-color-kzai {
    background-color: #bfbf4c;
    border-color: #bfbf4c;
    border-color: #bfbf4c !important;
}
.panel-color-openlist {
    background-color: #46b0b0;
    border-color: #46b0b0;
    border-color: #46b0b0 !important;
}
.panel-color-user {
    background-color: #fff !important;
    border-bottom-color: #61a9f2 !important;
/*    background-color: #ff66d2;
    border-color: #ff66d2;
    border-color: #ff66d2 !important;*/
}
.panel-color-schedule {
    background-color: #e65c5c;
    border-color: #e65c5c;
    border-color: #e65c5c !important;
}
.panel-color-help {
    background-color: #735ce6;
    border-color: #735ce6;
    border-color: #735ce6 !important;
}
.panel-color-support {
    background-color: #6b8e23;
    border-color: #6b8e23;
    border-color: #6b8e23 !important;
}

.clearfix:after {
  content: ".";     /* 新しい要素を作る(""だと認識しないブラウザがある) */
  display: block;   /* ブロックレベル要素に */
  clear: both;      /* ここが核心部 */
  height: 0;            /* ここと次で表示を抑制するが...昔は... */
  visibility: hidden;   /* ブラウザ仕様(バグ?)の対応が大変だった... */
}

.fixed-panel{
    height: 131px; /* TOPページのパネルのテキスト欄の高さ最小値 */
}


/* SearchPage */
.form-disp-select {
    width: 65px !important;
    display: inline;
}

#control-menu {
    display: block;
    height: 100%;
/*    padding: 0px 5px;*/
    margin-top: 0px;
    /* margin-bottom: 10px; */
}

.btn-normal, .btn-normal:active, .btn-normal.active, .btn-webken.disabled, .btn-webken[disabled] {
    background-color: #428bca;
    border-color: #428bca;
}
.btn-normal:hover, .btn-normal:focus {
    background-color: #84b4f0;
    border-color: #84b4f0;

    /*
  background-color: #ffdbdb;
  border-color: #ffdbdb;
    */
}
.panel-normal {
}
.panel-normal>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

#header_lock{
/*    background: #bae987;*/
}

#header_h{
/*    background: #bae987;*/
}

#v_fix_tbl tr:nth-child(even),
#data_fix_tbl tr:nth-child(even){
    background: #edeeef;
}

#v_fix_tbl tr:nth-child(odd),
#data_fix_tbl tr:nth-child(odd){
    background: #fff;
}

#searchContentsFrame {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  /*
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  */
}

.pagination-info {
    pointer-events: none;
    border-color: #fff !important;
    font-weight: bold;
}

.search-result-count {
    position: relative;
    float: left;
    padding: 0px;
    pointer-events: none;
    border-color: #fff !important;
    font-weight: bold;
    font-size: 17px;
}

/** 単価テーブルの色づけ */
.cost span {
    color: #444;
    font-weight: bold;
}
.cost-cell-color-minus {
    background-color:#C3E3F0;
}
.cost-cell-color-plus {
    background-color:#FED2FF;
}
.cost-cell-color-nomal {

}
.cost-font-color-plus {
/*    color:red !important;*/
    color:gray !important;
    font-weight: normal !important;
}
.cost-font-color-minus {
/*    color:blue !important;*/
    color:gray !important;
    font-weight: normal !important;
}
.cost-font-color-nomal {
    color:gray !important;
    font-weight: normal !important;
}

.cost-italic {
    font-style:italic;
}

.popover {
    color: #fff;
    background-color: #fff;
    border-color: #9aa3b0;
}


.popover.right .arrow, .popover.right .arrow::after {
    border-right-color: #9aa3b0;
}


.popover-content a:hover {
    text-decoration: underline;
}

/* MOUSE HOVER */
/* 複数テーブルで連動させるため切替はScript制御 */
.tr_v_header_hover th {
    background: #daf2f8 !important;
}
.tr_data_hover td {
    background: #daf2f8 !important;
}
td.plus-anchor {
    background-color:#febfff !important;
}
td.minus-anchor {
    background-color:#9cd8f1 !important;
}
.nomal-anchor {

}
th.th_h_fix_tbl_hover,
th.th_h_fix_tbl_hover_plus,
th.th_h_fix_tbl_hover_minus {
    background: #3076bf !important;
}
td.th_h_fix_tbl_hover {
    background: #95cbf3 !important;
}
td.th_h_fix_tbl_hover_plus {
    background: #f38685 !important;
}
td.th_h_fix_tbl_hover_minus {
    background: #9cd8f1 !important;
}

#leftSideMenu ul.main_category, #leftSideMenu li.main_category{
    background: #8F1D21;
}

#leftSideMenu li.sub_category{
    background: #888;
}

#leftSideMenu li.item{
    color: #222;
    background: #b9d3fc;
}

#leftSideMenu li.selected{
    background: #009fff;
}

#leftSideMenu li.item:hover{
    color: white;
    background: #153B4E;
}

#leftMenuSwitch {
    width: 110px;
    float: left;
}

#sizeBarMain {
    width:16px;
    height: 95%;
    background: #428bca;
    left:267px;/* 267px */
    bottom: 20px;
    position: fixed;
    z-index: 1001;
    cursor: col-resize;
    text-align:center;
    padding-top:23%;
    color:#fff !important;

}

.nameColor1{
    color: #6f0b22;
}
.nameColor2{
    color: #0c0e39;
}
.nameColor3{
    color: #6f0b22;
}
.syob-name{
    /*color: #f77;*/
    color: #428bca;
}
.saib-name {
    color: #444;
}
.all-name {
    color: #444;
}
.breadcrumbLabel {
    font-size: 16px;
    color: #8cc152;
    font-weight: bold;
}

/* jQueryUI のスタイルに追加指定 */
.ui-resizable-handle{
    /* fallback color if gradients are not supported */
    background: #31425f;
    /* For Chrome and Safari */
    background-image: -webkit-linear-gradient(top, #31425f, #081831);
    /* For old Fx (3.6 to 15) */
    background-image:    -moz-linear-gradient(top, #31425f, #081831);
    /* For pre-releases of IE 10*/
    background-image:     -ms-linear-gradient(top, #31425f, #081831);
    /* For old Opera (11.1 to 12.0) */
    background-image:      -o-linear-gradient(top, #31425f, #081831);
    /* Standard syntax; must be last */
    /*background-image:         linear-gradient(to bottom, #CED9FF, #31425f, #CED9FF);*/
    background-image:         linear-gradient(to bottom, #31425f, #081831);
}

/* Override Bootstrap .checkbox */
.checkbox {
    margin-top: 0px !important;
}
.check-modal {
    float: left;
    margin-right: 10px;
}
.checkbox-header {
    width: 100%;
}
.checkbox-header > label {
    font-weight: bold;
}
.sub-checkbox {
    margin-left: 25px;
}

/* Override jqplot */
table.jqplot-cursor-legend, table.jqplot-table-legend {
    font-size: 1em;
}

.check-modal-hashira-filter {
    width: 12.0rem;
    margin-left: 50px;
}

.check-modal-hashira-filter > label {
    font-weight: bold;
}

.check-modal-obi-keisai-filter {
    width: 5.0rem;
    margin-left: 80px;
}

.check-modal-obi-filter {
    width: 40.0rem;
    margin-left: 80px;
}

.itemorder-btn button {
    margin: 0px 8px;
}

.paging{
}

.modal-block {
    border: 1px solid #EDEDED;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0px;
    padding-left: 30px;
}

/* Override Bootstrap パン屑リスト */
.breadcrumb-arrow li a{
    background-color: #6aa512;
    border: 1px solid #6aa512;
}
.breadcrumb-arrow li a:hover {
    background-color: #6aa512;
    border: 1px solid #6aa512;
}
.breadcrumb-arrow li a::before{
    border-left-color: #6aa512;
}
.breadcrumb-arrow li a::after{
    border-left-color: #548820;
}
.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #A0D468;
}
.breadcrumb-arrow li a:hover::before{
    border-left-color: #A0D468;
}
.breadcrumb-arrow li a:hover::after{
    border-left-color: #A0D468;
}
.breadcrumb-arrow li a:active {
    background-color: #A0D468;
    border: 1px solid #A0D468;
}
.breadcrumb-arrow{
    background-color: #d9efc2;
}

/* 詳細情報ボタンメニュー */
#infoMenu button {
    float:right;
    margin-left: 10px;
}

.modal-body > .modal-print-msg {
    text-align: center;
    margin-bottom: 20px;
}

.modal-body > .modal-print-msg-maintenance {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
}
.modal-body > .modal-print-msg-maintenance p {
    margin: 0px;
}

/* Override Bootstrap */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    color: #fff;
    background: #6aa512 !important;
}

.panel > .panel {
    margin-top: 10px;
}

.col_width_1 > a {
    text-decoration: underline !important;
}

#data_fix_tbl > div > table > tbody > tr,
#data > table > tbody > tr,
#header_v > table > tbody > tr {
    height: 61px;
}

td, th{
    color: #444;
    /*font-size: 0.6875em;*/ /* 11px */
    font-size: 1em;
    padding: 0px 5px;
}

.panel > .panel-body > .contents-item > a {
    color: #555;
    border-bottom: dashed 1px #ccc;
}

.panel > .panel-body > .contents-item > a:hover {
    color: #fff;
    background-color: #3076bf;
}

/* 左メニュー切替ボタン */
#leftMenuToggleSwitch{
    width: 1.875em;            /* 30px */
    padding-left: 0.5625em;    /* 9px */
}

/* 左メニュー */
#leftSideMenu{
    /* color: white; */
    display: none;
    position: fixed;
    width: 267px; /* 267px */
    height: 92%;
    overflow-x: none;
    overflow-y: auto;
    top: 3.9em;      /* 62.4px */
    left: 0px;
    margin: 0;
    padding: 0;
    font-size: 0.9375em; /* 15px */
    float: left;
    border:1px solid #e5e4e6;
    border-bottom:none;
    background: #e7f1fb;
    z-index:1000;
}

#leftSideMenu ul, li{
    list-style:none;
    margin: 0;
    padding: 0;
}

#leftSideMenu li{
    display: block;
    cursor: pointer;
    /* border:1px solid #e5e4e6; */
    text-align: left;

    white-space: nowrap;
    /*overflow: hidden;*/
}
#leftSideMenu li:hover{
    /* TODO LIがまとめて判定されるためコメントアウト */
    /* background: #FFEAEA; */
}

#leftSideMenu ul.main_category{
    padding-left: 2px;
}

#leftSideMenu li.sub_category{
    font-size: 0.9375em;  /* 14px */
    padding-left: 2px;
}

#leftSideMenu li.item{
    font-size: 12px;      /* rem Fallback IE8 */
    font-size: 0.8125rem; /* 12px */
    padding-left: 5px;
}

#leftSideMenuList{
    margin: 10px 0px 10px 0px;
}

#leftSideMenuList a {
    color: #434a54;
    text-decoration: underline;
}

#leftSideMenuList a:hover {
    color: #999;
}

#leftSideMenuList ul li {
    margin: 0px 0px 2px 0px;
}

#leftSideMenuList > ul > li {
    color: #0c802b;
}

.tree-top-category {
    font-weight: bold;
    padding-left:10px;
}

#leftSideMenuList li {
    width: 560px;
}

.tree-category {
    font-weight: bold;
}

.page_or_Web{
    font-size: 0.6875em; /* 10px */
    width: 4.5em;
    margin: 0 3px 0 0;
    padding-top: 3px;
    float: left;
    text-align: left;
}

.page_num{
    color: brown;
}

.web_only{
    color: blue;
}


/* 絞込 */
#narrowin{
    color: #939393;
    position: fixed !important;
    padding-top: 3px;
    padding-top: 0.1875rm;	/* 3px */
}

#narrowin button{
    padding: 5px 10px;
    float: left;
}

#narrowingInput{
    /*width: 95%;*/
    width: 12em;    /* 192px */
    padding: 0;
    margin: 3px;
    padding: 0 5px;
}

.leftMenuItemIsHidden{
    display: none !important;
}

/* Autocomplete */
#ui-id-1{
    z-index: 999993;
}

.ui-menu-item{
    font-size: 14px;
}

#contents{
}

/* テーブルを幅を固定化 */
#header_lock,
#h_fix_tbl,
#v_fix_tbl,pn
#data_fix_tbl{
    table-layout: fixed;
}
/* 固定ヘッダーと垂直ヘッダーの幅 */
#header_lock,
#v_fix_tbl{
    width: 31.375em;
}


/* 外枠 */
#dataTable {
    position: relative;
    width: 99%;
    margin-left:7px;
}

/* 基本のテーブル定義 */
#dataTable table {
    /* width はそれぞれの table で設定 */
    width: 31.375em;    /* 502px #header_lock, #header_h と同一 */
    height: 4.3125em;   /* 69px #header_lock と同一 */
    border: 1px solid   #dcdcdc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    top: 0;
}
#dataTable table td{
    border: 1px solid #dcdcdc;
    /*height: 1em;*/    /* 16px */
}
#dataTable table th{
    border: 1px solid #dcdcdc;
}

/* 固定ヘッダー */
#header_lock,
#header_lock_order{
    width: auto;
    height: 4.3125em;   /* 69px ( #data top, #header_v top + 1 ) */
    left:0px;
    top:0px;
}
.lock_control{
    height: 45px;
    border: 1px solid #dcdcdc;
}
.lock_control p {
    margin: 0px;
    margin-left: 5px;
}

.lock_control .p2 {
    margin-top: -5px;
}

.lock_control_setting {
    float: left;
    width: 210px;
    border-left: 1px solid #dcdcdc;
    padding-left: 5px;
}
.lock_control_setting > p > label {
    margin-bottom: 0px;
    padding: 0px 0px 0px 10px;
}
.lock_control_setting_header {

}

.lock_control_change {
    float:left;
    width: 145px;
}

.lock_control_button {
    margin-top: 5px;
}

.lock_heading,
.lock_heading_order {
    height: 32px;
    position: absolute;
}

#lock_control_button {
    width: 230px;
    height: 44px;
    float: left;
    padding: 6px 0px;
}
#lock_control_button.lock_control_button_fav {
    width: 120px;
}
.lock_control_order {
    height: 25px;
}

#header_lock .col_width_2,
#header_lock .col_width_3,
#header_lock .col_width_3_sort,
#header_lock .col_width_4,
#header_lock_order .col_width_2,
#header_lock_order .col_width_3,
#header_lock_order .col_width_3_sort,
#header_lock_order .col_width_4  {
    float:left;
    color: #fff;
    height: 28px;
    background-color: #428bca;
    overflow: visible;
    padding: 0;
    font-weight: normal;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-right-width: 0px;
    padding-top: 3px;
}

/** お気に入りリスト一覧 */
#favorite_list_table tr:hover {
    background: #daf2f8;
}
#favorite_list_table .favorite-list-sharelist {
    background: #e7f1fb;
}
.favorite_list_table tr:nth-child(even) {
    background: #edeeef;
}

.favorite-list-icon {
    font-size: 20px;
    padding: 0px !important;
    vertical-align: middle !important;
    cursor: pointer;
}

.favorite-list-edit {
    width: 90px;
}

.favorite-list-listname {
    width: 454px;
}
.favorite-list-listname p {
    width: 454px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.favorite-list-share {
    width: 185px;
}

.favorite-list-share p {
    width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.favorite-delete-confirm-share {
    color: #428bca;
    font-weight: bold;
}

.favorite-list-cnt {
    width: 90px;
}

.favorite-list-public {
    width: 140px;
}

.favorite-list-backup {
    width: 105px;
}

.favorite-list-remove {
    width: 90px;
}

/* お気に入り登録のみ一覧 */
#favorite_lock {
    width: 1164px;
    height: 4.3125em;   /* 69px ( #data top, #header_v top + 1 ) */
    left:0px;
    top:0px;
}
#favorite_lock .col_width_2,
#favorite_lock .col_width_3,
#favorite_lock .col_width_3_sort,
#favorite_lock .col_width_4,
#favorite_lock .favorite-city,
#favorite_lock .favorite-ryutsu,
#favorite_lock .favorite-niwatash,
#favorite_lock .favorite-customer,
#favorite_lock .cost {
    float:left;
    color: #fff;
    height: 32px;
    background-color: #428bca;
    overflow: visible;
    padding: 0;
    font-weight: normal;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-right-width: 0px;
    padding-top: 3px;
}
.favorite-upuser {
    overflow: hidden;
    text-align: left;
}
.favorite-upuser div{
    max-height: 60px;
    word-break: break-all;
    text-align: left;
}

.separate-line {
    margin: 0px 5px;
    padding: 10px 1px;
    border-left: dashed 1px #6aa512;
}

/* 水平ヘッダー */
#header_h {
    position: absolute;
    left: 496px;
    /* left: 39.85em; */
    top:0px;
    width: 25.0625em;    /* 401px ( border分 で +1px して #data width よりスクロールバーの分で -18px ) */
    overflow-x:hidden;
    overflow-y:hidden;
}
/* 垂直ヘッダー */
#header_v {
    position: absolute;
    left: 0px;
    top: 72px;
    /*top: 4.25em;*/       /* 68px #data:top と同一 */
    width: 100%;
    /* height: 43.7em; */    /* 505.6px　#data:height の幅と連動 */
    overflow-x: hidden;
    overflow-y: hidden;
}

#favorite_cost_header_v {
    position: absolute;
    left: 0px;
    top: 76px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#favorite_cost_header_v > table tr:hover {
    background: #daf2f8 !important;
}

#favorite-back-btn {
    width: 60px;
    padding: 6px 0px;
    margin: 2px 5px 0px 0;
    vertical-align: top;
    line-height: 15px;
}

#header_v tr,
#data tr{
    height: 2.3em; /* 18px */
}

/* データ部分 */
#data {
    position: absolute;
    left: 496px;
    top: 72px;/
    /*top: 4.25em;*/        /* 68px #header_v top と合わせる */
    /*width: 26.125em;*/    /* 418px ( 列幅 * 列数 + 18px ) */
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.cost-span {
    cursor: pointer;
}

#h_fix_tbl th{
    width: 110px;      /* rem Fallback IE8 */
    /* width: 7.25rem; */
    height: 72px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    background: #428bca;
    color: #fff;
}
#h_fix_tbl td{
    color: #fff;
    height: 50px;
    background-color: #428bca;
}

#v_fix_tbl th{
    font-weight: normal;
    height:61px;
}

.div-item-name {
    max-height: 60px;
    word-break: break-all;
    cursor: pointer;
}

.ui-resizable-e{
    width: 10px;
}


/* 柱 */
.col_width_0{
    width: 120px;   /* rem Fallback IE8 */
    width: 7.5rem;
}
/* 帯 */
.col_width_1{
    width: 192px;    /* rem Fallback IE8 */
    width: 12.0rem;
}

/* 帯リンク */
.col_width_1 a{
    cursor:pointer;
}

/* 掲載ページ */
.col_width_2{
    width: 80px;      /* rem Fallback IE8 */
    width: 5rem;
    text-align: center;
}
/* 品目名 */
.col_width_3,
.col_width_3_sort{
    width: 298px;     /* rem Fallback IE8 */
//	width: 18.625rem;
    width: 22rem;
    text-align: left;
    /*white-space: nowrap;*/
    overflow: hidden;
}
.col_width_3 a,
.col_width_3_sort a, {
    color: #434a54;
}
.col_width_3 a:hover,
.col_width_3_sort a:hover, {
    color: #999;
}

/* 単位 */
.col_width_4{
    width: 63px;     /* rem Fallback IE8 */
    width: 3.9375rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
 /* 説明+NO */
.col_width_5{
    width: 64px;    /* rem Fallback IE8 */
    width: 4rem;
    text-align: center;
}

.col_width_5 p{
    margin: 0;
    padding: 0;
}

/* 単価ヘッダー */
.cost_header{
    width: 110px;      /* rem Fallback IE8 */
    /* width: 7.25rem; */
    padding: 0;
    text-align: center;
/*    height: 72px;*/
}

.cost_header p{
    line-height: 17px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    padding: 0;
}
.cost_header p:last-child { border-bottom: none; }

.text-over-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 単価 */
.cost{
    width: 110px;    /* rem Fallback IE8 */
    /* width: 7.25rem; */
    text-align: right;
    font-size: 14px;
}
/* イタリック表示 */
.italic{
    color: #055;
    font-style: italic;
}

/* お気に入り 都市等 */
.favorite-city {
    width: 95px;
    text-align: center;
}

.favorite-customer {
    width: 100px;
    text-align: center;
}

/* お気に入りリスト プルダウン */
#select-favorite-list-id {
    width: 350px;
    height: 22px;
    padding: 0px;
    float: right;
    margin: 0px 10px 0px 0px;
}

#disp-change-form input {
    margin-left: 10px;
}

/* Media Queries. */

/* 768px以上はドロップダウン内容をホバーで表示 */
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

/* ナビゲーションバーのセンタリング */
@media (min-width: 768px){
    .navbar-nav{
        width: 100%;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
}


.info-zzzzz{
    padding-left:10px;
}

/* User Setting */
#customer_table tr:nth-child(even) {
    background: #edeeef;
}

#customer_table tr:tr:hover {
    background: #eaffc8;
}

#customer_table tr:hover {
    background: #daf2f8;
}

#contractor_table button,
#customer_table button {
    padding: 3px 12px;
}

.tr-color-login {
    /* #ffdbdb */
    background-color: #dfffdb;
    border-color: #dfffdb !important;
}

/* login */
.login-notice hr {
    margin:0px 0px 5px 0px;
}
.login-notice p {
    margin: 0px 0px 3px 0px;
}
.login-notice-space-right {
    margin-right: 7px;
}
.login-notice-space-left {
    margin-left: 7px;
}
.login-info-panel p {
    margin: 0px 0px 3px;
}
.p-login-reminder {
    margin-bottom : 0px;
}

.login-info-panel {
    /* height: 385px; */
}
.login-panel{
    font-size: 12px;
    font-weight: bold;
    height: 200px;
    text-align: center;
    border-top: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    padding-top: 140px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 20%;
}
@media (min-width: 1200px) {
    .login-panel{
        font-size: 16px;
        font-weight: normal;
        height: 200px;
        text-align: center;
        border-top: solid 1px #dcdcdc;
        border-right: solid 1px #dcdcdc;
        border-left: solid 1px #dcdcdc;
        padding-top: 140px;
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: 50% 20%;
    }
}
.panel-bg1{
    background-image: url(../img/menu_icon01.png);
    border-bottom: solid 10px #428bca;
}
.panel-bg2{
    background-image: url(../img/menu_icon02.png);
    border-bottom: solid 10px #ffa501;
}
.panel-bg3{
    background-image: url(../img/menu_icon03.png);
    border-bottom: solid 10px #6aa512;
}
.panel-bg4{
    background-image: url(../img/menu_icon04.png);
    border-bottom: solid 10px #eb7fb1;
}
.panel-bg5{
    background-image: url(../img/menu_icon05.png);
    border-bottom: solid 10px #8fabdb;
}
.panel-bg6{
    background-image: url(../img/menu_icon06.png);
    border-bottom: solid 10px #95d7d0;
}
@media (max-width: 992px) {
    .panel-bg1{
        background-image: url(../img/menu_icon01.png);
        border-bottom: solid 10px #428bca;
        background-size: 18%;
    }
    .panel-bg2{
        background-image: url(../img/menu_icon02.png);
        border-bottom: solid 10px #ffa501;
        background-size: 18%;
    }
    .panel-bg3{
        background-image: url(../img/menu_icon03.png);
        border-bottom: solid 10px #8fabdb;
        background-size: 18%;
    }
    .panel-bg4{
        background-image: url(../img/menu_icon04.png);
        border-bottom: solid 10px #6aa512;
        background-size: 18%;
    }
    .panel-bg5{
        background-image: url(../img/menu_icon05.png);
        border-bottom: solid 10px #95d7d0;
        background-size: 18%;
    }
    .panel-bg6{
        background-image: url(../img/menu_icon06.png);
        border-bottom: solid 10px #eb7fb1;
        background-size: 18%;
    }
}

#login-contents h4 {
    color: #428bca;
    border-bottom: solid 1px #428bca;
    padding: 0px 0px 2px 0px;
}

#banner > .banner {
    margin: 1px 0px;
    padding: 0px 0px;
    border: solid 1px #dcdcdc;
}

.banner img {
    /* max-width: 220px; */
    width: 100%;
}

.group-contents {
    border: solid 1px #dcdcdc;
    padding: 5px 5px 5px 15px;
}
/*
.group-contents:first-child {
    border-radius: 5px 0px 0px 5px;
}
.group-contents:last-child {
    border-radius: 0px 5px 5px 0px;
}
*/

/* login max */
#login-user-list label {
    font-weight: normal;
}

/** modal 絞込 */
#modal-cost-filtering table td {
    width: 50%;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 15px;
}
#modal-cost-filtering p,
#modal-setting-city p {
    font-size: 15px;
    font-weight: bold;
}

#cost-filtering-not-found {
    color: #428bca;
    margin: 0px 0px 0px 15px;
    display: none;
}
#filteringNiwatashiCd > li,
#filteringTorihikiCd > li,
#filteringRyutuType > li,
#filteringCityCd > ul > li,
#settingCityCd > ul > li {
    width: 143px;
    float: left;
}
#filteringCityCd > div,
#settingCityCd > div {
    color:#6aa512;
    margin: 0px 0px 12px 0px;
}
#filteringCityCd > input,
#settingCityCd > input {
    float: left;
    margin: 3px 10px 0px 5px;
}
p.filtering-pref-title {
    margin-left: 14px;
}
.filtering-separate-line {
    width: 88%;
    border-bottom: solid 1px #ccc;
    border-bottom-style: dashed;
    margin-left: -5px;
    margin-bottom: 5px;
}

.city-setting-info {
    min-width: 255px;
    margin: 0px 0px 0px 200px;
    padding-top: 8px;
}
.city-filtering-info {
    margin: 0px 0px 0px 60px;
    padding-bottom: 15px;
}

#scroll-navigater {
    height: 20px;
    padding: 0px;
    bottom: 0;
    color: white;
    background-color: #6aa512;
    position: fixed;
    min-height: 19px;
    border: 1px solid transparent;
    z-index: 100000;
    text-align: center;
    opacity: 0.7;
    display: none;
}

.datepicker {
    z-index: 1200 !important;
    /* position: absolute; */
    width: 120px;
}
.search-public-datepikker {
    width: 120px !important;
}

.color-normal {
    color: #428bca;
}
.color-success {
    color: #6dab29 !important;
}
.color-black {
    color: #545c67 !important;
}

/* modal 御意見箱 */
.modal-content1 {
    background-color: #428bca;
    border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
}
.modal-font {
    color: #FFFFFF;
}
.modal-textarea {
    border-color:  #428bca;
}
.modal-form-group {
    background-color: #FFFFFF;
    padding: 10px;
}

/** 詳細情報モーダル */
#info-modal {
    margin-top: 60px;
    width: 65%;
}

.tab-content-cost-detail {
    height: 655px;
    overflow-y: auto;
    padding-top: 40px;
}

#obi-info-title {
    float: left;
    font-size: 22px;
    font-weight: bold;
    padding: 4px 1px 0px 30px;
}

.obi-info-breadcrumb {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
}

.obi-info-menu {
    height:auto;
    margin-bottom: 10px;
    text-align: right;
}

#obi-incident-title {
    font-size: 22px;
    font-weight: bold;
    padding: 4px 1px 0px 30px;
}

#obiincident-incidentText {
    height: 655px;
    overflow-y: auto;
    padding: 10px 0px 0px 40px;
}

/* User Update */
.fieldError {
  background-color: #ff8080;
}
.requiredfont{
    color: #DB0015;
}

/* e-Book */
#book-type {
    width: 260px;
    margin: auto;
}
#book-public {
    width: 130px;
    margin: auto;
}

#book-title {
    width: 350px;
    margin: auto;
}


/* ローディング */
#loader,
#loader:after {
    position: fixed;
    z-index:2147483647;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    top: 40%;
    left: 47%;
}
#loader {
    z-index:2147483647;
    top: 40%;
    left: 47%;
    content: '';
    font-size: 10px;
    position: fixed;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(92,92,229, 0.2);
    border-right: 1.1em solid rgba(92,92,229, 0.2);
    border-bottom: 1.1em solid rgba(92,92,229, 0.2);
    border-left: 1.1em solid #428bca;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
#loader-txt {
    z-index: 2147483646;
    top: 30%;
    left: 44%;
    content: '';
    font-size: 40px;
    position: fixed;
    font-weight: bold;
}

/* お知らせ一覧 */
.noticelist {
    margin-top: 20px;
    margin-bottom: 20px;
}

.noticelist-hedding {
    font-weight: bold;
    font-size: 16px;
}

.noticelist-contents {
    margin-left: 20px;
    margin-top: 14px;
}

.noticelist-hr {

}

.notice-title {
    margin: 0px 7px;
}

.inquiry-div {
    margin-bottom: 15px;
}

.inquiry-panel {
    min-height: 450px;
}

.inquiry-label {
    text-align: right;
    width: 100%;
}

.inquiry-confirm-title {
    margin-bottom: 30px;
}

.inquiry-pre {
    border:none;
    background:none;
    padding:0px;
}


.favorite-create {

}

.favorite-update {

}


.reset-pass-row {
    margin-bottom:10px;
}

.reset-pass-label {
    text-align:right;
}

.reset-pass-input {
    width:550px;
}


.selected-item th,
.selected-item td {
    background-color : #cf9;
}

.conditon-preflist-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
    font-weight: 700;
}

/* @@@ 2017.6.30 追加 */
/* TOP */
.top-btn { padding: 90px 0; }
.top-btn ul {
    margin: 0;
    padding: 0;
}
/*
.top-btn ul li {
    float: left;
    width: 50%;
}
*/
.top-btn .panel-heading {
    padding: 70px 0;
    height: 200px;
    border: 1px solid #dcdcdc;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.top-btn .glyphicon:before {
    position: absolute;
    display: inline-block;
    background-size: contain;
    top: 0;
    left: 0;
}
.top-btn .glyphicon-book { padding-left: 48px; }
.top-btn .glyphicon-book:before {
    content: "";
    width: 33px;
    height: 49px;
    background-image: url(../img/ico_ebook.png);
}
.top-btn .glyphicon-user {
    line-height: 46px;
    padding-left: 65px;
}
.top-btn .glyphicon-user:before {
    content: "";
    width: 50px;
    height: 46px;
    background-image: url(../img/ico_user.png);
}
.top-btn a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.top-btn a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: .80;
}

/* 単価一覧 */
.breadcrumbs {
    margin: 5px 0px 0px 0px;
    padding: 0;
    display: block;
}
.breadcrumbs li {
    float: left;
    font-size: 13px;
}
.breadcrumbs li:before {
    content: ">";
    margin: 0 5px;
}
.breadcrumbs li:first-child:before {
    content: "";
    margin: 0;
}
.breadcrumbs li a {
    color: #428bca;
    text-decoration: underline;
}
.breadcrumbs li a:hover {
    color: #ed8d8d;
}
.breadcrumbs-last {
    color: #428bca !important;
    font-size: 16px;
    font-weight: bold;
}

.breadcrumbs-mid-item {
    color: #e55c5c !important;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}

.category-title {
    color: #428bca;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
.sub-category {
    font-size: 18px;
    font-weight: bold;
}
.sub-category span {
    color: #8e8e8e;
    font-size: 16px;
}

.category-title-favorite {
    color: #428bca;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    margin-left:5px;
}

.favorite-list-name {
    display: inline-block;
    color: #428bca;
    width: 100px;
    font-size: 13px;
    padding: 4px 0;
    text-align: center;
    float: left;
    margin-top: 5px;
    font-weight: bold;
}

/* フリーワード検索 */
.word-search {
    background-color: #e7f1fb;
    padding: 5px 0 3px 0;
}
.word-search .history {
    position: relative;
    margin: 10px 0 0 0;
    padding-left: 5em;
}
.word-search .history dt {
    position: absolute;
    top: 0;
    left: 0;
}
.word-search .history ul {
    margin: 0;
    padding: 0;
}
.word-search .history ul li {
    float: left;
    font-size: 13px;
    margin: 0 5px;
}
.word-search .history ul li a {
    color: #434a54;
    text-decoration: underline;
}
.word-search .history ul li a:hover { color: #999; }

/* 検索履歴 */
#search-history li {
    max-width: 180px;
}

/* 凡例 */
.example {
    color: #434a54 !important;
    text-decoration: underline;
    padding: 0px 0px 0px 30px;
}
.example:hover {
    color: #999 !important;
}

/* 表示設定 */
.condition {
    height: 44px;
    /*
    background-color: #edeeef;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    */
    padding: 5px 0 0 0;
}
.condition-bg {
    background-color: #edeeef;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.condition p {
    float: left;
    margin-right: 19px;
}
.condition .disp-now {
    float: left;
    margin-top: 7px;
}
.condition .disp-now p {
    float: left;
    color: #428bca;
    font-size: 15px;
    font-weight: bold;
}
.condition .disp-now ul {
    float: left;
    padding: 0;
}
.condition .disp-now ul li {
    float: left;
}
/*
.condition .disp-now ul li span {
    display: inline-block;
    color: #fff;
    width: 65px;
    font-size: 13px;
    background-color: #428bca;
    margin-right: 10px;
    padding: 2px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
}
.condition .disp-now ul li span.autosize {
    display: inline-block;
    color: #fff;
    width: auto;
    font-size: 13px;
    background-color: #428bca;
    margin-right: 10px;
    padding: 2px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    padding: 2px 5px;
    float: left;
}
*/
.condition .disp-now ol, .condition .disp-now ul {
    margin-bottom: 0px;
}
.condition > div > p {
    width: 110px;
}

#search {
    position: relative;
    background-color: #f6f6f6;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0px 15px 0px;
}
#search > form > span {
    position: absolute;
    color: #8e8e8e;
    font-size: 13px;
    padding-right: 30px;
    top: 10px;
    right: 10px;
}
#search > form > span:after {
    position: absolute;
    content: "×";
    font-size: 40px;
    font-weight: bold;
    right: 0;
    top: -20px;
}

#search .ttl-search {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#search p {
    font-size: 15px;
    font-weight: bold;
}
#search ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
#search ul li { float: left; }

#search table { border-collapse: collapse; }
#search table td {
    width: 50%;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 15px;
}
.area {
}
#search table tr:last-child td { border-bottom: none; }
#search table td ul { padding-left: 15px; }
#search table td li { margin-right: 25px; }

#search .area { padding: 15px 0; }
#search .area dl {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 15px;
    clear: both;
}
#search .area dt {
    float: left;
    width: 130px;
    margin-top: 3px;
    clear: left;
}
#search .area dd { margin: 0 0 0 130px; }
#search .area dd li { width: 5.5em; }
#search .select .btn { padding: 4px 12px; }

#search .form-control { width: 100%; }

.border-success:focus {
    border-color: #428bca;
}

#search dt input[type=checkbox],
.checkbox input[type=checkbox] { margin-right: 5px; }

@media (min-width: 768px) {
    #search table td ul { padding-left: 0; }
    #search .area dl { margin-top: 0; }
}
/* @@@ 2017.6.30 追加 */


.public-cost {
    color: #428bca;
    background-color: #fff;
    font-weight: 700;
}

/* 単価詳細 start */
#info-modal-header {
    text-align: right;
}

#info-modal-close {
    float: none;
    padding: 0 10px;
}
.rs-div {
    width: 95%;
    margin: 0 auto;
}

#info-tab2 ul {
    width: 100%;
}

#info-tab2 li {
    border-top: 1px solid lightgray;
}

.info-header {
    /* font-size: 1.1em; */
    font-weight: bold;
    padding: 2px 0px;
}

.info-data {
    /* font-size: 1.2em; */
    font-weight: normal;
    padding: 2px 10px;
}

#costdetail-incidentText {
    padding: 0 40px;
    /* font-size: 1.2em; */
}

.costdetail-attribute {
    background-color: #fff;
    color: #8cc152;
    border-color: #6aa512 !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: solid 1px;
    border-radius: 15px;
}

/* 単価詳細 調査条件 end */

.search-result-message {
    padding-left: 15px;
    padding-top: 15px;
}

.search-not-found {
    padding-left: 15px;
    padding-top: 15px;
    color:gray;
    display:none;
}

html,
body {
  /*height: 100%;*/
  /* html と body 要素はパディングやマージンを持てません。*/
}

/* フッターを下部へ押しやるための、コンテンツのラッパー */
#wrap {
  min-height: 100%;
  height: auto;
  /* フッターの高さ分だけ、ネガティブインデントを指定 */
  margin: 0 auto -60px;
  /* フッターの高さ分だけ、パディングを指定 */
  padding: 0 0 60px;
}

.print-setting {
    padding: 10px 0px;
}

.print-setting hr {
    margin: 0;
    padding: 0;
    border-width: 2px 0 0 0;
}

.print-setting span{
    padding: 0px 10px;
    margin-left: -20px;
}

.print-setting label{
    padding: 0px 20px;
}

.login-info div{
    /* height: 52px; */
}


.max-user-radio{
    margin-top: 37px !important;
}

.max-user-label:hover {
    background-color:#efefef;
}

@media (max-width: 1199px) {
    .login-info div{
        height: 70px;
    }
}

.print-btn {
    color: #8cc152;
    background-color: #ffffff;
}

.ebook-select ul li {
    padding-bottom: 10px;
}

.opinionbox-question {
    width: 100%;
    margin: 0px;
    padding-left: 10px;
}
.opinionbox-textarea {
    width: 95%;;
    margin: 0px auto;
}

.max-user-radio {
    margin-top: 25px;
}

.max-user-label:hover {
    background-color:#efefef;
}

.form-select-favorite-list {
    width: 180px;
}

.collabo-icon {
    float: right;
    margin: -10px -5px;
    padding: 0px;
    font-size: 11px;
    opacity: 0.3;
    cursor: pointer;
}
.collabo-icon:hover{
    color: #fe13b9;
}

.fav-icon {
    float: left;
    margin: -13px -8px;
    padding: 0px;
    font-size: 16px;
    opacity: 0.3;
    padding: 4px;
    cursor: pointer;
}
.fav-icon:hover{
    color: #fe13b9 !important;
}
.fav-list:hover {
    color: #19ad00 !important;
}

.favorited {
    color: #fe13b9 !important;
}
.favorited-list,
.favorited-list:hover {
    color: #19ad00 !important;
}

.favorite-list-container {
    height: 830px;
}

.favorite-list-header h3 {
    margin: 0px;
}

.favorite-list-header p {
    margin: 0px;
    font-size: 13px;
}

.favorite-list-star {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 38px;
}

#modal-confirm-delete p {
    margin: 0px;
}

#modal-favorite-download-confirm p {
    margin-bottom:5px;
}

#modal-export-confirm p {
    margin-bottom:5px;
}

#modal-import-confirm p {
    margin-bottom:5px;
}

#modal-csv-favorite p {
    margin-bottom:5px;
}

#modal-csv-favorite input[type="button"] {
    width:100%;
}


#modal-confirm-delete-share p {
    margin-bottom:5px;
}
#modal-confirm-delete-share select {
    width: 220px;
    margin: 10px 0px 10px 0px;
}
#modal-confirm-delete-share input[type="button"] {
    width: 120px;
}

#modal-confirm-delete-share .favorite-list {
    height: 40px;
    overflow-y: scroll;
    border: 1px solid lightgray;
}
#modal-confirm-delete-share .favorite-list p {
    margin-bottom:0px;
}

.share-name {
    max-width: 400px;
    overflow-x: hidden;
}

#modal-favorite-sort-confirm p {
    margin: 0px;
}

#modal-favorite-sort-confirm .ueshita {
    margin: 8px 0px;
}

.input-error {
    background-color : #F0A7A7;
}

 #popupMessage{
    position: absolute;
    display: none;
    width: 43.75em; /* 700px */
    margin: 0;
    margin-left: 30%;
    margin-top: 1%;
    font-size: 1em; /* 16px */
    text-align: center;
    z-index: 999993;
    opacity: 0.9;
    font-weight: 700;
}

.favorite-list-cell,
.tag-cell {
    cursor: pointer;
}

#favorite-tag {
    position: relative;
    left: 1072px;
    width:741px;
    min-width: 137px;
    top:-61px;
    overflow-x: auto;
    overflow-y: hidden;
}

#favorite-tag-table {
    width: 1110px;
    table-layout: fixed;
}

#favorite-tag-table tr:nth-child(odd) {
    background: #edeeef;
}

#favorite-tag-table th {
    width: 137px;
    height: 77px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    background: #428bca;
    color: #fff;
    border: solid 1px #fff;
}

.favorite-tag-table-th-p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px;
}

.favorite-tag-table-th-icon {
    cursor: pointer;
}

.favorite-tag-table-th-label {
    margin: 0px;
    width: 100%;
}

.favorite-tag-table-td-check {
    color: #8cc152;
    font-size: 18px;
}

.favorite-tag-table-td-no {
    color: #cccccc;
    font-size: 18px;
}


#favorite-tag-table td {
    width: 125px;
    height: 61px;
    color: #fff;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.fav-order-new {
    font-size: 40px;
    color: #428bca;
}


@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
