@media (min-width: 750px) {
	.zherrt {
		height: 73.44vw;
		background-image: url('../img/pay/bg.png');
		background-position: left center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 5vw;
	}
	.zherrt_list {
		width: 19.79vw;
		height: 15.63vw;
		position: relative;
		float: left;
		margin-bottom: 1.56vw;
		margin-right: 1.56vw;
	}
	.zherrt_list a:hover {
		filter:alpha(opacity=60); /* IE 6,7*/
		-moz-opacity:0.6; /* IE 8,9 */
		opacity:0.6;
	}
	.zherrt_list:nth-child(3n) {
		width: 19.79vw;
		height: 15.63vw;
		position: relative;
		float: left;
		margin-bottom: 1.56vw;
		margin-right: 0vw;
	}
	.zherrt_list img {
		width: 19.79vw;
		height: 15.63vw;
	}
	.zherrt_text {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		color: #fff;
		padding-bottom: 1vw;
		font-size: 1.25vw;
	}
	.zherrt_text span {
		font-size: 0.73vw;
	}
	.zherrt_tab {
		line-height: 2.5vw;
		width: 62.5vw;
		margin: 0 auto 4.17vw auto;
		border: solid 0.1vw #552206;
		border-collapse: collapse;
		font-size: 1.2vw;
	}
	.zherrt_tab tr td {
		border: solid 0.1vw #552206;
		border-collapse: collapse;
	}
	.td01 {
		padding-left: 3vw;
		background-color: #f7d99b;
	}
	.td02 {
		padding-left: 3vw;
	}

	.buy li {
		list-style-type: square;
		line-height: 1.8;
		text-align: left;
		margin-left: 24px;
		margin-bottom: 2vw;
		font-size: 1.2vw;
	}
	.buy li a {
		color: #e49b00;
		cursor: pointer;
		text-decoration: underline;
		font-size: 1.2vw;
	}

	.buy li a:hover {
		filter:alpha(opacity=60); /* IE 6,7*/
		-moz-opacity:0.6; /* IE 8,9 */
		opacity:0.6;
	}
	.price {
		font-size: 1.5vw;
		color: #f70000;
		font-weight: bold;
	}
}

@media (max-width: 750px) {
	.zherrt {
		background-image: url('../img/pay/bg.png');
		background-position: left center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 5vw;
	}
	.zherrt_list {
		width: 49%;
		height: 35.6vw;
		position: relative;
		float: left;
		margin-bottom: 2.56vw;
	}
	.zherrt_list:nth-child(2n) {
		width: 49%;
		height: 35.6vw;
		position: relative;
		float: right;
		margin-bottom: 2.56vw;
	}
	.zherrt_list img {
		width: 100%;
		height: 35.6vw;
	}
	.zherrt_text {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		color: #fff;
		padding-bottom: 1vw;
		font-size: 3.2vw;
	}
	.zherrt_text span {
		font-size: 3.2vw;
	}
	.zherrt_tab {
		line-height: 5.5vw;
		width: 93.6vw;
		margin: 0 auto 4.17vw auto;
		border: solid 0.27vw #552206;
		border-collapse: collapse;
		font-size: 3.7vw;
	}
	.zherrt_tab tr td {
		border: solid 0.27vw #552206;
		border-collapse: collapse;
		padding: 1.5vw;
	}
	.td01 {
		padding-left: 3vw;
		background-color: #f7d99b;
	}
	.td02 {
		padding-left: 3vw;
	}
	.buy {
		margin-bottom: 15vw;
	}	
	.buy li {
		list-style-type: square;
		font-size: 3.7vw;
		line-height: 4.8vw;
		text-align: left;
		margin-left: 24px;
		margin-bottom: 4vw;
	}
	.buy li a {
		color: #e49b00;
		cursor: pointer;
		font-size: 3.7vw;
		text-decoration: underline;
	}

	.buy li a:hover {
		filter:alpha(opacity=60); /* IE 6,7*/
		-moz-opacity:0.6; /* IE 8,9 */
		opacity:0.6;
	}
	.price {
		font-size: 4.6vw;
		color: #f70000;
		font-weight: bold;
	}
}