@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

	割引ページ共通設定

///////////////////////////////////////////////////////////////////////*/

/* ====================================================
	コンテンツ
====================================================*/
.page_discount {
	padding: 30px 28px 38px;
	font-size: 14px;
}
.page_discount .hd {
	margin: 25px 0 10px;
	font-size: 18px;
	font-weight: bold;
}
.page_discount .txt {
	padding-left: 15px;
}
.page_discount .txt strong {
	font-weight: bold;
}
.page_discount .txt .emphasis {
	font-size: 18px;
}
.page_discount .txt .more_emphasis {
	color: #f00;
}
.page_discount .txt a {
	color: #00f;
	text-decoration: underline;
}
.page_discount .supplement {
	margin-top: 10px;
	margin-left: 1em;
	padding-left: 15px;
	text-indent: -1em;
}
/* 注意事項
--------------------------------*/
.page_discount .hd_notes {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px dotted #ccc;
	font-weight: bold;
}
.page_discount .notes {
	font-size: 12px;
}
.page_discount .notes li {
	margin: 0 0 0 8px;
	list-style-type: disc;
	list-style-position: inside;
}
/*--------------------------------
	キャンペーン一覧にもどる
--------------------------------*/
.btn-back-list {
	margin-top: 40px;
	text-align: center;
}
.btn-back-list a {
	color: #00f;
	font-size: 18px;
	text-decoration: underline;
}