#OrderTitle {
	margin-bottom: 20px;
}

#order_proc {
	width: 95%;
	height: 590px;
	display: flex;
	 justify-content: flex-start;
}
#DL {
	width: 95%;
	height: 50px;
	padding-top: 5px;
	display: flex;
	 justify-content: flex-start;
	border: 2px solid #fdd;
}
#DL div {
	margin: 0 3px 3px 3px;
	width: 150px;
	height: 25px;
	overflow: hidden;
	border: 1px solid #888;
}
#add_area {
	width: 95%;
	height: 50px;
	display: flex;
	 justify-content: flex-start;
	border: 2px solid #ddf;
}
.head_text {
	margin: 1rem 0 0 0;
}
#mail_adrs {
	width: 200px;
}
#add_member {
	height: 35px;
}

#ML {
	margin-right: 10px;
	padding: 5px;
	width: 300px;
	overflow: hidden;
	border: 1px solid #ddd;
}
#ML div {
	margin-bottom: 3px;
	width: 100%;
	height: 25px;
	border: 1px solid #888;
}

#order_list_area {
	margin-right: 10px;
	padding: 5px;
	width: 300px;
	border: 1px solid #ddd;
}
#order_list_area p {
	margin: 1rem 0 0 0;
}

#team_list_area  {
	background-color: #fff;
}

#S1, #S2 {
	height: 40px;
	padding: 5px;
	border: 2px solid #aaa;;
	background-color: #fff;
	-khtml-user-drag: element;
}
#D1, #D2 {
	height: 80px;
	padding: 5px;
	border: 2px solid #aaa;;
	background-color: #fff;
	-khtml-user-drag: element;
}
#T1 {
	height: 108px;
	padding: 5px;
	border: 2px solid #aaa;;
	background-color: #fff;
	-khtml-user-drag: element;
}

#S1 div, #S2 div, #D1 div, #D2 div, #T1 div {
	margin-bottom: 3px;
	width: 100%;
	height: 25px;
	border: 1px solid #888;
}

