@CHARSET "UTF-8";

/* ------------------------------------------------------------------------------------ */
/* ベースラインの規定 */
/* ------------------------------------------------------------------------------------ */
html {
    min-height: 100%;
}

body {
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

/* ------------------------------------------------------------------------------------ */
/* ボタン関連のCSS定義 */
/* ------------------------------------------------------------------------------------ */

/* 幅を大きく取るボタンに使用する。 */
button.wideButton
{
    font-size: 15px;
    height: 34px;
    min-width: 200px !important;
    width: auto;
}

/* 通常ボタンに使用する。 */
button.normalButton
{
    font-size: 15px;
    height: 34px;
    width: 125px !important;
}

/* 入力補助ボタン（大）に使用する。 */
button.assistButton
{
    font-size: 13px;
    height: 24px;
    width: 98px !important;
}

/* 入力補助ボタン（中）に使用する。 */
button.middleButton
{
    font-size: 13px;
    height: 24px;
    width: 90px !important;
}


/* 入力補助ボタン（小）に使用する。（文字数2文字程度） */
button.narrowButton
{
    font-size: 13px;
    height: 24px;
    width: 54px !important;
}

/* 取下げボタンに使用する。 */
button.torisageButton
{
    font-size: 13px;
    height: 24px;
    width: 68px !important;
}

/* クリアボタンに使用する。 */
button.clearButton
{
    font-size: 13px;
    height: 24px;
    width: 70px !important;
}

/* 全選択ボタンに使用する。 */
button.allSelectButton
{
    font-size: 13px;
    height: 24px;
    width: 70px !important;
}

/* 選択解除ボタンに使用する。 */
button.allUnSelectButton
{
    font-size: 13px;
    height: 24px;
    width: 80px !important;
}

/* 子画面の通常ボタンに使用する。 */
button.childNormalButton
{
    height: 28px;
    width: 85px !important;
}

/* ログアウトボタンに使用する。 */
button.logoutButton
{
    height: 28px;
    width: 100px !important;
}

/* 幅サイズを任意指定することが必要な場合に使用する。 */
button.optionalButton
{
    font-size: 15px;
    height: 34px;
    width: auto;
}

/* メニュースライダーのボタンに使用する。(ここのみinputタグ) */
input.menuSButton
{
    height: 28px;
    width: 30px !important;
}

/* カレンダーに使用する。 */
button.calendarButton
{
    background:none;
    border:0;
}

/* 共通ボタンのスタイルを規定する。 */
button.narrowButton,button.normalButton,button.wideButton,button.logoutButton,
button.childNormalButton,button.assistButton,button.middleButton,button.allSelectButton,
button.optionalButton,button.torisageButton,button.allUnSelectButton,button.clearButton
{
    border: 1px solid #a3a3a3;
    background: #e0e0e0 url(../images/common_button.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #000000;
    border-radius: 4px;
    margin-left: 2.5px;
}

/* メニュースライダーのスタイルを規定する。(ここのみinputタグ) */
input.menuSButton
{
    border: 1px solid #a3a3a3;
    background: #e0e0e0 url(../images/scroll_button_tool.png) 60% 60% no-repeat;
    font-weight: normal;
    color: #000000;
    border-radius: 4px;
    margin-left: 2.5px;
}

/* マウスをのせたときの共通ボタンのスタイルを規定する。 */
button.narrowButton:hover,button.normalButton:hover,button.wideButton:hover,button.logoutButton:hover,
button.childNormalButton:hover,button.assistButton:hover,button.middleButton:hover,button.allSelectButton:hover,
button.optionalButton:hover,button.torisageButton:hover,button.allUnSelectButton:hover,
button.clearButton:hover
{
    border: 1px solid #80caff;
    background: #d7e9ef url(../images/common_button_hover.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #000000;
}

/*ボタン色設定（disabled） */
button.narrowButton[disabled="disabled"],button.normalButton[disabled="disabled"],
button.wideButton[disabled="disabled"],button.logoutButton[disabled="disabled"],
button.childNormalButton[disabled="disabled"],button.assistButton[disabled="disabled"],
button.middleButton[disabled="disabled"],button.allSelectButton[disabled="disabled"],
button.optionalButton[disabled="disabled"],button.torisageButton[disabled="disabled"],
button.allUnSelectButton[disabled="disabled"],button.clearButton[disabled="disabled"]
{
    border: 1px solid #a3a3a3;
    background: #e0e0e0 url(../images/common_button_disable.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #808080;
    border-radius: 4px;
    margin-left: 2.5px;
}

/* メインの操作を行うボタンに使用する。 */
button.highlightButton
{
    border: 1px solid #202b50;
    background: #2343aa url(../images/button_highLight.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
    border-radius: 4px;
}

/* マウスをのせたときのメインの操作を行うボタンのスタイルを規定する。 */
button.highlightButton:hover
{
    border: 1px solid #202b50;
    background: #4c75e1 url(../images/button_highLight_hover.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

/* 非活性のメインの操作を行うボタンのスタイルを規定する。 */
button.highlightButton[disabled="disabled"]
{
    border: 1px solid #202b50;
    background: #2343aa url(../images/button_highLight_disable.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #BFBFBF;
    border-radius: 4px;
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

/* 注意をひきつける操作を行うボタンに使用する。 */
button.attentionButton
{
    border: 1px solid #202b50;
    background: #2343aa url(../images/button_attention.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
    border-radius: 4px;
}

/* マウスをのせたときの注意をひきつける操作を行うボタンのスタイルを規定する。 */
button.attentionButton:hover
{
    border: 1px solid #202b50;
    background: #4c75e1 url(../images/button_attention_hover.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

/* 非活性の注意をひきつける操作を行うボタンのスタイルを規定する。 */
button.attentionButton[disabled="disabled"]
{
    border: 1px solid #202b50;
    background: #2343aa url(../images/button_attention_disable.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #BFBFBF;
    border-radius: 4px;
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

/* ------------------------------------------------------------------------------------ */
/* 日付入力フィールド */
/* ------------------------------------------------------------------------------------ */
input.dateTextBox
{
    width:92px;
    ime-mode: disabled;
}

/* ------------------------------------------------------------------------------------ */
/* 業務画面用コンテンツエリア */
/* ------------------------------------------------------------------------------------ */
div.contents
{
    position: relative;
    margin-left: 15px;
    min-width: 965px;
    clear: both;
    width: 98%;
}

/* ------------------------------------------------------------------------------------ */
/* インデント付きコンテンツエリア */
/* ------------------------------------------------------------------------------------ */
div.innerContents
{
    position: relative;
    margin-left: 15px;
    min-width: 950px;
    /* width: 98%; */
}

/* ------------------------------------------------------------------------------------ */
/* 子画面用コンテンツエリア */
/* ------------------------------------------------------------------------------------ */
div.contentsChild
{
    position: relative;
    margin-left: 10px;
    min-width: 200px;
    width: 97%;
}

/* ------------------------------------------------------------------------------------ */
/* 共通エラー画面用コンテンツエリア */
/* ------------------------------------------------------------------------------------ */
div.contents
{
    position: relative;
    margin-left: 15px;
    min-width: 150px;
    clear: both;
    width: 98%;
}

/* ------------------------------------------------------------------------------------ */
/* ヘッダー情報テーブル */
/* ------------------------------------------------------------------------------------ */
table.headerInfoTable {
    width: 700px;
    font-size: 13px;
    position: relative;
    border: 1px;
    border-collapse: collapse;
    border-spacing: 1px;
}

table.headerInfoTable th,table.headerInfoTable td {
    height: 20px;
    padding: 0px;
    border-style: solid;
    border-width: thin;
    border-color: #000000;
    text-align: center;
}

table.headerInfoTable th {
    padding: 2px 6px;
    width: auto;
    color: #ffffff;
    background: #a9a9a9;
}

table.headerInfoTable td {
    padding: 2px 2px;
    position: relative;
}

table.headerInfoTable td.KojiKenmei {
    padding: 2px 4px 2px 4px;
    position: relative;
    text-align: left;
}

/* ------------------------------------------------------------------------------------ */
/* 標準テーブル（入力項目や検索条件等で使用する。） */
/* ------------------------------------------------------------------------------------ */
table.contents {
    min-width: 500px; /* 最小幅 */
    border-collapse: collapse;
    border-spacing: 1px;
    font-size: 12px;
    position: relative;
    width:100%;
}

table.contents th,table.contents td {
    min-height : 24px;
    border-style: solid;
    border-width: thin;
    border-color: #;
    text-align: left;
}

table.contents td {
    padding: 2px 6px;
    position: relative;
}

table.contents th {
    padding: 2px 6px;
    background: #FFFF93 no-repeat fixed top;
    text-align: center;
}

table.contents input {
    position: relative;
    margin: 1px 1px 1px 1px;
}

table.contents select {
    margin: 1px 1px 1px 1px;
    padding: 1px;
}

/* ------------------------------------------------------------------------------------ */
/* リスト形式テーブル（検索結果や一覧表示に使用する。） */
/* ------------------------------------------------------------------------------------ */
table.searchResult {
    min-width: 500px; /* 最小幅 */
    border-collapse: collapse;
    border-spacing: 1px;
    font-size: 12px;
    position: relative;
    width: 100%;
}

table.searchResult th,table.searchResult td {
    height: 20px;
    border-style: solid;
    border-width: thin;
    border-color: #;
    text-align: left;
    /*border: solid;*/
}

table.searchResult th {
    padding: 2px 6px;
    width: auto;
    background: #FFFF93;
    text-align: center;
}

table.searchResult td {
    padding: 2px 2px 2px 2px;
    position: relative;
    left: 0px;
}

table.searchResult input {
    margin: 3px 3px 1px 1px;
    padding: 1px;
}

table.searchResult td.noBorder {
    border-style: none;
}

table.searchResult select {
    margin: 3px 3px 1px 1px;
    padding: 1px;
}

table.searchResultButton {
    border-spacing: 1px;
    font-size: 12px;
    position: relative;
}

/* ------------------------------------------------------------------------------------ */
/* テーブル見出し背景色変更 */
/* ------------------------------------------------------------------------------------ */
/* グリーン */
table.green th {
    background-color: #c8fac8;
}

/* グレー */
table.gray th {
    background-color: #E0E0E0;
}

/* 様式用 */
table.youshiki {
    border: 1px #000000 solid;
    border-collapse: collapse;
    font-size: 12px;
}

table.youshiki th.yoshiki_th1 {
    background-color: #c4bd94;
    width: 300px;
}

table.youshiki th {
    background-color: #c4bd94;
    width: 150px;
}

table.youshiki td {
    background-color: #ffffff;
    width: 150px;
}

h2.youshiki {
    font-size: 12px;
}


/* ------------------------------------------------------------------------------------ */
/* テーブル行単位背景色変更 */
/* ------------------------------------------------------------------------------------ */
/* 強調表示(発注者行) */
tr.kojiKS_hachusha  {
    background-color: #d3d3d3;
}

/* ------------------------------------------------------------------------------------ */
/* ページングレイアウト */
/* ------------------------------------------------------------------------------------ */
table.paging {
    font-size: 12px;
    position: relative;
}

table.paging th,table.paging td {
    height: 20px;
    text-align: left;
}

table.paging th {
    padding: 2px 6px;
    width: auto;
    background: #FFFF93;
}

table.paging td {
    padding: 2px 4px;
    position: relative;
    left: 0px;
}

/* ------------------------------------------------------------------------------------ */
/* 罫線未指定のレイアウトテーブル */
/* ------------------------------------------------------------------------------------ */
table.layoutOnly
{
    min-width: 500px; /* 最小幅 */
    font-size: 12px;
    position: relative;
}

table.layoutOnly th,table.layoutOnly td {
    height: 20px;
    text-align: left;
}

table.layoutOnly th {
    padding: 2px 6px;
    width: auto;
    background: #FFFF93;
}

table.layoutOnly td {
    padding: 2px 4px;
    position: relative;
}

table.layoutOnly td.right {
    text-align: right;
}


/* ------------------------------------------------------------------------------------ */
/* コメント用レイアウトテーブル（項目に対してコメントを付ける場合に使用する。） */
/* ------------------------------------------------------------------------------------ */
table.guide {
    font-size: 12px;
    position: relative;
}

table.guide th,table.guide td {
    height: 20px;
    text-align: left;
}

table.guide th {
    padding: 2px 6px;
    width: auto;
    background: #FFFF93;
}

table.guide td {
    padding: 2px 4px;
    position: relative;
}

/* ------------------------------------------------------------------------------------ */
/* 標準テーブル（子画面） */
/* ------------------------------------------------------------------------------------ */
table.contentsChild {
    min-width: 200px; /* 最小幅 */
    border-collapse: collapse;
    border-spacing: 1px;
    font-size: 12px;
    position: relative;
    width:97%;
}

table.contentsChild th,table.contentsChild td {
    height: 20px;
    border-style: solid;
    border-width: thin;
    border-color: #;
    text-align: left;
    /*border: solid;*/
}

table.contentsChild td {
    padding: 2px 2px;
    position: relative;
    left: 5px;
}

table.contentsChild th {
    padding: 2px 6px;
    background: #FFFF93 no-repeat fixed top;
}

/* ------------------------------------------------------------------------------------ */
/* ボタンレイアウト用テーブル（ボタンを配置するテーブルに使用する。） */
/* ------------------------------------------------------------------------------------ */
table.button
{
    min-width: 965px;
    clear: both;
    width: 100%;
}

table.button tr{}

/* 中央寄せ用の通常ボタンレイアウトに使用する。 */
table.button td
{
    text-align: center;
}

/* 左寄せ用のボタンレイアウトを指定する場合に使用する。 */
table.button td.buttonLeft
{
    text-align: left;
}


/* ------------------------------------------------------------------------------------ */
/* ボタンレイアウト用テーブル（ボタンを配置するテーブルに使用する。子画面） */
/* ------------------------------------------------------------------------------------ */
table.buttonChild
{
    min-width: 200px;
    clear: both;
    width: 98%;
}

table.buttoChild tr{}

table.buttonChild td
{
    text-align: center;
}

/* ------------------------------------------------------------------------------------ */
/* テーブル共通 */
/* ------------------------------------------------------------------------------------ */
/* td,th要素の中に複数のインライン要素を配置する場合にdiv.table-cellと併せて使用する。 */
table div.table
{
    display: table;
    height: 100%;
    width: 100%;
}

/* div.tableの中に配置する。 */
table div.table-cell
{
    display: table-cell;
    height: 100%;
}

/* 境界線非表示（各行の右側に項目を配置する場合に使用する。） */
table th.borderless,table td.borderless {
    border-style: none;
    background-color: #fff;
}

/* コントロールを中央に表示 */
table td.button, table td.checkbox, table td.radio
{
    text-align: center;
    left: 0px;
    right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/* テキストボックスやボタン等の入力フィールドのスタイルを規定する。 */
input, button, select, checkbox
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

/* ファイルアップロードに使用する。 */
input.fileUpLoad
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    height: 24px;
    font-size: 12px;
}

/* ドロップダウンリストに使用する。 */
select.dropDownList
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    max-width: 100%;
    font-size: 12px;
}

/* テキストエリア */
/* テーブルセルの中に配置する場合に使用 */
td textarea {
    width: 99%
}

/* 読み取り専用 */
textarea.readonly {
    color: #000;
    background-color: #fff;
}

/* ------------------------------------------------------------------------------------ */
/* 本体タイトル */
/* ------------------------------------------------------------------------------------ */
.h1_green_backgroud {
    font-size: 12px;
    color: #000000;
    background-color: #CEFFCE;
    padding: 6px;
    position: relative;
    left: 0px;
}

/* div.contents直下の見出し */
.heading_contents {
    font-size: 14px;
    font-style: normal;
    background-color: #BEBEBE;
    padding: 6px;
    position: relative;
    left: 0px;
}

/* div.innerContents直下の見出し */
.heading_innerContents {
    font-size: 12px;
    font-style: normal;
    background-color: #BEBEBE;
    padding: 6px;
    position: relative;
    left: 0px;
}

/* div.contentsChild直下の見出し */
.heading_contentsChild {
    font-size: 14px;
    font-style: normal;
    background-color: #BEBEBE;
    padding: 4px;
    position: relative;
    left: 0px;
}

/* div.contents直下の見出し（様式用） */
.heading_innerContentsYoushiki {
    font-size: 12px;
    font-style: normal;
    background-color: #918853;
    padding: 6px;
    position: relative;
    left: 0px;
}
/* ------------------------------------------------------------------------------------ */
/* メッセージ関連 */
/* ------------------------------------------------------------------------------------ */
div.guide {
    font-size: 12px;
    position: relative;
    text-align: left;
}

/* ------------------------------------------------------------------------------------ */
/* 仕切り */
/* ------------------------------------------------------------------------------------ */
/* 検索条件と検索結果の間 */
hr.searchResult {
    border:none;
    border-top:groove 2px #CCC;
    height:1px;
    color:#FFFFFF;
    float:left;
    width:100%;
}

/* *************************************************************************** */
/* これ以降はシステム共通のため、業務チームは利用しないこと。 */
/* *************************************************************************** */

/* ショートカットメニュー */
.dropdown-menu {
    position: absolute;
    top: 7%;
    /*left: 73%;*/
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover
    {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover
    {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media ( min-width :768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

/* カレンダー */
.ui-datepicker {
    font-size: 80%;
    vertical-align: top;
    margin-left: 2px;
    border: 1px solid dimgray;
    color: blue;
}

/* ヘッダー情報 */
span.systemTitle {
    font-size: 24px;
}

table.headerTable {
    width: 1300px;
    font-size: 16px;
    position: relative;
}

table.headerTable th,table.headerTable td {
    vertical-align: middle;

}

table.headerTable td {

}

table.headerTable th {

}

table.headerCompanyInfo {
    width: 500px;
    font-size: 13px;
    position: relative;
}

table.headerCompanyInfo th,table.headerCompanyInfo td {

}

table.headerCompanyInfo td {

}

table.headerCompanyInfo th {

}

/* メニュー */
/* common.cssで最初に非表示にしないと画面表示時につら付きがひどくなるためここで一旦非表示とする */
#menuUl > li {
    display:none; /* 表示時には非表示にしておく。jspの処理で表示にする。 */

}

/* 工事一覧 */
/* common.cssで最初に非表示にしないと画面表示時につら付きがひどくなるためここで一旦非表示とする */
#kojiAllList, #kojiIchiran {
    visibility:hidden; /* 表示時には非表示にしておく。jspの処理で表示にする。 */

}

/* ------------------------------------------------------------------------------------ */
/* NEXCO総研 */
/* ------------------------------------------------------------------------------------ */
.menu_soken {
    background-color: #ffffff; /* バーに背景色。端まで塗るため幅はulに指定。 */
    position: relative;
    min-width: 965px;
    clear: both;
    width: 100%;
}

.menu_soken ul {
    min-width: 965px;
    height: 34px; /* バーの高さを確保 */
    border-top: 2px solid #a9a9a9;
    border-bottom: 2px solid #a9a9a9;
    margin-left: 1px; /* 左余白 */
    border-left: 1px solid #a9a9a9; /* 左しきり線 */
    padding-left: 15px;
}

.menu_soken li {
    width: 130px;
    float: left; /* liを左寄せ */
    list-style-type: none;
}

.menu_soken a {
    border-right: 1px solid #a9a9a9; /* ボタンの右にしきり線 */
    border-left: 1px solid #a9a9a9; /* ボタンの左にしきり線 */
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #000000;
    background-color: #ffffff;
}

.menu_soken a:hover {
    color: #ffffff;
    background-color: #a9a9a9;
}
.menu_soken a.active {
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #ffffff;
    background-color: #a9a9a9;
}
/* ------------------------------------------------------------------------------------ */
/* NEXCO中日本 */
/* ------------------------------------------------------------------------------------ */
.menu_nakNihon {
    background-color: #ffffff; /* バーに背景色。端まで塗るため幅はulに指定。 */
    position: relative;
    min-width: 965px;
    clear: both;
    width: 100%;
}

.menu_nakNihon ul {
    min-width: 965px;
    height: 34px; /* バーの高さを確保 */
    border-top: 2px solid #ffa500;
    border-bottom: 2px solid #ffa500;
    margin-left: 1px; /* 左余白 */
    border-left: 1px solid #ffa500; /* 左しきり線 */
    padding-left: 15px;
}

.menu_nakNihon li {
    width: 130px;
    float: left; /* liを左寄せ */
    list-style-type: none;
}

.menu_nakNihon a {
    border-right: 1px solid #ffa500; /* ボタンの右にしきり線 */
    border-left: 1px solid #ffa500; /* ボタンの左にしきり線 */
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #000000;
    background-color: #ffffff;
}

.menu_nakNihon a:hover {
    color: #ffffff;
    background-color: #ffa500;
}

.menu_nakNihon a.active {
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #ffffff;
    background-color: #ffa500;
}
/* ------------------------------------------------------------------------------------ */
/* NEXCO東日本 */
/* ------------------------------------------------------------------------------------ */
.menu_higashiNihon {
    background-color: #ffffff; /* バーに背景色。端まで塗るため幅はulに指定。 */
    position: relative;
    min-width: 965px;
    clear: both;
    width: 100%;
}

.menu_higashiNihon ul {
    min-width: 965px;
    height: 34px; /* バーの高さを確保 */
    border-top: 2px solid #228b22;
    border-bottom: 2px solid #228b22;
    margin-left: 1px; /* 左余白 */
    border-left: 1px solid #228b22; /* 左しきり線 */
    padding-left: 15px;
}

.menu_higashiNihon li {
    width: 130px;
    float: left; /* liを左寄せ */
    list-style-type: none;
}

.menu_higashiNihon a {
    border-right: 1px solid #228b22; /* ボタンの右にしきり線 */
    border-left: 1px solid #228b22; /* ボタンの左にしきり線 */
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #000000;
    background-color: #ffffff;
}

.menu_higashiNihon a:hover {
    color: #ffffff;
    background-color: #228b22;
}

.menu_higashiNihon a.active {
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #ffffff;
    background-color: #228b22;
}
/* ------------------------------------------------------------------------------------ */
/* NEXCO西日本 */
/* ------------------------------------------------------------------------------------ */
.menu_nishiNihon {
    background-color: #ffffff; /* バーに背景色。端まで塗るため幅はulに指定。 */
    position: relative;
    min-width: 965px;
    clear: both;
    width: 100%;
}

.menu_nishiNihon ul {
    min-width: 965px;
    height: 34px; /* バーの高さを確保 */
    border-top: 2px solid #0000cd;
    border-bottom: 2px solid #0000cd;
    margin-left: 1px; /* 左余白 */
    border-left: 1px solid #0000cd; /* 左しきり線 */
    padding-left: 15px;
}

.menu_nishiNihon li {
    width: 130px;
    float: left; /* liを左寄せ */
    list-style-type: none;
}

.menu_nishiNihon a {
    border-right: 1px solid #0000cd; /* ボタンの右にしきり線 */
    border-left: 1px solid #0000cd; /* ボタンの左にしきり線 */
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #000000;
    background-color: #ffffff;
}

.menu_nishiNihon a:hover {
    color: #ffffff;
    background-color: #0000cd;
}

.menu_nishiNihon a.active {
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #ffffff;
    background-color: #0000cd;
}

/* ------------------------------------------------------------------------------------ */
/* NEXCO受注者 */
/* ------------------------------------------------------------------------------------ */
.menu_jyuchusya {
    background-color: #ffffff; /* バーに背景色。端まで塗るため幅はulに指定。 */
    position: relative;
    min-width: 965px;
    clear: both;
    width: 100%
}

.menu_jyuchusya ul {
    min-width: 965px;
    height: 34px; /* バーの高さを確保 */
    border-top: 2px solid #ffa500;
    border-bottom: 2px solid #ffa500;
    margin-left: 1px; /* 左余白 */
    border-left: 1px solid #ffa500; /* 左しきり線 */
    padding-left: 15px;
}

.menu_jyuchusya li {
    width: 110px;
    float: left; /* liを左寄せ */
    list-style-type: none;
}

.menu_jyuchusya a {
    border-right: 1px solid #ffa500; /* ボタンの右にしきり線 */
    border-left: 1px solid #ffa500; /* ボタンの左にしきり線 */
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #000000;
    background-color: #ffffff;
}

.menu_jyuchusya a:hover {
    color: #ffffff;
    background-color: #ffa500;
}

.menu_jyuchusya a.active {
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #ffffff;
    background-color: #ffa500;
}

.menu_jyuchusya a.disabled {
    padding: 0px;
    display: block;
    line-height: 34px; /* 行の高さをボタンの高さに */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight:bold;*/
    color: #000000;
    background-color: #bebebe;
}

/* ------------------------------------------------------------------------------------ */
/* 小規模工事 */
/* ------------------------------------------------------------------------------------ */
.menu_shoKiboKoji li {
    width: 140px;
}

/* ************************************************************************************ */
/* メッセージ関連（親画面） */
/* ************************************************************************************ */
div.info,div.warning,div.error {
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 1px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position: relative;
    margin-left: 15px;
    min-width: 900px;
    clear: both;
    font-size: 13px;
}

div.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}

div.warning {
    color: #9F6000;
    background-color: #FCFF00;
    background-image: url('../images/warning.png');
}

div.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

/* ************************************************************************************ */
/* メッセージ関連（子画面） */
/* ************************************************************************************ */
div.childInfo,div.childWarning,div.childError {
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 1px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position: relative;
    margin-left: 0px;
    min-width: 200px;
    clear: both;
    font-size: 13px;
}

div.childInfo {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}

div.childWarning {
    color: #9F6000;
    background-color: #FCFF00;
    background-image: url('../images/warning.png');
}

div.childError {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

/* ************************************************************************************ */
/* 読み取り専用設定 */
/* ************************************************************************************ */

/* 読み取り専用のテキストボックスに使用する。 */
input.readOnlyTextBox
{
    border-width:0px;
    border-style:none;
}


/* 読み取り専用テキストボックスの枠線をなくす */
input[readonly] {
    border : none;
}

/* ------------------------------------------------------------------------------------ */
/* ■インジケータ表示用 */
/* インジケータ表示のスタイルを規定する。 */
/* ------------------------------------------------------------------------------------ */
/* インジケータ表示時のインジケータのスタイルを規定する。 */
DIV.loader
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

/* インジケータ表示時の画面全体を覆うカバーのスタイルを規定する。 */
DIV.screenCover
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #FFFFFF;
    -moz-opacity: 0.60;
    opacity: 0.60;
    filter: alpha(opacity=60);
}

/* ------------------------------------------------------------------------------------ */
/* 3点リーダ定義 */
/* ------------------------------------------------------------------------------------ */
/* overflow:hidden、heightは必ず指定する */
/* 合わせて要素の横幅を指定する */
div.textOverflow
{
    width: 300px; /* 要素の横幅を指定 */
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
/* textOverflowと組み合わせで指定する */
div.w_350px
{
    width: 350px; /* 要素の横幅を指定 */
}
/* ------------------------------------------------------------------------------------ */
/* フッター関連スタイル */
/* ------------------------------------------------------------------------------------ */
span.copyLight
{
    font-size: 12px;
}

hr.footerSperator {
    height: 2px;
    border: 0;
    box-shadow: 0 10px 10px -10px #bbb inset;
    width:100%;
}

div.footer
{
    text-align:center;
    border:black;
    margin: 0 auto;
}

/* ------------------------------------------------------------------------------------ */
/* システム補助機能関連のCSS定義 */
/* ------------------------------------------------------------------------------------ */

/* 機能タイトルコンテンツ */
div.systemHelpHeaderContents
{
    height: 80px;
    background-color: #ffffff;
    padding: 5px 8px 5px 8px;
    margin: 0px auto 0px auto;
    font-family: "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , "メイリオ" , Meiryo, sans-serif;
}

/* 機能タイトルコンテンツ（情報表示パネル）  */
div.systemHelpHeaderContentsPanel
{
    color: #222;
    float: left;
    font-size: 23px;
}

/* コンテンツエリア */
div.systemHelpContents
{
    background-color: #dadada;
    padding: 20px 40px 40px 20px;
    margin: 0px auto 0px auto;
    font-family: "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , "メイリオ" , Meiryo, sans-serif;
}

/* コンテンツエリア（情報表示パネル） */
div.systemHelpContentsPanel
{
    width: 98%;
    padding: 10px 15px 10px 15px;
    margin: 10px 5px 10px 5px;
    background-color: #ffffff;
    float: left;
    border-right: 1px solid #ffffff;
    font-size: 14px;
    color: #303030;
}

/* リンクリスト（arrow x disc） */
ul.systemHelpLinkList, ol.systemHelpLinkList
{
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

li.systemHelpLinkList
{
    margin-top: .9em;
}

li.systemHelpLinkList:first-child
{
    margin-top: 0;
}

ul.systemHelpLinkList li
{
    position: relative;
    padding-bottom : 1em;
}

ul.systemHelpLinkList li:last-child
{
    padding-bottom : 0;
}

ul.systemHelpLinkList li::after, ul.systemHelpLinkList li::before
{
    display: block;
    content: '';
    position: absolute;
}

ul.systemHelpLinkList li::after
{
    top: .35em;
    left: -1.2em;
    width: 14px;
    height: 14px;
    background-color: #3498db;
    border-radius: 100%;
}

ul.systemHelpLinkList li::before
{
    z-index: 2;
    top: .625em;
    left: -.975em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* メール本文タイトル */
p.mailJohoTitle
{
    padding-left: 16px;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    padding: 5px 5px 5px 20px;
    border-color: #a9a9a9;
    background-color: #228b22;
    width: 720px;
    color: #ffffff;
    border-radius: 2px; /*box-shadow: 5px 5px 5px #AAA;*/
    margin: 10px 0px 0px 0px;
}

/* メール本文 */
p.mailJoho
{
    padding-left: 16px;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    padding: 10px 5px 10px 20px;
    border-color: #a9a9a9;
    color: #556b2f;
    background-color: #ffffff;
    border-radius: 2px; /*box-shadow: 5px 5px 5px #AAA;*/
    margin: 2px 0px 10px 0px;
}

/* タイトル（黄色） */
p.title_yellow
{
    border-left: 9px solid #ffd700;
    padding-left: 8px;
    font-size: 17px;
}

/* タイトル（緑） */
p.title_green
{
    border-left: 9px solid #228b22;
    padding-left: 8px;
    font-size: 17px;
}

/* タイトル（オレンジ） */
p.title_orange
{
    border-left: 9px solid #ffa500;
    padding-left: 8px;
    font-size: 17px;
}

/* タイトル（青） */
p.title_blue
{
    border-left: 9px solid #0000cd;
    padding-left: 8px;
    font-size: 17px;
}

/* ログ表示TDタグ */
td.logoTd
{
    width: 93px;
}

/* 注意書き */
p.waringInfo
{
    font-size: 12px;
}

/* システムよりのお知らせの見出し */
.heading_oshirase {
    font-size: 14px;
    font-style: normal;
    background-color: #33cc33;
    padding: 6px;
    position: relative;
    left: 0px;
    text-indent: 0;
    margin: 0px 30px 3px 30px;
}

/* ------------------------------------------------------------------------------------ */
/* エラー画面 */
/* ------------------------------------------------------------------------------------ */
/* 共通エラー画面 */
hr.borderError {
    border:none;
    border-top:solid 3px #f00;
    height:0px;
    color:#f00;
    float:left;
    width:100%;
}

/* セッションタイムアウト画面 */
hr.borderSessionError {
    border:none;
    border-top:solid 3px #008000;
    height:0px;
    color:#f00;
    float:left;
    width:100%;
}