@charset "utf-8";

/* 見積り
------------------ */
/* カラム */
#fee_column{
	overflow: hidden;
	margin-bottom: 2rem;
}

/* 見積り */
#fee_estimate{
	margin-bottom: 3rem;
}

/* 料金表画像 */
#fee_price img{
	display: block;
	margin: 0 auto;
}

/* 料金表 */
.fee_ta{
	width: 100%;
	font-size: 87.5%;
	text-align: center;
}

.fee_ta th{
	border: 1px solid #ccc;
	background: #0c449b;
	color: #fff;
	padding: 0.4rem 0;
}

.fee_ta td{
	border: 1px solid #ccc;
}

.fee_ta td:first-child{
	background: #d6f0f5;
	width: 15%;
}

#fee_ta_left{
	width:100%;
	float: none;
	text-align: center
}

#fee_ta_right{
	width:100%;
	float: none;
	text-align: center;
}

.price_day {
	padding: 0.5rem 0;
}

@media print, screen and (min-width: 980px){
#fee_estimate{
	float: right;
	width: 480px;
}

#fee_price{
	float: left;
	width: 480px;
}

.fee_ta td{
	padding: 0.2rem 0;
}

#fee_ta_left{
	width:49%;
	float: left;
}

#fee_ta_right{
	width:49%;
	float: right;
}
	


}

/*eof*/
