﻿*	{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
}

html	{
	background-color:#000000;
}

body {
	min-width:768px;
	min-height:768px;
	font-size:1em;
	line-height:1.4;
	background-color:#000000;
	background-image:url(/img/runners/mypage/login/sign_up.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color:#FFFFFF;
}
.error	{
	color:#FF0;
}
.notice	{
	color:#CCC;
}


.outer	{
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFF;
}
.wrapper	{
	width:95%;
	margin:0 auto;
}
.clear	{
	clear:both;
	overflow:hidden;
}

strong {
	color:#FF0;
	font-weight:bold;
}

a:link, 
a:visited	{
	color:#FF0;
}
a:hover	{
	color:#FC0;
}



/*
===============================================
header
=============================================== */
header	{
	background-color:#000;
}
header nav	{
	list-style:none;
}
header nav li	{
	display:inline;
	float:left;
}
header nav li a	{
	display:block;
	padding:0.85em;
	text-decoration:none;
	font-weight:bold;
	line-height:1;
}
nav li a:link, nav li a:visited	{
	color:#FFF;
}
nav li a:hover	{
	color:#FC0;
}
#navHome a	{
	width:40px;
	height:40px;
	padding:0;
	text-indent:-10000px;
	background-image:url("/img/logo_32.png");
	background-position:center center;
	background-repeat:no-repeat;
}

h1	{
	font-size:160%;
	padding:0.2em;
}


/*
===============================================
main
=============================================== */
#main	{
	height:800px;
}

#content	{
	position:relative;
	width:640px;
	margin-top:20px;
	padding:16px;
	/*background-color:#39F;*/
	background-color:rgba(59,67,68,0.4);
	/*background-color:rgba(0,51,102,0.5);*/
	/*background-color:rgba(153,0,0,0.3);*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#content.userSignUp {
	height:420px;
}
#content.userSignUpSuccess {
	height:auto;
}
#content.userSignUpSuccess ul {
	margin-top:1em;
}
#content.resetPassword {
	height:230px;
}
div.leftDiv	{
	float:left;
	width:360px;
}
div.rightDiv	{
	float:right;
	width:240px;
	padding:16px;
	background-color:rgba(59,67,68,0.6);
	/*background-color:rgba(0,51,102,0.5);*/
	/*background-color:rgba(153,0,0,0.3);*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
input[type="text"], 
input[type="email"], 
input[type="password"]	{
	width:280px;
	font-size:100%;
	color:rgb(59,67,68);
	padding:0.25em;
}
input[type="submit"]	{
	margin-top:1em;
	padding:0.25em 0.5em;
}
#content.userSignUpSuccess	ul,
div.rightDiv				ul	{
	margin-left:0;
	padding-left:1.5em;
	list-style:disc;
}
#content.userSignUpSuccess	li,
div.rightDiv				li	{
	font-size:90%;
	margin-top:0.3em;
}

form div:nth-of-type(n+2)	{
	margin-top:10px;
}
form p.notice	{
	font-size:90%;
	margin-top:0.5em;	
}
form ul.notice	{
	font-size:90%;
	margin-left:0;
	padding-left:1.5em;
	list-style:disc;
}
form+p	{
	width:80%;
	margin-top:40px;
	font-size:90%;
}


/*
===============================================
footer
=============================================== */
footer	{
	background-color:rgba(59,67,68,0.5);
	padding:20px 0;
}
footer p	{
	width:70%;
	float:left;
}
footer .copy	{
	width:250px;
	float:right;
}
