@charset "utf-8";

/*【キャンペーン】
━━━━━━━━━━━━━━━━━━━━━━━*/
#camp {
	width: 980px;
	margin: 12px auto;
	}
#camp h1 {
	display: none;
	}

#camp .campaign_caption {
	position: relative;
	margin: 20px auto 12px;
	width: 900px;
	height: 33px;
	font-size:26px;
	line-height: 32px;
	}

#camp p {
	padding: 8px 0;
	font-size:17px;
	line-height: 24px;
	}

#camp b {
	font-weight: bold;
	font-size: 21px;
	}

#camp strong {
	color: #f00;
	}

#camp .linkb {
	font-weight: normal;
	font-size: 20px;
	}

#camp .present1 {
	position: relative;
	margin: 0 auto;
	width: 732px;
	height: 766px;
	border: 1px solid #000;
	text-align: center;
	overflow: hidden;
	}

#camp .present2 {
	position: relative;
	margin: 0 auto;
	width: 384px;
	height: 340px;
	border: 1px solid #000;
	text-align: center;
	overflow: hidden;
	}

#camp .pl {
	float: left;
	left: 64px;
	}

#camp .pr {
	float: right;
	right: 64px;
	}

#camp .text_right {
	float: left;
	padding: 0 0 0 20px;
	font-size:14px;
	text-align: left;
	}

#camp .twitter_sample {
	position: relative;
	margin: 0 auto;
	width: 880px;
	height: 380px;
	border: 1px solid #000;
	text-align: center;
	overflow: hidden;
	}


#camp .present_cg {
	position: relative;
	z-index: 1;
	}

#camp .present_kazu {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	}

#camp .kikan {
	position: relative;
	margin: 4px auto;
	width: 900px;
	height: 89px;
	}

#camp .cg_boader {
	border: 1px solid #000;
	}


#camp .kiyaku_box {
	overflow:auto;
	margin: 0 auto;
	text-align: left;
	width: 860px;
	height: 220px;
	background-color:#fff;
	border: 2px solid #bbb;
	}

#camp .kiyaku_box p {
	font-size: 16px;
	color: #000;
//	text-shadow: 0px 0px 1px #aaa;
	line-height: 21px;
	margin: 3px 0;
	padding: 4px 10px 4px;
	}


.sjs_button {
	position: relative;
	width: 600px;
	height: 72px;
	background-color:#e6c5dd;
	margin: 2px auto 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;

	text-shadow: 1px 1px 1px #000;

	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	}


