
/*  入会のメリット　*/
/*--------------------------------------------------------*/

.tokutenBox{
	width:290px;
	margin-left:auto;
	margin-right:auto;
}

.tokutenBox h2{
	font-size:120%;
	font-weight:bold;
	line-height:1.6em;
	color:#E96752;
	margin-bottom:20px;
}

.tokutenBox ul.merit li{
	font-size:100%;
	line-height:1.6em;
	color:#555;
	margin-bottom:8px;
	margin-left:22px;
	padding-left:3px;
	list-style-type:decimal;
}

/*  会費のご案内　*/
/*--------------------------------------------------------*/

.priceBox{
	border-top:1px #CCC solid;
	padding-top:20px;
	margin-top:30px;
	width:290px;
	margin-left:auto;
	margin-right:auto;
}

.priceBox h2{
	font-size:120%;
	font-weight:bold;
	line-height:1.6em;
	color:#E96752;
	margin-bottom:10px;
}

.priceBox table.tbl_price{
	width:100%;
	border-collapse: collapse;
}

table.tbl_price tr td{
 	border-width: 1px 1px; /* 上下左右に線を引く */
	border-color: #CCC; /* 線色 */
	border-style: solid; /* 線種：実線 */	
}

table.tbl_price tr td.nen{
	background:#F09B8C;
	text-align:center;
	padding:8px 0;
	color:#FFF;
	font-size:100%;
	font-weight:bold;
	line-height:1.6em;
	vertical-align:middle;
}

table.tbl_price tr td.koumoku{
	background:#FFFADC;
	text-align:center;
	padding:8px 0;
	color:#555;
	font-size:100%;
	line-height:1.6em;
	vertical-align:middle;
}

table.tbl_price tr td.price{
	background:#FFF;
	text-align:center;
	padding:8px 0;
	color:#555;
	font-size:100%;
	line-height:1.6em;
	vertical-align:middle;
}

/*  入会の流れ　*/
/*--------------------------------------------------------*/

.flowBox{
	border-top:1px #CCC solid;
	padding-top:20px;
	margin-top:30px;
	width:290px;
	margin-left:auto;
	margin-right:auto;
}

.flowBox h2{
	font-size:120%;
	font-weight:bold;
	line-height:1.6em;
	color:#E96752;
	margin-bottom:20px;
}

.flowBox ul li{
	font-size:100%;
	line-height:1.6em;
	color:#555;
	margin-bottom:8px;
	margin-left:22px;
	padding-left:3px;
	list-style-type:decimal;
}


/*  会員の声　*/
/*--------------------------------------------------------*/

.voiceBox{
	border-top:1px #CCC solid;
	padding-top:20px;
	margin-top:30px;
	width:290px;
	margin-left:auto;
	margin-right:auto;
}

.voiceBox h2{
	font-size:120%;
	font-weight:bold;
	line-height:1.6em;
	color:#E96752;
	margin-bottom:20px;
}

.voiceBox .inner{
	overflow:hidden;
}

.voiceBox .inner .photoBox{
	float:left;
	width:60x;
	margin-right:20px;
}

.voiceBox .inner .photoBox img{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.voiceBox .inner .name{
	float:left;
	width:210x;
	padding-top:30px;
	font-size:110%;
	line-height:1.6em;
}

.voiceBox .txtBox{
	padding-top:20px;
}

/*  賛助会員のご案内　*/
/*--------------------------------------------------------*/

.sanjoBox{
	border-top:1px #CCC solid;
	padding-top:30px;
	margin-top:30px;
	width:290px;
	margin-left:auto;
	margin-right:auto;
}

.sanjoBox h2{
	font-size:120%;
	font-weight:bold;
	line-height:1.6em;
	color:#E96752;
	margin-bottom:20px;
}

.sanjoBox h3{
	font-size:110%;
	font-weight:bold;
	line-height:1.6em;
	color:#555;
	margin-top:30px;
	margin-bottom:15px;
}

.sanjoBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:8px;
	list-style-type:decimal;
	margin-left:22px;
	padding-left:3px;
}
