div.working_area_wrapper  { float:left; width:154px; }
div.planning_time_wrapper { float:left; width: 65px; }
div.delimiter             { float:left; width: 33px; }

/* 作業安全指示-工区 */
#construction_working_detail_working_area_from,
#construction_working_detail_working_area_to {
	width: 130px;
	height: 16px;
}
#working_area_from_select,
#working_area_to_select {
	width: 150px;
	height: 20px;
	clip: rect(0px 150px 21px 126px);
	position: absolute;
}

/* 作業安全指示-小項目, 作業安全指示-安全指示項目 , 建設機材名 */
#working_content_select,
#security_instruction_item_select,
#equipment_id_select,
#utilization_select,
#using_place_select {
	width: 300px;
	height: 20px;
	clip: rect(0px, 300px, 21px, 276px);
	position: absolute;
}
#construction_working_detail_working_content_minor,
#construction_working_detail_security_instruction_item,
#equipment_using_plan_equipment_id,
#equipment_using_plan_utilization,
#equipment_using_plan_using_place {
	width: 280px;
	height: 16px;
}


/* 作業安全指示-予定人数 */
#staff_select {
	width: 70px;
	height: 20px;
	clip: rect(0px, 70px, 21px, 46px);
	position: absolute;
}
#construction_working_detail_planning_staff_count {
	width: 50px;
	height: 16px;
}

/* 建設機材　予定時間、搬出入車輌-時間 */
#planning_start_time_select,
#planning_end_time_select,
#working_start_time_select,
#working_end_time_select,
#car_actual_start_time_select,
#car_actual_end_time_select {
	width: 60px;
	height: 20px;
	clip: rect(0px, 60px, 21px, 36px);
	position: absolute;
}
#equipment_using_plan_planning_start_time,
#equipment_using_plan_planning_end_time,
#carrying_inout_car_plan_working_start_time,
#carrying_inout_car_plan_working_end_time,
#car_actual_start_time,
#car_actual_end_time {
	width: 40px;
	height: 16px;
}

/* 搬出入車輌予定-車種、ゲート、作業場所 */
#car_type_select,
#gate_select,
#working_place_select {
  width:200px;
  height:20px;
  clip: rect(0px, 200px, 21px, 176px);
	position: absolute;
}

#carrying_inout_car_plan_car_type,
#carrying_inout_car_plan_gate,
#carrying_inout_car_plan_working_place {
  width:180px;
  height:16px;
}

.report_time_input {
	width: 40px;
	height: 21px;
	margin-right: 20px;
}

.report_time_select {
	width: 60px;
	height: 21px;
	clip: rect(0px, 60px, 21px, 36px);
	position: absolute;
	left: 125px;
}

/* ホワイトボード 情報登録・更新画面 */
div.white_board_time_select_wrapper {
	position:relative;
}

#white_board_information_start_minute,
#white_board_information_end_minute {
  width:25px;
  height:16px;
  ime-mode:disabled;
}

.white_board_time_select {
	width:45px;
  height:20px;
	position: absolute;
	clip: rect(0px 45px 21px 26px);
}

/* 車輌管理画面の車輌実績チェック画面 */

.car_actual_time_select {
	width:60px;
  height:20px;
	position: absolute;
	clip: rect(0px 45px 21px 26px);
}
