/************ common ************/
#mainImage {
	margin: 0 auto 5%;
}

#mainImage img {
	display: block;
	width: 100%;
}

/* flow */
#affFlow {
	width: 94%;
	margin: 0 auto;
	padding: 0 0 3% 0;
	border: 1px solid #1b2b5c; 
}


#affFlow ol {
	list-style: none;
	margin: 0 15px;
}

#affFlow ol li {
	padding: 18px 0 45px 0;
	background: url('/v2/img/cmn/cursor_flow.png') center bottom no-repeat;
}

#affFlow ol li:last-child {
	padding: 18px 0 10px 0;
	background: none;
}

#affFlow h4 {
	margin: 0 0 12px 0;
	font-size: 16px;
	font-weight: 700;
}

#affFlow p {
	font-size: 14px;
	line-height: 1.5;
}

/************ buyhard ************/
#buyhardCampaign {
	width: 94%;
	margin: 5% auto;
	padding: 3%;
	background: #f7f7f7;
	border: 5px solid #f8bebe;
	box-sizing: border-box;
}

#buyhardCampaign dt {
	color: #de0a09;
}

#buyhardCampaign dd {
	margin: 2%　0　0;
	color: #333;
	line-height: 1.5;
}

#buyhardDevice ul {
	width: 94%;
	margin: 5% 3%;
}

#buyhardDevice ul li {
	margin: 1% 0 0 0;
}

#buyhardDevice ul li img{
	width: 100%;
}

#buyhardPanel {
	width: 94%;
	margin: 5% auto 0;
	font-size: 18px;
}

/************ affiliate ************/
#affAbout ol {
	list-style: none;
	width: 94%;
	margin: 0 auto;
}

#affAbout li {
	border: 4px solid #5655a3;
	box-sizing: border-box;
	margin: 9% 0 12%;
	padding: 3%;
	position: relative;
}

#affAbout li::before {
	content: '';
	display: block;
	width: 14%;
	height: 0;
	margin: -15% auto 15%;
	background: url('/v2/smt_img/aff/step_cursor.png');
	background-size: 100% auto;
}

#affAbout li:first-child::before {
	content: none;
}

#affAbout h4 {
	display: block;
	position: absolute;
	width: 20%;
	height: 0;
	margin: : -5% 0 0 2%;
	padding: 9% 0 0 0;
	text-indent: -9999px;
	top: -13px;
	left: 15px;
}

#affAbout li:nth-child(1) h4 {
	background: url('/v2/img/aff/step_head01.png') left top no-repeat;
	background-size: 100% auto;
}
#affAbout li:nth-child(2) h4 {
	background: url('/v2/img/aff/step_head02.png') left top no-repeat;
	background-size: 100% auto;
}
#affAbout li:nth-child(3) h4 {
	background: url('/v2/img/aff/step_head03.png') left top no-repeat;
	background-size: 100% auto;
}
#affAbout li:nth-child(4) h4 {
	background: url('/v2/img/aff/step_head04.png') left top no-repeat;
	background-size: 100% auto;
}

#affAbout img {
	float: right;
	width: 20%;
}

#affAbout p {
	margin: 1% 0 0 0;
	line-height: 1.8;
	font-size: 14px;
	min-height: 3.6em;
}

#affTarget h3 {
	height: 0;
	border-bottom: 8px solid #1b2b5c;
	text-align: center;
}

#affTarget h3 span {
	display: inline-block;
	margin: -6px auto 10px auto;
	padding: 0 15px;
	background: #fff;
	font-size: 28px;
	font-weight: 700;
	color: #1b2b5c;
}

#affTarget ul {
	width: 94%;
	margin: 15% auto;
}

#affTarget ul li {
	margin: 0 0 5% 0;
}

#affTarget ul li:nth-child(1) {
	border: 10px solid #192b5b;
}

#affTarget ul li:nth-child(2) {
	border: 10px solid #8ac100;
}

#affTarget ul li h4 {
	height: 35px;
	text-indent: -9999px;
}

#affTarget ul li:nth-child(1) h4 {
	background:  #192b5b url('/v2/img/aff/target_logogeo.png') left top no-repeat;
}

#affTarget ul li:nth-child(2) h4 {
	background: #8ac100 url('/v2/img/aff/target_logomobile.png') left top no-repeat;
}

#affTarget ul li div {
	padding: 5%;
	overflow: hidden;
}

#affTarget ul li img {
	float: right;
}

#affTarget ul li p {
	font-weight: 700;
	font-size: 16px;
	color: #1b2b5b;
	line-height: 1.6;
}

#affCommission h4 {
	color: #5558a1;
}

#affCommission td,
#affCommission td h4,
#affCommission td p {
	line-height: 1.5;
}

#affJoin {
	margin: 15% 0 0 0;
}

#affJoin h4 {
	margin: 5% 3%;
}

#affJoin ul {
	width: 94%;
	margin: 0 auto 5%;
}

#affJoin h5 {
	width: 100%;
	margin: 5% 0;
	font-size: 18px;
}

#affJoin h5::before {
	content: '■';
}

#affJoin li a img {
	display: block;
	width: 100%;
	margin: 0 0 3% 0;
}

.affPanel{
	margin: 5% auto 15%;
	text-align: center;
}

.affPanel a {
	width: 94%;
	margin: 0 auto 5%;
}

.affPanel .panelCaution {
	font-size: 12px;
    margin: 5% auto 0;
    text-align: left;
    width: 94%;
}


.affLinkshare {
	margin: -4% 3% 4%;
}

.affLinkshare dt img {
	margin: 0 auto;
}

.affLinkshare dd {
	color: #333;
	line-height: 1.5
}

.affNotice {
    font-size: 14px;
    margin: 5% 0 10%;
    text-align: center;
}