/* CONTENT TYPE
================================================================================*/

div#mainContainer div#contentType_mypage {
	width:790px;
}

div#mainContainer div#contentType_mypage div.partition {
	clear:both;
	width:790px;
	margin:2px 0px;
	padding:0;
}


/* PRIVATE STYLE
================================================================================*/

/* MYPAGE TOP LIST
--------------------------------------------------------------------------------*/

dl.mypageList {
	margin:0px;
	padding:10px;
}

dl.mypageList dt {
	float:left;
	width:200px;
	height:24px;
	margin:1px 0px;
	padding:8px 2px 0px 36px;
	background:#e5e5e5

}

dl.mypageList dt a {
	display:block;
	width:200px;
}

dl.mypageList dd {
	float:left;
	width:510px;
	height:24px;
	margin:1px 0px;
	padding:8px 10px 0px 10px;
	background:#f2f2f2;
}

dl.mypageList dt#mypage_cart {
	background:url(../images/icon_mypage_cart.gif) 4px 50% no-repeat #e5e5e5;
}

dl.mypageList dt#mypage_history {
	background:url(../images/icon_mypage_history.gif) 4px 50% no-repeat #e5e5e5;
}

dl.mypageList dt#mypage_reserve {
	background:url(../images/icon_mypage_reserve.gif) 4px 50% no-repeat #e5e5e5;
}

dl.mypageList dt#mypage_favorite {
	background:url(../images/icon_mypage_favorite.gif) 4px 50% no-repeat #e5e5e5;
}

dl.mypageList dt#mypage_address {
	background:url(../images/icon_mypage_address.gif) 4px 50% no-repeat #e5e5e5;
}

dl.mypageList dt#mypage_inquiry {
	background:url(../images/icon_mypage_inquiry.gif) 4px 50% no-repeat #e5e5e5;
}

dl.mypageList dt#mypage_mailmaga {
	background:url(../images/icon_mypage_mailmaga.gif) 4px 50% no-repeat #e5e5e5;
}

dl.mypageList dt#mypage_point {
	background:url(../images/icon_mypage_point.gif) 4px 50% no-repeat #e5e5e5;
}


/* NEW CUSTOMER
--------------------------------------------------------------------------------*/

div#login_newCustomer {
	margin:0px 10px 15px 10px;
	padding:10px;
	background:#eee;
}


/* POINT DISPLAY
--------------------------------------------------------------------------------*/

div#content_pointConfirm {
	padding:10px;
}

div#content_pointConfirm p {
	clear:both;
	margin-bottom:5px;
}

.pointDisp1 {
	color:#888;
	font-weight:bold;
}

.pointDisp2 {
	color:#CC0000;
	font-weight:bold;
}

.pointDisp3 {
	
}

div#content_pointConfirm div#pointDisplayBox {
	width:728px;
	margin-bottom:10px;
	padding:15px 20px;
	border:1px solid #ccc;
}

div#content_pointConfirm div#pointDisplayBox p {
	margin:0;
	padding:0;
	font-size:120%;
}

div#content_pointConfirm div#pointDisplayBox div.pointContainer1 {
	float:left;
	width:320px;
	margin:1px;
	padding:4px;
	text-align:center;
}

div#content_pointConfirm div#pointDisplayBox div.pointContainer1 p {
	color:#434343;
}

div#content_pointConfirm div#pointDisplayBox div.pointContainer2 {
	float:left;
	width:200px;
	margin:1px;
	padding:4px;
	text-align:right;
}

div#content_pointConfirm div#pointDisplayBox div.pointBorder {
	clear:both;
	width:100%;
	margin:1px 0px;
	padding:0;
	font-size:1px;
	border-top:2px solid #aaa;
}
