@charset "utf-8";
/* CSS Document */
#campaignarea h2 {
	background: none;
	background: rgb(83, 131, 155);
	margin-bottom: 8px;
}
#campaignarea h2.bgt {
	background: none;
	background: #fff;
	color: rgb(83, 131, 155);
	border: 1px solid rgb(83, 131, 155);
	border-width: 1px 0 1px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	border-radius: 0px;
}
#campaignarea h3 {
	margin-top: 10px;
}
.point_area {
	position: relative;
}
.point_area .list_headerimage {
	position: absolute;
	top: 117px;
	left: 100px;
}
#campaignarea .point_area .limonth {
	position: absolute;
	top: 239px;
	left: 100px;
}
#campaignarea .point_area .help_white {
	position: absolute;
	top: 222px;
	left: 340px;
}
/*--color--*/
#campaignarea .og {
	background-color: #fff9f7 !important;
}
.txtblue {
	color: rgb(83, 131, 155);
}
a.to_pay {
	height: 25px;
	width: 80px;
	margin-right: 3px;
	background-image: url(../img/campaign/bt_pay.png);
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-position: -200px 0px;
}
a.to_pay:hover {
}
span.to_pay {
	height: 25px;
	width: 80px;
	background-image: url(../img/campaign/bt_pay.png);
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-position: -200px -55px;
}
a.to_pay:hover {
	background-position: -200px -25px;
}
/*特設ページ
月額利用購入ボタン*/
a.ca_topay {
	margin-top: 0px;
	height: 25px;
	width: 100px;
	background-image: url(../img/campaign/bt_pay.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
a.ca_topay:hover {
	background-position: 0 -25px;
}
span.ca_topay {
	height: 25px;
	width: 100px;
	background-image: url(../img/campaign/bt_pay.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 -55px;
}
a.ca_tobuy {
	margin-top: 5px;
	height: 25px;
	width: 100px;
	background-image: url(../img/campaign/bt_pay.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-position: -100px 0px;
}
a.ca_tobuy:hover {
	background-position: -100px -25px;
}
span.ca_tobuy {
	height: 25px;
	width: 100px;
	background-image: url(../img/campaign/bt_pay.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-position: -100px -55px;
}
/*打ち消し線*/
.de_line {
	text-decoration: line-through;
}
.simple_line_b table {
	color: white;
	border: solid rgb(221, 221, 221) 1px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	background: rgb(152, 181, 195);
}
.simple_line_b table td {
	border: solid #eee 1px;
	font-size: 85%;
	padding: 5px 7px 3px 7px;
}
.camarea {
	padding: 0 10px;
	border: 1px solid #ddd;
	background: rgb(249, 249, 249);
	border-top: 2px solid rgb(204, 204, 204);
	border-left: 2px solid rgb(204, 204, 204);
}
#campaignarea .bg_gray {
	background: #BABABA;
	color: #fff;
	text-align: center;
}
#campaignarea .bg_gray_light {
	background: #F8F8FF;
}
#campaignarea .bg_blue_d {
	background: rgb(83, 131, 155);
	color: #fff;
}
#campaignarea .bg_blue {
	background: #98b5c3;
	color: #fff;
}
.bg_og_light {
	background: #FFFAFA;
}
.txtlight {
	opacity: 0.6 !important;
}
.bg_g {
	background: #f5f5f5;
}
