@charset "utf-8";
/*----------------------------------------------------

 responsive.css

----------------------------------------------------*/
@media screen and (max-width : 600px) {

/* agree */
body#registration section{
	padding: 48px 8px 112px;
}

/* ----- bottomFooter -----*/
body#registration .bottomFooter .linkArea{
	margin: 0 0 16px;
	width: 304px;
}
body#registration .bottomFooter .linkArea a{
	margin: 0 24px;
}
body#registration .bottomFooter .copyright{
	width: 304px;
}

.dataInput .btnArea a.back{
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -44px;
}

}/* END */

/*--------------------------------------------------*/
@media screen and (max-width : 584px) {
#QandA .balloon{
	width: 100%;
}

}/* END */

/*--------------------------------------------------*/
@media screen and (max-width : 400px) {

body#registration section .inner .title{
	overflow: hidden;
}
body#registration section .inner .title h3 strong{
	font-size: 44px;
}
#regist .agree .btnArea a.disagree,
#regist .agree .btnArea a.agree{
	margin: 0 16px 32px;
}
#regist .agree .btnArea a.agree{
	width: 256px;
}

#regist .dataInput form{
	padding: 0;
}
#regist .thanks h2 span{
	display: block;
}
#terms .title h3{
	font-size: 28px;
}

}/* END */
