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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv__bg {
	background-image: url("/img/price/mv.jpg");
}



/* boadingFee,rental,other */
.rental {
	background-color: #F7F7F7;
}

.tbl {
	width: 100%;
	border-top: 1px solid #DDD;
	font-weight: 600;
}

.tbl tr th {
	width: 40%;
	padding: 30px 20px;
	border-bottom: 1px solid #DDD;
}

.tbl tr td {
	width: 60%;
	padding: 30px 20px;
	border-bottom: 1px solid #DDD;
	line-height: 2;
}

.tbl tr td span {
	display: block;
	color: #777;
	font-size: 14px;
}



/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){




	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* boadingFee,rental,other */
.tbl tr th {
	display: block;
	width: 100%;
	background-color: #034791;
	padding: 10px;
	color: #FFF;
	font-weight: 500;
	border-bottom: none;
}

.tbl tr td {
	display: block;
	width: 100%;
	padding: 10px 10px 20px 10px;
	border-bottom: none;
}

.tbl tr td span {
	display: block;
	color: #777;
	font-size: 14px;
}
	
	
}