@charset "UTF-8";
/* CSS Document */
#header{
	width:100%;
	height:60px;
}
#menu{
	float:left;
	width:15%;
	height:100%;
	background:#F90;
}
#content{
	
	width:90%;
	max-width:700px;
	margin:50px auto;
	background:#999;
	
}
#content.content_home{
	margin:0 auto;
	float:right;
	background:#FFF;
}
#title{
	background:#F90;
	text-align:center;
}
#form_frame{
	width:60%;
	margin:0 auto;
	padding:10px;
}
.input_title{
	display:inline-block;
	
	width:50%;
}
.error{
	color:#F00;
}
.sub_menu{
	display:none;
}
#table_edit{
	
	min-width:400px;
}
#info{
	display:inline;
	position:absolute;
	top:10px;
	right:20px;
}
#customer_name{
	display:inline-block;
	width:50px;
	min-width:50px;
	height:inherit;
}
.btn_table{
	width:100%;
	min-width:60px;
}
#map-canvas {
	width:100%;
	
	height:100%;
	
}
.edit_form{
	width:50%;
	min-width:400px;
	display:inline-block;
}
#map_container{
	width:35%;
	
	height:324px;
	display:inline-block;
}
#panel{
	width:100%;
}

