/* layout */
html{
}
body {
	background-color: #222222;
	color: #C8C8C8;
	font-family: HiraginoSans-W3;
	font-size: 12px;
}
.wrapper{
}

/* module */
.centeringWrap{
	text-align: center;
}
.centeringTarget{
	display: inline-block;
}

.leadBox{
	width: 290px;
	margin: 0 auto;
	margin-top: 13px;
	position: relative;
}
.leadBox .main{
	font-family: HiraginoSans-W6;
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
}
.leadBox .sub{
	text-align: center;
	font-size: 16px;
	margin-bottom: 21px;
}
.leadBox .follow{
	line-height: 18px;
	margin-bottom: 28px;
}
.leadBox .pageback{
	position: absolute;
	top:0;
	left: 0;
}

/* button*/
.btn_green{
	background: #478C59;
	border-radius: 5px;
}
.btn_main{
	border: 2px solid #C8C8C8;
	border-radius: 5px;
	width: 256px;
	margin: 0 auto;
}
.btn_main a{
	display: block;
	width: 256px;
	padding: 10px 2px;
	color: #C8C8C8;
	text-decoration: none;
	font-size: 14px;
	color: #C8C8C8;
	line-height: 18px;
	text-align: center;
}
.btn_main:hover{
	border: 2px solid #478C59;
}
.btn_sub{
	background: #2C2C2C;
	border: 1px solid #979797;
	border-radius: 14px;
	width: 256px;
	margin: 0 auto;
}
.btn_sub a{
	display: block;
	width: 256px;
	font-size: 14px;
	color: #C8C8C8;
	line-height: 18px;
	cursor: pointer;
	text-align: center;
	padding: 2px;
	text-decoration: none;
}

.btn_modalebtn_main{
	border: 2px solid #C8C8C8;
	border-radius: 5px;
	width: 256px;
	font-size: 17px;
	color: #3B3A3A;
	line-height: 18px;
	text-align: center;
	padding: 10px 2px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.btn_modalebtn_sub{
	background: #2C2C2C;
	border: 1px solid #979797;
	border-radius: 14px;
	width: 256px;
	font-size: 14px;
	color: #C8C8C8;
	line-height: 18px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}

/* margin */
.bt20{
	margin-bottom:20px;
}
.bt30{
	margin-bottom:30px;
}
.bt36{
	margin-bottom:36px;
}
.bt40{
	margin-bottom:40px;
}
.bt50{
	margin-bottom:50px;
}
/* text-align */
.txtL{
	text-align: left;
}
.txtR{
	text-align: right;
}

/* clearfix */
.clearfix:after{
	display: block;
	clear: both;
	content: "";
}