/****************************************
pricelist
****************************************/
figure {
	width: 98%;
	margin: 1% auto 3%;
	padding: 1%;
}
@media only screen and (max-width: 680px) {
	figure {
		font-size: 95%;
	}
}
figure p {
	padding: 0;
	font-size: 90%;
	line-height: 170%;
}
figure .price0 {
	font-size: 140%;
}
figure .price0:after {
	font-family: "Icons2";
	font-size: 200%;
	content: "\f10b";
	vertical-align: top;
	padding: 0 0 0 2%;
}
figure .price {
	padding: 0 2%;
	font-size: 240%;
	font-weight: bold;
	color: #ff0000;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.7);
}
.figure .price_n {
	padding: 0 2%;
	font-size: 180%;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.7);
}
.check {
	color: #ff0000;
	font-size: 95%;
}
figure p.check {
	width: 96%;
	margin: 1% auto;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
}
figure .price_zone {

}
figure .price_zone:after {
	content: "";
	display: block;
	clear: both;
}
.option_zone {

}
.option_zone .title {
	background: #442244;
	margin: 0 auto 1%;
	padding: 1%;
	font-size: 180%;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.7);
}
.option_zone:after {
	content: "";
	display: block;
	clear: both;
}
table.c2 {
	width: 99%;
	margin: 1% auto;
	font-size: 100%;
}
table.c2 th {
	background: #F8F2ED;
	width: 18%;
	padding: 1%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #1b1b1b;
	border: 1px #f29600  solid;
}
table.c2 td {
	background: #ffffff;
	width: 76%;
	padding: 2%;
	text-align: left;
	vertical-align: middle;
	border: 1px #f29600 solid;
}
@media only screen and (max-width: 680px) {
	table.c2 {
		width: 99.5%;
		float: none;
	}
	table.c2 tr {
		display: block;
	}
	table.c2 th {
		width: 98%;
		display: list-item;
		text-align: left;
		font-size: 85%;
		border-bottom: none;
		list-style: none;
	}
	table.c2 td {
		width: 98%;
		padding: 1%;
		display: list-item;
		list-style: none;
		font-size: 85%;
		border-bottom: none;
	}
	table.c2 tr:last-child td {
		border-bottom: 1px #f29600 solid;
	}
	figure p.check {
		font-size: 70%;
		text-align: left;
	}
}

figure .traffic_zone {

}
figure .traffic_zone p {
	padding: 0 1% 1%;
}
figure .traffic_zone table {
	margin: 0 auto 1%;
}
figure .traffic_zone table th,.pricelist figure .traffic_zone table td {
	text-align: center;
	vertical-align: middle;
}
figure .traffic_zone table th {
	background: #442244;
	width: 38%;
	margin: 0;
	padding: 15px 0;
	font-size: 100%;
	border: 1px #eeeeee solid;
}
figure .traffic_zone table td {
	width: 58%;
	margin: 0;
	padding: 15px 0;
	font-size: 150%;
	font-weight: bold;
	border: 1px #eeeeee solid;
}
figure .traffic_zone table tr.new th{
	color: #00d000;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.7);
}
figure .traffic_zone table tr.new td{
	font-size: 150%;
	color: #00d000;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.7);
}
figure .traffic_zone table tr.training th{
	color: #facd89;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.7);
}
figure .traffic_zone table tr.training td{
	font-size: 150%;
	color: #facd89;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.7);
}
figure .traffic_zone div.check {
	width: 100%;
	margin: 0;
	font-size: 90%;
}
@media only screen and (max-width: 680px) {

}
figure.credit_zone {

}
figure.credit_zone .credit_inzone {

}
figure.credit_zone .credit_inzone h3 {

}
figure.credit_zone .credit_inzone p {
	padding: 2%;
}
figure.credit_zone .credit_inzone .card_brand {
	margin: 5% auto;
}
figure.credit_zone .credit_inzone .card_brand ul {
	width: 96%;
	margin: 0 auto;
}
figure.credit_zone .credit_inzone .card_brand ul li {
	margin: 0 auto 5%;
	text-align: center;
}
figure.credit_zone .credit_inzone .card_brand ul li:last-child {
	margin: 0 auto;
}
figure.credit_zone .credit_inzone .card_brand ul li img.card_list {
	display: block;
	width: 80%;
	margin: 0 auto;
}
figure.credit_zone .credit_inzone .card_brand ul li img.star-pay {
	display: block;
	width: 35%;
	margin: 0 auto;
}
figure.credit_zone .credit_inzone .card_brand ul li p {
	padding: 1% 0;
	font-size: 70%;
}
figure.credit_zone .credit_inzone .credit_button {
	margin: 1% auto;
}
figure.credit_zone .credit_inzone .credit_button a {
	background: #d91319;
	width: 100%;
	padding: 2% 0;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
}
figure.credit_zone .credit_inzone .credit_button a:hover,figure.credit_zone .credit_inzone .credit_button a.hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
figure.credit_zone .credit_inzone .credit_button a.pc {
	display: block;
}
figure.credit_zone .credit_inzone .credit_button a.sp {
	display: none;
}
figure.credit_zone .credit_inzone .description_zone {
	margin: 3% auto;
	padding: 2%;
}
figure.credit_zone .credit_inzone .description_zone h4 {
	margin: 0 auto 2%;
	padding: 0 0 0 0.54%;
	color: #d91319;
	font-size: 120%;
	border-bottom: 1px #d91319 solid;
}
figure.credit_zone .credit_inzone .description_zone ul {
	width: 98%;
	margin: 0 auto;
	font-size: 85%;
}
figure.credit_zone .credit_inzone .description_zone ul li {
	margin: 0 auto 1%;
	list-style-type: disc;
	list-style-position: inside;
}
figure.credit_zone .credit_inzone .description_zone ul li:last-child {
	margin: 0 auto;
}
figure.credit_zone .credit_inzone .cardinfo_zone {
	margin: 10% auto 0;
	padding: 5%;
	border: 1px #d91319 solid;
	border-radius: 5px;
}
figure.credit_zone .credit_inzone .cardinfo_zone .title {
	font-size: 110%;
	text-align: center;
	line-height: 160%;
}
figure.credit_zone .credit_inzone .cardinfo_zone .title span {
	display: block;
	font-weight: bold;
}
figure.credit_zone .credit_inzone .cardinfo_zone .address {
	margin: 3% auto;
	text-align: center;
}
figure.credit_zone .credit_inzone .cardinfo_zone ul {
	width: 100%;
	margin: 0 auto;
	font-size: 80%;
	line-height: 165%;
}
figure.credit_zone .credit_inzone .cardinfo_zone ul li {

}
@media only screen and (max-width: 680px) {
	figure.credit_zone .credit_inzone .credit_button a.pc {
		display: none;
	}
	figure.credit_zone .credit_inzone .credit_button a.sp {
		display: block;
	}
	figure.credit_zone .credit_inzone .credit_button a.sp span {
		display: block;
	}
	figure.credit_zone .credit_inzone .cardinfo_zone {
		font-size: 80%;
	}
}


section.rule {
    background: #F0E7DD;
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	font-size: 90%;
    border-radius: 8px;
}
section.rule ul.list {
	width: 98%;
	margin: 3% auto;
	line-height: 160%;
}
section.rule ul.list li {
	list-style: disc;
	list-style-position: inside;
}
@media only screen and (max-width: 680px) {
	section.rule ul.list {
		margin: 8% auto;
	}
}

.option-list {

}
.option-list p {
	padding: 2% 2% 1%;
}
.option-list ul {
	width: 100%;
	margin: 0 auto 5%;
}
.option-list ul:after {
	content: "";
	display: block;
	clear: both;
}
.option-list ul li {
	width: 31%;
	margin: 0 1% 1%;
	text-align: center;
	float: left;
}
.option-list ul li span {
	display: block;
	background: #eeeeee;
	padding: 2% 1%;
	color: #ffffff;
	font-size: 95%;
	border-radius: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.option-list ul li span.on {
	background: #ff4f3d;
}
.charged .option-list ul li span.on {
	background: #47c0da;
}
.option-list ul li span.off {
	background: #b5b5b5;
}