@charset "utf-8";

/*----------------------------------------------------------------
 * 導入
 */

#introduction {
	overflow: hidden;
}

#introduction h2 {
	height: 24px;
	background: url(../img/h2-introduction.png) no-repeat;
	text-indent: -9999px;
}

#introduction .text {
	float: left;
	width: 630px;
}

#introduction .text p {
	margin: -.5em 0;
	font-size: 93%;
	line-height: 2;
}

#introduction figure {
	float: right;
}

/*----------------------------------------------------------------
 * 会員の特典
 */

#privileges {
	margin-top: 30px;
}

#privileges h1 {
	height: 24px;
	background: url(../img/h1-privileges.png) no-repeat;
	text-indent: -9999px;
}

#privileges ol {
	margin: 24px 0 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#privileges ol li {
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left center;
}

#privileges ol li + li {
	border-top: 1px dotted #CCCCCC;
}

#privileges ol li:nth-child(1) {
	background-image: url(../img/privilege1.png);
}

#privileges ol li:nth-child(2) {
	background-image: url(../img/privilege2.png);
}

#privileges ol li:nth-child(3) {
	background-image: url(../img/privilege3.png);
}

#privileges ol li span {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size: 108%;
	line-height: 1.25;
}

html.ie7 #privileges ol li span {
	display: block;
	height: auto;
	padding: 18px 0;
}

/*----------------------------------------------------------------
 * 会員区分と年会費
 */

#due {
	margin-top: 80px;
}

#due h1 {
	height: 23px;
	background: url(../img/h1-due.png) no-repeat;
	text-indent: -9999px;
}

#due table {
	width: 100%;
	margin-top: 30px;
}

#due table th,
#due table td {
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	font-size: 93%;
	font-weight: normal;
	vertical-align: middle;
	line-height: 2;
}

#due table th {
	width: 250px;
	padding: 10px;
	background-color: #F1F7E9;
	white-space: nowrap;
	line-height: 1;
}

#due table td {
	padding: 4px 10px;
	line-height: 2;
}

#due table .due {
	width: 150px;
	white-space: nowrap;
	text-align: center;
}

#due .note {
	margin-top: 10px;
	font-size: 93%;
	line-height: 1;
}

/*----------------------------------------------------------------
 * 入会方法
 */

#procedure {
	margin-top: 80px;
}

#procedure h1 {
	height: 24px;
	background: url(../img/h1-procedure.png) no-repeat;
	text-indent: -9999px;
}

#procedure p {
	margin-top: 30px;
	font-size: 93%;
	line-height: 2;
}
