@charset 'UTF-8';

@import "gmenu.css?2";
@import "table.css";
@import "scrollbar.css";
@import "jquery-ui.css";
@import "form.css";

*{
	padding: 0;
	margin: 0;
}

::placeholder {
  color: #ccc;
}

.uriagewindow{
 	overflow-x: scroll;
	scrollbar-width: thin;/*細さ auto / thin*/
	scrollbar-color: #c2e7f2 #34c0eb;/*つまみの色 軌道の色*/
}

.xdsoft_datetimepicker { z-index: 999999 !important; }

.line05c{ border-bottom: 1px dashed #ccc; margin: 5px 0; clear: both;}
.line10c{ border-bottom: 1px dashed #ccc; margin: 10px 0; clear: both;}
.line15c{ border-bottom: 1px dashed #ccc; margin: 15px 0; clear: both;}
.line20c{ border-bottom: 1px dashed #ccc; margin: 20px 0; clear: both;}

.list_photo{ width: 100px;height: 100px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.list_photo img{ display: block;width: 100%;box-sizing: border-box;}
.list_photo_200{ width: 200px;height: 200px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.list_photo_200 img{ display: block;width: 100%;box-sizing: border-box;}
.list_photo_400{ width: 400px;height: 400px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.list_photo_400 img{ display: block;width: 100%;box-sizing: border-box;}

.explain {
	background: #efefef;
	padding: 20px;
	border-radius: 10px;
	color: #777;
}

.submit_side_r{
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin:0;z-index:99;font-size:22px;position: fixed;right: 0;
	bottom:270px;background:#a42828;
	color: white;font-weight: bold;
	padding: 20px;border: 0;
	border-radius: 10px 0px 0px 10px;
	font-weight: bold;letter-spacing: 0em;width: 180px;padding:20px 10px;
}
.submit_side_b{
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin:0;z-index:99;font-size:22px;position: fixed;right: 0;
	bottom:200px;background:#3399e7;color: white;font-weight: bold;
	padding: 20px;border: 0;
	border-radius: 10px 0px 0px 10px;font-weight: bold;letter-spacing: 0em;
	width: 180px;padding:20px 10px;display: block;
	box-sizing: border-box;text-decoration: none;text-align: center;
}

.button_org1 {
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1em;
	background: #f60;
	padding: 3px 8px;
	border-radius: 5px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	margin: 0 5px;
	font-weight: normal;
}
.button_org1:hover {
	background: #f90;
}

.button_org2 {
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1em;
	background: #f60;
	padding: 8px 16px;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	text-decoration: none;
	margin: 0 5px;
	font-weight: normal;
}
.button_org2:hover {
	background: #f90;
}

.button_sv {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}
.button_sv:hover{
	opacity: 0.7;
}

/*disable btn*/
.button_org_none {
	line-height: 1em;
	background: #ccc;
	padding: 3px 8px;
	border-radius: 5px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	margin: 0 5px;
	font-weight: normal;
}

.button_org_process_on {
	display: inline-block;
	line-height: 1em;
	background: #28a4ba;
	padding: 3px 5px;
	border-radius: 5px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	margin: 0 1px;
	font-weight: normal;
}

.button_org_process_off {
	display: inline-block;
	line-height: 1em;
	background: #eee;
	padding: 3px 5px;
	border-radius: 5px;
	color: #aaa;
	font-size: 12px;
	text-decoration: none;
	margin: 0 1px;
	font-weight: normal;
}

.button_org_attention {
	line-height: 1em;
	background: #f30;
	padding: 8px 15px;
	border-radius: 5px;
	color: white;
	font-size: 18px;
	text-decoration: none;
	margin: 0 5px;
	font-weight: normal;
}
.button_org_attention:hover {
	background: #f90;
}


/*@import "common.css";*/
/*
@media (min-width: 1100px) { #gcontroll {display: block !important;} #container {margin: 0 !important;left:240px;position: absolute;} }
@media (min-width: 1500px) { #container {margin: 0 auto !important;} }
*/
@media print {
	#gcontroll,.globalNavi {
		display: none !important;
	}
	#if_content_wt {
		padding: 0 !important;
		margin: 0 !important;
	}
	* {
		font-size: 8px !important;
	}
	
}


html,body,#container{ 
/*
    height:100%; 
    min-height:100%; 
*/
    margin:0;padding:0; 
}


html{ 
/*
    height:100%;
    overflow:auto;
*/
}


body {
/*
    height:100%; 
    min-height:100%; 
    overflow: hidden;
*/
    min-width:970px;
	background:#fff;
	line-height: 1.8em;
	font-family:verdana,Hiragino Kaku Gothic Pro,Osaka,MS PGothic,Sans-Serif;
}


img {border: 0;}



th {
	font-size: 16px;
}

select::-ms-expand {
	display: none;
}
select {
	display: inline-block;
	color: #464009;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 6px 25px 6px 8px !important;
	font-size: 0.9em;
	line-height: 1.0em !important;
	border-radius: 50px;
	border: none;
	background-image: url("/images/arrow-down.png");
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 8px center;
	background-color: white;
	border: 1px solid #928827;
	-moz-border-radius:5px ;
	-webkit-border-radius:5px ;
	border-radius:5px;
	text-decoration: none;
}

.select_term {
	margin: 3px 0;
	
	
}

.wrapper {
	max-width: 1030px;
	min-width: 970px;
	margin: 0 auto;
}

#content {
	padding-top: 80px;
}

#contentbox_index{
	background: url(/images/background_login.jpg) no-repeat center center;
	height: 100%;
	min-height: 100%;
	text-align: center;
}
#loginbox .input {border:3px solid #aaa;font-size:18px;padding:5px;box-sizing: border-box;width: 100%;}
#loginbox .input:hover {border:3px solid #d95555;}
#loginbox {
	margin:0 auto;width:100%;padding:40px;opacity: 1.0;
	background: url(/images/bg_w_90.png);
	border: 1px solid #777;text-align: left;box-sizing: border-box;
		-moz-border-radius:10px ;
		-webkit-border-radius:10px ;
		border-radius:10px;
	
}

.attention{
	background: red;color: white;padding: 10px;font-size: 80%;line-height: 1.4em;	
}

.attention1 {
	padding: 15px;
	border-radius: 15px;
	margin: 15px 0;
	background: white;
	border: 1px solid #ccc;
	
}

.valueset1{
	border-radius: 0px 5px 5px 0px;
	background: white;
	border: 1px solid #8d8147;
	border-left: 0px;
	margin-left: -12px;

	padding: 9px 12px;
	line-height: 1em;
	margin-bottom: 8px;
	color: #464310;
	background: #f8f7dd;
}
.valueset1 span{
	
}


.faceselect div.face{
	width: 23%;
	float: left;
	text-align: center;
	margin: 1%;
	background: white;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #aaa;
}
.faceselect div img,.iconselect div img{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.iconselect div.icon{
	width: 23%;
	float: left;
	text-align: center;
	margin: 1%;
	background: white;
	box-sizing: border-box;
	padding: 5px;
	font-size: 10px;
}


#header {
	padding: 10px 0;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #3379c5;
	font-weight: bold;
	background: #bcd9f8;
	margin-bottom: 10px;
}

#container {
	float: right;
	width: 100%;
/* 	background: red; */
	overflow-x: hidden;
	position: relative;
}



h2 {
	font-size:20px;
	color: #5d5215;
	border-bottom: 4px solid #5d5215;
	margin: 10px 0px;
	padding: 8px 0;
	letter-spacing: 0.1em;
}


h3{
	color: #5d5215;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dashed #5d5215;
	margin: 25px 0 15px 0;
	padding-bottom: 8px;
	letter-spacing: 0.1em;
}

h4{
	font-size: 14px;
	color: #0e9a91;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}



/*
body > #container{ 
  height:auto;
  overflow: auto;
}
*/

#if_content_wt {
	padding:0 20px 0 190px;
}


#gmenu {
	background: #67320a;
	margin-bottom: 15px;
	border-top:#b0a170 solid 3px;
	border-bottom:#b0a170 solid 3px;
	text-align: center;
	font-size: 0;
}

#gmenu a{
	font-size: 14px;;
	display: inline-block;
	min-width:92px;
	padding: 7px;
	color: white;
	font-weight: bold;
	border-right: 1px dotted #aaa;
	text-align: center;
	text-decoration: none;
}
#gmenu a:hover{
	color: #f90;
	text-decoration: underline;
}
#gmenu a.last {
	border: 0;
}
ul.globalNavi {
	-moz-border-radius:5px ;
	-webkit-border-radius:5px ;
	border-radius:5px;
	border: 1px solid #ccc;
	margin: 0;padding: 5px 0;line-height: 1;background-color: #ddd;list-style-type: none;
	text-align: center;
}
ul.globalNavi li {
	margin: 0; padding: 0;
	width: 120px;
	text-align: center; font-size: 0px;
	display: inline-block;}
ul.globalNavi li a {
	letter-spacing: 0.1em;
	font-size: 12px;
	border-right: 1px solid #aaa;padding: 9px 5px;display: block;position: relative; /* for IE6 */
	color: #444;text-decoration: none;
}
ul.globalNavi li a.last {
	border: 0;
}
ul.globalNavi li a:hover {border-color: #ccc;color: #333;background-color: #ccc;}
/* ClearFix */

ul.globalNavi {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
ul.globalNavi:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}

.gm_submenu	{
	padding:5px;
	/*width:300px;
	height:200px;*/
	background:url("/wt/images/bg_w_90.png");
	position:absolute;
	z-index:9999;
	line-height:1.6em !important;
	font-size:12px;
	text-align:left;
	display:none;
	border-width: 2px 2px 2px 2px;
	border-color: #777;
	border-style: solid;
	/*left:50px;*/
}

.gm_submenu a {
	background: transparent !important;
	padding:3px 5px !important;
	margin: 0px !important;
	color:#444 !important;
	border-width: 0 !important;
}
.gm_submenu a:hover {
	background: #777 !important;
	color:white !important;
}


#main {
	float: right;
	width: 780px;

}

#sidemenu {
	float: left;
	width:180px;
	margin-right: 15px;

}


#sidemenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#sidemenu li {
}

#sidemenu a{
	font-size: 14px;
	display: block;
	padding:10px 10px;
	border:2px solid #ccc;
	margin:5px 0;
	text-decoration: none;
	color: #777;
	font-weight: bold;
}
#sidemenu a:hover{
	color: #000;
	background: #eee;

}


#sidebar_login{
	background: #f6f5d4;
	border: 1px solid #c9c786;
	padding: 10px;
		-moz-border-radius:5px ;
		-webkit-border-radius:5px ;
		border-radius:5px;
	
}

#sidebar_login team{
	display: inline-block;
	padding: 6px;
		-moz-border-radius:10px ;
		-webkit-border-radius:10px ;
		border-radius:10px;
	color: white;
	background: #4c3206;
	margin: 1px;
	line-height: 1em;
	font-size: 10px;
}


#mainmenu {
	

}


#tag {
	border: 2px solid #ccc;
	padding: 10px;
	margin:0 0 10px 0;
	font-size: 22px;
	font-weight: bold;
}

#mainmenu img {
	padding:0;margin:0;
	float:left;
	border:0;

}

#footer {
	border-top: 1px #aaa dotted;
	padding: 15px 0 15px 0;
	margin:15px 0 15px 0;
}

#footer a{
	text-decoration: none;
	color: #09f;
}

#footer ul {
	list-style-type: none;
}
#footer li {
	padding:0;
	margin:0;
}

#footer .ft_menu{
	float:left;
	width:180px;
	padding:0;
	margin:0;

}

#footer .ft_menu h2{
	font-size: 14px;
	font-weight: bold;
}

#footer .ft_copyright {
	border-top: 1px #aaa dotted;
	padding: 15px 0 15px 0;
	font-size: 12px;
}

.box_simple {
	border:1px solid #ddd;
	padding:15px;

}

td {
	text-align:left;
	vertical-align:middle;
}

.labelField {
	border:1px solid #FFFFFF;
	background-color:#dfdfdf;
}

.nomalField {
	border:1px solid #FFFFFF;
	background-color:#efefef;
}

em{
	color:#990000;
}





.waku {
	border: 1px solid #4b440e;
	padding: 20px;
	margin: 10px 0 20px;
	background: white;
}
.waku_m30 {
	border: 1px solid #4b440e;
	padding: 20px;
	background: white;
	margin: 30px 0
}
.thumb {width: 400px;}





p {
	margin-bottom: 25px;
}

.clear {clear: both;}
.space05c {clear: both;margin-bottom:5px;}
.space10c {clear: both;margin-bottom:10px;}
.space15c {clear: both;margin-bottom:15px;}
.space20c {clear: both;margin-bottom:20px;}
.space25c {clear: both;margin-bottom:25px;}

.r5b1 {
	-moz-border-radius:5px ;
	-webkit-border-radius:5px ;
	border-radius:5px;
	border: 1px solid #ccc;
}
input, textarea {font-size:16px;border: 1px solid #999;padding: 5px;background:#f5fbd9; }
textarea {
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.8em;
	width: 100%;
}
#sendForm button {padding: 5px;font-size: 14px;}



.tableborder_clientlist { font-size: 12px; border-collapse: collapse; }
.tableborder_clientlist td { border: 1px solid #aaa; padding:5px; }
.tableborder_clientlist tr:hover { background: #E9E8D0; }


.tableborder_idx_worklist {  border-collapse: collapse; width: 100%;}
.tableborder_idx_worklist td { border-bottom: 1px dotted #aaa;padding:5px; vertical-align: middle; }
.tableborder_idx_worklist tr:hover { background: #E9E8D0; }
.tableborder_idx_worklist th {border-bottom: 2px solid #ccc;padding:5px;text-align: left;}
.tableborder_idx_worklist input{ border: 1px solid #ccc; padding:4px 10px;}







.tableborder_default th,.tableborder_default td { border-bottom: 1px dotted #aaa;padding:5px; vertical-align: middle;line-height: 1em; }
.tableborder_default tr:hover { background: #E9E8D0; }
.tableborder_default th {width:80px;}
.tableborder_default a {text-decoration: none;color: #09f;}



ul{
	list-style-type: none;
}



.wp-pagenavi {display:block; padding:10px 0; text-align:center;font-size: 12px; }
.wp-pagenavi a, .wp-pagenavi a:link {
background-color:#AAAAAA;
border:1px solid #AAAAAA;
color:#FFFFFF;
margin:2px;
padding:2px 4px;
text-decoration:none;
}
.wp-pagenavi a:visited {
background-color:#AAAAAA;
border:1px solid #AAAAAA;
color:#FFFFFF;
margin:2px;
padding:2px 4px;
text-decoration:none;
}
.wp-pagenavi a:hover {
background-color:#66CC00;
border:1px solid #66CC00;
color:#FFFFFF;
}
.wp-pagenavi a:active {
background-color:#66CC00;
border:1px solid #66CC00;
color:#FFFFFF;
margin:2px;
padding:2px 4px;
text-decoration:none;
}
.wp-pagenavi span.pages {
background-color:#FFFFFF;
border:1px solid #888888;
color:#555555;
margin:2px;
padding:2px 4px;
}
.wp-pagenavi span.current {
background-color:#66CC00;
border:1px solid #66CC00;
color:#FFFFFF;
font-weight:bold;
margin:2px;
padding:2px 4px;
}
.wp-pagenavi span.extend {
background-color:#FFFFFF;
border:1px solid #888888;
color:#000000;
margin:2px;
padding:2px 4px;
}




.formtag{
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	background: #40340c;
	color: white;
}


/* サイドボタン */
.if_r_side_button {
	width: 90px; position: fixed; padding: 30px 10px; background: #f60; right: 0;  color: white; text-align: center;border-radius: 5px 0px 0px 5px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 14px;
}
#back_to_factory_list_button1 {top:30px;}
#update_button2 {bottom:70px;}
#update_button1 {bottom:170px;}
#back_to_factory_list_button1:hover,#update_button2:hover,#update_button1:hover,#excel_download_px:hover{opacity: 0.6;}
#excel_download_px { top:130px; background:#387a47; }


