@charset "UTF-8";

/*------------------------------------------

■ブランドカラー（緑）
#51af22

■アクセントカラー（オレンジ）
#ff8600

------------------------------------------*/

body {
	background: #f6f6f6 url(../img/header_bg.jpg) repeat-x;
}


/*------------------------------------------------------------------

コンテンツ

------------------------------------------------------------------*/
div#contents {
	width: 820px;
	margin: 0px auto;
	clear: both;
}
div#message {
	padding: 50px 45px 30px 55px;
	margin: 50px auto 0px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}

div#message h2 {
	margin: 0px 0px 1.8em 0px;
	font-size: 95%;
}
.mac div#message h2 {
	font-size: 12px;
}
div#message p {
	margin: 0px 0px 1.8em 0px;
	line-height: 1.6;
}

div#message table.formbox{
	padding: 5px 5px;
	width: 100%;
}
div#message table.formbox td.logintitle{
	width: 160px;
	padding: 10px 4px;
	text-align: right;
	font-weight: bold;
	color: #333;
	vertical-align: top;
}
div#message table.formbox td.loginform {
	padding: 2px 4px;
	line-height: 1.5
	text-align: left;
}
div#message table.formbox td.loginform input{
	width: 200px;
}
div#message table.formbox tr.btnArea td {
	text-align: center;
	border: 0;
	padding: 10px 0px;
	background-color: #f3f3f3;
	padding: 7px 7px;
}

body#formonly div#message{

	padding-top: 40px;
}
body#formonly div#regist form{
	margin: 0;
	padding: 0 0 10px 0;
}
body#formonly p{
	text-align: center;
}

table.hasborder th, table.hasborder td{

	border-bottom: 1px solid #e8e8e8;
}

/*------------------------------------------------------------------

フォーム

------------------------------------------------------------------*/
div#regist {
	width: 530px;
	margin: 40px auto 25px;
	background: url(../img/regist_bottom.gif) no-repeat center bottom;
	padding-bottom: 10px;
}
div#regist h3 {
	font-size: 95%;
	width: 530px;
	margin: 0px auto;
	background: url(../img/regist_title_bg.gif) center bottom;
	height: 23px;
	text-align: center;
	padding-top: 7px;
}
.mac div#regist h3 {
	font-size: 12px;
}
div#regist form {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0px 5px;
}
div#regist div.field, div#regist div.send {
	padding: 30px 0px;
	text-align: center;
}
div#regist div.send {
	background-color: #f6f6f6;
	padding: 8px 0px;
}
div#regist div.field input {
	width: 20em;
	margin: 0px 2px;
}
div#regist div.send input {
	width: 12em;
	margin: 0px 5px;
}
