@charset "utf-8";
*{
	box-sizing: border-box	
}
body,h1,h2,h3,h4,h5,main,header,footer,ul,li,p,form{
	margin: 0;
	padding: 0;
	list-style: none;
}
header{
	height: 65px;
	background:#1E3DA9;
	color: #FFF;
	position: relative;
	display: flex;

	width: 100%;

}
textarea{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	width: 100%;
}
select{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;

}
input[type=text],input[type=number],input[type=date]{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}
a{
	color: #333;	
}
#logo{
	width: 110px;
	height: auto;

	margin-top:17px;
	margin-left: 15px
}
#logo img{
	width: 100%;
	height: auto;
}
#system_name{
	width: 170px;
	height: auto;
	position: absolute;
	top:21px;
	left: 145px;
	font-weight: bold
}
#hdr_search{
	width:1300px;
	height: auto;
	margin-top: 12px;
	margin-left: 15px;
}
#hdr_search input[type=text]{
	padding: 10px;
	font-size: 16px;
	width: 170px;
	border-radius: 4px;
	border: none;
}
#btn_search_detail{
	color: #fff;
	display: block;
	position: absolute;
	top:11px;
	left: 340px;
	width: 100px;
}
#hdr_account{
	width:150px;
	height: auto;
	margin-top:21px;
	margin-left: auto;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
#login_user{
	display: block;
	line-height: 1;
	padding: 5px 15px 0 4px;
}
#login_user p{
	display: block;
	line-height: 1;
}
#logout{
	display: block;
}
#logout span{
	color: #FFF;
}

main{
	position: absolute;
	left: 220px;
	top:90px;
	width: calc( 100% - 240px);
}
sub{
	background: #F3F5FC;
	width: 200px;
	height:calc(100vh - 65px);
	display: block;
	padding: 15px 15px 15px 25px;
}
sub ul{

}
sub li{

}
sub li ul{
	padding-left: 15px;
}
sub li a{
	color: #333;
	text-decoration: none;
	font-size: 14px;
	display: block;
	line-height: 1;
	padding: 15px 0 15px 30px;
	position:relative
}
sub li span{
	position:absolute;
	top:9px;
	left: 0;
}
footer{
	
}
.h1{
	font-size: 22px;
	margin-bottom: 10px;
}
.h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.ta1{
	width: 100%;
}
.ta1 td,.ta1 th{
	padding: 5px;
	border-top: 1px solid #ccc;

}
.ta1 th{
	background: #eee;
	font-size: 12px
}
.ta1 td{
	font-size: 13px;
	background: #FFF
}
#document_box{
	background: #E4EAF1;
	padding: 30px;
}
.container{
	background: #E4EAF1;
	padding: 25px 15px 15px 15px;

}
.a4{
	width: 1135px;
	height: 800px;
	border: 1px solid #ccc;
	margin: 0 auto;
	background: #FFF;
	padding-top: 10px;
	box-shadow: 3px 3px 3px #ccc
}
.ta2{
    border-right:1px solid #333;
    border-top:1px solid #333;
}
.ta2 td,.ta2 th{
	padding: 5px;

    border-left:1px solid #333;
    border-bottom:1px solid #333;
}
.ta2 th{
	background: #eee;
	font-size: 12px;

}
.ta2 td{
	font-size: 13px;
	background: #FFF
}
.txt1{
	margin-bottom: 10px;
	font-size: 13px;
}
.ta5{
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.ta5 td,.ta5 th{
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: top
}
.ta5 th{
	background: #eee;
	font-size: 12px
}
.ta5 td{
	font-size: 13px;
	background: #FFF
}
.ta5 td ul{
	padding-top: 5px;
}
.ta5 td li{
	font-size: 12px;
	line-height: 1;
}
.page_head{
	display: flex;
	width: 100%;
	padding-bottom: 10px
}
.page_head .item1{
	width: 60%;
}
.page_head .item1 form{
	padding-left: 30px;
}
.page_head .item2{
	text-align: right;
	width: 40%;
}

.right{ text-align: right }
.left{ text-align: left }
.btn1{
	display: inline-block;
	background: #1E3DA9;
	line-height: 1;
	color: #FFF;
	border-radius: 4px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 15px;
	outline: none;
	border: none;
}
.btn2{
	display: inline-block;
	background: #333;
	line-height: 1;
	color: #FFF;
	border-radius: 4px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 15px;
}
.btn1_s{
	display: inline-block;
	background: #1E3DA9;
	line-height: 1;
	color: #FFF;
	border-radius: 4px;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 12px;
}
.tabmenu1{
	display: flex;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.tabmenu1 li{
	
}
.tab1,.tab2,.tab3,.tab4,.tab5,.tab6,.tab7,.tab8,.tab9{
	display: none
}
.tabmenu1 li a{
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	line-height: 1;
	font-size: 15px;
	color: #333;
	border-bottom: 2px solid #FFF
}
.tabmenu1 li a.active {
	font-weight: bold;
	border-bottom: 2px solid #1E3DA9
}
#po_preview .po_preview,
#po_baseinfo .po_baseinfo,
#po_name .po_name,
#po_qty .po_qty,
#po_option .po_option,
#po_parts .po_parts,
#po_schedule .po_schedule,
#po_mrp .po_mrp,
#po_cost .po_cost,
#po_invoice .po_invoice,
#po_etc .po_etc
{
	font-weight: bold;
	border-bottom: 2px solid #1E3DA9
}

.sheet_head{
	display: flex;
	padding-bottom: 10px;
}
.sheet_head .item1{
	width: 50%;
}
.sheet_head .item2{
	text-align: right;
	width: 50%;
}

.ta3{
    border-right:1px solid #333;
    border-bottom:1px solid #333;
}
.ta3 td,.ta3 th{
	padding: 5px;
    border-left:1px solid #333;
    border-top:1px solid #333;

}
.ta3 th{
	background: #eee;
	font-size: 12px
}
.ta3 td{
	font-size: 12px;
	background: #FFF
}
.ta_po{
    border-right:1px solid #333;
    border-bottom:1px solid #333;
}

.ta_po td,.ta_po th{
	padding: 2px 0!important;
    border-left:1px solid #333;
    border-top:1px solid #333;
	height: 24px
}
.ta_po th{
	background: #eee;
	font-size: 11px;
	line-height: 1;
}
.ta_po td{
	font-size: 11px;
	background: #FFF;
	line-height: 1;
}
.tp1{
	
}
.tp1 th{
	font-size: 15px;
}
.tp1 td{
	font-size: 15px;
}
.poimg{
	width: auto;
	height: 170px;
	object-fit: cover
}
.sku_qty{
	font-size: 15px;
	display: block
}
.biko{
	font-size: 13px;	
}
.po_value{
	padding-top: 8px;
	font-size: 13px;
	color:blue
}
.ta4{
    border-right:1px solid #333;
    border-top:1px solid #333;
}
.ta4 td,.ta4 th{
	padding: 5px;
    border-left:1px solid #333;
    border-bottom:1px solid #333;
}
.ta4 th{
	background: #eee;
	font-size: 12px
}
.ta4 td{
	font-size: 12px;
	background: #FFF
}
.th1{
	background: #6E6E6E;
	border-bottom: none !important
}
.th2{
	background: #EEE;
	font-weight: bold
}
td.dbl,th.dbl{
	border-bottom: 3px double #333;
}
.bdr_right{
	border-right: 3px double #333 !important;
}
#searchbox{
	margin-bottom: 15px;	
}
#overlay{
	width: 100%;
	background-color: rgba(0,0,0,0.36);
	height: 100vh;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1000;
	display: none;
}
.modal{
	width: 300px;
	height: 200px;
	position: fixed;
	left: 100px;
	top:100px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0,0,0, 0.1);
	display: none;
	z-index: 1001;
	padding: 20px;
	text-align: center
}
.modal h2{
	font-size: 17px;
	margin-bottom: 10px;
}
.save_area{
	padding-top: 20px	
}
.btnbox2{
	padding-top: 20px	
}
.error{
	background:#FFF;
	margin-bottom: 15px;
	padding: 10px 20px 8px 20px;
	border: 1px solid red;
	border-radius: 5px;
}
.error li{
	color: red;	
}
.state1, .state1 td{
	background: #ccc !important;
}
.disabled a{
	color: #ccc !important;
	pointer-events: none;
}
.msg{
	position: fixed;
	width: 100%;
	top:40px;
	display: none;
	z-index: 1100;
}
.msg p{
	width: 500px;
	background: #fff;
	border: 2px solid rgba(0,44,126,1.00);
	color: rgba(0,44,126,1.00);
	font-weight: bold;
	border-radius: 100px;
	padding: 12px 12px 10px 12px;
	text-align: center;
	line-height: 1;
	margin: 0 auto
}
.hide{
	display: none;	
}

.bg_ef td,
.bg_ef th{
	background: #efefef	
}
.sort_tr a{
	text-decoration: none;
	color: #1E3DA9
}
#login{
	background: #FFF;
	padding-top: 100px;
}
#login h1{
	margin-bottom: 20px;
	text-align: center;
}
#loginbox{
	width: 450px;
	height: 300px;
	margin: 0 auto;
	padding: 50px;
	background: #FFF
}
#loginbox input[type=email],
#loginbox input[type=password]{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px;
	font-size: 17px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#loginbox input[type=submit]{
	padding: 15px;
}

.copy{
	text-decoration: none	
}
#itten_tbl{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 40px;
}
#itten_tbl td,#itten_tbl th{
	padding: 2px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc
}

#itten_tbl tr:nth-child(odd) td,
#itten_tbl tr:nth-child(odd) th{
	background: #eee
}
#itten_tbl th{
	background: #ddd !important
}
#itten_tbl td{

}
.bdr_top{
	border-top:3px double #444
}
.btn_search{
	width: 80px;
	background: #333;
	line-height: 1;
	color: #FFF;
	border-radius: 4px;
	padding: 12px 20px;
	text-decoration: none;
	font-size: 16px;
	outline: none;
	border: none;
}
.search_clear{
	font-size: 13px;
	display: inline-block;
	margin-left: 10px;
	color: #FFF;

}