﻿@charset "UTF-8";
/*********************************
 * base
 *********************************/

body, div {
	font-size: 12px;
	font-family: meiryo, verdana, "Meiryo UI", "MS PGothic", Sans-Serif;
	
}
  
input, textarea, select {
	font-size: 15px;
	font-family: meiryo, verdana, "Meiryo UI", "MS PGothic", Sans-Serif;
	color: #000000;
	margin: 2px 0px;
	padding: 1px;
	border-top: #B8B8B8 1pt solid;
	border-right: #B8B8B8 1pt solid;
	border-left: #B8B8B8 1pt solid;
	border-bottom: #B8B8B8 1pt solid;
	border-width: 1px;
}
pre {
	font-size: 9px;
	font-family: meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	word-wrap: break-word;
	word-break : break-all;
}
input[type=radio], input[type=checkbox] {
	border-width: 0;
}
input[type=checkbox] {
	transform: scale(1.7);
}
.button {
	width: 90px;
	padding: 3px 0px 3px 0px;
}

.button-logout {
	width: 90px;
	text-align: center;
	background-color: #c8c8c8;
	font-size: 11px;
	font-family: meiryo, verdana, "Meiryo UI", "MS PGothic", Sans-Serif;
	border: 0px;
	border-radius: 5px;
}

.button-backMenu {
	width: 130px;
	text-align: center;
	margin-left: 5px;
	background-color: #c8c8c8;
	font-size: 11px;
	font-family: meiryo, verdana, "Meiryo UI", "MS PGothic", Sans-Serif;
	border: 0px;
	border-radius: 5px;
}

.button-customGuide {
	text-align: center;
	margin-left: 5px;
	background-color: #c8c8c8;
	font-size: 11px;
	font-family: meiryo, verdana, "Meiryo UI", "MS PGothic", Sans-Serif;
	border: 0px;
	border-radius: 5px;
}

.button-update {
	width: 90px;
	text-align: center;
	font-size: 16px;
	font-family: meiryo, verdana, "Meiryo UI", "MS PGothic", Sans-Serif;
	border: 0px;
}

.modeInfo {
	width:130px; /* 横幅 */
    padding:15px; /* 内側余白 */
    background:#C8BBBB; /* 背景 */
    border-radius:25px / 25px; /* 角丸 */
	text-align: center;
	/*background-color: #f6ad49;*/
	/*border-radius:85px / 55px;*/
	color: #000000;
	font-size: 18px;
	font-family: meiryo, verdana, "Meiryo UI", "MS PGothic", Sans-Serif;
	padding:5px;
	margin:0px auto;
}

/*********************************
 * dockui
 *********************************/
.dockui div.easyui-accordion {
	border-width: 0px;
}
.dockui div.datagrid-wrap {
	border-width: 0px;
}
/*********************************
 * header
 *********************************/
.header_table tr {
	height : 30px;
}
.header_table td {
	word-break: break-all;
}
#header {
	margin: 0;
	padding: 5px 0px 5px 10px;
	width: 100%;
	height: 70px;
	overflow: hidden;
	color: #000000;
	font-bold: wight;/* border-bottom: 4px solid #87C3FF;*/
}
#header .logo a {
	text-decoration: none;
	color: #000;
}
#header .logo img.icon {
	height: 20px;
	margin: -3px 0 0 10px;
}
span.systemname {
	/*font-weight: bold;
	font-size: 20px;*/
	/*color:white;*/
	/*color: black;
	display: inline-block;
	margin: 0 0 0 20px;*/
	float: left;
	width: 50%;
	padding: 5px 30px;
	font-weight: 600;
}

span.title {
	font-size: 20px;
	font-weight:600;
}
span.cstmerFactory{
	font-weight:normal;
	font-size:16px;
	color:white;
}
span.loginUserNm{
	font-weight:normal;
	font-size:16px;
	color:white;
	padding-right:10px;
}

#header .title {
	color: #000;
}
#header .title span.screenid {
	color: #000;
	display: inline-block;
	margin: 7px 0 0 5px;
}
#header .global-menu {
	text-align: right;
	font-size: 11px;
	margin: 2px 0 5px;
}
#header a.easyui-linkbutton, #header a.easyui-linkbutton:hover {
	color: #000;
}
#header a.easyui-menubutton {
	margin: 0 5px;
	color: #000;
}
#header a.easyui-menubutton:hover {
	margin: 0 5px;
	color: #000;
}
#header span.m-btn-downarrow {
	/*	background: url('../lib/jquery-easyui/themes/black/images/menu_arrows.png') no-repeat 2px center !important; */
	margin-left: 2px;
}
#header div.menu_container {
	float: left;
	margin-right: 10px;
}
#header div.menu_container a {
	text-decoration: none;
}
#header div.menuSquare {
	display: table-cell;
	padding: 2px 2px 2px 2px;
	width: 60px;
	height: 60px;
	border-radius: 15px;
	font: bold 16px "Meiryo UI";
	text-align: center;
	vertical-align: middle;
}
#header div.line_blue {
	border: 1px #0984FF solid;
}
#header div.line_red {
	border: 1px #E46C0A solid;
}
#header div.selected {
	background-color: #0984FF;
	color: #ffffff;
}
#header div.menuSquare:hover {
	border: 1px #77787F solid;
	background-color: #77787F;
	color: #ffffff;
}
span.gridHeaderSorting-asc {
	background: url('../lib/jquery-easyui/themes/default/images/menu_arrows.png')  no-repeat 1px center !important;
	width: 5px;
	display: inline-block;
}
span.gridHeaderSorting-desc {
	background: url('../lib/jquery-easyui/themes/default/images/menu_arrows.png')  no-repeat -15px center !important;
	width: 10px;
	display: inline-block;
}
/*********************************
 * menu
 *********************************/
#mainMenu ul.tabs li a {
	background-color: #767676;
	color: #ffffff;
	font-weight: bold;
}
/*********************************
 * LinkButton
 *********************************/
a.primary {
	color: white;
	background: -webkit-linear-gradient(top, #0072c6 0, #0072c6 100%);
	background: -moz-linear-gradient(top, #0072c6 0, #0072c6 100%);
	background: -o-linear-gradient(top, #0072c6 0, #0072c6 100%);
	background: linear-gradient(to bottom, #7099B0 0, #7099B0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0072c6, endColorstr=#0072c6, GradientType=0);
}
/*********************************
 * contents
 *********************************/
#contents.login {
	background-color: #2980B9;
}
#contents-header {
	margin: 8px 8px 12px;
	padding: 0 8px;
}
#contents-edit {
}
#contents {
	background-color: white;
	width: 98%;
	margin: 0 auto;
	min-width: 700px;
	min-height: 500px;
}
/*********************************
 * form
 *********************************/
form td.header, form div.header {
	text-align: center;
	padding-left: 0px;
	background-color: #708090;
	border-top: #9C9C9C 1pt solid;
	border-right: #9C9C9C 1pt solid;
	border-left: #9C9C9C 1pt solid;
	border-bottom: #9C9C9C 1pt solid;
	border-width: 1px;
	color: white;
}
form th, form div.label {
	text-align: left;
	padding-left: 13px;
	background-color: #5390CB;
	border: #DFE0E2 1pt solid;
	color: white;
}
form td.input, form div.condition {
	margin-top: 5px;
	padding-left: 10px;
	background-color: #F5FAFE;
	border: #DFE0E2 1pt solid;
}
form td.center_input, form div.center_condition {
	margin-top: 0px;
	padding-left: 0px;
	background-color: #F5F5F5;
	border-top: #9C9C9C 1pt solid;
	border-right: #9C9C9C 1pt solid;
	border-left: #9C9C9C 1pt solid;
	border-bottom: #9C9C9C 1pt solid;
	border-width: 1px;
	text-align: center;
}
/*********************************
 * grid設定
 *********************************/
#gridContainer {
	border: 0px;
}
/*********************************
 * ハイライト設定
 *********************************/
#highlight tr.first {
	border-bottom: 2px solid #ddd;
}
#highlight td {
	padding: 5px 0;
}
#highlight tr.first td {
	padding: 5px 0 10px;
}
div.colorPicker-palette {
	width: 165px !important;
}
fieldset.highlight {
	margin: 5px 5px;
}
/*********************************
 * フィルター設定
 *********************************/
#filter tr.first {
	border-bottom: 2px solid #ddd;
}
#filter td {
	padding: 5px 0;
}
#filter tr.first td {
	padding: 5px 0 10px;
}
#filter span.combo-arrow {
	display: inline-block !important;
}
#filter input.combo-text {
	width: 80px !important;
}
input.filter {
	margin: 20px 5px 10px 20px;
}
fieldset.filter {
	margin: 5px 5px;
}
label.filter {
	display: inline-block;
	position: relative;
	top: -3px;
}
/*********************************
 * 列の表示設定
 *********************************/
#colSettingTab .col {
	display: inline-block;
	vertical-align: top;
	height: 300px;
	margin: 10px;
}
#colSettingTab li {
	margin-top: 5px;
	border: 1px solid #ddd;
	line-height: 15px;
	list-style: none;
}
#colSettingTab li.selected {
	background-color: #95B8E7;
	color: #fff;
	font-weight: bold;
}
#colSettingTab li:hover {
	cursor: pointer;
}
#colSettingTab li input {
	margin: 10px;
}
#colSettingTab li div {
	display: inline-block;
	position: relative;
	top: -3px;
}
#colSettingTab a.l-btn {
	display: block;
	margin-top: 10px;
	text-align: center;
}
/*********************************
 * ユーザー保存条件
 *********************************/
#userSettingTab .col {
	display: inline-block;
	vertical-align: top;
	height: 300px;
}
#userSettingTab .col a {
	display: block;
}
div.tree-node {
	margin-top: 5px;
}
/*********************************
 * Grid印刷
 *********************************/
#printHeader {
	position: fixed;
	background-color: white !important;
	font-size: 12px;
	margin: 0;
	width: 100%;
	top: 0;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#printHeader .print-menu-right {
	text-align: right;
	font-size: 12px;
	margin-right: 20px;
}
#printHeader .pagination table {
	margin-top: -5px;
}
.printTable {
	border: 1px solid #999999;
	background-color: #ffffff;
	border-collapse: collapse;
	margin: 60px auto 0;
}
.printTable td {
	border: 1px solid #cccccc;
	padding: 4px;
}
.printTable tr:nth-child(odd) {
	background-color: #eeeeee;
}
.printTable tr.header {
	/* background-color: #ddddd; */
}

@media print {
#printHeader {
	display: none;
}
.printTable {
	margin: 0 auto !important;
	table-layout: fixed;
}
.printTable td {
	font-size: 100%;
}
}
#page-title {
	font-size: 16px;
}
.easyui-dialog form span.note {
	font-size: 80%;
}
.datagrid-header td {
	position: relative;
}
.tooltipError {
	display: inline;
}
.tooltipError span {
	color: black;
	display: none;
	position: absolute;
	border: 1px solid rgb(204, 153, 51);
	background: rgb(255, 255, 254);
	padding: 2px 3px;
	margin-left: 8px;
}
.errorMessage {
	color: #dd4b39;
	display: none;
}
.validateColor-invalid {
	border-color: #ffa8a8;
	background-color: #FF9E8C;
}
.gridHeaderWrapper {
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	height: 100%;
}
.gridHeaderDragArea {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.gridHeaderContextMenu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../lib/jquery-easyui/themes/default/images/datagrid_icons.png')  no-repeat -13px center;
	border-left: 1px dotted #A9A9A9;
	width: 16px;
	height: 100%;
	z-index: 101;
	cursor: pointer;
}
.gridHeaderIndicator {
	display: none;
	position: absolute;
	z-index: 1000;
	font-size: 20px;
}
.gridHeaderDragProxy {
	border: 1px dotted #A9A9A9;
	text-align: center;
	padding-top: 5px;
	background-color: #9cc8f7;
	height: 20px;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.gridHeaderIndicator {
	width: 30px;
	height: 31px;
	background: url('../lib/jquery-easyui/themes/default/images/indicator.png');
}
.gridHeaderFilteringTd {
	background-color: #98fb98;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.gridHeaderFiltering {
	background: url('../lib/jquery-easyui/themes/default/images/filtering.png')  no-repeat 1px center;
}
.filterMenuContent {
	padding: 10px 20px;
	width: 210px;
	font-size: 13px;
}
.filterMenuContent input.filterString {
	width: 165px;
}
.filterMenuContent input.filterNumber {
	width: 100px;
}
.filterMenuContent input.filterDate {
	width: 90px;
	margin-bottom: 10px;
	background: url('../lib/jquery-easyui/themes/default/images/datebox_arrow.png')  no-repeat 73px center;
}
.menu-item {
	margin: 3px 0px !important;
}
.menu-line {
	border-left: 1px solid #eee !important;
}
.menu-sep {
	border-top: 1px solid #eee !important;
}
/**************************************
 * 列設定ダイアログ
 **************************************/
#colSettingDialog {
	width: 280px;
	max-height: 500px;
	min-height: 200px;
}
#colSettingDialog ul {
	margin: 15px 0 15px 50px;
}
#colSettingDialog li {
	display: block;
	height: 20px;
	width: 225px;
	padding-top: 7px;
	margin-top: 12px;
	/*	background: red; */
	z-index: 100000;
}
div.colSettingIndicator {
	position: absolute;
	width: 30px;
	height: 30px;
	display: none;
	z-index: 100001;
	background: url('../lib/jquery-easyui/themes/default/images/indicator-forward.png');
}
#colSettingDialog span.row {
	display: block;
	height: 23px;
	border: 1px solid #ccc;
	width: 215px;
	background: #fafafa;
	margin-left: -20px;
	margin-top: -8px;
	padding-top: 3px;
}
#colSettingDialog input {
	margin-right: 10px;
	margin-left: 5px;
}
/*********************************************************
 * easy ui css custom
 *********************************************************/
a.primary:hover {
	color: white;
	border: 1px solid #4c9cd7;
	background: -webkit-linear-gradient(top, #4c9cd7 0, #4c9cd7 100%);
	background: -moz-linear-gradient(top, #4c9cd7 0, #4c9cd7 100%);
	background: -o-linear-gradient(top, #4c9cd7 0, #4c9cd7 100%);
	background: linear-gradient(to bottom, #093d86 0, #093d86 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c9cd7,  endColorstr=#4c9cd7, GradientType=0);
}
a.primary .l-btn-focus {
	outline: #fff dotted thin !important;
}
input.primary {
	color: white;
	background: -webkit-linear-gradient(top, #0072c6 0, #0072c6 100%);
	background: -moz-linear-gradient(top, #0072c6 0, #0072c6 100%);
	background: -o-linear-gradient(top, #0072c6 0, #0072c6 100%);
	background: linear-gradient(to bottom, #0072c6 0, #0072c6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0072c6,  endColorstr=#0072c6, GradientType=0);
}
input.primary:hover {
	color: white;
	border: 1px solid #4c9cd7;
	background: -webkit-linear-gradient(top, #4c9cd7 0, #4c9cd7 100%);
	background: -moz-linear-gradient(top, #4c9cd7 0, #4c9cd7 100%);
	background: -o-linear-gradient(top, #4c9cd7 0, #4c9cd7 100%);
	background: linear-gradient(to bottom, #4c9cd7 0, #4c9cd7 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c9cd7,  endColorstr=#4c9cd7, GradientType=0);
}
input.primary .l-btn-focus {
	outline: #fff dotted thin !important;
}
.layout-panel-north .panel-body {
	border-width: 0 !important;
	border-style: none !important;
}
.window-proxy-mask, .window-mask {
	background: #808080 !important;
}
.datagrid-toolbar, .datagrid-pager {
	background: #F4F4F4;
}
.datagrid-header, .datagrid-td-rownumber {
	background-color: #eee;
}
/*********************************************************
 * icon
 *********************************************************/

.fa-arrow-circle-down {
	color: royalblue;
}

IMG.btnImg{
    cursor:pointer;
    vertical-align:middle;
    width:25px;
}


/*********************************************************
 * メッセージエリア
 *********************************************************/

.message-area {
	height: 50px;
	padding: 10px;
	background: #f7f7f7;
	margin-bottom: 20px;
	display: none;
	color: red;
}
/*********************************************************
 * 登録関連
 *********************************************************/

div.edit-header {
	padding : 5px 5px 5px 0px;
	height: 110px;
	background-color: #f5f5f5;
	border: solid #DDDDDD 1px;
}
div.edit-header .manufacture-info {
	height: 100px;
	background-color: #FFFFFF;
	border: solid #000000 1px;
	padding : 5px 10px 0px 10px;
}
div.edit-header-title {
	margin-left: 10px;
	text-align: center;
	background-color: #0070C0;
	color : #FFFFFF;
	font-weight: bold;
}
div.mclass-title {
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	background-color: #31859C;
	color : #FFFFFF;
	font-weight: bold;
}
div.childclass-title {
	text-align: center;
	background-color: #BACAFF;
	color : #646464;/*#646464*/
	font-weight: bold;
}
th.childclass-title {
	text-align: center;
	color : #646464;/*#646464*/
	font-weight: bold;
	border: solid #ABABAB 1px;
	background-color:#DCBA79;
}
div.edit-header-info {
	padding: 5px 10px 0px 10px;
}
div.edit-input-Container {
	background-color: #ffffff;
	border: solid #ffffff 1px;
	padding-bottom:5px;
}
div.edit-input-header {
	height: 30px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #31859C;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
div.edit-input {
	background-color: #ffffff;
	height: 40px;
}
div.input-title {
	padding: 5px 0px 0px 10px;
}
div.bottom-line {
	border-bottom: solid #000000 1px;
}
div.input-area {
	padding: 2px 0px 2px 10px;
}
div.input-img {
	text-align: center;
	padding-top: 10px;
}
td.edit-input {
	background-color: #ffffff;
	height: 40px;
}
td.input-title {
	text-align:center;
	background-color:#FFFDD8;
	border: solid #ABABAB 1px;
	height:50px;
}
td.inpsearch {
	padding:3px;
	
}
td.bottom-line {
	border-bottom: solid #000000 1px;
}
td.input-area {
	padding: 2px 0px 2px 10px;
	background-color:#F0F1EF;
	border: solid #ABABAB 1px;
}
div.scheInfoLbl{
	text-align: right;
	padding-right: 5px;
	background-color:#ffffff;
	color: #6E6F6F;
	font-weight: bold;
	font-size: 12px;
}
td.input-area-test {
	padding: 2px 0px 2px 10px;
	background-color:#F0F8FF;
	border: solid #ABABAB 1px;
}
td.input-area-hon {
	padding: 2px 0px 2px 10px;
	background-color:#FFF0F5;
	border: solid #ABABAB 1px;
}
td.input-img {
	text-align: center;
	padding-top: 10px;
}
td.xmlfiles {
	padding: 0px 5px 0px 5px;
	text-align: left;
	color: #ffffff;
	background-color: #31859C;
	border: solid #ffffff 2px;
}

th.input-title {
	padding-left: 3px;
	background-color:#CCFCFF;
	border: solid #B1B1B1 2px;
}
th.header-title {
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left: 1px;
	text-align:left;
	background-color:#F7E4FF;
	border: 1.5px solid #A7C5D3 ;
}
th.header-title-xml {
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#4A4A4A;
	padding: 0px 5px 0px 5px;
	text-align:left;
	background-color:#F7E4FF;
	border: 1px solid #A7C5D3 ;
}
div.header-title-xml {
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4A4A4A;
	padding: 0px 5px 0px 5px;
	text-align:left;
	border: 0px solid #A7C5D3 ;
}
div.header-title-Info {
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#4A4A4A;
	text-align:left;
	background-color:#F7E4FF;
	border: 1px solid #A7C5D3 ;
	height:25px;
}
th.cont-title {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size:14px;
	padding-left: 5px;
	background-color:#E8E4FF;
	border: 1.5px solid #A7C5D3 ;
}
th.cont-title-xml {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size:14px;
	padding-left: 1px;
	color:#4A4A4A;
	background-color:#E8E4FF;
	border: 1px solid #A7C5D3 ;
}

#tblupdxmlHis .Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px solid #A7C5D3 ;
}
#tblupdxmlHis td.Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
}

#tblupdxmlHis .Even-rows{
	text-align:left;
	padding-left:10px;
	background-color:#e7e7e7;
	border: 1px solid #A7C5D3 ;
}

#tblupdxmlHis td.Even-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
}

#tblupdHis {
	overflow:auto;/*tableをスクロールさせる*/
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
#tblupdHis::-webkit-scrollbar{/*tableにスクロールバーを追加*/
	height: 5px;
}
#tblupdHis::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
	background: #F1F1F1;
}
#tblupdHis::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
	background: #BCBCBC;
}
#tblupdHis .Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px solid #A7C5D3 ;
}
#tblupdHis td.Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
}

#tblupdHis .Even-rows{
	text-align:left;
	padding-left:10px;
	background-color:#e7e7e7;
	border: 1px solid #A7C5D3 ;
}

#tblupdHis td.Even-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
}

#tblinpInfo .Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px solid #A7C5D3 ;
	background-color:#ffffff;
}
#tblinpInfo td.Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
	background-color:#ffffff;
}

#tblinpInfo td.Odd-rows-center{
	text-align:center;
	border: 1px dashed #A7C5D3 ;
	background-color:#ffffff;
}

#tblinpInfo .Even-rows{
	text-align:left;
	padding-left:10px;
	background-color:#e7e7e7;
	border: 1px solid #A7C5D3 ;
}

#tblinpInfo td.Even-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
}
#tblinpInfo td.Even-rows-center{
	text-align:center;
	border: 1px dashed #A7C5D3 ;
}

#tbloutputInfo .Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px solid #A7C5D3 ;
	background-color:#ffffff;
}
#tbloutputInfo td.Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
	background-color:#ffffff;
}

#tbloutputInfo td.Odd-rows-center{
	text-align:center;
	border: 1px dashed #A7C5D3 ;
	background-color:#ffffff;
}

#tbloutputInfo .Even-rows{
	text-align:left;
	padding-left:10px;
	background-color:#e7e7e7;
	border: 1px solid #A7C5D3 ;
}

#tbloutputInfo td.Even-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
}
#tbloutputInfo td.Even-rows-center{
	text-align:center;
	border: 1px dashed #A7C5D3 ;
}

#tblinpSampDummyInfo .Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px solid #A7C5D3 ;
	background-color:#ffffff;
}
#tblinpSampDummyInfo td.Odd-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
	background-color:#ffffff;
}

#tblinpSampDummyInfo td.Odd-rows-center{
	text-align:center;
	border: 1px dashed #A7C5D3 ;
	background-color:#ffffff;
}

#tblinpSampDummyInfo .Even-rows{
	text-align:left;
	padding-left:10px;
	background-color:#e7e7e7;
	border: 1px solid #A7C5D3 ;
}

#tblinpSampDummyInfo td.Even-rows{
	text-align:left;
	padding-left:10px;
	border: 1px dashed #A7C5D3 ;
}
#tblinpSampDummyInfo td.Even-rows-center{
	text-align:center;
	border: 1px dashed #A7C5D3 ;
}

#page_navigation {
	height:38px;
	background-color:#FCFCFC;
}
#page_navigation a{
	padding:5px;
	border:1px solid gray;
	top:8px;
	position:relative;
	margin:12px 2px 2px 2px;
	color:black;
	text-decoration:none;
}
.active_page{
	background:darkblue;
	color:white !important;
}

tr.topborder{
	border: 1px solid #ABABAB;
}
tr.middleborder{
	border-bottom: 1px solid #ABABAB;
}
tr.bottomborder{
	border-right: 0px solid #ABABAB;
	border-left: 0px solid #ABABAB;
	border-top: 1px solid #ABABAB;
	height:25px;
	background-color:white;
}

/*********************************************************
 * ラベル
 *********************************************************/

.title-label {
	text-align: right;
	padding-left: 8px;
	color: #6E6F6F;
	font-weight: bold;
	/*background: url("../images/lead_title.gif") no-repeat 0 center; 0070C0*/
	
}
.th-label {
	text-align: left;
	padding-left: 8px;
	color: #0070C0;
	font-weight: bold;
	/*background: url("../images/lead_title_required.gif") no-repeat 0 center;
	*/
}
.th-freelabel {
	text-align: left;
	color: #0070C0;
	font-weight: bold;
	
}
.title-label-required {
	width: 120px;
	text-align: left;
	padding-left: 13px;
	background: url("../images/lead_title_required.gif") no-repeat 0 center;
}
.title-label-no-width {
	text-align: left;
	padding-left: 13px;
	background: url("../images/lead_title.gif") no-repeat 0 center;
}
.value-label {
	font-weight: bold;
}


/********************************************
 ** Menubar 
*********************************************/
.master-nav {
	float: left;
	margin: 10px 0 0 0;
}
div.menubar {
	/*padding: 0px 0px 0px 0px;
	font-size: 11pt;
	margin-top: -1px;
	position: relative;
	z-index: 1;
	border: none;*/
	color: rgb(51, 51, 51);
	border-bottom: solid var(--sanki-color) 8px;
	height: 50px;
	padding: 1% 1% 1.5% 1%;
}
.commonHeader_cmpnyLogo {
	float: left;
	width: 36%; /* 横幅を割合で指定 */
	height: auto;
	padding:0 5px 1px;
}

td.menubar {
	/*background-color: #79BDD0;*/
	margin-top: 1px;
	height: 15px;
	border: none;
	background-color: white;
	border-bottom: solid var(--sanki-color) 8px;
	/*height: 50px;*/
	/*padding: 3px 2px;*/
	padding: 1px 2px;
}


div.menubar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	z-index: 2;
}
div.menubar ul li a, div.menubar ul li a:active {
	background-color: #0178bc;
	font-family: Meiryo UI;
	color: #FFFFFF;
	display: block;
	padding: 10px 20px 10px 10px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	/* IE6対応 */
	line-height: normal;
}
div.menubar ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	/* IE6対応 */
	line-height: 0;
	width: 40px;
}
div.menubar ul li ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	/* IE6対応 */
	line-height: 0;
	width: 250px;
}
div.menubar ul li a:hover {
	background-color: #39b7fd;
	color: white;
	text-decoration: none;
}
div.menubar ul li a:active {
	background-image: url("../css/暁スタイル初期/トップページ/120724files/img/title.gif");
	color: #cfdbe6;
	text-decoration: none;
}
div.menubar ul li a:selected {
 font-size:11pt;
}
.menuImg {
	display: inline-block;
	/*background-color: White;*/ 
	margin: 2px 2px 0 0;
}

#nav li  {
	display: block;
	list-style: none;
	margin-top: 100;
	padding: 0;
	float: left;
	position: relative;
}

#nav ul  {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
}

#nav ul ul {
	overflow:inherit;
	display: none;
	left: 250px;
	width: 180px;
	top: 0;
}

/*
-------------------------------------------------------
 * MainContents
-------------------------------------------------------
 */
.master-contents {
}
#__masterTableBase {
	width: 100%;
}


.sectopLabel {
	text-align: left;
	color: #595959;
	background-color: #CEBEF5;
	font-size: 18px;
	font-weight: bold;
}

.tblborder {
	border : 2px #FFFFFF solid; 
	padding-left:10px;
}

.tbl-Odd-rows{
	text-align:left;
	background-color:#cbcbcb;
}

.tbl-Even-rows{
	text-align:left;
	background-color:#e7e7e7;

}

#layputUp .base {
	background-image: none;
	padding: 4px;
	margin: 0 auto;
	width: 100%;
	height:100%;
}
#layputUp .main {
	background-repeat: no-repeat;
	width: 880px;
	margin: 0 auto;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sche .base {
	background-image: none;
	padding: 4px;
	margin: 0 auto;
	width: 100%;
}
#sche .main {
	background-repeat: no-repeat;
	width: 880px;
	margin: 0 auto;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.tbllayout {
	font-weight:bold;
	padding-left:10px;
}

.tbllayout-Odd-rows{
	text-align:left;
	background-color:#fce8cb;
}

.tbllayout-Even-rows{
	text-align:left;
	background-color:#fff4e7;

}

/********************************************
 ** カスタムラジオ 
*********************************************/
.radio-text {
	
}
.radio_custom input {
	display: none;
}
.radio_custom label {
	display: block;
	float: left;
	cursor: pointer;
	width: 60px;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.radio_custom label:first-of-type {
	border-radius: 3px 0 0 3px;
}
.radio_custom label {
	border-radius: 0 3px 0 0;
}
.radio_custom label:last-of-type {
	border-radius: 0 3px 3px 0;
}
.radio_custom input[type="radio"]:checked + .switch-on {
	background-color: #a1b91d;
	color: #fff;
}
.radio_custom input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}
.radio_custom input[type="radio"]:checked + .switch-oneSide-on {
	background-color: #0D8AB7;
	color: #fff;
}
.radio_custom input[type="radio"]:checked + .switch-bothSide-off {
	background-color: #E88019;
	color: #fff;
}
.radio_custom input[type="radio"]:checked + .serach-all {
	background-color: #26B33F;
	color: #fff;
}
.radio_custom input[type="radio"]:checked + .serach-notend {
	background-color: #ECB47D;
	color: #fff;
}

.radio_custom input[type="radio"]:checked + .serach-end {
	background-color: #e67168;
	color: #fff;
}

/********************************************
 ** オートコンプリート
*********************************************/

.ui-state-default{
	list-style-type:none;
	display:inline-block;
	padding:5px;
	border:1px solid #ccc;
	/*margin:2px;*/
	/*width:50px;*/
	background:#fafafa;
	color:#444;
}
.indicator{
	position:absolute;
	font-size:16px;
	width:16px;
	height:16px;
	display:none;
	color:red;
	font-weight:bold;
}


/******************************************** 
 ** Loading 
*********************************************/
.loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #e4e3e3;
    opacity: 0.5;
    z-index: 1;
} 

.loader { 
    display: none; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    width: 200px; 
    height: 200px; 
    margin-top: -100px; 
    margin-left: -100px; 
    text-align: center; 
    color: #fff; 
    z-index: 2; 
} 

.loader img{ 
    cursor: default; 
} 
.unTouchableCursor{
    pointer-events: none;
}

.header-suppliersCd {
	margin-left: 5px;
	width: 90px;
	border: none;
	background-color: #d1ddde;
	font-size: 0.8rem;
}
.header-suppliersName {
	margin-left: 5px;
	width: 370px;
	border: none;
	background-color: #d1ddde;
	font-size: 0.8rem;
}
