@charset "shift_jis";

/* 画像(width:112px)フロート */
div.imageBlockQR {
	margin: 10px 0 0 0;
}
div.imageBlockQR div.txt {
	float: left;
	width: 380px;
}
div.imageBlockQR div.QR {
	float: right;
	width: 112px;
}

/*点線*/
div.dottedline {
    background: url("../images/line_01.gif") repeat-x scroll left top transparent;
    padding: 15px 0 0 0px;
	margin:30px 0 0 0;
}



/* オレンジ枠線 */
div.orange-Box{
	padding:10px !important;
	margin:0 auto !important;
	border:2px #EB7000 solid;
	margin-bottom:10px !important;
	width:350px;
}


/*紹介者と被紹介者BOX*/
#jbk-frame-main .c-ground-01 .boxarea {
	width: 555px;
	margin: 10px 0;
}
#jbk-frame-main .c-ground-01 .boxarea .halfBox {
	border: 3px #CCCCCC solid;
	padding: 5px 13px;
	margin:  0 0 0 10px;
	display: block;
	width: 267px !important;
	height: 220px;
}
#jbk-frame-main .c-ground-01 .boxarea .inner {
	margin: 0;
}

.f-right {
	float: right;
}
.f-left {
	float: left;
}
.mgR10 {
	margin-right: 10px !important;
}



/*紹介者と被紹介者BOX*/

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

div.halfBox {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* clear fix
-------------------------------------------------------------- */
div.imageBlockQR:after,
div.boxarea:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.imageBlockQR,
div.boxarea {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



strong01 {
	color:#CA0000;
	font-weight:bold;
}







