﻿@charset "UTF-8";

body {
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica,Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic''MS UI Gothic','Helvetica','Arial',sans-serif;
}

.container-fluid {
    margin-top: 0;
}

header {
    width: 100%;
    padding: 8px 0s;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    background: -webkit-linear-gradient(top, rgb(255,255,255) calc(100% - 28px), rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient (top, rgb(255,255,255) calc(100% - 28px), rgba(255,255,255,1) 100%);
    background: -o-linear-gradient (top, rgb(255,255,255) calc(100% - 28px), rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient (top, rgb(255,255,255) calc(100% - 28px), rgba(255,255,255,1) 100%);
    background: linear-gradient (to bottom, rgb(255,255,255) calc(100% - 28px), rgba(255,255,255,1) 100%);
    min-height: 60px;
}

header div#header-title {
    padding: 1px 0;
    border-bottom: 5px solid #337ab7;
}
.logo_small_img{
	width:150px;
}
nav {
    padding: 4px;
}

main {
    margin-top: 0;
    padding: 4px;
}

footer {
    clear: both;
    padding: 4px;
}

div, label, input, button, table, select, textarea {
    margin: 2px 0;
}

button {
    padding: 2px;
}

table, td, th {
    padding: 2px;
    white-space: nowrap;
    font-weight: normal;
}


.sidebar{
    position: fixed;
    top: 70px;
    left: 10px;
    padding: 0;
    width: 12em;
    display: block;
    overflow-y: auto;
    height: 30em;
    -ms-overflow-style: none;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

/* accordion */
h3[data-toggle^="collapse"] {
    background-color: #ddf;
    border-radius: 0.6em;
    padding: 0.3em 0 0.3em 1em;
    cursor: pointer;
}
h3[data-toggle^="collapse"]:hover {
    background-color: #e7e7ff;
}

tr[data-toggle^="collapse"] {
    cursor: pointer;
}


h3[data-toggle^="collapse"]:after,
tbody th span:after {
    font-size: 80%;
    content: " ▼";
}

h3.open:after,
th span.open:after {
    font-size: 80%;
    content: " ▲";
}

tbody tr span.red {
    color: red;
}

tbody tr span.red:after {
    content: "";
}



/* pager */
.pagercount {
    margin: 40px 0;
    display: table;
    width: 100%;
}

.pagercount div {
    /*display: table-cell;*/
}

.resultNum {
    /*width: 20%;*/
    text-align: left;
    font-size: 12px;
}

.displayNum {
    /*width: 20%;*/
    text-align: right;
    margin: 0 0 0 auto;
}

.resultNum span {
    margin: 0 1px;
    color: #888;
    font-size: 14px;
    font-weight: normal;
    }

.displayNum select { padding: 2px 3px; }

.jpager {
    /*width: 60%;*/
    text-align: center;
/*  margin: 0 auto 1em auto;
    display: table-cell;
    vertical-align: middle;
*/  }

.jpager a {
    width: 26px;
    height: 30px;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    line-height: 30px;
    display: inline-block;
    background: #f3f3f3;
    border-radius: 5px;
    margin: 0 2px 5px;
    }

.jpager a img {
    margin-top: -3px;
    width: auto;
    height: 14px;
    vertical-align: middle;
    }

.jpager a:hover {
    color: #999;
    background: #f9f9f9;
    cursor: pointer;
    }


.jpager a.jp-current {
    width: 28px;
    height: 28px;
    /*color: #000;*/
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: none;
    border-radius: 5px;
    background: #337ab7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    }

/* 工事一覧/検索 */
#const-search {
    background: #eef;
    border-radius: 6px;
    padding: 0.3em;
}

#main-header form {
    display: inline-block;
}

/* bootstrap overwrite */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    padding-right: 1em;
    padding-left: 0.5em;
}

.color-red {
    color: red;
}

div.table-responsive table {
    margin: 0;
    padding: 0;
}

a.btn {
    display: inline-block;
    background-color: buttonface;
    color: inherit;
}

a.btn.btn-xs{
   color: #fff;
}

/* kingaku */
    .kind-kingaku,
    .kind-hiritsu,
    .kind-shokei {
        text-align: right;
    }
/* input text */

	input.w1em {
        width: 1em;
    }
	input.w2em {
        width: 2em;
    }
    input.w3em {
        width: 3em;
    }
	input.w4em {
        width: 4em;
    }
	input.w5em {
        width: 5em;
    }
	input.w6em {
        width: 6em;
    }
	input.w7em {
        width: 7em;
    }
	input.w8em {
        width: 8em;
    }
	input.w9em {
        width: 9em;
    }
	input.w10em {
        width: 10em;
    }
	input.w11em {
        width: 11em;
    }
	input.w12em {
        width: 12em;
    }
	input.w13em {
        width: 13em;
    }
	input.w14em {
        width: 14em;
    }
	input.w15em {
        width: 15em;
    }
	input.w16em {
        width: 16em;
    }
	input.w17em {
        width: 17em;
    }
	input.w18em {
        width: 18em;
    }
	input.w19em {
        width: 19em;
    }
	input.w20em {
        width: 20em;
    }
	input.w21em {
        width: 21em;
    }
	input.w22em {
        width: 22em;
    }
	input.w23em {
        width: 23em;
    }
	input.w24em {
        width: 24em;
    }
	input.w25em {
        width: 25em;
    }
	input.w30em {
        width: 30em;
    }
	input.w40em {
        width: 40em;
    }
    input.w50em {
        width: 50em;
    }
    div.s_main{
		margin-left: 180px;
    background: white;
    }
/* エラーメッセージ */
	p.error {
		margin-top: 10px;
		color: #f66;
		text-align: left;
		line-height: 110%;
	}
	p.errorL{
		margin-left: 290px;
	}
	span.error{
		color: #f66;
		margin:1px;
	}
/* 見出し */
	h1{
		padding: 0.25em 0.5em;/*上下 左右の余白*/
		color: #494949;/*文字色*/
		background: transparent;/*背景透明に*/
		border-left: solid 5px #7db4e6;/*左線*/
	}
	h2{
		margin-left: 40px;
		font-size: 1.5em;
	}

/* サイドメニュー 書式ダウンロード部分 */

    h4#h4-template {
        font-size: 14px;
        padding: 0.5em 2px;
        cursor: pointer;
        border-radius: 4px;
    }

    h4#h4-template:before {
        content: "▼";
    }

    h4#h4-template:hover {
        background-color: #eee;
    }

    h4#h4-template.template-open:before {
        content: "▲";
    }

    ul#ul-template {
        display: none;
    }
    h4#h4_upload{
        font-size: 14px;
        padding: 0.5em 2px;
        cursor: pointer;
        border-radius: 4px;
   }
    h4#h4_upload:before {
        content: "▼";
    }

    h4#h4_upload:hover {
        background-color: #eee;
    }

    h4#h4_upload.template_open:before {
        content: "▲";
    }

    ul#ul_upload {
        display: none;
    }

/* 半角入力・全角入力 */
    .hankaku{
		ime-mode:disabled;
	}
	.zenkaku{
		ime-mode:active;
	}
/* 右寄せ・左寄せ */
	.suji{
		text-align:right;
	}
	.moji{
		text-align:left;
	}

/* 左メニュー開閉ボタン */
	.btn-menu {
		font-size: 2.0em;
		cursor : pointer;
	}

/* 閲覧モード */
	.mode-refer {
		color: #2aabd2;
		font-size: 1.2em;
		font-weight: bold;
        margin: 10px;
        display: inline;
	}

/* 竣工日を過ぎているツールチップ */
.kansei-yotei-nengetsu-over-tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.kansei-yotei-nengetsu-over-tooltip-description {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 100px;
}
.kansei-yotei-nengetsu-over-tooltip-description:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 95%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(90deg);
}
.kansei-yotei-nengetsu-over-tooltip:hover .kansei-yotei-nengetsu-over-tooltip-description {
    display: inline-block;
    top: 0px;
    left: 120px;
}

