/* general ********************************************************************/

body{
	margin: 0px;
	padding: 0px;
	letter-spacing: +1px;
	word-break: break-all;
	font-size: 14px;
	line-height: 150%;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
}

table, tr, th, td, div, p, ul, li, img, h1, h2, h3, h4{
	box-sizing: border-box;
}

th{
	text-align: center;
}

td{
	word-break: break-all;
}

hr{
	margin: 25px 0 25px 0;
}

.datepicker{
	width: 100px;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.top{
	vertical-align: top;
}

.bottom{
	vertical-align: bottom;
}
.mini{
	font-size: 11px;
}

.micro{
	font-size: 9px;
}

.red{
	color: red;
}

.bold{
	font-weight: bold;
}

.big{
	font-size: 16px;
}

.caution{
	color: red;
	font-weight: bold;
}

.border{
	border: 1px solid #999999;
}

.caution_bg{
	background-color: #ffffaa !important ;
}

.warning{
	color: #ff0000 !important ;
	font-weight: bold;
}

.warning_bg{
	background-color: #ffcccc !important ;
}

div.space{
	font-size: 0px;
	height: 20px;
	/*clear: both;*/
}

div.space_s{
	font-size: 0px;
	height: 10px;
	/*clear: both;*/
}

div.clear{
	height: 0px;
	clear: both;
	visibility: hidden;
	display: block;
}

a img{
	border: none;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

#loading{
	padding: 0;
	margin: 0;
	position: fixed;
	top:0;
	left:0;
	display:none;
	z-index: 9998;
	width: 64px;
	height: 64px;
}

#loading img{
	padding: 0;
	margin: 0;
	width: 64px;
	height: 64px;
}

#waiting{
	padding: 0;
	margin: 0;
	position: fixed;
	top:0;
	left:0;
	display:none;
	z-index: 9998;
	width: 300px;
	height: 220px;
	text-align: center;
	border: 2px solid #999999;
	background-color: #ffffff;
}

#waiting .waiting_msg{
	margin: 10px 0 15px;
}
#waitng img{
	padding: 0;
	margin: 0;
	width: 64px;
	height: 64px;
}

table.odd tbody tr:nth-child(odd) td {
	background-color: #ffeebb;
}

table.even tbody tr:nth-child(even) td {
	background-color: #ffeebb;
}

tr.sticky th, tr.sticky td{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
}

div.sticky{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: #ffffff;
}

.tategaki{
	writing-mode: vertical-rl;
}

.ui-datepicker{
	z-index: 1000 !important;
}

/* layout *********************************************************************/

div.head{
	margin: 0px 0px 10px 0px;
	background: #2b277f;
	color: #ffffff;
}

	div.head .logo{
		padding: 5px 0px 0px 10px;
		float: left;
		font-size:16px;
		font-weight: bold;
		letter-spacing:+2px;
	}

	div.head img{
		margin: 0 15px 0 0;
	}

	div.head .logout{
		font-weight: bold;
		padding: 10px 15px 0px 0px;
		float: right;
	}

		div.head .logout a{
			color: #FFFFFF;
			text-decoration: none;
		}

		div.head .logout a:hover{
			color: #FF2222;
		}

div.container {
	text-align: left;
	min-width: 955px;
	min-height: 750px;
	height: auto;
	clear: both;
	padding: 0px 0px 0px 0px;
	/*background-color: #ffffff;*/
}

div.menu{
	clear: both;
	width: 198px;
	padding: 0px 0px 0px 10px;
	margin: 0 0 20px 0;
	float: left;
	position: sticky;
	top: 10px;
}

	div.menu .menu-head{
		color: #FFFFFF;
		background-color: #323232;
		/*border-top: 5px solid #d3121b;*/
		border-left: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
		margin: 0px 0px 3px 0px;
		padding: 3px;
	}

	div.menu ul {
		margin: 0;
		padding: 0;
	}

	div.menu ul li.last{
		border-bottom: 1px solid #CFCFCF;
	}

	div.menu ul li.main-menu{
		margin: 0;
		padding: 8px 8px 6px 24px;
		list-style: none outside;
		border-top: 1px solid #CFCFCF;
		border-left: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
		/*background-color: #F8FFF8;*/
		background-color: #F0FFF0;

		background-image: url(../images/menu_icon.gif);
		background-repeat: no-repeat;
		background-position: 7px center;
		cursor: pointer;
	}

	div.menu ul li.main-menu:hover{
		background-color: #ffddaa;
	}

	div.menu ul li.sub-menu{
		margin: 0;
		padding: 0;
		list-style: none outside;
		/*
		display: none;
		*/
	}

	div.menu ul li.sub-menu li{
		margin: 0;
		padding: 8px 8px 6px 8px;
		list-style: none outside;
		border-top: 1px solid #CFCFCF;
		border-left: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
		background-color: #ffffff;
		cursor: pointer;
	}

	div.menu ul li.sub-menu-last{
		border-top: 1px solid #CFCFCF;
		margin: 0;
		list-style: none outside;
	}

	div.menu ul li.sub-menu li:hover{
		background-color: #ffddaa;
	}

div.main{
	margin: 0 10px 0 220px;
}

div.foot{
	width: 100%;
	position: fixed;
	bottom: 20px;
	height: 20px;
	color: #666666;
	margin: 15px 0px 0px 0px;
	z-index: -1;
}

	div.copyright{
		margin: 0 20px 0 0;
		text-align: right;
	}

/* main ***********************************************************************/

h1{
	color: #F9FAFB;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 10px 10px 8px 10px;
	background: #323232;
	line-height: 1.2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h2{
	width: 100%;
	font-size: 18px;
	font-weight: normal;
}

table.h2 th{
	height: 30px;
	padding: 0px 0px 0px 0px;
}

table.h2 td{
	height: 30px;
	padding: 0px 0px 0px 10px;
}

div.linefeed{
	margin: 0 0 8px 0;
}

table.std{
	border-collapse: collapse;
}

table.std th{
	font-size: 14px;
	font-weight: normal;
	background-color: #eeeeee;
	padding: 5px 8px 5px 8px;
	border: 1px solid #aaaaaa;
}

table.std td{
	font-size: 13px;
	background-color: #ffffff;
	padding: 5px 8px 5px 8px;
	border: 1px solid #aaaaaa;
}

table.std .mini{
	font-size: 11px;
	padding: 5px;
}

table.std img{
	vertical-align: middle;
}

table.std .total th{
	background-color: #bbddff;
}

table.full{
	width: 100%;
}

table.std_in{
	border-collapse: collapse;
	background-color: #aaaaaa;
}

table.std_in th{
	font-size: 14px;
	font-weight: normal;
	background-color: #eeeeee;
	padding: 5px 8px 5px 8px;
}

table.std_in td{
	font-size: 13px;
	background-color: #ffffff;
	padding: 5px 8px 5px 8px;
}

body table th.attention{
	background-color: #ff9999;
}

body table td.attention{
	background-color: #ffbbbb;
}

div.scroll {
 	overflow-x: auto;
 	overflow-y: scroll;
	/*border: 1px solid #aaaaaa;*/
}
div.scroll-x {
 	overflow-x: scroll;
 	overflow-y: hidden;
}
div.scroll-y {
 	overflow-y: scroll;
 	overflow-x: hidden;
}
div.scroll-xy {
 	overflow-y: scroll;
 	overflow-x: scroll;
}
div.to-top{
	text-align: left;
	margin: 25px 0px 0px 0px;
}

/* form ***********************************************************************/

form{
	margin: 0px;
	padding: 0px;
}

input.text{
	font-size: 16px;
	height: 24px;
}

input.text:hover{
	background-color: #ffddaa;
}

input.text:focus{
	background-color: #ffaaaa;
}

input.err{
	background-color: #ff0000;
	color: #ffffff;
}

input.err:hover{
	background-color: #ff0000;
	color: #ffffff;
}

input.err:focus{
	background-color: #ff0000;
	color: #ffffff;
}

div.checkbox{
	margin: 0 0 8px 0;
}

input.checkbox{
	display:none;
/*
	width: 24px;
	height: 24px;
	-moz-transform: scale(1.6);
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
*/
}

label.checkbox:before{
	content: "\00A0";
	width: 22px;
	height: 22px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #7a7a7a;
	cursor: pointer;
	margin: 0 8px 0 0;
	/*box-shadow:		inset 1px 2px 3px 0px #000;*/
	/*border-radius:		6px 6px 6px 6px;*/
}

input.checkbox:checked + label.checkbox:before{
	content: "\2713"; 
	font-size: 22px;
}

div.radio{
	margin: 0 0 8px 0;
}

input.radio{
	display:none;
/*
	width: 24px;
	height: 24px;
	-moz-transform: scale(1.6);
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
*/
}

label.radio:before{
	content: "　";
	width: 22px;
	height: 22px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #7a7a7a;
	cursor: pointer;
	margin: 0 8px 0 0;
	/*box-shadow:		inset 1px 2px 3px 0px #000;*/
	/*border-radius:		6px 6px 6px 6px;*/
}

input.radio:checked + label.radio:before{
	content: "\2713"; 
	font-size: 22px;
}

input.button{
	color: #ffffff;
	background-color: #666666;
	font-size: 18px;
	height: 40px;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	padding: 0 20px 0 20px;
	font-weight: bold;
}

input.button_next{
	color: #ffffff;
	background-color: #3388ee;
	font-size: 18px;
	height: 40px;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	padding: 0 20px 0 20px;
	font-weight: bold;
}

input.button_fix{
	color: #ffffff;
	background-color: #ee4444;
	font-size: 18px;
	height: 40px;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	padding: 0 20px 0 20px;
	font-weight: bold;
}

input.button_mini{
	color: #ffffff;
	background-color: #666666;
	font-size: 14px;
	height: 30px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	padding: 0 8px 0 8px;
	font-weight: bold;
}

input.button_preview_mini{
	color: #ffffff;
	background-color: #0055dc;
	font-size: 9px;
	height: 30px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	padding: 0 5px 0 5px;
	font-weight: bold;
}

input.button_blue{
	color: #ffffff;
	background-color: #0055dc;
}

input.button_green{
	color: #ffffff;
	background-color: #146F39;
}

input.button_gray{
	color: #ffffff;
	background-color: #666666;
}

input.button_red{
	color: #ffffff;
	background-color: #ff0000;
}

input.datepicker{
	margin-right: 15px;
}

select.select{
	font-size: 16px;
	height: 24px;
}

textarea.textarea{
	font-size: 16px;
	height: 24px;
}

textarea.textarea:hover{
	background-color: #ffddaa;
}

textarea.textarea:focus{
	background-color: #ffaaaa;
}
.no-ime{ 
	ime-mode: disabled;
}

.hidden{
	font-size: 0px;
	height: 0px;
	width: 0px;
	visibility: hidden;
}

/* msg ************************************************************************/

	table.msg-main{
		font-weight: bold;
		letter-spacing: +2px;
		background-color: #ffffff;
		background-image:url(../images/msg_bg.gif);
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	table.msg-main td.img{
		width: 50px;
		text-align: center;
		padding: 10px 5px 10px 0px;
	}

	table.msg-main td.msg{
		color: #ff0000;
		padding: 10px 10px 10px 5px;
	}

	table.msg-err{
		margin: 0px 0px 5px 0px;
	}

	table.msg-err td{
		font-size: 11px;
		color: white;
		border: 1px solid #ff0000;
		background-color: #ff1111;
		padding: 3px 5px 3px 5px;
		margin: 0px;
	}

/* move_page ******************************************************************/

div.move_page{
	letter-spacing: +2px;
	margin: 0 0 10px 0;
}

div.move_page input.page{
	width: 60px;
	text-align: right;
	ime-mode: disabled;
}

div.move_page span.current{
	color: red;
	font-weight: bold;
}

/* datepicker ******************************************************************/

input.datepicker{
	width: 100px;
}

/* tab *************************************************************************/
div.tab_bar{
	/*clear: both;*/
	width: 100%;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 60px;
	background-color: #9c9d9e;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	cursor: pointer;
}

	div.tab_bar div{
		text-align: center;
		float: left;
		font-size: 14px;
		letter-spacing: +2px;
		padding: 8px 12px 8px 12px;
		border: 1px #ccc;
		border-style: none solid none;
		color: #ffffff;
	}

	div.tab_bar div:hover{
		background-color: #ff3300;
	}

	div.tab_bar div.current{
		color: #000000;
		background-color: #ffffff;
		cursor: default;
	}

div.tab_body{
	/*clear: both;*/
	margin: 0px 0px 15px 0px;
	padding: 15px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* modal **********************************************************************/

#modalback{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.70;
	filter:alpha(opacity=70);
	display:none;
	z-index: 9998;
}

#modalwindow{
	padding: 0;
	margin: 0;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:none;
	z-index: 9999;
}

#modalframe{
	padding: 0;
	margin: 0;
	border: none;
}

div.modal_child{
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
}

/* now_develop *****************************************************************/
div.now_develop{
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	background-color: red;
	padding: 15px;
	width: 250px;
	position: absolute;
	top: 0%;
	left: 0%;
}

.blink{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
	-moz-animation:blink 1.0s ease-in-out infinite alternate;
	animation:blink 1.0s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

/* addition *******************************************************************/

.eval_star{
	color: #ff4000;
	font-weight: bold;
	font-size: 24px;
}

.eval_star_big{
	color: #ff4000;
	font-weight: bold;
	font-size: 48px;
	cursor: pointer;
}

input.time{
	width: 20px;
	ime-mode: disabled;
}

/* project ********************************************************************/

table.project td.status0{
}

table.project td.status1{
	background-color: #ffcccc !important;
}

table.project td.status2{
	background-color: #cccccc !important;
}

table.project td.status3{
}

table.project td.status9{
	background-color: #ffee99 !important;
}

table.project td.label{
	text-align: center;
	width: 50px;
	padding: 0;
}

table.project td.label_on{
	background-color: #ff6666;
}

table.project td.label input{
	font-size: 16px;
	width: 50px;
	border: none;
	/*border: 1px solid #000000;*/
	background-color: rgba(0,0,0,0);
}

table.project td.project_number{
	text-align: center;
	width: 90px;
}

table.project td.project_number2{
	width: 90px;
}

table.project td.project_number2{
	width: 90px;
}

table.project td.project_division{
	text-align: center;
	width: 60px;
}

table.project td.work_term{
	text-align: center;
}

table.project td.work_term input{
	margin: 0;
	padding: 0;
}

table.project td.status{
	text-align: center;
	width: 100px;
}

table.project td.buttons{
	text-align: center;
}

table.project td.file_flag{
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 24px;
}

div.file_box{
	display: none;
	visibility: hidden;
}

div.file_cateogry_title{
	font-size: 16px;
	margin: 0 0 5px 0;
}
div.file_category div{
	font-size: 11px;
	float: left;
	width: 80px;
	text-align: center;
	padding: 3px 5px 3px 5px;
	margin: 0 10px 0 0;
	border: 1px solid #aaaaaa;
}
div.file_category div.true{
	background-color: #cceeff;
	cursor: pointer;
}
div.file_category div.false{
	background-color: #ffaaaa;
	cursor: pointer;
}

/* company *********************************************************************/

table.company_division{
	background-color: #99aabb;
	margin: 0px 0px 10px 0px;
}

table.company_division td{
	background-color: #ccddff;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
}

table.company_division td.current{
	color: #ffffff;
	background-color: #ff6c00;
}

table.company_division td.dummy{
	color: #999999;
	cursor: default;
}

table.company_list{
}

table.company_list .code{
	width: 120px;
}

table.company_list .name{
	width: 250px;
}

table.company_list .bisiness{
	width: 180px;
}

table.company_list .address{
	width: 240px;
}

table.company_list .tel{
	width: 120px;
	text-align: center;
}

table.company_list .fax{
	width: 120px;
	text-align: center;
}

table.company{
	width: 550px;
}

table.company th{
	width: 150px;
}

/* report *********************************************************************/

table.report_list{
}

table.report_list td.date{
	width: 160px;
	/*text-align: center;*/
}

table.report_list td.buttons{
	width: 140px;
	text-align: center;
}

div.checkbox_project{
	width: 450px;
	height: 40px;
	float: left;
}

div.check_type div.radio{
	width: 150px;
	float: left;
}

div.report_title{
	padding: 15px 0 15px 0;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
}

/* worktime *******************************************************************/

input.bi{
	width: 250px;
}

tr.holiday td{
	background-color: #ffdddd !important;
}

/* quotation ******************************************************************/

table.quotation th.memo_secret{
	background-color: #d0e0ff;
}

table.quotation th.stock_count{
	background-color: #d0e0ff;
}

table.quotation input.number{
	width: 40px;
	text-align: right;
}

table.quotation input.cost_name{
	width: 250px;
}

table.quotation input.cost_name_ex{
	width: 150px;
}

table.quotation input.amount{
	width: 40px;
	text-align: right;
}

table.quotation input.unit{
	width: 40px;
}

table.quotation input.price{
	width: 80px;
	text-align: right;
}

table.quotation input.memo{
	width: 80px;
}

table.quotation input.memo_secret{
	width: 140px;
}

table.quotation input.stock_count{
	width: 40px;
	text-align: right;
}