@charset "Shift_JIS";
/*------------------------------------------------

	CSS2.0 Document
	template ver.0.2
	since: 2009.09.09;
	modified: 2009.09.09;
	editor: okumura;
	
	for parts.styling

------------------------------------------------*/

/*  確認画面用切り出し
------------------------------------------------*/
div#mypageListConfirm {
	display: none;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 8px #666666;
	z-index: 999;
	width: 34.6em;
}
div#mypageListConfirmInner {
	padding: 0 0;
	/margin: 0 0 -20px 0;
	border: solid 2px #f0cdde;
	background: #fff;
}
div#mypageListConfirm p#mlcDescription {
	width: 34em;
	zoom: 1;
	position: relative;
	margin: 0 0 10px;
	padding: 2px 3px;
	background: #f0cdde;
	color: #cd4187;
}
p#mlcDescription strong {
	display: block;
	width: 30em;
}
p#mlcDescription img {
	position: absolute;
	top: 6px;
	right: 5px;
}
div#mypageListConfirm p {
	margin: 0 20px;
}
div#mypageListConfirm #mlcBtn {
	margin: 10px 0 5px;
	text-align: center;
}
div#mypageListConfirm #mlcBtn img {
	vertical-align: bottom;
}