@charset "UTF-8";

* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-family: "Lucida Grande", LucidaGrande, "Aqua Kana", aquakana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic";
	}

/* -- Campaign - Contents -- */

.campaign-contents h2 {
	color: #463c32;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.11em;
	}

.campaign-contents h2 a {
	color: #463c32;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.11em;
	text-decoration: none;
	}

.campaign-contents h2 a:hover {
	color: #aa7869;
	}

.campaign-contents h4 {
	color: #dc4150;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

.campaign-contents p {
	color: #463c32;
	font-size: 13px;
	line-height: 1.6em;
	}

.campaign-contents p a {
	color: #463c32;
	font-size: 13px;
	line-height: 1.6em;
	text-decoration: underline;
	}

.campaign-contents p a:hover {
	color: #aa7869;
	}

