@charset "utf-8";

/*料金システム*/
.contents_fee_title {
	/*height: 29px;*/
	margin-bottom: 10px;
	color: #444444;
	font-size: 130%;
	padding-left: 8px;
	font-weight: bold;
	line-height: 33px;
	border-left: 6px solid #eb68b2;
}
.price_box{
	width: 100%;
	margin-bottom: 10px;
}
.price_box.kansai {
	table-layout: fixed;
}
.price_box th,
.price_box td {
	border: 1px solid #979799;
}
.price_box th {
	background-color: #ffe2f2;
	width: 25%;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.price_box.kansai th {
	width: auto;
}
.price_box.kansai th.empty,
.price_box.kansai th.pink {
	width: 15%;
}
.price_box td {
	padding: 5px 10px;
}

.system_txt{
	margin-bottom: 20px;
}
/*キャッシュカード*/
.credit {
	width: 674px;
	margin: 0 auto 10px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background: #eaeaea;
	-webkit-box-shadow: 0 0 0 1px #fff inset;
	box-shadow: 0 0 0 1px #fff inset;
	text-align: center;
}

.credit span {
	display: inline-block;
	height: 62px;
	line-height: 62px;
	padding-left: 70px;
	color: #bd7d11;
	font-size: 1.7em;
	font-weight: bold;
	background: url("//img.undernavi.com/portal/web/chugoku/shop/dir/discount/icon_card.png") no-repeat left center;
}


.warningbox{
	height :27px;
	padding-left: 40px;
	margin-bottom: 10px;
	background-image: url("//img.undernavi.com/portal/web/chugoku/shop/dir/discount/warning.png");
	background-repeat: no-repeat;
	line-height: 30px;
	font-size: 130%;
	font-weight: bold;

}
.warningbox_txt{
	color: #979797;
	border: 1px solid #979797;
	padding: 10px;
	margin-bottom: 10px;
}

.discount_link {
	text-align: center;
}
.discount_link a {
	display: block;
}
.discount_link a img {
	vertical-align: top;
}