@charset "utf-8";
/* ログインページ */

#socialLoginIncludeItemWrap {
	margin:10px;
}
.memberReminderLink{
	white-space: nowrap;
}
.includeExplain{
	margin-top: 10px;
}

.checkbox_deco {
	margin-top: 10px;
	margin-left: 3px;
}

#password {
	font-family: "YuGothic", "Yu Gothic", sans-serif;
}

#AmazonPayButton {
	height : 40px;
}

@media screen and (max-width: 767px){
	.memberReminderLink{
		white-space: inherit;
	    text-align: left;
	}
	#netMemberAddGroup {
    	padding-top: 10px;
	}
}