﻿@charset "UTF-8";

/* =============================================
-- Author:	金 東勲（キム・ドンフン）
-- Create date: 2014-05-28
-- Modify date: 2014-06-19
-- Description:	All Pages Common CSS
-- ============================================= */

/* Responsive Images */
img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }


/* NoWrap */
.nowrap {white-space:nowrap}

/* Display None */
.display_none{display:none}
.display_inline{display:inline !important;}


/* IME Control */
.imeon{-ms-ime-mode: active;ime-mode: active;}
.imeoff{-ms-ime-mode: disabled;ime-mode: disabled;}

/* Control  Disabled */
.aspNetDisabled {
	background-color: #F0F0F0 !important;
	color: #303030 !important;
	cursor:not-allowed !important;
}


/* Text Align */
.text-align-left {text-align:left !important}
.text-align-center {text-align:center !important}
.text-align-right {text-align:right !important}
.text-vertical-align-top{vertical-align:top !important}
.text-vertical-align-middle{vertical-align:middle !important}
.text-vertical-align-bottom{vertical-align:bottom !important}

/* Font Bold */
.font-bold {font-weight:bold  !important}

/* Font Color */
.font-color-white{color:white !important}
.font-color-black{color:black !important}
.font-color-red{color:red !important}
.font-color-blue{color:blue !important}
.font-color-green{color:green !important}

/* Font Size */
.font-size-em7pt {font-size:0.563em !important}
.font-size-em8pt {font-size:0.625em !important}
.font-size-em9pt {font-size:0.75em !important}
.font-size-em10pt {font-size:0.813em !important}
.font-size-em11pt {font-size:0.875em !important}
.font-size-em12pt {font-size:1em !important}
.font-size-em13pt {font-size:1.063em !important}
.font-size-em14pt {font-size:1.125em !important}
.font-size-em15pt {font-size:1.25em !important}
.font-size-em16pt {font-size:1.313em !important}
.font-size-em17pt {font-size:1.375em !important}
.font-size-em18pt {font-size:1.5em !important}

.font-size-7pt {font-size:7pt !important}
.font-size-8pt {font-size:8pt !important}
.font-size-9pt {font-size:9pt !important}
.font-size-10pt {font-size:10pt !important}
.font-size-11pt {font-size:11pt !important}
.font-size-12pt {font-size:12pt !important}
.font-size-13pt {font-size:13pt !important}
.font-size-14pt {font-size:14pt !important}
.font-size-15pt {font-size:15pt !important}
.font-size-16pt {font-size:16pt !important}
.font-size-17pt {font-size:17pt !important}
.font-size-18pt {font-size:18pt !important}

.padding-left-0{padding-left:0px !important;}
.padding-left-1{padding-left:1px !important;}
.padding-left-2{padding-left:2px !important;}
.padding-left-3{padding-left:3px !important;}
.padding-left-4{padding-left:4px !important;}
.padding-left-5{padding-left:5px !important;}
.padding-left-6{padding-left:6px !important;}
.padding-left-7{padding-left:7px !important;}
.padding-left-8{padding-left:8px !important;}
.padding-left-9{padding-left:9px !important;}
.padding-left-10{padding-left:10px !important;}
.padding-left-11{padding-left:11px !important;}
.padding-left-12{padding-left:12px !important;}
.padding-left-13{padding-left:13px !important;}
.padding-left-14{padding-left:14px !important;}
.padding-left-15{padding-left:15px !important;}
.padding-left-16{padding-left:16px !important;}
.padding-left-17{padding-left:17px !important;}
.padding-left-18{padding-left:18px !important;}
.padding-left-19{padding-left:19px !important;}
.padding-left-20{padding-left:20px !important;}


/* ステータスごとに一覧表示(Radio Button) */
/* ============================================================== */
span.radio {
    padding: 0px;
}

span.radio > input[type="radio"] {
    margin: 2px 3px 0px 0px;
}

span.radio > label {
	margin-left: 0px;
    margin-right: 10px;
	font-weight:bold;
}

span > input[type="radio"] {
    margin: 2px 3px 0px 0px;
}

span > label {
	margin-left: 0px;
    margin-right: 10px;
	font-weight:bold;
}


/* Bootstrap EX Custom gvDeliveryRequestList */
/* ============================================================== */
.table[id$="gvDeliveryRequestList"] > thead > tr > th,
.table[id$="gvDeliveryRequestList"] > tbody > tr > th,
.table[id$="gvDeliveryRequestList"] > tfoot > tr > th,
.table[id$="gvDeliveryRequestList"] > thead > tr > td,
.table[id$="gvDeliveryRequestList"] > tbody > tr > td,
.table[id$="gvDeliveryRequestList"] > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  text-align:center;
}

.table[id$="gvDeliveryRequestList"] tr:first-child > th {
	height:34px;
	background:#ebf3f7;
	color:#244569;
}

.table[id$="gvDeliveryRequestList"] tr:first-child > th a {
	color:#244569;
}

.table[id$="gvDeliveryRequestList"] tr > td:nth-child(4) {
	text-align:left;
}

.table[id$="gvDeliveryRequestList"] tr > td:nth-child(5) {
	width:35px;
	text-align:left;
	white-space:nowrap;
}

.table[id$="gvDeliveryRequestList"] tr > td:nth-child(6) {
	text-align:left;
}

.table[id$="gvDeliveryRequestList"] tr > td:nth-child(7) {
	text-align:left;
}

.table[id$="gvDeliveryRequestList"] tr:last-child:hover > td{
	background-color:#ffffff;
}



/* 出庫依頼-受付画面の追加品目List Table */
.SelectItemList {width:100%;}
.SelectItemList th{border:1px solid #dddddd;}
.SelectItemList td{padding:3px 10px;border-bottom:1px dotted #bfbfbf;vertical-align:middle;text-align:left;font-size:9pt}
.SelectItemList thead tr:first-child th{padding:5px 0;background:#f9f9f9;border-top:2px solid #3e3e3e;color:#333333;text-align:center;vertical-align:middle;font-size:9pt}
.SelectItemList thead tr:nth-child(2) th{padding:5px 0;background:#f9f9f9;border-top:1px solid #dddddd;color:#333333;text-align:center;vertical-align:middle;font-size:9pt}
.SelectItemList tbody tr:first-child {border-top:1px solid #3e3e3e !important}
.SelectItemList tbody tr:hover{background:#ebf3f7 !important;}


/* Delivery Place Info Table */
/* ============================================================== */
.table[id$="GroupDetail"] > thead > tr > th,
.table[id$="GroupDetail"] > tbody > tr > th,
.table[id$="GroupDetail"] > tfoot > tr > th,
.table[id$="GroupDetail"] > thead > tr > td,
.table[id$="GroupDetail"] > tbody > tr > td,
.table[id$="GroupDetail"] > tfoot > tr > td {
  padding: 5px !important;
  line-height: 1.42857143 !important;
  vertical-align: middle !important;
  border:none;
}

.table[id*="GroupDetail"] th {
	width:90px;	
	border-top:0px !important;
	border-right:1px solid #ddd !important;
	border-bottom:1px dotted #ddd !important;
}

.table[id*="GroupDetail"] td {
	border-top:0px !important;
	border-bottom:1px dotted #ddd !important;
}




/* Table Common Style */
/* ============================================================== */
#tblCommon caption {text-align:left;font-size:12pt;font-weight:bold}
#tblCommon th {padding:5px;background-color:#ebf3f7;color:#244569;text-align:center;vertical-align:middle}
#tblCommon td {vertical-align:middle;text-align:center}

/* Table Common1 Style */
/* ============================================================== */
#tblCommon1 caption {text-align:left;font-size:12pt;font-weight:bold}
#tblCommon1 th {width:90px;padding:5px;background-color:#ebf3f7;color:#244569;text-align:left;vertical-align:middle}
#tblCommon1 td {vertical-align:middle;text-align:left}

/* Table Common2 Style */
/* ============================================================== */
#tblCommon2 caption {text-align:left;font-size:12pt;font-weight:bold}
#tblCommon2 th {padding:5px;background-color:#ebf3f7;color:#244569;text-align:left;vertical-align:middle}
#tblCommon2 td {vertical-align:middle;text-align:left}
#tblCommon2 tr > td:first-child {width:120px;font-weight:bold;	background-color:#f5f5f5;}

.tblCommon2 caption {text-align:left;font-size:12pt;font-weight:bold}
.tblCommon2 th {padding:5px;background-color:#ebf3f7;color:#244569;text-align:left;vertical-align:middle}
.tblCommon2 td {vertical-align:middle;text-align:left}
.tblCommon2 tr > td:first-child {width:120px;font-weight:bold;	background-color:#f5f5f5;}


/* Table Report Style */
/* ============================================================== */
#tblCommon_Report {max-width:550px}
#tblCommon_Report caption {text-align:left;font-size:12pt;font-weight:bold}
#tblCommon_Report th {width:90px;padding:5px;background-color:#ebf3f7;color:#244569;text-align:center;vertical-align:middle}
#tblCommon_Report td {vertical-align:middle;text-align:left}


/* 出庫依頼詳細ページの品目内容 Table */
.tblDeliveryRequestDetailItem {width:100%}
.tblDeliveryRequestDetailItem caption {text-align:left;font-size:12pt;font-weight:bold}
.tblDeliveryRequestDetailItem th {padding:5px;background:#ebf3f7;color:#244569;border:1px solid #dddddd;text-align:center;vertical-align:middle;}
.tblDeliveryRequestDetailItem td {padding:10px 5px;border-bottom:1px dotted #bfbfbf;vertical-align:middle;text-align:left;font-size:9pt}
.tblDeliveryRequestDetailItem tbody tr:hover {background:#f9f9f9 !important;}

/* 工事新規 - 詳細ページのtblConListNewConInfo Table */
/* ============================================================== */
#tblConListNewConInfo caption {text-align:left;font-size:12pt;font-weight:bold}
#tblConListNewConInfo th {width:110px;padding:5px;background-color:#ebf3f7;color:#244569;text-align:left;vertical-align:middle}
#tblConListNewConInfo td {vertical-align:middle;text-align:left}

/* 工事新規 - 詳細ページのtblConListNewConInfo Table */
/* ============================================================== */
#tblConListNewActHistory caption {text-align:left;font-size:12pt;font-weight:bold}
#tblConListNewActHistory th {width:50px;padding:5px;background-color:#ebf3f7;color:#244569;text-align:left;vertical-align:middle}
#tblConListNewActHistory td {vertical-align:middle;text-align:left}

/* 工事新規 - 詳細ページのtblConListNewConInfo Table */
/* ============================================================== */
#tblCarAndPerson caption {text-align:left;font-size:12pt;font-weight:bold}
#tblCarAndPerson th {width:80px;padding:5px;background-color:#ebf3f7;color:#244569;text-align:left;vertical-align:middle}
#tblCarAndPerson td {vertical-align:middle;text-align:left}








/* Bootstrap EX Custom gvList */
/* ============================================================== */
.table[id*="gvList"] {border:none !important;}
.table[id*="gvList"] caption {text-align:left;font-size:12pt;font-weight:bold}
.table[id*="gvList"] > thead > tr > th,
.table[id*="gvList"] > tbody > tr > th,
.table[id*="gvList"] > tfoot > tr > th,
.table[id*="gvList"] > thead > tr > td,
.table[id*="gvList"] > tbody > tr > td,
.table[id*="gvList"] > tfoot > tr > td {
  padding: 3px !important;
  line-height: 1.42857143 !important;
  vertical-align: middle !important;
  border-top: 1px solid #ddd !important;
  text-align:center;
}

.table[id*="gvList"] tr:first-child > th {
	background:#ebf3f7;
	color:#244569;
}

.table[id*="gvList"] tr:first-child > th a {
	color:#244569;
}

.table[id*="gvList"] tr:last-child:hover > td{
	background-color:#ffffff !important;
}

/* Bootstrap EX Custom gdv集計 */
/* ============================================================== */
.table[id*="gdv集計"] {border:1px !important;}
.table[id*="gdv集計"] caption {text-align:left;font-size:12pt;font-weight:bold}
.table[id*="gdv集計"] > thead > tr > th,
.table[id*="gdv集計"] > tbody > tr > th,
.table[id*="gdv集計"] > tfoot > tr > th,
.table[id*="gdv集計"] > thead > tr > td,
.table[id*="gdv集計"] > tbody > tr > td,
.table[id*="gdv集計"] > tfoot > tr > td {
  padding: 5px 3px !important;
  line-height: 1.42857143 !important;
  vertical-align: middle !important;
  border-top: 1px solid #ddd !important;
  text-align:center;
}

.table[id*="gdv集計"] tr:first-child > th {
	/*height:34px;*/
	background:#ebf3f7;
	color:#000;
}

.table[id*="gdv集計"] tr:first-child > th a {
	color:#244569;
}

.table[id*="gdv集計"] tr:last-child:hover > td{
	/*background-color:#ffffff !important;*/
}

.table[id*="gdv集計"] tr:last-child[class*="bs-pagination"] > td{
	border:none !important;
}

.table[id*="gdv集計"] tr:last-child[class*="bs-pagination"]:hover > td{
	background-color:#ffffff !important;
}



/* Bootstrap EX Custom ListView_List*/
/* ============================================================== */
.table[id$="ListView_List"] > thead > tr > th,
.table[id$="ListView_List"] > tbody > tr > th,
.table[id$="ListView_List"] > tfoot > tr > th,
.table[id$="ListView_List"] > thead > tr > td,
.table[id$="ListView_List"] > tbody > tr > td,
.table[id$="ListView_List"] > tfoot > tr > td {
  padding: 5px !important;
  line-height: 1.42857143 !important;
  vertical-align: middle !important;
  border-top: 1px solid #ddd !important;
}

.table[id$="ListView_List"] tr:first-child > th {
	background-color:#f5f5f5 !important;
	/*color:#f9f9f9 !important;*/
	border-bottom: 2px solid #ddd !important;
}

.table[id$="ListView_List"] tr > td:first-child{
	text-align:center !important;
}

.table[id$="ListView_List"] tr > td:nth-child(2) {
	font-weight:bold;
	text-align:center;
	font-size:1.125em;
}

.table[id$="ListView_List"] tr:last-child:hover > td{
	background-color:#ffffff !important;
}


/* Bootstrap EX Custom GridView1*/
/* ============================================================== */
.table[id$="GridView1"] > thead > tr > th,
.table[id$="GridView1"] > tbody > tr > th,
.table[id$="GridView1"] > tfoot > tr > th,
.table[id$="GridView1"] > thead > tr > td,
.table[id$="GridView1"] > tbody > tr > td,
.table[id$="GridView1"] > tfoot > tr > td {
  padding: 5px !important;
  line-height: 1.42857143 !important;
  vertical-align: middle !important;
  border-top: 1px solid #ddd !important;
  text-align:center;
}

.table[id$="GridView1"] tr:first-child > th {
	background-color:#3e3e3e !important;
	/*color:#f9f9f9 !important;*/
}

.table[id$="GridView1"] tr > td:first-child{
	text-align:center !important;
	font-weight:bold;
	font-size:10pt;
}

.table[id$="GridView1"] tr:last-child:hover > td{
	background-color:#f5f5f5 !important;
}

.table[id$="GridView2"] tr:first-child > th a {
	color:#f5f5f5 !important;
}
/* Bootstrap EX Custom GridView2*/
/* ============================================================== */
.table[id$="GridView2"] > thead > tr > th,
.table[id$="GridView2"] > tbody > tr > th,
.table[id$="GridView2"] > tfoot > tr > th,
.table[id$="GridView2"] > thead > tr > td,
.table[id$="GridView2"] > tbody > tr > td,
.table[id$="GridView2"] > tfoot > tr > td {
  padding: 5px !important;
  line-height: 1.42857143 !important;
  vertical-align: middle !important;
  border-top: 1px solid #ddd !important;
  text-align:center;
}

.table[id$="GridView2"] tr:first-child > th {
	background-color:#3e3e3e !important;
	/*color:#f9f9f9 !important;*/
}

.table[id$="GridView2"] tr > td:first-child{
	text-align:center !important;
	font-weight:bold;
	font-size:10pt;
}

.table[id$="GridView2"] tr:last-child:hover > td{
	background-color:#f5f5f5 !important;
}

.table[id$="GridView2"] tr:first-child > th a {
	color:#f5f5f5 !important;
}


/* Bootstrap EX Custom DetailsView1*/
/* ============================================================== */
.table[id*="DetailsView"] {
	border-left-width:0px !important;
	border-right-width:0px !important;
}

.table[id*="DetailsView"] tr {
	border-left-width:0px !important;
	border-right-width:0px !important;
}

.table[id*="DetailsView"] td {
	border-left-width:0px !important;
	border-right-width:0px !important;
}

.table[id*="DetailsView"] tr > td:first-child {
	width:120px;
	min-width:100px;
	background-color:#f5f5f5 !important;
	font-weight:bold;
	white-space:nowrap;
}


/* File Upload Control */
/* ============================================================== */
.fileupload{
	width:100%;
}

/* Bootstrap EX Custom FileUpload */
/* ============================================================== */
.table[id*="fileupload"] > thead > tr > th,
.table[id*="fileupload"] > tbody > tr > th,
.table[id*="fileupload"] > tfoot > tr > th,
.table[id*="fileupload"] > thead > tr > td,
.table[id*="fileupload"] > tbody > tr > td,
.table[id*="fileupload"] > tfoot > tr > td {
  padding: 3px !important;
  line-height: 1.42857143 !important;
  vertical-align: middle !important;
}

.table[id*="fileupload"] tr:first-child > th {
	width:120px;
	min-width:120px;
	background-color:#f5f5f5 !important;
	border-top-width:0px !important;
	border-bottom:1px solid #ddd !important;
	font-size:10pt;
	text-align:center;
	white-space:nowrap;
}

.table[id*="fileupload"] td {
	border-width:0px !important;
}

/*.table[id*="fileupload"] tr:first-child {
	border-top:1px solid #ddd !important;
}

.table[id*="fileupload"] tr:last-child {
	border-bottom:1px solid #ddd !important;
}*/

/*.table[id$="fileupload"] tr:last-child > td {
	border-bottom:3px dotted #ddd !important;
}*/


/* Bootstrap EX Custom DetailsView2_P1004*/
.table[id*="DetailsView2_P1004"] {
	border-top:1px solid #dddddd;
	border-left-width:0px !important;
	border-right-width:0px !important;
}

.table[id*="DetailsView2_P1004"] tr {
	border-left-width:0px !important;
	border-right-width:0px !important;
}

.table[id*="DetailsView2_P1004"] td {
	border-left-width:0px !important;
	border-right-width:0px !important;
}

.table[id*="DetailsView2_P1004"] label {
	padding:0px 20px 0px 2px;
}

.table[id*="DetailsView2_P1004"] tr > th:first-child {
	width:120px;
	min-width:100px;
	background-color:#f5f5f5 !important;
	font-weight:bold;
	white-space:nowrap;
}
    .table[id*="DetailsView2_P1004"] tr > td:first-child {
        background-color: #fff !important;
    }

/* Bootstrap EX Custom ListView_topic*/
.table[id*="ListView_topic"] {
    border:1px solid #000000 !important;
    border-collapse : separate !important;
    /*padding:0px 10px 0px 10px;*/
	/*border-top:1px solid #000000;*/
	/*border-left-width:0px !important;
	border-right-width:0px !important;*/
}

.table[id*="ListView_topic"] tr {
    border:1px solid #000000 !important;
    padding: 0px 10px 0px 10px;
	/*border-left-width:0px !important;*/
	/*border-right-width:0px !important;*/
}

.table[id*="ListView_topic"] td {
    border:1px solid #000000 !important;
    padding: 5px 5px 5px 5px;
	/*border-left-width:0px !important;*/
	/*border-right-width:0px !important;*/
}

.table[id*="ListView_topic"] label {
    border:1px solid #000000 !important;
    padding: 0px 10px 0px 10px;
	/*padding:0px 20px 0px 2px;*/
}

.table[id*="ListView_topic"] tr > th {
    border:1px solid #000000 !important;
	/*width:120px;
	min-width:100px;
	background-color:#f5f5f5 !important;
	font-weight:bold;
	white-space:nowrap;*/
}
    .table[id*="ListView_topic"] tr > td {
    border:1px solid #000000 !important;
        /*background-color: #fff !important;*/
    }



/* Tabel UI */
.table_list{width:100%;}
.table_list th{padding:10px 10px;}
.table_list td{padding:3px 10px;}
.table_list thead th{background:#f9f9f9;border-top:2px solid #3e3e3e;border-bottom:1px solid #3e3e3e;color:#333333;text-align:center;font-size:10pt}
.table_list tbody tr{border-bottom:1px solid #e5e5e5;}
.table_list tbody tr:hover{background:#ebf3f7 !important;}
.table_list tbody tr td{font-family:inherit;color:#333333;text-align:center;font-size:9pt;}

/* FileUpload Control UI */
.btn-file{overflow:hidden;position:relative;vertical-align:middle;}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);transform:translate(-300px, 0) scale(4);font-size:23px;direction:ltr;cursor:pointer;}
.fileinput{margin-bottom:9px;display:inline-block;}.fileinput .uneditable-input{display:inline-block;margin-bottom:0px;vertical-align:middle;cursor:text;}
.fileinput .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center;}.fileinput .thumbnail>img{max-height:100%;}
.fileinput .btn{vertical-align:middle;}
.fileinput-exists .fileinput-new,.fileinput-new .fileinput-exists{display:none;}
.fileinput-inline .fileinput-controls{display:inline;}
.fileinput .uneditable-input{white-space:normal;}
.fileinput-new .input-group .btn-file{border-radius:0 4px 4px 0;}
.fileinput-new .input-group .btn-file.btn-xs,.fileinput-new .input-group .btn-file.btn-sm{border-radius:0 3px 3px 0;}
.fileinput-new .input-group .btn-file.btn-lg{border-radius:0 6px 6px 0;}



/* DO受付画面のTopの情報 DOReceiveInfo */
#DOReceiveInfo {width:100%;padding-bottom:10px}
#DOReceiveInfo td{padding:3px 10px;vertical-align:middle;text-align:left;font-size:9pt}
#DOReceiveInfo thead tr:first-child th{padding:5px 0;background:#f9f9f9;border-top:2px solid #3e3e3e;border-bottom:1px solid #3e3e3e;color:#333333;text-align:center;font-size:9pt}
#DOReceiveInfo thead th:nth-child(2) {border-left:1px solid #dddddd;border-right:1px solid #dddddd;}
#DOReceiveInfo tbody th{font-size:9pt}




/* DO受付内容確認画面出荷部材 行グループ */
.DOReceiveListConfirmRowGroup {height:30px;background:#e6f0f9;border-top:2px solid #d3dee0;border-bottom:1px solid #d3dee0;text-align:left !important;font-weight:bold}
.DOReceiveListConfirmRowGroupBlankRow {height:40px;background:#ffffff}


/* DO受付内容確認画面情報入力 */
.DOReceiveInfoInputTable {width:100%}
.DOReceiveInfoInputTable td{padding:3px 3px 3px 3px;font-size:9pt !important}

/* DO Information */
.DOReceiveInfo {width:auto;}
.DOReceiveInfo th{padding:3px 0px;}


/* Item Code ListのCategory */
.ItemCategory td{padding:0px 5px 0px 5px}
.ItemCategory label {padding-left:3px}


/* 管理者 - 承認画面のEXTList  - DOReceiveApproval.aspx*/
.tblEXTInfo {width:100%}
.tblEXTInfo tr {border-bottom:1px solid #eeeeee;}
.tblEXTInfo th{padding:5px 10px;background:#f9f9f9;border-top:2px solid #3e3e3e;border-bottom:1px solid #3e3e3e;color:#333333;text-align:center}
.tblEXTInfo td {padding:5px 10px;text-align:center;vertical-align:middle;}



/* RO返品受付処理画面 START */
#txtBarcodeNumber {font-weight:bold}

#tblRODetail th {height:40px;background-color:#ebf3f7;color:#244569;text-align:center;vertical-align:middle}
#tblRODetail td {vertical-align:middle;text-align:center}

#tblROSubDetail th {height:40px;background-color:#ebf3f7;color:#244569;text-align:center;vertical-align:middle}
#tblROSubDetail td {vertical-align:middle;text-align:center}

#tblROSubModify th {height:40px;background-color:#ebf3f7;color:#244569;text-align:center;vertical-align:middle}
#tblROSubModify td {vertical-align:middle;text-align:center}

table[id$="GridView_ROSubDetail"] th {height:40px;background-color:#ebf3f7;color:#244569;text-align:center;vertical-align:middle !important}
table[id$="GridView_ROSubDetail"] tr td:nth-child(4) {font-weight:bold}
table[id$="GridView_ROSubDetail"] tr td:nth-child(6) {font-weight:bold}
table[id$="GridView_ROSubDetail"] td {vertical-align:middle;text-align:center}
/* RO返品受付処理画面 END */


/* RO全List 画面 */
table[id$="GridView_RODataAllList"] th {height:40px;background-color:#ebf3f7;color:#244569;text-align:center;vertical-align:middle !important}
table[id$="GridView_RODataAllList"] th a:link, a:hover, a:active, a:focus, a:visited{color:#244569}