@charset "UTF-8";
/*====================================================================================
 ---デフォルト設定---
====================================================================================*/
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, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl,
	dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
	tbody, tfoot, thead, tr, th, td {
	border: 0;
/*	font-family: "ＭＳ Ｐゴシック", "osaka", "MS PGothic", "sans-serif"; */
	font-family: "Microsoft Sans Serif", "osaka", "MS PGothic", "sans-serif";
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	letter-spacing: 1px;
}

input {
/*	font-family: "ＭＳ Ｐゴシック", "osaka", "MS PGothic", "sans-serif"; */
	font-family: "Microsoft Sans Serif", "osaka", "MS PGothic", "sans-serif";
	font-size: 100%;
	Syntax ime-mode: inactive;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

body {
	font-size: 12px;
	height: 100%;
	overflow: hidden;
}

/* ---リンク--- */
/* ---リンク--- */
a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.linkword {
	cursor: pointer;
	color: #0000ff !important;
	text-decoration: underline !important;
}

/*========================================================
 ---共通項目---
=========================================================*/
/* clearfix */
.clearfix {
	zoom: 1; /* for IE6,IE7 */
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}

/*========================================================
 ---共通ヘッダー---
=========================================================*/

/* ロゴ */
.logo-img {
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	margin: 2px 16px 4px 0;
	cursor: pointer;
}

.page-title {
	margin: 2px 4px;
	padding: 1px 8px;
	display: block;
	background: #f7f4f2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	position: relative;
	border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
}

/* ログアウトボタン */
.logout-btn {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right : 6px;
}

/*==================================================================
 ---コンテンツのスタイル---
 ================================================================= */
/* コンテンツセクション（背景色ベージュ）共通 */
.content-all-area {
	background: #f7f4f2;
	display: block;
}

/* コンテンツセクション（背景色ベージュ）共通 */
.content-area {
	margin: 0 0;
	display: block;
	background: #f7f4f2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	position: relative;
}

/* 検索セクション */
/* 高さ（height）は各画面個別指定 */
.search-section {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

/*==================================================================
 ---検索条件の項目---
 ================================================================= */

/* input-textへのアイコン表示 */
.colm .icon_03 span {
	position: absolute;
	top: 4px;
	right: 12px;
	cursor: pointer;
}

.colm .icon_03 {
	position: relative;
}

/* textareaのアイコン表示 */
.colm .icon_textarea span {
	position: absolute;
	top: 4px;
	right: 30px;
	cursor: pointer;
}

.colm .icon_textarea {
	position: relative;
}

/* textareaのwrapperに対する設定 */
.textarea_wrapper_fixed_left_top {
	float: left;
	margin-top: 10px;
}

/* textareaのタイトル */
.remarks_name {
	width: 180px !important;
	float: none !important;
}

.colm {
	margin: 0 5px;
}

/* JqxWidgets DateTimeInput用(重ねて表示) */
.colm .icon_03 .on_dateTimeInput {
	position: absolute;
	top: 0px;
	left: 85px;
	cursor: pointer;
}

/* JqxWidgets DateTimeInput用(重ねずに表示) */
.colm .icon_03 .right_dateTimeInput {
	position: absolute;
	top: 0px;
	left: 103px;
	cursor: pointer;
}

.colm  dl {
	overflow: hidden;
	float: left;
}

.colm dd {
	float: left;
}

/* 条件項目名のスタイル */
.condition_name {
	text-align: center;
	color: #4f4644;
	background-color: #fff;
	padding: 5px 0 2px 0;
	height: 18px;
	width: 120px;
	margin: 0 0 5px 10px;
	vertical-align: middle;
	float: left;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}

.condition_name_required {
	text-align: center;
	color: #4f4644;
	background-color: #FFFF66;
	padding: 5px 0 2px 0;
	height: 18px;
	width: 120px;
	margin: 0 0 5px 10px;
	vertical-align: middle;
	float: left;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}

.condition_name_required_fact {
	text-align: center;
	color: #4f4644;
	background-color: #FFFF66;
	padding: 5px 0 2px 0;
	height: 18px;
	width: 120px;
	margin: 0 0 5px 10px;
	vertical-align: middle;
	float: left;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}

.condition_name_possible {
	text-align: center;
	color: #4f4644;
	background-color: #FFFFDE;
	padding: 5px 0 2px 0;
	height: 18px;
	width: 120px;
	margin: 0 0 5px 10px;
	vertical-align: middle;
	float: left;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}

.condition_name_textarea {
	text-align: center;
	color: #4f4644;
	background-color: #fff;
	padding: 24px 0 0 0;
	height: 38px;
	width: 120px;
	margin: 0 0 5px 10px;
	vertical-align: middle;
	float: left;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}

/* (通常)条件入力ボックス */
/* 幅（width）は項目ごとの個別設定 */
.condition_input_area {
	height: 25px;
	margin: 0 10px 0 5px;
	text-align: left;
	padding: 0 0 0 5px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	border: 1px solid #d3d1d0;
	float: left;
}

/* (日にち)条件入力ボックス */
.condition_cal_area {
	height: 25px;
	width: 110px;
	margin: 0 5px 0 5px;
	text-align: left;
	padding: 0 0 0 5px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	border: 1px solid #d3d1d0;
	float: left;
}

/* (数値)条件入力ボックス */
/* 幅（width）は項目ごとの個別設定 */
.condition_number_area {
	height: 25px;
	margin: 0 10px 0 5px;
	text-align: right;
	padding: 0 5px 0 0;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	border: 1px solid #d3d1d0;
	float: left;
}

/* テキストエリアの条件入力ボックス */
.condition_number_textarea {
	height: 62px;
	margin: 0 10px 0 5px;
	text-align: left;
	padding: 0 0 0 5px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	border: 1px solid #d3d1d0;
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* 印刷ステータス 未印刷・一部印刷 */
.print_status_not_issued {
	background-color: #BBFFE0 !important;
	color: black !important;
}
.print_status_not_issued.jqx-grid-cell-selected {
	background-color: #88BBA5 !important;
	color: white !important;
	background-image: none !important;
}

/* 入力項目 readonly */
input[readonly="readonly"] {
	background-color: #DCDCDC;
}

textarea[readonly="readonly"] {
	background-color: #DCDCDC;
}

/* 一覧ボタン */
.list-btn {
	margin: 0;
	width: 30px !important;
	height: 30px !important;
	cursor: pointer;
}

/* ボタン サイズM */
.btn-m {
	width: 100px;
	height: 25px;
	cursor: pointer;
}

/*コピーライト*/
.copyright {
	font-size: 8pt;
}

/* ポップアップウィンドウのメッセージ領域 */
.popup_msg_scroll {
	height: 85%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

/* ポップアップウィンドウの右下に配置するボタン領域 */
.popup_btn_lower_right {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* ポップアップウィンドウの右下に配置するOKボタン */
.btn-lower-right-ok {
	position: absolute;
	top: 88%;
	right: 100px;
}

/* ポップアップウィンドウの右下に配置するCancelボタン */
.btn-lower-right-cancel {
	position: absolute;
	top: 88%;
	right: 10px;
}

.btn_search {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 100px;
}

.btn_lower_area {
	clear: both;
}

.btn_lower_area_left {
	position: absolute;
	bottom: 10px;
	right: 190px;
}

.btn_lower_area_middle {
	position: absolute;
	bottom: 10px;
	right: 100px;
}

.btn_lower_area_right {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* input-textのイメージ表示 */
.colm .icon_condition_name {
	position: relative;
}

.colm .icon_condition_name span.ui-icon {
	position: absolute;
	top: 5px;
	right: 0px;
	cursor: pointer;
}

/* テキスト左寄せ */
.text_align_left {
	text-align: left !important;
}

/* テキスト右寄せ */
.text_align_right {
	text-align: right !important;
}

.space_none {
	border: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* ヘッダ情報の金額入力欄(通常時) */
.header_price_input {
	background-color: #ffffff !important;
	border: 0;
	text-align: right;
	width: 90px;
}

/* ヘッダ情報の金額入力欄が0の場合 */
.header_price_zero {
	background-color: #ccff99 !important;
}

/* ---テーブル指定--- */

/************************************************
 tables
************************************************ */
/* ---合計欄テーブル--- */
.totaltable {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	border-collapse: collapse;
	font-size: 10px;
}

.totaltable th {
	margin: 0;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	white-space: nowrap;
	background: #e5e5e5;
	border: 1px solid #e2e2e2;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.totaltable td {
	border: 0;
	margin: 0;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
}

.totaltable td.numdata {
	width: 70px;
	font-style: normal;
	text-align: right !important;
}

.totaltable .numdata {
	border: 0;
	width: 90px;
	font-style: normal;
	text-align: right !important;
	background-color: transparent !important;
}

/* 一覧でリンクを表示するセル用 */
.cellLinkrndr {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	color: blue;
}

/* 一覧のチェックボックスのタイトル */
.condition_checkbox_name {
	background: url(../images/common/status.png) left 3px center no-repeat;
	background-color: white;
	padding: 3px 5px 0px 25px;
	border-radius: 5px;
}

.totaltable_transport {
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.totaltable_tr {
	height: 28px;
}

.totaltable_percentage {
	padding-top: 7px;
}

/*===================================================================
---入力項目---
====================================================================*/
.inputCell {
	background-color: #87CEEB !important;
}
.inputCell.jqx-grid-cell-selected {
	background-color: #439AA8 !important;
	background-image: none !important;
	color: white !important;
}

.defaultCell {
	background-color: #FFFFFF !important;
}

/* 読込専用セル */
.readOnlyCell {
	background-color: #F0F0F0 !important;
	color: black !important;
}
.readOnlyCell.jqx-grid-cell-selected {
	background-color: #777777 !important;
	background-image: none !important;
	color: white !important;
}

/* 必須セル */
.requiredCell {
	background-color: #FFFF66 !important;
	color: black !important;
}
.requiredCell.jqx-grid-cell-selected {
	background-color: #929624 !important;
	background-image: none !important;
	color: white !important;
}

/* エラーセル */
.erroCell {
	background-color: #FF5500 !important;
}
.erroCell.jqx-grid-cell-selected {
	background-color: #BB3300 !important;
	background-image: none !important;
	color: white !important;
}

/* 警告セル */
.warningCell {
	background-color: #FFA500 !important;
}
.warningCell.jqx-grid-cell-selected {
	background-color: #BB8300 !important;
	background-image: none !important;
	color: white !important;
}

/* 白セル */
.editCell {
	background-color: #ffffff!important;
	color: #000000!important;
}
.editCell.jqx-grid-cell-selected {
	background-color: #316293!important;
	background-image: none !important;
	color: white !important;
}
.editCell.jqx-grid-cell-hover {
	background-color: #316293!important;
	background-image: none !important;
	color: white !important;
}

.alignCenterCell {
	padding-left: 4px;
	padding-top: 6px;
}

.textGridToolbarWidth {
	width: 120px;
}

.numberGridToolbarWidth {
	width: 40px;
}

/* TODO 使用しているところを全て修正したのちに、削除する(toolbar_spanに統合) */
.notInputText {
	margin-left: 10px;
	background-color: transparent;
	text-align: left !important;
	border: 0;
}

.toolbar_span {
	margin-left: 10px;
	background-color: transparent;
	text-align: left !important;
	border: 0;
}

.notInputTextByDetailNo {
	background-color: transparent;
	text-align: left !important;
}

.condition_input_area_print_flg {
	width: 90px;
}

/*==================================================================
 ---JqxGridのtoolbar領域---
 ================================================================= */
.button_container {
	margin: 5 0 0 5;
}

.toolbar_button_128_24 {
	width: 128px !important;
	height: 24px !important;
}

.toolbar_button_right_408 {
	position: absolute;
	right: 408px;
}

.toolbar_button_right_272 {
	position: absolute;
	right: 272px;
}

.toolbar_button_right_136 {
	position: absolute;
	right: 136px;
}

.toolbar_button_right {
	position: absolute;
	right: 4px;
}

.toolbar_button_left_space {
	margin: 0 4 0 14 !important;
}

.toolbar_button_auto {
	margin: 0 4 0 0 !important;
}

/*==================================================================
 ---JqxNotification--
 ================================================================= */
.jqx-notification-container {
	z-index: 99999;
}