@charset "utf-8";
/* CSS Document */

/*company*/

#comp{

}

#comp table{
	width:640px;
	font-size:0.90em;
	border-top:dotted #666 1px;
	line-height:1.5em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

}

#comp th{
	text-align:right;
	padding:5px 10px;
	width:150px;
	border-bottom:dotted #666 1px;
	border-right:solid #666 1px;
	font-size: 13px;

}



#comp td{

	text-align:left;

	padding:5px 0 5px 10px ;

	width:350px;

	border-bottom:dotted #666 1px;

}	

#comp td .permit{

	width:170px;

	text-align:left;

	float:left;

}

#comp td .number{

	width:150px;

	text-align:left;

	float:left;

	margin-left:25px;

}
.btn {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	width: 60px;
	height: 25px;
}
textarea {
	padding: 3px;
	font-size:0.90em;
}
input {
	padding: 3px;
}
.text_in:focus{
	background-color: #FFD2D2;
}
/*textarea:focus{
	background-color: #FFD2D2;
}*/
