@charset "utf-8";

table.campaign {
	width: 100%;
	padding: 0;
	margin: 0 0 22px 0;
	border-collapse:collapse;
}

table.campaign th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: 1px dotted #FF8080;
	list-style: none;
	background-color:#FFFF88;
	font-weight: bold;
	text-align: center;
	padding: 8px;
}


table.campaign td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: 1px dotted #FF8080;
	list-style: none;
	background-color:#FFFFFF;
	padding: 8px;
}

table.campaign .code {
	text-align: center;
	width: 17%;
}

table.campaign .course {
	width: 56%;
}

table.campaign .fee {
	width: 27%;
	text-align: center;
	font-weight: bold;
}


