@charset "utf-8";
@import url("common.css");

/* 会員ページ */

#memberlogin,
#member {
	color: #ffe099;
	font-size: 123.1%;
}
#member h3 {
	width: 733px;
	height: 33px;
	margin-top: 16px;
	margin-bottom: 24px;
	padding-left: 60px;
	padding-top: 15px;
	background: url(../images/title/member.jpg) no-repeat;
	color: #efe4cc;
	overflow: hidden;
}
#memberlogin h3 {
	width: 733px;
	height: 101px;
	margin-top: 16px;
	margin-bottom: 0;
	padding-left: 60px;
	padding-top: 15px;
	background: url(../images/title/memberlogin.jpg) no-repeat;
	color: #efe4cc;
	overflow: hidden;

}
#member #login {
	width: 600px;
	height: 230px;
	background: url(../images/member_back.jpg) no-repeat;
	text-align: center;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
	line-height: 1.1;
}
#member #login p img {
	margin-right: 6px;
}
#pass {
	/*height: 110px;*/
	padding-left: 16px;
	font-size:14px;
}
#pass_desc {
	font-size:12px;
	padding:10px 0;
}

.memberpage {
	background: url(../images/memberpage_bottom.jpg) no-repeat bottom;
	padding-bottom: 33px;
	margin: 0 auto;
	width: 700px;
	margin-bottom: 30px;
}
.memberpage h4 {
	background: url(../images/privilege.jpg) no-repeat;
	width: 560px;
	height: 33px;
	margin-left: 55px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 45px;
	color: #efe4cc;
	overflow: hidden;
}
.memberpage .section {
	background: url(../images/memberpage_back.jpg) repeat-y;
	width: 700px;
	line-height: 1.2;
}
.memberpage p {
	padding: 20px 0 20px 100px;
	width: 500px;
}
.memberpage ul {
	padding-left: 86px;
}
.memberpage li {
	float: left;
	text-align: center;
	width: 120px;
	height: 190px;
	padding: 0 28px;
	padding-bottom: 10px;
}
.memberpage dl {
	position:relative;
	width: 120px;
}
.memberpage li dt {
	padding-top: 165px;
}
.memberpage li dd {
	position: absolute;
	top: 0;
	left: 0;
}
.memberpage ul {
	display: inline-block;
}
.memberpage ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.section a.popup {
	background-color:#FFFFFF;
	width:120px;
	height:160px;
	display:inline-block;
}
