﻿@charset "utf-8";
/* -------------------------------- CSSInfo
Project: apparatus2
Author: y_enoto
Style : commonStyleFile
------------------------------------------*/

* { margin: 0px; padding: 0px; }

/* Print (bootstrap4対応）
*******************************************/
@page {
    size: auto;
}

/* CLEAR
*******************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent;border: 0; margin: 0; padding: 0; vertical-align: baseline; }
html,body { margin: 0; padding:0; font-size: 14px; }

body { background-color: #fff; color: #333; font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","MS PGothic","Lucida Grande","Lucida","Verdana","sans-serif"; line-height: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: bold; color: black; }
ol, ul { list-style: none; }
ul { margin: 0; padding: 0; list-style: none outside none; }
dl { margin: 0; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0;}
a img { border: none; }
img { vertical-align:bottom; }
/*a { color: #333; }*/
i { color: #666; }

/* Layout
*******************************************/
#top {width:95%; height: auto; margin: 0 auto; padding-bottom: 30px;}

/* Header
*******************************************/
header{border-top: 5px solid #0D1768; position: fixed; background-color: #FFF; width:95%; z-index: 9999;}

#headLeft{float: left;}
#headRight{float: right;}

#function_nm{float: left; margin-right:5px; white-space: nowrap; overflow: hidden;}
#logo{float: left; margin-right:5px;}
#headTitle{float: left; line-height:36px; margin-top:5px; margin-right:5px; font-size: 18px;}
#nologin{line-height:72px; font-size: 24px; width:95%;}

#userArea{line-height:47px; float:right;}
#buttonArea{text-align:right; float:right; margin:7px 6px;}
.header_link { color: #333; }


/* Main Menu
*******************************************/
#main-menu {clear: both; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; position: fixed; margin-top: 5px; z-index: 9999;}
#toggle_menu {display: none;}

/* dropdown */
nav { height: 42px; display: inline-block; margin-top 5px; }
#nav {height: 38px; line-height: 38px; margin: 0 auto; padding: 1px 0;}
#nav li { border-left: 1px solid #ccc; position: relative; float: left; padding: 0 24px; position: relative;}
#nav li:before { border-color: transparent transparent transparent #ccc; border-image: none; border-style: solid; border-width: 8px; content: ""; display: inline-block; left: 0; margin-top: -8px;position: absolute; top: 50%; }
#nav li a { display: block; text-decoration: none; white-space: nowrap;}
#nav li.cr:before { border-color: transparent transparent transparent #fff; }
#nav li.cr { background-color: #ffe4c4; border-bottom: 3px solid #fb9d23; }
#nav li:hover { border-bottom: 3px solid #fb9d23; }

#nav .dp { position: absolute; left: 0; margin-left: 0; padding-top: 3px; position: absolute; width: max-content;width: 100%;}
#nav .dp li { background-color: #fff; border: 1px solid #ccc; float: none; position: relative; padding-bottom: 1px; z-index: 100;}
*::-ms-backdrop, #nav .dp li {width: 140px;}/* IE11のみ */
@supports (-ms-ime-align: auto) {#nav .dp li {width: 140px;}}/* Edgeのみ */

#nav .dp li:hover { border-bottom: 3px solid #fb9d23; }
#nav .dp li:not(:first-child):before { border: none; }
#nav .dp li:nth-child(1):before { border-color: transparent transparent #fb9d23; border-image: none; border-style: solid; border-width: 10px; content: ""; display: inline-block; left: 60px; position: absolute; top: -12px; }

#nav .dp li ul { left: 100%; list-style: outside none none; margin-left: 0; position: absolute; top: 0; z-index: 999; margin: -1px 10px;}
#nav .dp li ul li:first-child:before { border-color: transparent #fb9d23 transparent transparent; border-image: none; border-style: solid; border-width: 10px; content: ""; display: inline-block; left: -20px; position: absolute; top: 50%; }

#nav .dp li ul li { float: none; padding-bottom: 1px; width: max-content;width: -moz-max-content;}
#nav .dp li ul li ul { left: 200px; padding-left: 1px; padding-top: 0; position: absolute; top: 0; }
#nav .dp li i { float: right; padding-top: 13px; padding-left: 10px;}

/* Content
*******************************************/
#content {clear: both; padding-top: 60px;}

/* Footer
*******************************************/
footer{}

/* CommonUtility
*******************************************/
.ermsgBox {border: 1px solid #ccc; border-collapse: separate; border-radius: 5px; color: #ff6861; font-weight: bold; padding: 10px; margin: 0 0 10px;}
.red { color: #ff6861; font-weight: bold; }
.blue{ color: #0000ff; }
.required { color: #FF0000; font-weight: bold;}
.required:after { content: "*"; display: inline;}

.underline{ border-bottom: 1px solid; margin-bottom: 3px;}
.f-err {background-color: #ffdfdf;}
.customSelect.f-err {background: #ffdfdf url('../img/arrow.jpg') no-repeat right; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center{ text-align: center;}
.numeric{ text-align: right; }

.imeoff{ime-mode: disabled;}
.hide{ display: none; }

.sp_show{display: none;}
.sp_hide{display: inherit;}

/* Heading
*******************************************/
h1 { font-size: 22px; margin: 0 0 4px; text-align: center; line-height: 34px; height: 34px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: -moz-linear-gradient(left,  #ffffff 0%, #0D1768 50%, #ffffff 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#0D1768), color-stop(100%,#ffffff)); background: -webkit-linear-gradient(left,  #ffffff 0%,#0D1768 50%,#ffffff 100%); background: linear-gradient(to right,  #ffffff 0%,#0D1768 50%,#ffffff 100%); color: #FFF;}
h2 { background-color: #235FCD; border: 1px solid #ccc; border-radius: 10px; font-size: 18px; margin: 15px 0 8px 0; padding: 0 10px 5px; height: 25px; line-height: 25px; color: white;}

/* Input
*******************************************/
input[type='text'] { border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset; color: #666; margin: 1px 1px 0px 0px; padding: 2px 2px; }
input[type='url'] { border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset; color: #666; margin: 1px 1px 0px 0px; padding: 2px 2px; }
input[type='email'] { border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset; color: #666; margin: 1px 1px 0px 0px; padding: 2px 2px; }
input[type='tel'] { border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset; color: #666; margin: 1px 1px 0px 0px; padding: 2px 2px; }
input[type='password']{ border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset; color: #666; margin: 0 0 0px; padding: 3px 3px; }
textarea { border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset; color: #666; margin: 1px 1px 0px 0px; min-height: 20px; min-width: 40px; padding: 2px 2px; }

input[type='text']:focus, input[type='password']:focus, input[type='url']:focus, input[type='email']:focus, input[type='tel']:focus, textarea:focus { border:solid 1px #fb9d23; }
input[type='text'].error, input[type='radio'].error, input[type='url'].error, input[type='email'].error, input[type='tel'].error, textarea.error, span.error { border:solid 2px #fea381; }
input[type='text']::placeholder, input[type='url']::placeholder, input[type='email']::placeholder, input[type='tel']::placeholder { color:#999; }
input[type='text'].plaintext, input[type='url'].plaintext, input[type='email'].plaintext, input[type='tel'].plaintext{
	margin-bottom: 0;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
	webkit-box-shadow: none;
    box-shadow: none;
}
input[type='text']:focus.plaintext, input[type='url']:focus.plaintext, input[type='email']:focus.plaintext, input[type='tel']:focus.plaintext { solid transparent; border-width: 1px 0; outline: none; }

input[type='radio'], input[type='checkbox'] { display: none; }
input[type='radio'], input[type='checkbox'] { display: inline-block; margin-right: 6px; }
input[type='radio'] + label, input[type='checkbox'] + label, label.c, label.r { cursor: pointer; display: inline-block; line-height: 23px; margin-right: 12px; position: relative; }

@media (min-width: 1px) {
input[type='radio'], input[type='checkbox'] { display: none; margin: 0; }
input[type='radio'] + label, input[type='checkbox'] + label, label.c, label.r { padding: 0 0 0 24px; }
input[type='radio'] + label::before, input[type='checkbox'] + label::before, label.c::before, label.r::before { background: #fff; -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset; content: ""; display: block; height: 18px; left: 0; margin-top: -9px; position: absolute; top: 50%; -moz-box-sizing: border-box; box-sizing: border-box; width: 18px; }
input[type='radio'] + label::before, label.r::before { border: 1px solid #ccc; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
input[type='checkbox'] + label::before, label.c::before { border: 1px solid #ccc; }
input[type='radio']:checked + label::after, input[type='checkbox']:checked + label::after, input[type='checkbox']:checked + span::after,input[type='radio']:checked + span::after { -moz-box-sizing: border-box; box-sizing: border-box; content: ""; display: block; position: absolute; top: 50%; }
input[type='radio']:checked + label::after,input[type='radio']:checked + span::after { background: #fb9d23; border-radius: 8px; height: 8px; left: 5px; margin-top: -4px; width: 8px; }
input[type='checkbox']:checked + label::after, input[type='checkbox']:checked + span::after { border-left: 3px solid #fb9d23; border-bottom: 3px solid #fb9d23; height: 8px; left: 3px; margin-top: -8px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); width: 16px; }
}

.customSelect.customSelectFocus{ border:solid 1px #fb9d23; }
.selecter{ margin: 0 35px 0 0; padding:0 35px 0 0; width: 280px; height:43px; }
.customSelect { border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset; color: #666; display: block; margin: 0 0 0px; padding: 3px 0 3px 3px; width: 320px; background: #fff url('../img/arrow.jpg') no-repeat right; }

input[readonly='readonly'] { background-color:#efefef; }

/* Button Area
*************************************************/
.btnArea { margin: 10px 10px; overflow: hidden; }
.btnArea p { float: left; }
.btnArea p.right { float: right; }
.btnAreaC { margin: 10px 10px; overflow: hidden; text-align: center;}

/* Button Color
*************************************************/
/* 通常 */
input[type='button'], input[type='submit'], button {
 border:1px solid #ffad41; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3); color: #404040;font-weight:bold;
 background-color: #ffc579; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
 background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
 background-image: linear-gradient(to bottom, #ffc579, #fb9d23);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
}
input[type='button']:hover, input[type='submit']:hover, button:hover {
 border:1px solid #ff9913;
 background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
 background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 background-image: linear-gradient(to bottom, #ffaf46, #e78404);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}
input[type='button']:focus, input[type='submit']:focus, button:focus {
 border:1px solid #ff9913;
 background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
 background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 background-image: linear-gradient(to bottom, #ffaf46, #e78404);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}

/* 帳票出力 */
input[type='button'].output, input[type='submit'].output, button.output {
 border: 1px solid #91b41a; background-color: #b6e026;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e026), to(#abdc28));
 background-image: -webkit-linear-gradient(top, #b6e026, #abdc28);
 background-image: -moz-linear-gradient(top, #b6e026, #abdc28);
 background-image: -ms-linear-gradient(top, #b6e026, #abdc28);
 background-image: -o-linear-gradient(top, #b6e026, #abdc28);
 background-image: linear-gradient(to bottom, #b6e026, #abdc28);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b6e026, endColorstr=#abdc28);
}
input[type='button'].output:hover, input[type='submit'].output:hover, button.output:hover {
 border: 1px solid #718c14; background-color: #95b91a;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#95b91a), to(#8bb41d));
 background-image: -webkit-linear-gradient(top, #95b91a, #8bb41d);
 background-image: -moz-linear-gradient(top, #95b91a, #8bb41d);
 background-image: -ms-linear-gradient(top, #95b91a, #8bb41d);
 background-image: -o-linear-gradient(top, #95b91a, #8bb41d);
 background-image: linear-gradient(to bottom, #95b91a, #8bb41d);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#95b91a, endColorstr=#8bb41d);
}

/* 処理実行 */
input[type='button'].exec, input[type='submit'].exec, button.exec {
 border: 1px solid #96f0ff; background-color: #cef8ff; color: #545454;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#cef8ff), to(#7fe0f8));
 background-image: -webkit-linear-gradient(top, #cef8ff, #7fe0f8);
 background-image: -moz-linear-gradient(top, #cef8ff, #7fe0f8);
 background-image: -ms-linear-gradient(top, #cef8ff, #7fe0f8);
 background-image: -o-linear-gradient(top, #cef8ff, #7fe0f8);
 background-image: linear-gradient(to bottom, #cef8ff, #7fe0f8);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cef8ff, endColorstr=#7fe0f8);
}
input[type='button'].exec:hover, input[type='submit'].exec:hover, button.exec:hover {
 border: 1px solid #68e9ff; background-color: #9bf1ff;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#9bf1ff), to(#4fd4f5));
 background-image: -webkit-linear-gradient(top, #9bf1ff, #4fd4f5);
 background-image: -moz-linear-gradient(top, #9bf1ff, #4fd4f5);
 background-image: -ms-linear-gradient(top, #9bf1ff, #4fd4f5);
 background-image: -o-linear-gradient(top, #9bf1ff, #4fd4f5);
 background-image: linear-gradient(to bottom, #9bf1ff, #4fd4f5);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9bf1ff, endColorstr=#4fd4f5);
}

/* ページング */
input[type='button'].pageBtn, input[type='submit'].pageBtn, button.pageBtn {
 border: 1px solid #d7dada; background-color: #f4f5f5;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
input[type='button'].pageBtn:hover, input[type='submit'].pageBtn:hover, button.pageBtn:hover {
 border: 1px solid #bfc4c4; background-color: #d9dddd;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
input[type='button'].currentPageBtn, input[type='submit'].currentPageBtn, button.currentPageBtn {
 border: 1px solid #d7dada; background-color: #f4f5f5;
 background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
 background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 background-image: linear-gradient(to bottom, #ffaf46, #e78404);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}
input[type='button'].currentPageBtn:hover, input[type='submit'].currentPageBtn:hover, button.currentPageBtn:hover {
 border: 1px solid #bfc4c4; background-color: #d9dddd;
 background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
 background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 background-image: linear-gradient(to bottom, #ffaf46, #e78404);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}

/* Button Size
*************************************************/
input[type='button'], input[type='submit'], button { height: 30px; padding: 0 5px; width: auto; }
input[type='button'].xxs, input[type='submit'].xxs, button.xxs { width: 45px; }
input[type='button'].xs, input[type='submit'].xs, button.xs { width: 58px; }
input[type='button'].ss, input[type='submit'].ss, button.ss { width: 110px; }
input[type='button'].s, input[type='submit'].s, button.s, span.small { width: 120px; }
input[type='button'].m, input[type='submit'].m, button.m { width: 150px; }
input[type='button'].r, input[type='submit'].r, button.r { width: 215px; }
input[type='button'].l, input[type='submit'].l, button.l { width: 245px; }
input[type='button'].ll, input[type='submit'].ll, button.ll { width: 300px; }

/* Table
*******************************************/
table { border: 1px solid #ccc; border-collapse: separate; border-radius: 5px; width: 100%;}

th, td { padding: 5px; word-wrap: break-word; word-break: break-all; height: 20px; vertical-align: middle; line-height: 20px;}
th { background-color: #B6CAEE;}

th:not(:first-child), td:not(:first-child) { border-left: 1px dotted #999; }
tr:not(:first-child) th, tr:not(:first-child) td { border-radius: 0; border-top: 1px dotted #999; }

th:first-child { border-radius: 5px 0 0; }
th:last-child { border-radius: 0 5px 0 0; }
tr:first-child td:first-child { border-radius: 5px 0 0; }
tr:first-child td:last-child { border-radius: 0 5px 0 0; }
tr:last-child td:first-child { border-radius: 0 0 0 5px; }
tr:last-child td:last-child { border-radius: 0 0 5px; }
table.tablestripe tbody tr:nth-child(even) { /* 偶数番目の指定*/
 background-color: #f0f8ff;
}
.tablestripe {
margin: 0 0 10px 0;
}
.tableSelectedSyain {
margin: 0 0 10px 0;
}
/* ScrollTableStyle */
.scTbl { overflow-y: scroll; }

/* BackTopLink
*******************************************/
#ptop { bottom: 20px; right: 1%; position: fixed; text-align: center; }
#ptop a { background-color: #333; border-radius: 10px; color: #fff; display: block; line-height: 120%; opacity: 0.5; padding: 20px; text-align: center; text-decoration: none; }
#ptop a:hover { text-decoration: none; background: #f66;}

/* tablesorter
*******************************************/
table.tablesorter thead tr .header {
	background-image: url(tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(tablesorter/desc.gif);
}

/* セレクトボックスの大きさ指定
*******************************************/
.select_dd{width:60px;}/* 半角2文字まで*/
.select_yyyy{width:80px;}/* 半角4文字まで*/
.select_ss{width:110px;}/* ５文字まで*/
.select_mm{width:150px;}/* ８文字まで*/
.select_m{width:180px;}/* 10文字まで*/
.select_l{width:250px;}/* 15文字まで*/
.select_ll{width:450px;}/* 30文字まで*/
.select_fit{width:calc(100% - 4px);}

/* テキストボックスの大きさ指定
*******************************************/
.text_l{width:525px;}
.text_ml{width:490px;}/* 主に履歴コメント用*/
.text_m{width:380px;}/* 主にメール、住所詳細用*/
.text_mm{width:250px;}
.text_n{width:200px;}
.text_s{width:150px}
.text_s2{width:94px;}
.text_ss{width:80px;}
.text_xs{width:40px;}
.text_xxs{width:30px;}
.text_fit{width:calc(100% - 6px);}

/* テキストエリアの大きさ指定
*******************************************/
.area_n{width: 350px; height: 7em; }
.area_m{width: 500px; height: 7em; }
.area_fit{width:calc(100% - 6px); height: 4em; }
.area_fitl{width:calc(100% - 6px);height: 8em; }
.area_big{width:calc(100% - 6px); height: 40em; }

/* エラーエリア
*******************************************/
.err_area{
	margin-top: 5px;
	text-align: center;
}

.chkError {
  background-color: #ff8080;
}

.info {
  color: #0000FF;
}

/* モーダルダイアログ
*******************************************/
.dialog_header{
	background: linear-gradient(to right, #ffffff 0%,#0D1768 50%,#ffffff 100%);
	color: #FFFFFF;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.modal-title{
	position: relative;
	bottom: 3px;
}
.dialog_footer{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 10px;
	height: 70px;
}

/* password reset
*******************************************/
.forget-password-wrapper {
	font-size: 12px;
	letter-spacing: 1.1pt;
	width: 342px;
	height: 13.8px;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
	border-bottom: solid 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.forget-password {
    margin-bottom: 5px;
    line-height:12px;
    cursor: pointer;
}

.forget-password:hover{
	color: #6f6f6f;
}

/* password hide/show
*******************************************/
.hideShowPassword-toggle {
	background-color: transparent;
	background-image: url('../images/wink.png'); /* fallback */
	background-image: url('../images/wink.svg'), none;
	background-position: 0 center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	border-radius: 0.25em;
	cursor: pointer;
	font-size: 100%;
	height: 44px;
	margin: 0;
	max-height: 100%;
	padding: 0;
	overflow: 'hidden';
	text-indent: -999em;
	width: 46px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
	border-color: #0088cc;
	outline: transparent;
}

/* 個別
*******************************************/
.bodyScroll_table thead {
	display: block;
}

.bodyScroll_table tbody {
	display: block;
	height: 500px;
	overflow-x: auto;
}

.nowrap {
	white-space: nowrap;
}

/* Section:login
*******************************************/
#login {  margin: 0 auto; padding: 0px;}
#login dl { overflow: hidden; }
#login dt { float: left; width: 140px; font-weight: 500;}
.login_area {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-bottom: 10px;
	width: 400px;
	height: 330px;
	text-align: center;
}

/* pwChange
*******************************************/
.pwchange-remark{
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
}

.pwchange-remark p{
	margin-bottom: 0;
}

.password-wrapper {
    text-align: center;
}

.password-wrapper label {width: 120px;}

.password-confirm-wrapper {
	text-align: center;
}

.password-confirm-wrapper label {width: 120px;}

/* menu
*******************************************/
.content-menu{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: center;
}
.content-menu-header-A0{
	/* lime */
	background-color: #00FF00;
}
.content-menu-header-A1{
	/* aqua */
	background-color: #00FFFF;
}
.content-menu-header-A2{
	/* yellow */
	background-color: #FFFFAA;
}
.content-menu-header-M0{
	/* pink */
	background-color: #FFABCE;
}
.content-menu-header-F0{
	/* blue */
	background-color: #0000FF;
}

