@charset "utf-8";
/* CSS Document */

#memberReg a{
	color:#666;
	text-decoration:underline;
	}
#memberReg a:hover{
	color:#333;
	text-decoration:none;
	}
	
/*-----steps----*/

#memberReg ul.steps {
	margin-bottom:20px;
	}
#memberReg ul.steps li {
	display:inline-block;
	height:37px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	float:left;
	}
#memberReg ul.steps li.step1 {
	width:250px;
	background:url(/bc/images/member/130909mem_step1.gif) left top no-repeat;
	}
#memberReg ul.steps li.step2 {
	width:250px;
	background:url(/bc/images/member/130909mem_step2.gif) left top no-repeat;
	}
#memberReg ul.steps li.step3 {
	width:250px;
	background:url(/bc/images/member/130909mem_step3.gif) left top no-repeat;
	}
#memberReg ul.steps li.arrow {
	width:25px;
	background:url(/bc/images/member/130909mem_arrow.gif) left center no-repeat;
	}
#memberReg ul.steps li.stepon {
	background-position:0 -37px;
	}
#memberReg ul.steps:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#memberReg .steps2-1 {
	display:inline-block;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
	background:url(/bc/images/member/130909mem_step1_2.gif) left top no-repeat;
	margin-bottom:20px;
	}

#memberReg #snsNewR{
	background-color: #edf1fa;
	padding: 25px 59px;
	margin-bottom: 20px;
	}
	#memberReg #snsNewR p{
		margin-bottom: 5px;
		padding:0 0 5px 0;
		}
	#memberReg #snsNewR strong{
		font-size: 14px;
		font-weight: bold;
		}

/*=========Table========*/

table {
	font-size: 12px;
	clear: both;
	border:1px #ccc solid;
	border-collapse: collapse;
	width:100%;
	margin-top:8px;
}
#memberReg th {
	font-weight: normal;
	text-align: left;
	vertical-align:top;
	padding:5px 15px;
	width:180px;
	border:1px #ccc solid;
	white-space: nowrap;
	
	background: #e5e5e5;
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#e5e5e5 100%);
}

 
td {
	vertical-align:top;
	font-size: 12px;
	padding:5px 15px;
	border:1px #ccc solid;
	white-space: nowrap;
}
#memberReg .lasttablemargin {
	margin-bottom:40px;
	clear:both;
}
#memberReg .childtable th {
	width:auto;
	}
	
/*-- mailmag --*/
#memberReg .mailmagtable th {
	width:100%;
	}
	
#memberReg .mailmagtable th.mailmagleft, #memberReg .mailmagtable td.mailmagleft {
	border-right:none;
	}
#memberReg .mailmagtable  th.mailmagright, #memberReg .mailmagtable  td.mailmagright {
	border-left:none;
	}
#memberReg .mailmagtable  th.allchecklink {
	text-align:right;
	font-size:10px;
	padding-right:5px;
	}
#memberReg .mailmagtable input{
	margin-right:5px;
	}
#memberReg .mailmagtable td {
	line-height:28px;
	}
	
/*-- mailmag color --*/
#memberReg .mailmagtable th.maghead1 {
	background: #ffadb8;
	background: -ms-linear-gradient(top,  #ffd0d9 0%,#ffadb8 100%);
	background: linear-gradient(to bottom,  #ffd0d9 0%,#ffadb8 100%);
	}
#memberReg .mailmagtable td.magbase1 {
	background:#fef7f9;
	}
#memberReg .mailmagtable th.maghead2 {
	background: #ffd1a0;
	background: -ms-linear-gradient(top,  #ffe8ce 0%,#ffd1a0 100%);
	background: linear-gradient(to bottom,  #ffe8ce 0%,#ffd1a0 100%);
	}
#memberReg .mailmagtable td.magbase2 {
	background:#fffaf4;
	}
#memberReg .mailmagtable th.maghead3 {
	background: #c1f2ae;
	background: -ms-linear-gradient(top,  #dff7d6 0%,#c1f2ae 100%);
	background: linear-gradient(to bottom,  #dff7d6 0%,#c1f2ae 100%);
	}
#memberReg .mailmagtable td.magbase3 {
	background:#f9fef7;
	}
#memberReg .mailmagtable th.maghead4 {
	background: #a6d0ff;
	background: -ms-linear-gradient(top,  #d0e8ff 0%,#a6d0ff 100%);
	background: linear-gradient(to bottom,  #d0e8ff 0%,#a6d0ff 100%);
	}
#memberReg .mailmagtable td.magbase4 {
	background:#f6fbfe;
	}

#memberReg .mailmagtable th.maghead5 {
	background: #f4efd9;
	background: -ms-linear-gradient(top,  #f4efd9 0%,#edd1a8 100%);
	background: linear-gradient(to bottom,  #f4efd9 0%,#edd1a8 100%);
	}
#memberReg .mailmagtable td.magbase5 {
	background:#fffbe7;
	}

/*------------------------- TEXT -----------------------*/

.subTitle{
	color:#FFF;
	font-size:12px;
	margin-bottom:8px;
	padding:3px 15px;
	background: #3b3b3b;
	background: -ms-linear-gradient(top,  #717171 0%,#3b3b3b 100%);
	background: linear-gradient(to bottom,  #717171 0%,#3b3b3b 100%);
	border-radius: 3px;
	clear:both;
	}
	
.cautionTxt{
	background:#ff3333;
	color:#fff;
	border-radius:3px;
	padding:3px 4px 2px 4px;
	font-size:.9em;
	font-weight:bold;
	margin-left:1em;
	}
	
.normalTxt{
	background:#ff7315;
	color:#fff;
	border-radius:3px;
	padding:3px 4px 2px 4px;
	font-size:.9em;
	font-weight:bold;
	margin-left:1em;	
}
.attentionTxt{
	font-size:11px;
	}
.errorTxt{
	font-style:normal;
	font-weight:bold;
	color:#ff3333;	
}

.addKidsinfo{
	text-align:right;
	float:right;
}


.memberShortInput{
	width:150px;
	margin-right:5px;
	}
.memberMiddleInput{
	margin-right:5px;
	width:200px;
	}
.memberLongInput{
	margin-right:5px;
	width:350px;
	}

#memberReg dt{
	float:left;
	text-align:right;
	}
#memberReg dd{
	float:left;
	margin-left:5px;
	margin-right:5px;
	}
.leftDt{
	width:100px;
	}
.nonedis{
	display:none;
	}
.leftDl{
	clear:both;
	}
.tdPadding{
	padding-left:125px;
	}
	
/*------------------- IFRAME --------------------*/

.agreementIframe{
	margin:0 35px 20px 35px;
	width:710px;
	height:160px;
	border: 1px solid #ccc;
	overflow:scroll;
	padding:10px;
	}
* html .agreementIframe{
	width:730px;
	}
.agreementIframe p{
	margin:10px 0;
	}
.agreementIframe li{
	margin:0 0 5px 20px;
	}
	
/*=========btn=========*/

#memberReg .sendbtnspace {
	text-align:center;
	margin-bottom:30px;
}
#memberReg .sendbtnspace input{
	margin-right:5px;
}
#memberReg .sendbtnspace img{
	margin:20px 25px;
	}

/*20150707*/
#memberReg .sendbtnspace .member_registration{
	padding:5px 0;
}
	
/*=========thanks=========*/
#memberReg .thanks {
	text-align:center;
	font-size:18px;
	line-height:2;
	}
#memberReg .thanks p.message{
	font-size:28px;
	color:#777;
	margin:40px 0;
	}

#memberReg .thanks img{
	margin-top:10px;
	}
#memberReg .thanks .shopping{
	width:710px;
	margin:0 auto;
	border-top:1px #ccc dotted;
	padding-top:20px;
	margin-top:30px;
}


.mlmgYes,.mlmgNo {
	margin-right:5px;
	color:#fff;
	border-radius:3px;
	padding:3px 5px;
	font-size:85%;
	}
.mlmgYes {
	background:#1c72bd;
	}
.mlmgNo {
	background:#bb0000;
	}
	
	
	
	

#recommender_pc56 .dv_rc_header{
    background: url("/bc/images/common/title_recommend_campaign_800.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    height: 33px;
    width: 800px;
}


#memberReg .dv_rc_items{
	width:140px;
	padding:40px 10px 20px 10px;
	text-align:center;
	line-height:1.4;
	float:left;
}

#memberReg .dv_rc_items:first-child{
	padding-left:0;
}

#memberReg .dv_rc_items img{
	width:140px;
	padding-bottom:10px;
}

#memberReg .dv_rc_items a{
    text-decoration:none;
}

#memberReg .dv_rc_items a:hover .dv_rc_name{
    text-decoration:underline;
}

#memberReg .dv_rc_items .dv_rc_name{
    color:#bf3100;
    text-decoration:none;
}

#memberReg .dv_rc_items .dv_rc_description{
    display:none;
}



