@charset "utf-8";

/*
=========================================================
 priceArea
=========================================================
*/
.priceArea {
	margin-bottom: 40px;
}

/*
=========================================================
 tblPrice
=========================================================
*/
.tblPrice {
	width: 100%;
	margin-bottom: 20px;
}
.tblPrice th {
	width: 40%;
}
.tblPrice td {
	width: 60%;
	text-align: right;
	vertical-align: middle;
}

/*
=========================================================
 tblOtherPrice
=========================================================
*/
.tblOtherPrice {
	width: 100%;
	margin-bottom: 20px;
}
.tblOtherPrice th {
	width: 60%;
}
.tblOtherPrice td {
	width: 40%;
	text-align: right;
	vertical-align: middle;
}

/* pht */
.pht {
	width: 70%;
	margin: 0 auto 20px auto;
}