.buttons,
.prices {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	box-sizing:border-box;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

/**
 * buttons
 **/
.buttons {
	background-image: url('../img/buttons.png');
}
.buttons.button-buy {
	width: 257px;
	height: 86px;
}
.buttons.button-detail {
	width: 120px;
	height: 40px;
}
.buttons.button-buy    { background-position: 0   0px; }
.buttons.button-detail { background-position: 0 -90px; }
.buttons.button-buy:hover    { background-position: -260px   0px; }
.buttons.button-detail:hover { background-position: -150px -90px; }

/**
 * prices
 **/
.prices {
	background-image: url('../img/prices_hojin_2019-10-01.png');
}
.prices.zenkoku {
	width: 434px;
	height: 208px;
	background-position: 0 0;
}
.prices.koiki,
.prices.todofuken,
.prices.seirei,
.prices.shikugun {
	width: 434px;
	height: 56px;
}
.prices.koiki     { background-position: 0 -210px; }
.prices.todofuken { background-position: 0 -270px; }
.prices.seirei    { background-position: 0 -330px; }
.prices.shikugun  { background-position: 0 -390px; }
.prices.shoken {
	width: 434px;
	height: 85px;
	background-position: 0 -450px;
}
