/*for Webkit*/
input[type="text"]::-webkit-input-placeholder {
	color: #BBB;
}
/*for Firefox*/
input[type="text"]:-moz-placeholder {
	color: #BBB;
}
body.login {
	background-color:#FFFFFF;
}

body.login div#login {
	width:620px;
	padding:48px 0 10px 0;
}
.login h1 a{
	background:url("images/registerlogo.png") no-repeat;
}


#ek_extra_notice {
	width: 100%;
	height: 30px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid lightgray;
}
#ek_extra_notice p {
	text-align: center;
	color: lightgray;
	padding-top: 8px;
}


label {
	font-size:16px;
	letter-spacing:2px;
}

label[for="user_pass"], label[for="rememberme"] {
	display:none;
}


label[for="last_name"],
label[for="first_name"],
label[for="ek_last_name_e"],
label[for="ek_first_name_e"],
label[for="ek_female"],
label[for="ek_male"],
label[for="ek_birth_year"],
label[for="ek_birth_month"],
label[for="ek_student"],
label[for="facebook"],
label[for="twitter"],
label[for="skype"],
label[for="messenger"]
{
	float:left;
}

label[for="last_name"],
label[for="ek_last_name_e"]
{
	margin-right:30px;
}

label[for="ek_female"],
label[for="ek_male"]
{
	background-color: #E9EFF6;
	margin-bottom: 20px;
}

label[for="ek_female"] {
	margin-right:20px;
}

label[for="ek_birth_year"]{
	margin-right:10px;
}

label[for="ek_birth_month"]{
	margin-right:30px;
}

#ek_female, #ek_male, #ek_goal_disclose {
	width:24px;
}
#login #addr {
	border:none;
	background-color:white;
}


#login input {
	font-size: 18px;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	letter-spacing: 1px;
	padding: 5px 0 1px 10px;
	margin: 6px 0 25px 0;
	background-color: #E9EFF6;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align:baseline;
	width:22px;
}

input[type="submit"] {
	padding: 2px 15px;
}
#login select {
	font-size:18px;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	margin: 6px 0 25px 0;
	background-color: #E9EFF6;
}
#user_login,
#last_name,
#first_name,
#ek_last_name_e,
#ek_first_name_e,
#ek_zipcode,
#facebook,
#twitter,
#skype,
#messenger,
#user_pass
{
	width:150px;
}

#addr {
	width:200px;
	font-size:12px;
}

#user_email {
	width:250px;
}

#ek_goal {
	width:550px;
	background-color:#FBFBFB;
}
#facebook, #twitter, #skype, #messenger{
	width:110px;
	background-color:#FBFBFB;
}

#ek_preferredDT_wrap {
	margin:6px 0 25px 0;
}
div #ek_preferredDT_wrap table, div #ek_preferredDT_wrap tbody {
	width:400px;
	border-bottom:1px solid #888888;
	border-right:1px solid #888888;
}

div #ek_preferredDT_wrap td, div #ek_preferredDT_wrap th{
	padding:0 !important;
	margin:0 !important;
	width:50px;
	height:50px;
	border-top:1px solid #888888;
	border-left:1px solid #888888;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}

.preferredDT-hover {
	background-color:#E9EFF6;
}

div #ek_preferredDT_wrap td.circle {
	background-image:url(images/circle50.png);
}

div #ek_preferredDT_wrap td.triangle {
	background-image:url(images/triangle50.png);
}

#login #wp-submit {
	margin:0;
	padding:3px 40px;
	font-size:16px;
}

p#nav, p#backtoblog {
	display:none;
}

div#backtotop {
	width: 600px;
	margin: auto;
}


.dialog-with-shadow {
	background:rgba(255,255,255,0.9);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
}

#youtube-open {
	width:612px;
	height:36px;
	margin:0 0 14px 8px !important;
}

#youtube-dialog {
	display:none;
	width:700px;
	height:580px;
}
#footnote{
	width:600px;
	padding:60px 0 10px 0;
	margin:auto;
	font-size:16px;
	line-height:130%;
	letter-spacing:1px;
}
#footnote h2{
	font-size:18px;
	background-color:#6495ed;
	color:white;
	padding:5px;
	margin-bottom:20px;
}
#footnote h3{
	border-bottom:1px solid #2475cd;
	color:#2475cd;
	font-size:16px;
	margin:0 0 18px 4px;
}
#footnote p{
	margin:0 0 38px 12px;
}

#footnote div.flow{
	margin: 20px 0 30px;
}
#footnote div.flow span{
	padding:8px 5px;
	border:1px solid #2475cd;
	color:royalblue;
	font-weight:bold;
	line-height:260%;
}
#allright{
	text-align:center;
}
