/*エバーライフショッピング 会員登録同意（静的）*/
/*会員登録について（大見出し）*/
#touroku {
	background: url(../images/member/touroku.gif) no-repeat left top;
}
/*会員登録（見出し）*/
#member {
	background: url(../images/member/member.gif) no-repeat left top;
}
/*便利なだけじゃない！お得っ！！も手に入れる“会員登録”をオススメしています。（小見出し）*/
#member1 {
	background: url(../images/member/member1_h.gif) no-repeat;
}
/*ご登録はこちらから！！「個人情報保護方針」に同意の上、ご登録にお進みください。（小見出し）*/
#member2 {
	background: url(../images/member/member2_h.gif) no-repeat;
}
/* タイトル */
.co_title {
	border-bottom: 1px solid #f00;
	margin: 32px 0 10px 0;
	padding: 0 0 5px 16px;
	height: 18px;
	width: 568px;
	font-weight: normal;
	font-size: 14px;
	background: url(../images/common/list.gif) no-repeat left 1px;
	font-weight: bold;
}
/* 背景色指定 */
.list_ex2 {
	background-color: #fffcdc;
	padding-bottom: 0;
}
.list_ex2 dl {
	color:#333;
	margin:10px;
}
.list_ex2 dt {
	font-weight: bold;
}
.list_ex2 dd {
	margin:5px 0 5px 10px;
}

/* タイトル下のボックス指定 */
.list_ex3 {
	padding:10px;
	background: #ffd298;
	line-height: 1.2;
	margin-bottom: 16px;
	font-size: 120%;
}
.img{
	margin:10px;
}
/*便利機能*/
.position1{	
	margin:15px 0px 0px 15px;
	float: left;
}
.img_title{	
	margin:10px 0px 2px 12px;
}
/*会員専用ページ画像*/
#pic1 {
	background: url(../images/m/pic1.gif) no-repeat;
	margin: 0 0 0 13px;
	height: 84px;
	width: 560px;
	position: relative;
}
/*会員専用ページ画像*/
a#pic1_bn {
	display: block;
	background: url(../images/m/pic1_bn.gif) no-repeat;
	height: 45px;
	width: 115px;
	position: absolute;
	top: 20px;
	right: 17px;
}
a#pic1_bn span {
	display: none;
}
#pic2 {
	margin: 0 0 0 13px;
}
/*会員登録はこちら*/
textarea.pp{
	font-size:100%;
	line-height:1.5;
	margin:10px 0;
	height:150px;
	width:100%;
}
/*同意ボタン*/
table.privacy_next{
	width:100%;
	background-color:#eee;
	border:1px #666 solid;
}
table.privacy_next td.go_back{
	text-align:left;
	padding:10px;
}
table.privacy_next td.go_next{
	text-align:right;
	padding:10px;
}
table.privacy_next td.go_next input{
	width:250px;
}
table.privacy_next input{
	height:50px;
}
