@charset "utf-8";


/* inq
---------------------------------------------------------------------*/

#inqform{
	font-size:.9rem;
	line-height:1.8;
}
#inqform small{
  display:block;
  font-size:11px;
  margin:3px 0 0 0;
}
#g_time label {
  display:inline-block;
  width:40%;
  zoom:1;
}
#comp{
	height:300px;
	background:url(/inq/img/img_comp.jpg) right bottom no-repeat;
}

#inqform .table_style1{
	width:100%;
	box-sizing: border-box;
}
#inqform .table_style1 input[type=text],
#inqform .table_style1 textarea{
	width:90%;
	padding:2px;
	box-sizing: border-box;
}
#inqform .table_style1 textarea{
	height:24vh;
}


