﻿/* DEFAULTS v11.7.0
----------------------------------------------------------*/

body   
{
	background: #E4FEE0;
	font-size: 11pt;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
	line-height: 1.5em;
}

a:link, a:visited
{
	color: #034af3;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}

input, textarea, select {
	font-size: 1em;
}

input[type="text"], input[type="password"], input[type="file"], textarea {
   border: 1px solid #7f9db9; /* 枠線は淡い青色 */
}

/* チェックボックスを大きく */
input[type=checkbox] {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.checkdisabled 
{
    position: relative;
}
.checkdisabled:before 
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    width: 85%;
    height: 85%;
    border: 1px solid #999;
    background-color: #d3d3d3;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}

/* HEADINGS   
----------------------------------------------------------*/

h1
{
    color: #222222;
    font-size: 1.6em;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom:3px solid #A3AFF5;
}

h2
{
    font-size: 1.4em;
    font-weight: 600;
    border-bottom:2px solid #a3e4f5  ;
}

h3
{
    font-size: 1.2em;
    /*margin-top: 10px;*/
    font-weight: 600;
    border-bottom:1px solid #a3e4f5;
}

h4
{
    font-size: 1em;
    border-bottom:1px solid #a3e4f5;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 960px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #4b6c9e;
	width: 100%;
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p 
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline 
{
	display: inline;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

.noWidthGrid
{
    border-collapse:separate;
    border-spacing:0;
}

.GroupBox
{
    padding:5px 5px 10px 5px;
    border:2px solid #2f4f4f;
    background-color:#f5f5f5;
    text-align:left;
}

/* 標準SELECT */
select {
    border: #999999 solid 1px;
    padding: 0.1em;
    color: #000;
    height: 2em;
}

option {
    border: 1px solid #999999;
    margin: -1px 0 0;
    padding: 0.2em 0.2em 0.2em 24px;
    font-weight: normal;
    line-height: 1em;
    color: #000;
}

option[selected] {
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

/***************************画面レイアウト**************************/
.pane ,				/* outer pane class */
.ui-layout-pane {	/* inner pane class */
	/*background-color:#F3F3F3;*/
	/*border: 1px solid #999;*/
	padding: 0;/* alignment & padding is on the inner-divs */
	overflow: auto; /* will be auto-set to 'hidden' for any pane with a 'scrolling content div' */
}

.ui-layout-north
{
	background-color:#353f47 ;
	border-bottom: 1px solid #1d1d18;
	/*border-bottom-width:0;*/
	overflow: auto;	
	color: #ffffff;
	}
.ui-layout-center
{
	/*background:#d7eaa8 url(../image/back.jpg);*/
	border: 0px solid #899391;
	border-top:1px solid #b2a299;
	/*border-bottom:1px solid #4C423E;*/
	overflow: auto;
	padding: 10px 30px;
	}
.ui-layout-south
{
	background-color:#353f47 ;
	border-top: 1px solid black;
	overflow: auto;
	padding:5px;
	color: #ffffff;
	}

.maincontents
{	
	width:1000px; 
	position:relative;
	left: 50%; 
	margin-left: -500px;	
	padding:10px;	
}
	
/***************************メニュー**************************/      
.menu
{
	background-color:#353f47;
	/*background:#F3F3F3 url(../image/b_1_01.png) repeat-x;*/ 
	/*border-bottom: 1px solid #1d1d18;*/
	padding: 3px 0 3px 4px;
	white-space:nowrap;
	/*overflow:hidden;*/
	overflow: visible;
	height:52px;
    position: relative;
	}
.menu_item
{
	text-align:center;
	color: white;
	width:90px;
	padding:3px 0;
	/*float:left;*/
	display: inline-block;
	height: 45px;
	margin-left: -4px;
	border: 1px solid #353f47;
	border-left:solid 1px #4d4d4d;
	border-right:solid 1px #1d1d18;
	}
.menu_item a
{
	color: white;
	text-decoration:none;
	}
.menu_item_hover
{
	cursor:pointer; 
	}
.menu_item_hover_hover
{
	background-color:#6a7987 !important;
	border: 1px solid #565656 !important;
	}
.menu_item_hover_down
{
    font-weight: bold;
    opacity: 0.6;
	/*
	padding-top:5px !important;
	padding-bottom:1px !important;
    */
	}
.menu_item_child
{
	background-color:#353f47;
	/*width:90px;*/
	text-align: left;
	padding:3px;
	/*padding:0;*/
	border: 1px solid #353f47;
	border-top:solid 1px #4d4d4d;
	border-bottom:solid 1px #1d1d18;
	color: white;
	}
.menu_item_child a
{
	color: white;
	text-decoration:none;
	}

/***************************入力グループ**************************/
.InputGroup
{
    padding:5px;
    margin-bottom:10px;
    border-left:8px solid #a3aff5;
    background-color:#fff;
    /*background-color:#e5eaef;*/
    overflow:hidden;
    /*opacity: 0.6 !important;
	filter: alpha(opacity=60) !important;
	width:95%;*/
    }
.InputGroup .InputGroup
{
    padding:5px;
    margin:10px;
    border:1px solid #999;
    border-left:5px solid #f8e58c;
    background-color:#fdf4f6;
    overflow:hidden;
    
    }   

.InputGroup td
{
   padding:3px; }
   
.InputGroup .title {
	font-weight:bold;	
	white-space:nowrap;
    border: 1px solid #999;
    background-color: #E6EFFA;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}
.InputGroup .item {
	border-bottom:1px solid #999;
}
.InputGroup .itemlist {
	border-bottom:1px solid #999;
	border-left:1px solid #999;
    border-radius: 0 0 0 3px;        /* CSS3草案 */  
    -webkit-border-radius: 0 0 0 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0 0 0 3px;   /* Firefox用 */
}
.nonNeed 
{
    background-color: #D8D8D8 !important;
}
.sptitle
{
    background-color: #B5E8FF !important;
}
.admintitle
{
    background-color: #D7E4BC !important;
}

/*************************** DIV **************************/
.div_float_R
{
    border-bottom:2px solid black;
    width:130px;
    float:right;
    margin-top:10px;
    margin-bottom:4px;
}
.div_float_L
{
    border-bottom:4px double #876c89;
    width:130px;
    float:left;
    margin-top:10px;
    margin-bottom:4px;
}

/*************************** デーブル **************************/
table.LIST
{
	margin-left: 20px;
	border-collapse:collapse;
	position:relative;
	}

table.LIST td
{
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
	}
table.LIST td table
{
	margin:0;
	border-collapse:collapse;
	border-width:0px;
	}
table.LIST td td
{
	margin:0;
	padding:0;
	border-width:0px;
	}
	
td.SectionTitle
{
	font-size: 16px;
	font-weight:bold;
}

td.Line_Title
{
    background-color: #E6EFFA;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    white-space: nowrap;
	padding: 3px;
	text-align: center;
}
td.Line_Title_Required
{
    background-color: #E6EFFA;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    white-space: nowrap;
	padding: 3px;
}
td.Line_List
{
    border: 1px solid #999999;
	padding:3px;
	text-align: center;
}

td.Label_Title
{
	font-weight: bold;
	background: #E6E6E6;
	text-align: center;
	border:solid 1px #CECECE;
}
td.Label_List
{
	background: #FFFFFF;
	text-align: center;
	border:solid 1px #CECECE;
}
tr.Line_Title
{
	background-position: #D7CCFF;
	background: #F8FACD;
	color: #222222;
	font-weight: bold;
}
tr.Line_List
{
	background-color: #FFFFFF;
}

col.Line_Title
{
    background-color: #E6EFFA;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    white-space: nowrap;
	padding: 3px;
}
col.Line_List
{
    border: 1px solid #999999;
	padding:3px;
}

/*************************** 注意書き **************************/
.COMMENT
{
	font-size: 15px;
	color: #cc0066;
	line-height: 1.3;
}
.disablearea .COMMENT
{
	font-size: 15px;
	color: #d3d3d3;
	line-height: 1.3;
}

/***************************ダイアログ**************************/
.div_Dialog
{
	/*display:none;
	position:absolute;
	z-index:9001;*/   
	background-color:#e0e0e0;
	border:solid 1px #515151;
	padding:1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;        
	-webkit-border-top-left-radius: 4px;  
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;  
	-moz-border-radius-topright: 4px;
	box-shadow: 1px 3px 6px #222;
	-moz-box-shadow: 1px 3px 6px #222;
	-webkit-box-shadow: 1px 3px 6apx #222;
	}
.div_DialogHeader
{
	cursor: default;
	font-weight: bold;
	height:21px;
	color:black;
	background-color:#e0e0e0;
	/*border-top:solid 1px #d5d5d5;*/
	/*border-bottom:solid 1px #56677e;*/
	text-align: left;
	vertical-align :middle;	
	padding: 7px 7px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;        
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;  
	-moz-border-radius-topright: 3px;
}
.div_DialogHeader:hover  
{
	cursor: move;
}
.div_DialogHeader input:hover
{
	cursor: pointer;
}
.div_DialogHeader *
{    
	line-height:21px;    
	}
.div_DialogContents
{
	background-color:white;
	padding:10px;
	margin:0 5px 5px 5px;
	border:1px solid #aaa;    
	overflow: auto;
	}

/**********グリッド**********/
.orgGrid
{
    display:inline-table;
	border-width: 0;
	border-collapse:separate;
	background-color:#000066;
	}
.orgGrid a
{
	color:#565656;
	text-decoration:none;
	}
.orgGrid_header
{
    font-size:12px;
	background:#006699;
	color:white;
	border: 1px solid #353535;
	border-top:1px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;
	text-align: center;
	padding: 4px 0 4px;
	font-weight: bold;
	}
.orgGrid_header_Sort a
{
    color:white;
    text-decoration:none;
    }
.orgGrid_header_Sort
{
    cursor:pointer;
    }
.orgGrid_header_Sort_hover
{
    background:#6a7987;
    border: 1px solid #565656;
    }
.orgGrid_header_Sort_down
{
    padding-top:6px;
    padding-bottom:2px;
    }
.orgGrid_pager
{
	background:#F3F3F3 url(images/b_1_01.png) repeat-x bottom;
	color:#565656;
	border-top:1px solid #FFF;
	border-right: 1px solid #999;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #999;
	font-size:x-large;
	text-align:left;
	}
.orgGrid_pager table
{
    margin:0 5px;
    display:inline-table;
    }
.orgGrid_pager td
{
	border-top:1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right-width: 0;
	border-bottom-width: 0;
	padding-top:0;
	padding-bottom:0;
	}
.orgGrid_pager td td
{
	border-width: 0;
	}
.orgGrid_pager a
{
	font-size:medium;
	color:#565656;
	text-decoration:none;
	}
.orgGrid_pager .a_hover
{
	font-size:x-large;
	}
.orgGrid_row
{
    /*font-size:9px;*/
	background-color:#ffffff;
	}
.orgGrid_row td
{
	border:solid 1px #ffffff;
	}
.orgGrid_row_Alt
{
    /*font-size:9px;*/
	background-color:#CCFFFF;
	}
.orgGrid_row_Alt td
{
	border:solid 1px #CCFFFF;
	}
	
.orgGridView_row_MouseOver
{
	color: white !important;
	background-color: #ffcc66 !important;
	cursor: pointer;
}

.orgGrid_flozen
{
	border-top :solid 1px #000000;
	border-left :solid 1px #000000;
	border-right :solid 1px #000000;
	border-bottom :0;
	border-collapse:collapse;
}

.orgGrid_flozen_cell
{
    padding: 2px;
}


/*********************画像付ボタン用************************/	
a.btn
{
	border:solid 1px #999; 
	color:white;            
	width:110px;
	padding:5px 3px;
	text-shadow: 1px 1px 1px black;
	background-color: #014464;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(50%, #0C577A), color-stop(50%, #014D71), to(#003E5C));   
	background-image: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #368DBE;  
	border-top: 1px solid #c3d6df;
	-moz-box-shadow: 0 1px 3px black;  
	-webkit-box-shadow: 0 1px 3px black;  
	box-shadow: 0 1px 3px black;
	display:block;
	text-decoration:none;   
}

/* WHILE HOVERED */  
a:hover.btn {  
	background: #48A5D1;  
	background-image: -moz-linear-gradient(top, #0c5f85, #0b5273 50%, #024869 51%, #003853);  
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c5f85), color-stop(50%, #0b5273), color-stop(51%, #024869), to(#003853));
	cursor: pointer;  
}

a.btn>.btnContents 
{
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:20px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	display:block; 
}

a.sbtn
{
	border:solid 1px #999; 
	color:white;            
	width:70px;
	padding:2px 1px;
	text-shadow: 1px 1px 1px black;
	background-color: #014464;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(50%, #0C577A), color-stop(50%, #014D71), to(#003E5C));   
	background-image: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #368DBE;  
	border-top: 1px solid #c3d6df;
	-moz-box-shadow: 0 1px 3px black;  
	-webkit-box-shadow: 0 1px 3px black;  
	box-shadow: 0 1px 3px black;
	display:block;
	text-decoration:none;   
}

/* WHILE HOVERED */  
a:hover.sbtn {  
	background: #48A5D1;  
	background-image: -moz-linear-gradient(top, #0c5f85, #0b5273 50%, #024869 51%, #003853);  
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c5f85), color-stop(50%, #0b5273), color-stop(51%, #024869), to(#003853));
	cursor: pointer;  
}

a.sbtn>.btnContents 
{
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:16px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	display:block; 
}

.btnStanderd
{
    border:1px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(top, #3093c7, #1c5a85);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);*/
}
.btnStanderd:hover
{
    border:1px solid #1c5675;
    background-color: #26759e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b));
    background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
    background-image: -moz-linear-gradient(top, #26759e, #133d5b);
    background-image: -ms-linear-gradient(top, #26759e, #133d5b);
    background-image: -o-linear-gradient(top, #26759e, #133d5b);
    background-image: linear-gradient(top, #26759e, #133d5b);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);*/
    cursor:pointer;
}

/***************************オーバーレイ**************************/    
.Overlay
{
	position: fixed;
	z-index:102;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: #000;
	opacity: 0.3 !important;
	filter: alpha(opacity=30) !important;
	-moz-opacity: 0.3;
	}

.Overlay2
{
	position: fixed;
	z-index:202;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: #000;
	opacity: 0.3 !important;
	filter: alpha(opacity=30) !important;
	-moz-opacity: 0.3;
	}
	
/********************AutoComplete*************************/
.completeListStyle
{   
   padding-left : 1px;
   visibility : hidden;
   margin : 0px!important;
   background-color : White;
   color : windowtext;
   border : buttonshadow;
   border-width : 1px;
   border-style : solid;
   cursor : 'default';
   text-align : left;
   list-style-type : none;
   font-size: 1em;
   height : 200px;
   overflow : auto;
   z-index: 99999999!important;
} 

.JQSelectOnly {
	background-color: #F2F2F2;
}

/********************選択セルMouseOver********************/	
.CellMouseOver
{
	color: white !important;
	background-color: #ffcc66 !important;
	cursor: pointer;
}

/*********************画像無しボタン用************************/
.BTNCMD
{
    border:solid 1px #999; 
    color:white;
    /*margin-top:15px;*/
    width:110px;
    padding:5px 3px;
    text-shadow: 1px 1px 1px black;
    background-color: #014464;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(50%, #0C577A), color-stop(50%, #014D71), to(#003E5C));   
    background-image: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #368DBE;  
    border-top: 1px solid #c3d6df;
    -moz-box-shadow: 0 1px 3px black;  
    -webkit-box-shadow: 0 1px 3px black;  
    box-shadow: 0 1px 3px black;  
    }
/* WHILE HOVERED */  
.BTNCMD:hover {  
    background: #014464;  
    background-image: -moz-linear-gradient(top, #0c5f85, #0b5273 50%, #024869 51%, #003853);  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c5f85), color-stop(50%, #0b5273), color-stop(51%, #024869), to(#003853));
    cursor: pointer;
}

/*********************IME制御************************/
.IMEON
{
	ime-mode: active;  
}		/* IMEかな入力状態 ※IE11+IME2010の不具合の為、無効に変更 */

.IMEOFF
{
	ime-mode: inactive;
	}	/* IME半角英数入力状態 */
	
.EISUJI
{
	ime-mode: disabled;
	}	/* IME-OFF固定 */

.SUJI
{
	ime-mode: disabled;
	text-align: right;
	}	/* IME-OFF固定 */

input.READONLY_SUJI
{
	background :pink;
	text-align: right;
	}
input.READONLY_TEXT
{
	background :pink;
	text-align: left;
	}
input.READONLY_SUJISP
{
	background :#B5E8FF;
	text-align: right;
	}
input.READONLY_SUJIHOLD
{
	background :#D8D8D8;
	text-align: right;
	}
	

.UPPER{ime-mode: disabled;text-transform: uppercase;}	/* IME-OFF:半角英数大文字入力状態 */

.LOWER{ime-mode: disabled;text-transform: lowercase;}	/* IME-OFF:半角英数小文字入力状態 */

/******* Generic context menu styles *******/
.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}

.contextMenu LI.calsetting A { background-image: url(../images/calendar_edit.png); }

/**********Chosen用**********/
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../Images/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../Images/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('../Images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../Images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../Images/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 150px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../Images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../Images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
/* opacity 0.5 → 0.8にス hirano */
.chzn-disabled {
  cursor: default;
  opacity:0.8 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('../Images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../Images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
	  background-image: url('../Images/chosen-sprite@2x.png') !important;
	  background-repeat: no-repeat !important;
	  background-size: 52px 37px !important;
  }
}
/* @end */

/**********toastmessages用**********/
.toast-container {
	width: 300px;
	z-index: 99999999;
}


* html .toast-container {
	position: absolute;
}

.toast-item {
	height: auto;
	background: #333;
	opacity: 0.9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: lucida Grande;
	font-size: 14px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.toast-item p {
	text-align: left;
	margin-left: 50px;
}

.toast-item-close {
	background:url(../images/close.gif);
	width:22px;
	height:22px;
	position: absolute;
	top:7px;
	right:7px;
}

.toast-item-image {
	width:32px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 10px;
}

.toast-item-image-notice {
	background:url(../images/notice.png);
}

.toast-item-image-success {
	background:url(../images/success.png);
}

.toast-item-image-warning {
	background:url(../images/warning.png);
}

.toast-item-image-error {
	background:url(../images/error.png);
}


/**
 * toast types
 *
 * pattern: toast-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 *
 */
.toast-type-notice {
	color: white;
}

.toast-type-success {
	color: white;
}

.toast-type-warning {
	color: white;
	border-color: #FCBD57;
}

.toast-type-error {
	color: white;
	border-color: #B32B2B;
}

/**
 * positions
 *
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 *
 */
.toast-position-top-left {
	position: fixed;
	left: 20px;
	top: 20px;
}

.toast-position-top-center {
	position: fixed;
	top: 20px;
	left: 50%;
	margin-left: -140px;
}

.toast-position-top-right {
	position: fixed;
	top: 20px;
	right: 20px;
}

.toast-position-middle-left {
	position: fixed;
	left: 20px;
	top: 50%;
	margin-top: -40px;
}

.toast-position-middle-center {
	position: fixed;
	left: 50%;
	margin-left: -140px;
	margin-top: -40px;
	top: 50%;
}

.toast-position-middle-right {
	position: fixed;
	right: 20px;
	margin-left: -140px;
	margin-top: -40px;
	top: 50%;
}


/**********印刷**********/
.maincontentswari
{	
	width:590px; 
	height: 900px;
	left: 40%; 
	margin-left: -200px;	
	position:relative;
	padding: 40px 30px 20px 30px;
	background-color: #fff;/*#ccccff*/
	border: 1px solid #496077;
    font-size: 11pt;
    color: #000000;
}
.maincontentswarishadow
{	
    box-shadow: 1px 1px 3px #000;	/* CSS3草案 */
    -moz-box-shadow: 1px 1px 3px #000; /* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000; /* Safari,Google Chrome用 */ 
}
.maincontentswariprint
{	
	width:690px; 
	height: 970px;
	padding: 60px 30px 20px 30px;
	background-color: #fff;/*#ccccff*/
	border: 0;
    font-size: 12pt;
    color: #000000;
}

.div_warilogo
{
    text-align:right;
}
.img_warilogo
{
    width: 226px;
    height: 45px;
}
.div_wariassign
{
    margin-top:10px;
    text-align:right;
}
.lbl_wariassign
{
    border:1px solid #000;
    font-size:18pt;
}
.div_warititle
{
    margin-top:10px;
    text-align: center;
    font-size: 32pt;
    line-height: 1.5em;
    font-weight:bold;
}
.div_warisendto
{
    margin: 20px 30px 10px 30px;
}
.div_warisendtoname
{
    width: 70%;
    border-bottom: 1px solid #000;
}
.div_wariintoroduction
{
    margin: 30px 20px 20px 10px;
    font-size: 24pt;
    line-height: 1.5em;
}
.div_wariintoroduction_detail
{
    font-size: 15pt;
}
.div_wariki
{
    margin: 50px 30px 10px 30px;
    text-align: center;
}
.div_wariasno
{
    margin: 20px 30px 10px 30px;
    text-align: right;
}
.tbl_waridetail
{
    margin: 10px 30px 10px 30px;
    width: 530px;
}
.tbl_waridetail td
{
    padding: 5px 0 5px 0;
}
.lbl_wariitem
{
    color:#538ed5;
}

table.list
{
	border:solid 1px #CECECE;
	border-collapse:collapse;
	width:100%;
}

table.list td
{
	border:solid 1px #CECECE;
	vertical-align:top;
	font-size:11pt;
}
.td_Center
{
    text-align:center;
}

.tbl_nospace
{
    margin:0;
    border:0;
}
.tbl_nospace th
{
    margin:0;
    border:0;
    padding:0;
}
.tbl_nospace td
{
    margin:0;
    border:0;
    padding:0;
}



.maincontentswariprint .img_warilogo
{
    width: 294px;
    height: 59px;
}
.maincontentswariprint .div_wariassign
{
    margin-top:15px;
    text-align:right;    
}
.maincontentswariprint .lbl_wariassign
{
    border:1px solid #000;
    font-size: 18pt;
}
.maincontentswariprint .div_warititle
{
    margin-top:15px;
    text-align: center;
    font-size: 24pt;
    font-weight:bold;
}
.maincontentswariprint .div_warisendto
{
    margin: 30px 30px 20px 30px;
}
.maincontentswariprint .div_warisendtoname
{
    border-bottom:0;
    width:80%;
}
.maincontentswariprint .div_wariintoroduction
{
    margin: 30px 30px 20px 30px;
}
.td_print_sendto
{
    font-size:18px;
    vertical-align: top;
}
.maincontentswariprint .div_wariki
{
    margin: 70px 30px 20px 30px;
    text-align: center;
}
.maincontentswariprint .div_wariasno
{
    margin: 30px 30px 20px 30px;
    text-align: right;
}
.maincontentswariprint .tbl_waridetail
{
    margin: 20px 30px 20px 30px;
    width: 630px;    
}
.maincontentswariprint .tbl_waridetail td
{
    padding: 8px 0 8px 0;
}

.TopBottomMargin
{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}


/**********色**********/
.checkOK
{
    color: #0123cb;
}
.checkNG
{
    color: #ff6915;
}
.inputremarks
{
    color: #ff6915;
}
.warekitext
{
    color: #0123cb;
}


/**********ボタン**********/
.textbutton
{
    border:1px solid #25729a; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold;
    text-align: center;
    color: #ffffff;
    background-color: #3093c7; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);*/
}
.textbutton:hover
{
    border:1px solid #1c5675;
    background-color: #26759e; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
    background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
    background-image: -moz-linear-gradient(top, #26759e, #133d5b);
    background-image: -ms-linear-gradient(top, #26759e, #133d5b);
    background-image: -o-linear-gradient(top, #26759e, #133d5b);
    background-image: linear-gradient(to bottom, #26759e, #133d5b);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);*/
    cursor:pointer;
}

/**********一覧ボタン**********/
.listbutton_NoData
{
    border:1px solid #f9f68a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold;
    text-align: center;
    color: #000000;
    background-color: #fcfac0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfac0), color-stop(100%, #f6f283));
    background-image: -webkit-linear-gradient(top, #fcfac0, #f6f283);
    background-image: -moz-linear-gradient(top, #fcfac0, #f6f283);
    background-image: -ms-linear-gradient(top, #fcfac0, #f6f283);
    background-image: -o-linear-gradient(top, #fcfac0, #f6f283);
    background-image: linear-gradient(top, #fcfac0, #f6f283);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fcfac0, endColorstr=#f6f283);*/
}
.listbutton_NoData:hover
{
    border:1px solid #f7f25f;
    background-color: #faf68f;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf68f), color-stop(100%, #f3ed53));
    background-image: -webkit-linear-gradient(top, #faf68f, #f3ed53);
    background-image: -moz-linear-gradient(top, #faf68f, #f3ed53);
    background-image: -ms-linear-gradient(top, #faf68f, #f3ed53);
    background-image: -o-linear-gradient(top, #faf68f, #f3ed53);
    background-image: linear-gradient(top, #faf68f, #f3ed53);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#faf68f, endColorstr=#f3ed53);*/
    cursor:pointer;
}

.listbutton_NonFix
{
    border:1px solid #8bcf54;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold;
    text-align: center;
    color: #000000;
    background-color: #a9db80;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9db80), color-stop(100%, #96c56f));
    background-image: -webkit-linear-gradient(top, #a9db80, #96c56f);
    background-image: -moz-linear-gradient(top, #a9db80, #96c56f);
    background-image: -ms-linear-gradient(top, #a9db80, #96c56f);
    background-image: -o-linear-gradient(top, #a9db80, #96c56f);
    background-image: linear-gradient(top, #a9db80, #96c56f);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9db80, endColorstr=#96c56f);*/
}
.listbutton_NonFix:hover
{
    border:1px solid #74bf36;
    background-color: #8ed058;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ed058), color-stop(100%, #7bb64b));
    background-image: -webkit-linear-gradient(top, #8ed058, #7bb64b);
    background-image: -moz-linear-gradient(top, #8ed058, #7bb64b);
    background-image: -ms-linear-gradient(top, #8ed058, #7bb64b);
    background-image: -o-linear-gradient(top, #8ed058, #7bb64b);
    background-image: linear-gradient(top, #8ed058, #7bb64b);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ed058, endColorstr=#7bb64b);*/
    cursor:pointer;
}
	
.listbutton_Fix
{
    border:1px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(top, #3093c7, #1c5a85);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);*/
}
.listbutton_Fix:hover
{
    border:1px solid #1c5675;
    background-color: #26759e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b));
    background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
    background-image: -moz-linear-gradient(top, #26759e, #133d5b);
    background-image: -ms-linear-gradient(top, #26759e, #133d5b);
    background-image: -o-linear-gradient(top, #26759e, #133d5b);
    background-image: linear-gradient(top, #26759e, #133d5b);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);*/
    cursor:pointer;
}

.listbutton_PrvFix
{
	border:1px solid #15aeec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
    text-align: center;
	color: #FFFFFF;
	background-color: #49c0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
	background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);
	/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);*/
}

.listbutton_PrvFix:hover
{
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
	/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);*/
    cursor:pointer;
}

.listbutton_EndInput{
	border:1px solid #ffad41;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
    text-align: center;
	color: #FFFFFF;
	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);*/
}

.listbutton_EndInput: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);*/
    cursor:pointer;
}

.listbutton_Deside{
	border:1px solid #f94df8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
    text-align: center;
	color: #FFFFFF;
	background-color: #fb83fa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fb83fa), to(#e93cec));
	background-image: -webkit-linear-gradient(top, #fb83fa, #e93cec);
	background-image: -moz-linear-gradient(top, #fb83fa, #e93cec);
	background-image: -ms-linear-gradient(top, #fb83fa, #e93cec);
	background-image: -o-linear-gradient(top, #fb83fa, #e93cec);
	background-image: linear-gradient(to bottom, #fb83fa, #e93cec);
	/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fb83fa, endColorstr=#e93cec);*/
}

.listbutton_Deside:hover{
	border:1px solid #f820f6;
	background-color: #f952f8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f952f8), to(#dc16df));
	background-image: -webkit-linear-gradient(top, #f952f8, #dc16df);
	background-image: -moz-linear-gradient(top, #f952f8, #dc16df);
	background-image: -ms-linear-gradient(top, #f952f8, #dc16df);
	background-image: -o-linear-gradient(top, #f952f8, #dc16df);
	background-image: linear-gradient(to bottom, #f952f8, #dc16df);
	/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f952f8, endColorstr=#dc16df);*/
    cursor:pointer;
}

.listbutton_DateOver
{
    border:1px solid #ff6262;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold;
    text-align: center;
    color: #000000;
    background-color: #ff9a9a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9a9a), color-stop(100%, #ff4040));
    background-image: -webkit-linear-gradient(top, #ff9a9a, #ff4040);
    background-image: -moz-linear-gradient(top, #ff9a9a, #ff4040);
    background-image: -ms-linear-gradient(top, #ff9a9a, #ff4040);
    background-image: -o-linear-gradient(top, #ff9a9a, #ff4040);
    background-image: linear-gradient(top, #ff9a9a, #ff4040);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9a9a, endColorstr=#ff4040);*/
}
.listbutton_DateOver:hover{
    border:1px solid #ff3434;
    background-color: #ff6767;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6767), color-stop(100%, #ff0d0d));
    background-image: -webkit-linear-gradient(top, #ff6767, #ff0d0d);
    background-image: -moz-linear-gradient(top, #ff6767, #ff0d0d);
    background-image: -ms-linear-gradient(top, #ff6767, #ff0d0d);
    background-image: -o-linear-gradient(top, #ff6767, #ff0d0d);
    background-image: linear-gradient(top, #ff6767, #ff0d0d);
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6767, endColorstr=#ff0d0d);*/
    cursor:pointer;
}

.listbutton_CannotInput
{
    border:0;
    font-family:arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    text-align: center;
    color: #A5A5A5;
    background-color: transparent;
}

.listbutton_AddReadOnly
{
    opacity: 0.6;
}

.clickspan
{
    cursor:pointer;
}

.errorflickbox
{
	position: absolute;
	border: 4px solid #ff0066;
    margin: 0;
    z-index: 110001;
}
.errorflickicon
{
	position: absolute;
	border: 0;
    margin: 0;
    width: 40px;
    height: 45px;
	background-image: url("../Images/finger.gif");
	background-position: center center;
	background-repeat: no-repeat;
    z-index: 110001;
}


/**********印刷関連**********/
.pr-layout-center
{
	border: 0px solid #899391;
	border-top:1px solid #b2a299;
	padding: 10px 30px;
}

.printmaincontents
{	
	padding:10px;
}

@media print{
 	.printhidden{
 		display:none;
 	}
}
