

@charset "utf-8";

.estimate01T{
	margin: 40px 0 0 47px;
	float: left;
	height: auto;
}

/*.estimate01T>tr>th:nth-child(4){
	position: relative;
	background-color: blue;
}*/

.hello{
	display: none;
	width: 150px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	left: 610px;
	top: 65px;
}

.hello::after{
	border-top: 15px solid transparent;
	border-right: 30px solid #fff;
	border-bottom: 15px solid transparent;
	content: "";
	position: absolute;
	top: 30px;
	left: -30px;

}

.hello input{
	width: 70px;
	height: 30px;
	border: 1px solid #e7e4e3;
	margin-top: 30px;
}

.hello span{
	font-size: 22px;
	font-weight: bold;
}