@charset "UTF-8";

#rapper { margin-top: 40px; }
#rapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#rapper { zoom: 1; /* For IE */}
#footer p {
	margin-left: 1%;
	width: 98%;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 16px;
	color: #9933cc;
	background-color: transparent;
}
p.headText {
	color: #006699;
	font-weight: bold;
}
#rapper {
	margin-left: 2%;
	padding: 0;
	width: 96%;
}
#rapper h2 {
	margin: 1.5em 0 0.5em;
	font-size: 16px;
}
#rapper h3 {
	margin: 1.5em 0 0.5em;
	padding: 0.2em 0.4em;
	font-size: 14px;
	color: #339900;
	background-color: #f0fff0;
	width: 18em;
}
#rapper em {
	font-style: normal;
	color: #990066;
}
#rapper strong {
	color: #990066;
}
#rapper p {
	margin: 0 0 0.75em;
	line-height: 1.2em;
}
/* リスト（作成の流れ）
---------------------------------------------------- */
#inviteFlow {
	margin-left: 3em;
	padding: 0;
	font-size: 12px;
	list-style-type: decimal;
}
#inviteFlow li {
	padding: 0 0.3em;
	border: 1px solid #ffffff;	/* IE対策 */
}
/* テーブル（基本料金）
---------------------------------------------------- */
#basePrice {
	border: 1px solid #999999;
}
#rapper caption {
	padding: 0.5em 0;
	text-align: left;
	font-weight: normal;
	color: #483d8b;
}
#basePrice th, #basePrice td {
	padding: 0.3em 0.5em;
	width: 150px;
}
#basePrice th {
	background-color: #f5f5f5;
	text-align: right;
}
#basePrice td {
	text-align: right;
}
#basePrice th.underdot, #basePrice td.underdot {
	border-bottom: 1px dotted #999999;
}
#explanation {
	display: block;
	margin: 1.5em 0 0.5em;
	color: #666699;
	border-bottom: 1px solid #666699;
}

