@charset "utf-8";

/*** EC Navi CSS Document Document ***************************************

	ver.2010/02/02 kuroiwa 

	privilege.css

----------------------------------------------------------------***/

/**  privilege.css Menu *********************************************

	1.Privilege　List
	2.confirm　member
	3.

*******************************************************************/

/*-----------------------------------------------------------------

	1.Privilege　List

-------------------------------------------------------------------*/
div#mainContetns div.listArea{
	clear: both;
	width: 100%;
}

div#mainContetns div.listArea div.photoArea{
	width: 152px;
	padding:0 0 36px 10px;
}

div#mainContetns div.listArea div.txtArea{
	width: 398px;
	margin-left: 179px;
	padding: 0 0 36px 10px;
}


/* \*/
* html div#mainContetns div.listArea div.txtArea{
	margin-left: 179px;
}

/**/
div#mainContetns div.listArea div.txtArea p{
	margin-left: 10px;
}


div#mainContetns div.listArea div.txtArea dl{
	margin:10px 0 0 0;
	padding:10px;
	background-color:#F1F5F9;
}

div#mainContetns div.listArea div.txtArea dl dt{
	width:100px;
	float:left;
}

div#mainContetns div.listArea div.txtArea dl dd{
	width:250px;
	float:left;
	clear:right;
}

div#mainContetns div.listArea div.txtArea dl dd span{
	font-size:85%;
}

div.btns{
	margin-top: 13px;
}

div#mainContetns div.listArea div.txtArea p.attention{
	color:#EC3617;
	border:#EC3617 1px solid;
	margin:10px 0 0 0;
	padding:10px;
}

div.btns p{
	background-image: url(../../img/common/btn_bg01.gif);
}


div.btns p span.btn,
div.btns p span.btn span,
div.btns p span.btn span a{
	background-image: url(../../img/common/btn_bg01.gif);
}

/*-------------- Button Layout*/


div#mainContetns div.buttonBox{
	height: 100px;
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------

	2.Confirm member

-------------------------------------------------------------------*/

div.confirmContainer{
	background: url(/img/privilege/bg_confirmContainer.gif) no-repeat top left;
	float: left;
	display: inline;
	width: 287px;
}
div.confirmContainerInner{
	padding: 4px;
}
div.confirmContainerBottom{
	background: url(/img/privilege/bg_confirmContainer_bottom.gif) no-repeat top left;
	height: 10px;
	width: 287px;
}

div.leftCont{
	margin-right: 16px;
}

.ocher{
	border-left: 4px solid #f19900;
	font-size: 120%;
	padding: 0 0 0 4px;
	margin: 2px 5px 4px 5px;
}

.sky{
	border-left: 4px solid #48a0d2;
	font-size: 120%;
	padding: 0 0 0 4px;
	margin: 2px 5px 4px 5px;
}

div.confirmContainer p.summary{
	margin: 14px 30px 10px 30px;
	min-height: 65px;
	height: auto !important;
	height: 65px;
}

p.center{
	text-align: center;
	margin-bottom: 7px;
}

a.btnOcher{
	background: url(/img/privilege/btn_mat_color_ocher.gif) no-repeat top left;
	display: block;
	width: 141px;
	padding-top: 10px;
	height: 26px;
	_height: 36px;
	color: #FFF;
	font-weight:bold;
	text-align: center;
	margin: 0 auto;
}

a.btnSky{
	background: url(/img/privilege/btn_mat_color_sky.gif) no-repeat top left;
	display: block;
	width: 141px;
	padding-top: 10px;
	height: 26px;
	_height: 36px;
	color: #FFF;
	font-weight:bold;
	text-align: center;
	margin: 0 auto;
}


div.exchangeStep{
	clear: both;
	margin: 16px 0;
}

table.late tr{
	border-bottom: 1px solid #dedede;
	padding: 9px;
}

table.late th{
	font-weight: bold;
}

h5.stepTitle{
	font-weight: bold;
	color: #f19900;
	margin: 2px 0 6px 0; 
}

dl.step dt{
	background: url(/img/privilege/bg_step_dt.gif) no-repeat bottom center;
	padding-bottom: 25px;
	clear: both;
	float: left;
	width: 175px;
	
}
dl.step dt.end{
	background: none;
}
dl.step dd{
	float: left;
	width: 400px;
	margin-left: 15px;
	display: inline;
	min-height: 123px;
	height: auto !important;
	height: 123px;
	line-height: 1.6;
}

ul.notice{
	margin: 5px;
}
ul.notice li{
	line-height: 1.4;
	background: url(/img/common/ico_notice_9.gif) no-repeat left 4px;
	padding-left: 12px;
}

.important{
	font-size: 160%;
}

/*---------------------------------------------------------------------------- clearfix**/

div#mainContetns div.listArea:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

div#mainContetns div.listArea{ display:inline-block; }

/*\*/
* html div#mainContetns div.listArea { height:1%; }

div#mainContetns div.listArea{ display:block; margin:0 0 10px 0; }
/**/