/* ||||||||||||||||||||||||||||||||||||||||
	
	・login.html ログイン
	・member.html 会員登録について
	  	
||||||||||||||||||||||||||||||||||||||||||| */

/* login.html ログインページ */

#loginPage {
	width:96%;
	margin:20px auto;
	}
.loginBox {
	margin:20px 10px 20px 0;
	float:left;
	width:320px;
	height:280px;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.biorubber365.com%2Fimages%2Flogin_bg.gif) no-repeat;
	}
.loginText {
	margin:20px;
	}
.loginBox ul {
	margin:10px;
	width:300px;
	}
.loginBox li {
	margin-bottom:5px;
	}
.loginBtn01 {
	text-align:center;
	margin:30px auto 15px auto;
	}
.loginBtn02 {
	text-align:center;
	margin-bottom:15px;
	}
.login {	
	width:146px;
	height:38px;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.biorubber365.com%2Fimages%2FloginBtn.gif) no-repeat;
	border:none;
	}
.member {
	width:146px;
	height:38px;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.biorubber365.com%2Fimages%2FmemberBtn.gif) no-repeat;
	border:none;
	}


/* member.html 会員登録ページ */
#member {
	width:96%;
	margin:20px auto;
	}
.titleFrame {
	padding:7px;
	border:1px solid #ccc;
	width:80px;
	margin-bottom:15px;
	text-align:center;
	font-weight:bold;
	}
.kiyaku {
	width:100%;
	height:300px;
	border:1px solid #ccc;
	overflow:auto;
	}
.kiyakuText {
	padding:10px;
	}
.agreeArea {
	width:320px;
	margin:20px auto;
	}

/* entry_form.html 会員登録フォームページ */
.entryTable {
	width:100%;
	margin:20px 0;
	border:1px solid #ccc;
	border-collapse:collapse;
	}
.entryTable th {
	width:20%;
	padding:7px;
	text-align:left;
	background:#e6fbf8;
	border:1px solid #ccc;
	border-collapse:collapse;
	}
.td01 {
	width:30%;
	padding:7px;
	border:1px solid #ccc;
	border-collapse:collapse;
	}
.td02 {
	width:50%;
	padding:7px;
	border:1px solid #ccc;
	border-collapse:collapse;
	}
	
	.member-todofuken {
		width:90px;
		padding:1px 2px;
		}

.btnNavi {
	margin:15px 0;
	text-align:center;
	}
	
.privacypolicy {
	width:95%;
	margin:5px auto;
	height:200px;
	border:1px solid #ccc;
	overflow:auto;
	}
.privacypolicy p, .privacypolicy ul {
	padding:0 10px;
	}
.privacypolicyTitle {
	font-weight:bold;
	}



/* ボタン */
.return {
	width:145px;
	height:43px;
	margin-right:10px;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.biorubber365.com%2Fimages%2Freturn.gif) no-repeat;
	border:none;
	}
.send {
	width:145px;
	height:43px;
	margin-right:10px;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.biorubber365.com%2Fimages%2Fsend.gif) no-repeat;
	border:none;
	}