@charset "UTF-8";
@import url("style_systemcolor.css");
/* @import url("style_systemcolor_g.css"); */
/* 畜産／育苗・利用未収で異なる部分は↑ */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-touch-callout: none;
}

html {
    font-size: 81.25%;
} /* =13px 81.25 */

html {
    transform-origin: top left;
    /* transform: scale(0.9);**/
}
body {
    font-size: 1.077em;
} /* =14px */

@font-face {
    font-family: "Midashi";
    src: url("../fonts/noto/NotoSansJP-Regular.woff2") format("woff2"),
        url("../fonts/noto/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "Gaiji";
    src: url("../fonts/eudc.eot");
    src: url("../fonts/eudc.woff2") format("woff2"),
        url("../fonts/eudc.woff") format("woff");
}

@font-face {
    font-family: "IPAGothic";
    src: url("../fonts/ipaexg.eot");
    src: url("../fonts/ipaexg.woff2") format("woff2"),
        url("../fonts/ipaexg.woff") format("woff");
}

.login-form,
[id="login-box"],
header,
div.menu-wrap,
div.subject-box,
h2,
[class^="btn-"],
div.massage-modal,
div[class^="input-message"],
ul.pagination,
li.tab {
    font-family: "Yu Gothic UI", "ＭＳ ゴシック", "Gaiji", "IPAGothic" !important;
}

body {
    font-family: "ＭＳ ゴシック", "Gaiji", "IPAGothic" !important;
}

body {
    font-family: "ＭＳ ゴシック", "Gaiji", "IPAGothic";
}

body {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    color: #000000;
    width: 100%;
    min-width: 1200px;
}

.clear {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

a:focus,
a:hover {
    text-decoration: none;
}

/*=================================================================================
	header
==================================================================================*/

header {
    width: 100%;
    height: 25px;
    min-width: 1200px;
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 25px;
    background-color: #ffffff;
}

/*---------------------------------------------------------------
	head-logo
----------------------------------------------------------------*/

header .head-logo {
    width: 100px;
    margin-top: 4px;
    vertical-align: middle;
}

header .head-logo-title {
    width: 250px;
    font-weight: bold;
    font-size: 1.5em;
    vertical-align: top;
    margin-left: 3px;
    margin-top: 2px;
    padding-top: 20px;
}

header .head-logo img {
    width: 36px;
    height: auto;
}

/*---------------------------------------------------------------
	ログアウトボタン
----------------------------------------------------------------*/

.btn-logout {
    height: 21px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    color: #fff;
    padding-right: 10px;
    padding-left: 15px;
    border-radius: 13px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: right;
    margin-top: 1px;
    line-height: 13px;
    padding-top: 4px;
}

.btn-logout:focus,
.btn-logout:hover {
    color: #fff;
}

.btn-logout:active {
    color: #fff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.btn-logout .fa-fw {
    margin-left: 5px;
}

/*---------------------------------------------------------------
	ログインJA
----------------------------------------------------------------*/

.login-ja {
    margin-right: 20px;
    float: right;
    margin-top: 6px;
    font-size: 1em;
    color: #000000;
}

.login-ja:before {
    content: "JA：";
    font-weight: bold;
    margin-right: 2px;
}

/*---------------------------------------------------------------
	ログイン店舗
----------------------------------------------------------------*/

.login-tenpo {
    margin-right: 20px;
    float: right;
    margin-top: 6px;
    font-size: 1em;
    color: #000000;
}

.login-tenpo:before {
    content: "店舗：";
    font-weight: bold;
    margin-right: 2px;
}

/*---------------------------------------------------------------
	ログインユーザ
----------------------------------------------------------------*/

.login-user {
    margin-right: 20px;
    float: right;
    margin-top: 6px;
    font-size: 1em;
    color: #000000;
}

.login-user:before {
    content: "職員：";
    font-weight: bold;
    margin-right: 2px;
}

/*---------------------------------------------------------------
	システム日付
----------------------------------------------------------------*/

.system-date {
    margin-right: 20px;
    float: right;
    margin-top: 6px;
    font-size: 1em;
    color: #000000;
}

.system-date::before {
    content: "本日日付：";
    font-weight: bold;
    margin-right: 2px;
}

/*=================================================================================
	common
==================================================================================*/
ul.pagination {
    float: left;
    clear: both;
    margin-top: 4px;
    margin-bottom: 0px;
}

ul.pagination li {
    float: left;
    margin-left: 1px;
    margin-right: 1px;
}

ul.pagination li span {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: 0px;
    background: #bfe3ff;
    border: 1px solid #0068b7;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 2px;
    color: #0068b7;
    font-weight: bold;
    font-size: 0.923em;
    line-height: 22px;
    text-align: center;
    padding: 0px;
}

ul.pagination li a {
    min-width: 25px;
    height: 25px;
    padding: 0 2px !important;
    display: inline-block;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #b4b4b4;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 2px;
    color: #0068b7;
    font-size: 0.923em;
    line-height: 22px;
    text-align: center;
    padding: 0px;
}

ul.pagination li a:hover {
    background: #eeeff7;
    border-color: #00f;
    border: 1px solid #0068b7;
}

/*---------------------------------------------------------------
	インナーコンテンツ
----------------------------------------------------------------*/

#inner-contents {
    /*width: 100%;*/
    width: 100%;
    float: left;
    position: top;
    padding: 4px 10px 0px 10px;
}

/*---------------------------------------------------------------
	section-box
----------------------------------------------------------------*/

.section-box {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #b4b4b4;
    margin-top: 2px;
    clear: both;
}

.section-box-in {
    float: left;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #b4b4b4;
    margin-top: 2px;
    clear: both;
    display: inline-block;
}

/*---------------------------------------------------------------
	必須項目　required(req)
----------------------------------------------------------------*/

.req:after {
    content: "※";
    color: #fe0000;
    font-size: 0.815em;
}

/*---------------------------------------------------------------
	入力メッセージ
----------------------------------------------------------------*/

.input-message {
    width: 100%;
    height: auto;
    min-height: 24px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 1.077em;
    color: #000000;
    border-radius: 4px;
    border: 1px solid #818181;
    line-height: 130%;
    background-color: #ffffff;
    margin-top: 4px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.input-message.error-message {
    color: #cc0000 !important;
}

.input-message.tp-message {
    color: #ffffff !important;
}

.input-message.none-message {
    /* background-color: #f0f0f0 !important; */
    /* opacity: 0 !important; */
}

/*---------------------------------------------------------------
	ボタンボックス
----------------------------------------------------------------*/

.btn-box {
    display: inline-block;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

/*---------------------------------------------------------------
	input小
----------------------------------------------------------------*/
.small-input-left {
    width: 100%;
    height: 18px;
    border: 1px solid #818181;
    font-size: 1.1em;
    line-height: 100%;
    /* padding-top: 1px; */
    padding-right: 2px;
    padding-left: 5px;
    /* padding-bottom: 1px; */
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    vertical-align: baseline;
}

input[data-common-search-id] {
    font-size: 1.089em;
}

.small-input-right {
    width: 100%;
    height: 18px;
    border: 1px solid #818181;
    font-size: 1.1em;
    line-height: 100%;
    /* padding-top: 1px; */
    padding-right: 2px;
    padding-left: 5px;
    /* padding-bottom: 1px; */
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    vertical-align: baseline;
    text-align: right;
}

.small-input-center {
    width: 100%;
    height: 18px;
    border: 1px solid #818181;
    font-size: 1.1em;
    line-height: 100%;
    /* padding-top: 1px; */
    padding-right: 2px;
    padding-left: 5px;
    /* padding-bottom: 1px; */
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    vertical-align: baseline;
    text-align: center;
}

.small-input-code {
    width: 100px;
    border: 1px solid #818181;
    font-size: 0.846em;
    line-height: 100%;
    /* padding-top: 1px; */
    padding-right: 2px;
    padding-left: 5px;
    /* padding-bottom: 1px; */
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    vertical-align: baseline;
}

.small-textarea {
    width: 100%;
    border: 1px solid #818181;
    font-size: 1em;
    line-height: 100%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    float: left;
    text-align: left;
    resize: none;
    overflow-y: scroll;
}

/* IE等のクリア機能を無効化 */
.small-input-left::-ms-clear,
.small-input-right::-ms-clear,
.small-textarea::-ms-clear,
.small-input-center::-ms-clear,
.small-input-code::-ms-clear,
.small-textarea::-ms-clear {
    display: none;
}

.small-input-left:focus,
.small-input-right:focus,
.small-textarea:focus,
.small-input-center:focus,
.small-input-code:focus,
.small-textarea:focus {
    border: 2px solid rgba(39, 206, 215, 1) !important;
    outline: none;
}

.small-input-left:disabled,
.small-input-right:disabled,
.small-textarea:disabled,
.small-input-center:disabled,
.small-input-code:disabled,
.small-textarea:disabled {
    border: 1px solid #818181 !important;
    background: #d5d5d5 !important;
}

/*---------------------------------------------------------------
	code-input小
----------------------------------------------------------------*/

.code-input {
    width: 60px;
    border: 1px solid #818181;
    font-size: 0.846em;
    line-height: 100%;
    padding-top: 1px;
    padding-right: 2px;
    padding-left: 5px;
    padding-bottom: 1px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    float: left;
    margin-right: 2px;
    text-align: left;
}

.code-result {
    margin-left: 3px;
}

/*---------------------------------------------------------------
	select小
----------------------------------------------------------------*/
.small-select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.6em;
    background: #fff url(../images/under_sankaku.svg) no-repeat;
    background-size: 9px 5px;
    background-position: right 5px center;
    font-size: 1em;
    vertical-align: middle;
    border: 1px solid #b4b4b4;
    width: 100%;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin: 0px;
    text-align: left;
    padding-right: 15px;
    ime-mode: inactive;
    height: 18px;
}

.small-select:focus {
    border: 2px solid rgba(39, 206, 215, 1) !important;
    outline: none;
}

.small-select:disabled {
    border: 1px solid #818181 !important;
    background: #d5d5d5 url(../images/under_sankaku.svg) no-repeat !important;
    background-size: 9px 5px !important;
    background-position: right 5px center !important;
}

/*---------------------------------------------------------------
	checkbox
----------------------------------------------------------------*/
.style-checkbox {
    margin: 0px !important;
}

.style-checkbox:focus {
    outline: rgba(39, 206, 215, 1) solid 1px !important;
}

/*---------------------------------------------------------------
	radiobutton
----------------------------------------------------------------*/
.style-radio {
    /* margin: 4px 0 4px !important;*/
    margin: 0 0 2px !important;
}

.style-radio:focus {
    outline: rgba(39, 206, 215, 1) solid 1px !important;
}

/*---------------------------------------------------------------
	リスト背景色
----------------------------------------------------------------*/
/* 押下可能明細 */
.list-color {
    cursor: pointer;
}

.list-color:hover td {
    background-color: #ffddff;
}

/* 入力明細の親のtd */
tr.list-color-input td,
td.list-color-input {
    background-color: #ffddff !important;
}

/* 直接色指定クラス */
tr.list-color-direct td {
    cursor: pointer;
    background-color: #ffddff !important;
}

/*=================================================================================
	ボタン共通
==================================================================================*/
/* 押下中 */
.btn-exec:active,
.btn-move:active,
.btn-search:active,
.btn-pdf:active,
.btn-csv:active,
.btn-cancel:active,
.btn-delete:active,
.btn-clear:active,
.btn-calc:active,
.btn-any:active,
.btn-s-delete:active,
.btn-s-restore:active,
.btn-s-clear:active {
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    outline: none;
}

/* フォーカス中 */
.btn-exec:focus,
.btn-move:focus,
.btn-search:focus,
.btn-pdf:focus,
.btn-csv:focus,
.btn-cancel:focus,
.btn-delete:focus,
.btn-clear:focus,
.btn-calc:focus,
.btn-any:focus,
.btn-danger:focus,
.btn-primary:focus,
.btn-back:focus {
    outline: rgba(39, 206, 215, 1) solid 2px !important;
}

/* 使用不可中 */
.btn-disabled,
.btn-disabled:active,
.btn-disabled:focus,
.btn-disabled:hover {
    background-color: #a9a9a9 !important;
    color: #ffffff !important;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25) !important;
    outline: none !important;
    /* cursor: not-allowed !important; */
    cursor: default !important;
}

/*=================================================================================
	ボタン（大）
==================================================================================*/
/*---------------------------------------------------------------
	実行系ボタン
----------------------------------------------------------------*/
.btn-exec {
    height: 24px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1.077em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #3967ff;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

.btn-exec:focus,
.btn-exec:hover {
    background-color: #053fff;
    color: #ffffff;
}

/*---------------------------------------------------------------
	遷移系ボタン
----------------------------------------------------------------*/
.btn-move {
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 1.077em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #1b7563;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

.btn-move:focus,
.btn-move:hover {
    background-color: #114a3e;
    color: #ffffff;
}

/*---------------------------------------------------------------
	検索系ボタン
----------------------------------------------------------------*/
.btn-search {
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 1.077em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #00b412;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

.btn-search:focus,
.btn-search:hover {
    background-color: #007f0c;
    color: #ffffff;
}

/*---------------------------------------------------------------
	PDFボタン
----------------------------------------------------------------*/
.btn-pdf {
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 1.077em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #fca564;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

.btn-pdf:focus,
.btn-pdf:hover {
    background-color: #fa8532;
    color: #ffffff;
}

/*---------------------------------------------------------------
	CSVボタン
----------------------------------------------------------------*/
.btn-csv {
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 1.077em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #fca564;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

.btn-csv:focus,
.btn-csv:hover {
    background-color: #fa8532;
    color: #ffffff;
}

/*---------------------------------------------------------------
	取消系ボタン
----------------------------------------------------------------*/
.btn-cancel {
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 1.077em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #e14e80;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

.btn-cancel:focus,
.btn-cancel:hover {
    background-color: #d52462;
    color: #ffffff;
}

/*---------------------------------------------------------------
	削除系ボタン
----------------------------------------------------------------*/
.btn-delete {
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 1.077em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #e14e80;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

.btn-delete:focus,
.btn-delete:hover {
    background-color: #d52462;
    color: #ffffff;
}

/*---------------------------------------------------------------
	クリアボタン
----------------------------------------------------------------*/
.btn-clear {
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 1.077em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #ffda4c;
    color: #000000;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

.btn-clear:focus,
.btn-clear:hover {
    background-color: #ffcc14;
    color: #000000;
}

/*---------------------------------------------------------------
	計算ボタン
----------------------------------------------------------------*/
.btn-calc {
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 1.077em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #00b412;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

.btn-calc:focus,
.btn-calc:hover {
    background-color: #007f0c;
    color: #ffffff;
}

/*---------------------------------------------------------------
	汎用ボタン（文字色白、アイコンなし）
----------------------------------------------------------------*/
.btn-any {
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-size: 1.077em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 14px;
}

/*=================================================================================
	ボタン（小）
==================================================================================*/
/*---------------------------------------------------------------
	虫眼鏡ボタン（小）
----------------------------------------------------------------*/
.btn-s-search {
    width: 18px;
    text-decoration: none;
    font-size: 0.769em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    line-height: 11px;
    text-align: center;
}

.btn-s-search:focus,
.btn-s-search:hover {
    color: #ffffff;
}

.btn-s-search:active {
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/*---------------------------------------------------------------
	明細削除ボタン（小）
----------------------------------------------------------------*/
.btn-s-delete {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #e14e80;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 11px;
}

.btn-s-delete:focus,
.btn-s-delete:hover {
    background-color: #d52462;
    color: #ffffff;
}

/*---------------------------------------------------------------
	明細復元ボタン（小）
----------------------------------------------------------------*/
.btn-s-restore {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #008080 !important;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 11px;
}

.btn-s-restore:focus,
.btn-s-restore:hover {
    background-color: #284b4b !important;
    color: #ffffff !important;
}

/*---------------------------------------------------------------
	明細クリアボタン（小）
----------------------------------------------------------------*/
.btn-s-clear {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #ffda4c !important;
    color: #000000;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 11px;
}

.btn-s-clear:focus,
.btn-s-clear:hover {
    background-color: #ffcc14 !important;
    color: #000000 !important;
}

/*---------------------------------------------------------------
	redボタン（インライン）
----------------------------------------------------------------*/
.btn-s-red-in {
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #d12b3e;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    line-height: 11px;
}

.btn-s-red-in:focus,
.btn-s-red-in:hover {
    background-color: #bf1225;
    color: #ffffff;
}

.btn-s-red-in:active {
    background-color: #d12b3e;
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/*---------------------------------------------------------------
	blueボタン（小）
----------------------------------------------------------------*/
.btn-s-blue {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #0f68b7;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 11px;
}

.btn-s-blue:focus,
.btn-s-blue:hover {
    background-color: #00589b;
    color: #ffffff;
}

.btn-s-blue:active {
    background-color: #0f68b7;
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/*---------------------------------------------------------------
	blueボタン（インライン）
----------------------------------------------------------------*/
.btn-s-blue-in {
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #0f68b7;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    line-height: 11px;
}

.btn-s-blue-in:focus,
.btn-s-blue-in:hover {
    background-color: #00589b;
    color: #ffffff;
}

.btn-s-blue-in:active {
    background-color: #0f68b7;
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}
/*---------------------------------------------------------------
	forestgreenボタン（小）
----------------------------------------------------------------*/
.btn-s-forestgreen {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #228b22;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 11px;
}

.btn-s-forestgreen:focus,
.btn-s-forestgreen:hover {
    background-color: #227822;
    color: #ffffff;
}

.btn-s-forestgreen:active {
    background-color: #228b22;
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/*---------------------------------------------------------------
	forestgreenボタン（インライン）
----------------------------------------------------------------*/
.btn-s-forestgreen-in {
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #228b22;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    line-height: 11px;
}

.btn-s-forestgreen-in:focus,
.btn-s-forestgreen-in:hover {
    background-color: #228b22;
    color: #ffffff;
}

.btn-s-forestgreen-in:active {
    background-color: #228b22;
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/*---------------------------------------------------------------
	orangeボタン（小）
----------------------------------------------------------------*/
.btn-s-orange {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #f6ad49;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: left;
    line-height: 11px;
}

.btn-s-orange:focus,
.btn-s-orange:hover {
    background-color: #f39800;
    color: #ffffff;
}

.btn-s-orange:active {
    background-color: #f39800;
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/*---------------------------------------------------------------
	orangeボタン（インライン）
----------------------------------------------------------------*/
.btn-s-orange-in {
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #f6ad49;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    line-height: 11px;
}

.btn-s-orange-in:focus,
.btn-s-orange-in:hover {
    background-color: #f39800;
    color: #ffffff;
}

.btn-s-orange-in:active {
    background-color: #f39800;
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/*---------------------------------------------------------------
	ボタンアイコンの隙間
----------------------------------------------------------------*/
.fa-fw {
    margin-right: 5px;
}

/*---------------------------------------------------------------
	矢印ボタン（小）
----------------------------------------------------------------*/
.btn-s-arrow {
    width: 18px;
    text-decoration: none;
    font-size: 0.769em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #0068b7;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    line-height: 11px;
    text-align: center;
}

.btn-s-arrow:focus,
.btn-s-arrow:hover {
    background-color: #00589b;
    color: #ffffff;
}

.btn-s-arrow:active {
    background-color: #0068b7;
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.btn-s-arrow-no {
    width: 18px;
    text-decoration: none;
    font-size: 0.769em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background-color: #cdcdcd;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    line-height: 11px;
    text-align: center;
}

/*=================================================================================
	contents
==================================================================================*/

#contents {
    width: 100%;
    min-width: 1200px;
    float: left;
    position: relative;
}

/*---------------------------------------------------------------
	タイトル
----------------------------------------------------------------*/

.subject-box {
    width: 100%;
    min-width: 1200px;
    float: left;
    position: relative;
    height: 29px;
    background-color: #ffffff;
    border-bottom: 1px solid #999999;
    padding-right: 10px;
}

h1 {
    height: 18px;
    float: left;
    font-weight: bold;
    font-size: 1.36em;
    line-height: 18px;
    padding-left: 8px;
    margin-top: 2px;
    margin-left: 10px;
}

h2 {
    font-size: 1.077em;
    font-weight: bold;
    padding-left: 5px;
    line-height: 16px;
    height: 16px;
    color: #000000;
}

/*---------------------------------------------------------------
	メニューに戻るボタン
----------------------------------------------------------------*/

.btn-back {
    height: 26px;
    text-decoration: none;
    text-align: center;
    font-size: 1.36em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    float: right;
    margin-top: 1px;
    line-height: 14px;
    padding-top: 3px;
    font-weight: bold;
}

.btn-back:focus,
.btn-back:hover {
    color: #ffffff;
}

.btn-back:active {
    color: #ffffff;
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

/*---------------------------------------------------------------
	カレンダー
----------------------------------------------------------------*/

.calendar {
    border: 1px solid #818181;
    background-image: url(../images/date_pick_calendar.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 11px 11px;
    padding-left: 24px !important;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 100px;
    /* font-size: 0.923em; */
    vertical-align: middle;
    -webkit-box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 16px;
    ime-mode: disabled !important;
}

:placeholder-shown {
    color: #c1c1c1;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #c1c1c1;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #c1c1c1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #c1c1c1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #c1c1c1;
}

.year-picker {
    border: 1px solid #818181;
    background-image: url(../images/date_pick_calendar.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 11px 11px;
    padding-left: 24px !important;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    -webkit-box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 16px;
}

.ym-picker {
    border: 1px solid #818181;
    background-image: url(../images/date_pick_calendar.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 11px 11px;
    padding-left: 24px !important;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    -webkit-box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 16px;
}

/*=================================================================================
	MENU
=================================================================================*/

.menu-wrap {
    float: right;
    width: 100%;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
}

.side {
    float: left;
    width: 221px;
    z-index: 1;
    position: absolute;
}

.side .tab {
    width: 221px;
    height: 50px;
    float: left;
    background-color: #ffffff;
    border: 1px solid #999999;
    clear: left;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1.077em;
    line-height: 50px;
    padding-left: 10px;
    position: relative;
    -webkit-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.15);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px 10px;
}

.side li a {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    display: inline-block;
}

.side li:hover {
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
        -1px -1px 0 #ffffff;
}

.side li:active {
    -webkit-box-shadow: inset -1px 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset -1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.side .active {
    width: 221px;
    height: 50px;
    float: left;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    clear: left;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1.077em;
    line-height: 50px;
    padding-left: 10px;
    position: relative;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
        -1px -1px 0 #ffffff;
}

.side li .fa-fw {
    margin-right: 7px;
    font-size: 1.538em;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
        -1px -1px 0 #ffffff;
}

.main {
    float: right;
    width: 100%;
    margin-right: -220px;
    padding-right: 220px;
}

.sub-menu-box {
    float: left;
    width: 100%;
    border: 1px solid #999999;
    background-color: #ffffff;
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 4px;
    min-height: 350px;
}

.sub-menu-box .title {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 1.385em;
    line-height: 100%;
    padding-left: 10px;
    padding-bottom: 12px;
}

.sub-menu-box .title .fa-fw {
    margin-right: 7px;
    font-size: 1.538em;
    text-shadow: 0 0 4px #fff, 0 0 5px #fff;
}

/*---------------------------------------------------------------
	サブメニュー
----------------------------------------------------------------*/

.sub-menu {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.sub-menu ul {
    width: 100%;
    float: left;
    height: 46px;
}

.sub-menu ul li {
    width: 33.3%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
}

.sub-menu ul li .btn_li {
    width: 100%;
    float: left;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 30px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.154em;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    display: block;
}

.sub-menu ul li .blank {
    visibility: hidden;
}

.sub-menu ul li .space {
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sub-menu ul li .btn_li:hover {
    background-image: -webkit-linear-gradient(
        270deg,
        rgba(255, 254, 232, 1) 0%,
        rgba(255, 254, 232, 1) 100%
    );
    background-image: -moz-linear-gradient(
        270deg,
        rgba(255, 254, 232, 1) 0%,
        rgba(255, 254, 232, 1) 100%
    );
    background-image: -o-linear-gradient(
        270deg,
        rgba(255, 254, 232, 1) 0%,
        rgba(255, 254, 232, 1) 100%
    );
    background-image: linear-gradient(
        180deg,
        rgba(255, 254, 232, 1) 0%,
        rgba(255, 254, 232, 1) 100%
    );
}

.sub-menu ul li .btn_li:active {
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(
        270deg,
        rgba(255, 253, 158, 1) 0%,
        rgba(255, 253, 158, 1) 100%
    );
    background-image: -moz-linear-gradient(
        270deg,
        rgba(255, 253, 158, 1) 0%,
        rgba(255, 253, 158, 1) 100%
    );
    background-image: -o-linear-gradient(
        270deg,
        rgba(255, 253, 158, 1) 0%,
        rgba(255, 253, 158, 1) 100%
    );
    background-image: linear-gradient(
        180deg,
        rgba(255, 253, 158, 1) 0%,
        rgba(255, 253, 158, 1) 100%
    );
}

.sub-menu ul li .btn_li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: left 5px top 5px;
    background-size: 12px auto;
}

/*=================================================================================
	#main
==================================================================================*/

#main {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/*---------------------------------------------------------------
	メインタブ
----------------------------------------------------------------*/

.part {
    width: 100%;
    float: left;
    position: relative;
    border-top-width: 1px;
    margin-top: 10px;
}

.part .part-tab {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.part .part-tab .active {
    width: 150px;
    height: 30px;
    float: left;
    margin-right: 10px;
    text-align: center;
    border-top: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
}

.part .part-tab .active .txt {
    width: 100%;
    color: #000000;
    font-size: 1.077em;
    font-weight: bold;
    /* border-bottom: 3px solid #0068b7; */
    float: left;
    text-align: center;
    padding-bottom: 5px;
}

.part .part-tab .tab {
    width: 150px;
    height: 30px;
    float: left;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #b4b4b4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f3f3f3;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    color: #666666;
    font-size: 1.077em;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.part .part-tab .tab:hover {
    color: #000000;
}

.part .part-tab .tab .txt {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 8px;
    font-size: 1.077em;
    font-weight: bold;
}

.part .part-tab .tab a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.part .part-tab .tab-disabled {
    width: 150px;
    height: 30px;
    float: left;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #b4b4b4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f3f3f3;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    color: #666666;
    font-size: 1.077em;
    font-weight: bold;
    position: relative;
}

.part .part-tab .tab-disabled .txt {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 8px;
    font-size: 1.077em;
    font-weight: bold;
}

.part .part-box {
    width: 100%;
    float: left;
    border: 1px solid #b4b4b4;
    position: relative;
    top: -1px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.part-box-disabled {
    display: none;
}

/*=================================================================================
	お知らせ
==================================================================================*/
.info-box {
	width: 99%;
	border: 1px solid #B4B4B4;
	float: left;
	height: 350px;
	margin-top: 20px;
	margin-left: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
    background-color: #ffffff;
}

.info-box .thread-title {
	width: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.info-box .thread-title .subject{
	font-size: 1.3em;
	line-height: 110%;
	font-weight: bold;
	position: relative;
}

.info-box .thread {
	width: 100%;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.info-box .thread .subject {
	font-size: 1.3em;
	line-height: 110%;
	font-weight: bold;
	position: relative;
}

.info-box .thread .sentence {
    position:relative;
    margin-left:52px;
	font-size: 1.3em;
	line-height: 105%;
}

.info-box .thread .sentence .new_icon{
    position:absolute;
    margin-left:-25px;
}

.info-box .thread .sentence img{
	width: 23px;
    height: 23px;
}

.info-box .thread .sentence a {
	text-decoration: underline;
	color: #0058dd;
}

.info-box .thread .sentence a:hover {
	text-decoration: underline;
	color: #ff9900;
    cursor: pointer;
}

/*=================================================================================
	一覧画面・メンテ画面共通
==================================================================================*/

/*=================================================================================
	一覧画面用 list-case
==================================================================================*/
/* 検索条件部分 */
.search-area {
    width: 370px;
    float: left;
    margin-top: 4px;
    margin-right: 30px;
}

.search-area th {
    width: 100px;
    border: 1px solid #b4b4b4;
    font-size: 0.846em;
    padding: 4px 4px 2px 4px;
    vertical-align: middle;
    height: 21px;
    max-height: 21px;
}

.search-area td {
    border: 1px solid #b4b4b4;
    background-color: #ffffff;
    font-size: 0.846em;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    vertical-align: middle;
    min-height: 0px;
    height: 21px;
    max-height: 21px;
}

.box {
    width: 580px;
}

.btn-search-box {
    width: 130px;
    float: right;
    margin-top: 10px;
}

.btn-search-box ul {
    float: right;
}

.btn-search-box ul li {
    clear: left;
    float: left;
    margin-bottom: 5px;
}

/* 一覧部分 */
.meet-no {
    float: left;
    margin-top: 10px;
    margin-left:8px;
    font-size: 1em;
}

.list-area {
    float: left;
    margin-top: 2px;
    clear: both;
}

.list-area thead,
.list-area tbody {
    display: block;
}

.list-area tbody {
    /* overflow-y: scroll;
    height: 300px; */
    border-bottom: 1px solid #b4b4b4;
    background-color: #c0c0c0;
}

.list-area tr {
    background-color: #ffffff;
}

.list-area th {
    border: 1px solid #b4b4b4;
    font-size: 0.846em;
    padding: 4px;
    vertical-align: middle;
}

.list-area td {
    border: 1px solid #b4b4b4;
    font-size: 0.846em;
    padding: 1px 2px;
    vertical-align: middle;
    line-height: 100%;
}

.comment {
    float: left;
    clear: both;
    font-size: 0.923em;
    margin-top: 10px;
}

/*=================================================================================
	tooltip
==================================================================================*/
td.td-tooltip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*
td.td-tooltip > label,
td.td-tooltip > a,
td.td-tooltip > p,
td.td-tooltip > span,
td.td-tooltip > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
*/

/*=================================================================================
	合計用テーブル
==================================================================================*/
table.table-sum {
    float: left;
    margin: 0px;
    clear: both;
}
table.table-sum th.sum_title1 {
    border: 1px solid #b4b4b4;
    background-color: #1b7563;
    color: #ffffff;
    font-size: 0.846em;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    line-height: 160%;
}
table.table-sum th.sum_title2 {
    border: 1px solid #b4b4b4;
    background-color: #4da492;
    color: #ffffff;
    font-size: 0.846em;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    line-height: 160%;
}
table.table-sum td {
    border: 1px solid #b4b4b4;
    background-color: #ffffff;
    font-size: 0.846em;
    padding: 3px;
    vertical-align: middle;
    line-height: 160%;
}

/*=================================================================================
	保守画面 mainte-case
==================================================================================*/
.mainte-area {
    float: left;
    width: 100%;
    margin-top: 2px;
}

.table-col {
    width: 100%;
    float: left;
}

.table-col th {
    width: 130px;
    border: 1px solid #b4b4b4;
    font-size: 0.846em;
    padding: 5px;
    vertical-align: middle;
}

.table-col td {
    border: 1px solid #b4b4b4;
    font-size: 0.846em;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    background-color: #ffffff;
    vertical-align: middle;
}

.table-col td .division-select {
    width: 180px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 1em;
    background: #fff url(../images/under_sankaku.svg) no-repeat;
    background-size: 9px 5px;
    background-position: right 5px center;
    font-size: 1em;
    vertical-align: middle;
    border: 1px solid #b4b4b4;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin: 0px;
    text-align: left;
}

.table-col td .price-input {
    width: 120px;
    border: 1px solid #818181;
    font-size: 1em;
    line-height: 100%;
    padding-top: 1px;
    padding-right: 2px;
    padding-left: 5px;
    padding-bottom: 1px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    text-align: right;
    margin-right: 4px;
}

.date-info {
    float: left;
    margin-top: 10px;
    font-size: 0.846em;
    clear: left;
}

.date-info dt {
    float: left;
    clear: left;
    margin-bottom: 5px;
    width: 90px;
}

.date-info dd {
    float: left;
}

/* 計算項目の背景色（畜産） */
.calcitem {
    background-color: #fff8b8;
}

/* エラー項目の背景色 */
.err-input-item {
    background-color: #ffc6a4;
}

/* readonly項目(名称表示用) */
.input-readonly {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}

.input-readonly:focus {
    border-color: transparent !important;
    border-width: 1px !important;
}

/*=================================================================================
	datepicker
==================================================================================*/

/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default {
    background-color: #fde0e0 !important; /* 背景色を設定 */
    color: #f00 !important; /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default {
    background-color: #e0e0fd !important; /* 背景色を設定 */
    color: #009 !important; /* 文字色を設定 */
}
/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover {
    opacity: 0.8;
}
/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight {
    background-color: #fffa90 !important;
}
/* 当日を示す色はそのまま */
select.ui-datepicker-year {
    color: #000 !important; /* 文字色を設定 */
}

/*=================================================================================
	member-type-box
==================================================================================*/
.member-type-box {
    width: 600px;
    float: left;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.member-type-box p {
    float: left;
    width: 100%;
}

.member-type-box input[type="checkbox"] {
    position: relative;
    top: 0px;
}

.member-type-box label {
    margin-left: 5px;
    margin-right: 20px;
    font-size: 11px;
}

.member-type-box .type {
    font-weight: bold;
}

.member-type-box .choice {
    float: left;
    width: 100%;
    clear: left;
}

.member-type-box ul {
    width: 100%;
    float: left;
    padding-left: 10px;
    margin-top: 5px;
}

.member-type-box li {
    float: left;
    margin-left: 5px;
}

/*=================================================================================
	page-box
==================================================================================*/
.page-box {
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.page-box .page-control {
    float: left;
    width: 100%;
    text-align: center;
}

.page-box .page-control .page-num {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
}

/*=================================================================================
	使用不可ボタン
==================================================================================*/
/*
a[disabled] {
	color: #FFFFFF !important;
	background-color: #888888 !important;
	text-decoration: none !important;
	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.25) !important;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.25) !important;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.25) !important;
}
*/
a[disabled] {
    opacity: 0.6;
}
.ui-datepicker-trigger {
    display: none;
}

/*=================================================================================
	確認メッセージ
==================================================================================*/
.modal-header {
    padding: 15px 15px 0;
}

.modal-title {
    font-size: 22px;
    margin: 0;
    border-bottom: 2px;
    border-color: green;
    border-bottom-style: solid;
}

/*=================================================================================
	追加クラス（販売利用系）
==================================================================================*/

table {
    counter-reset: rowCount;
}

tbody > tr {
    counter-increment: rowCount;
}

tbody > tr > td:first-child > .table-serial-auto::before {
    content: counter(rowCount);
}

th.table-serial-th {
    width: 27px;
    max-width: 27px;
    text-align: center;
}

td.table-serial-td {
    width: 27px;
    max-width: 27px;
    text-align: center;
    overflow: hidden;
}

.table-serial-text {
    font-size: 1em;
}

.tooltip .tooltip-inner {
    /*
    background-color: #696969 !important;
    border: 2px solid #696969 !important;
    */
    font-size: 1.25em !important;
}

tr.listLinkTr:focus {
    outline: none;
}

tr.listLinkTr:focus td {
    background-color: lightpink !important;
}

tr.listLinkTr-disabled td {
    background-color: #a9a9a9 !important;
}

tr.listLinkTr-stoped td {
    background-color: #dfdfdf;
}

span.meet-no {
    /*
    display: none;
    */
}

input.calendar {
    width: 100px;
}

.list-area tr td {
    font-size: 12px;
    height: 22px !important;
    vertical-align: middle;
}

.list-area tr td p {
}

.list-area tr td p::-webkit-scrollbar {
    display: none;
}

.list-area tr td {
    height: 21px;
}

/* 使用停止表記専用チェックボックス */
input[type="checkbox"].stop-flg-chk {
    display: none !important;
}
.stop-flg-chk-dummy {
    box-sizing: border-box;
    cursor: defalut;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 13px;
    height: 13px;
}
.stop-flg-chk-dummy::before {
    background: darkgray;
    border: 1px solid #231815;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    left: 0px;
    top: 3px;
    margin: 0px;
    position: absolute;
    opacity: 0.2;
}
.stop-flg-chk-dummy::after {
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    content: "";
    display: block;
    height: 10px;
    left: 4px;
    top: 3px;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
    width: 5px;
    opacity: 0;
}
input[type="checkbox"]:checked + .stop-flg-chk-dummy::after {
    opacity: 0.6;
}

.common-search-tr:focus {
    background-color: lightgoldenrodyellow;
    outline: none;
}

td.td-common-search-stoped {
    background-color: whitesmoke;
}

.common-search-tr:focus {
    /* background-color: lightgoldenrodyellow; */
    /* background-color: #fff8b8;*/
    /* background-color: #cbf3f5; */
    outline: none;
}

/* input type file */
.input-file-label {
    color: #000000;
    background-color: #efefef;
    border: solid 1px #4f4f4f;
    padding-top: 6px;
    height: 24px;
    width: 120px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: 1.077em;
}
.input-file-label:hover {
    background-color: #e5e5e5;
}
.input-file-p {
    display: inline;
    overflow: hidden;
}
input[type="file"].input-file {
    display: none;
}
.modal-upperright {
    top: 4px !important;
    left: auto !important;
    right: 18px !important;
    bottom: initial !important;
}
.modal-upperright .modal-dialog {
    top: auto !important;
    transform: translateY(0) !important;
    margin: 0px !important;
    width: 360px !important;
}
.modal-upperright .modal-dialog .modal-header {
    padding: 5px 15px 0;
}
.modal-upperright .modal-dialog .modal-body {
    padding: 8px 15px 0;
}
.modal-upperright .modal-dialog .modal-footer {
    padding: 8px 15px 8px;
}

.file-icon {
    font-size: 1.4em;
    color:  "#000000";
    margin-left: 3px;
    vertical-align:middle;
}
