@charset "utf-8";
/* CSS Document */
.join{
	padding: 10px;
	line-height: 1.4;
}
.join ol, ul,dl,dt,dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
.join_title{
	letter-spacing: 1.8em;
}
.green_line_box {
	border: 1px solid #3C3;
	padding: 20px;
}
.join #Special_members,
.join #Support_members {
	background: #FC9;
	padding: 0.5em;
	color: #4A110D;
	margin-top: 1em;
}

.diamond li:before{
	content: "◆";
	color: #063;
	margin-right: 0.5em;
}
.diamond li{
	text-indent: -1em;
	margin-left: 1em;
}
.join .provision dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
.join .provision dd {
	margin-left: 2em;
	margin-top: 1em;
}
.join .provision dd ul {
	margin-left: 1.5em;
	margin-top: 0.8em;
	margin-bottom: 1.5em;
}

.join .provision dd ul li {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.join .btn {
	display: block;
	width: 50%;
	margin: 2em auto;
	padding: 10px 1em;
	border: 3px solid #5b8a10;
	font-size: 20px;
	font-weight: bold;
	color: #2c4406;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
background: rgb(157,213,58); /* Old browsers */
background: -moz-linear-gradient(top, rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
}
.join .btn:hover {
	opacity: 0.8;
	text-decoration:none;
}

/* font */
.txt_C{
	text-align:center;
}
.txt_R{
	text-align:right;
}
