@charset "utf-8";
#box1 .leftside{
	width: 380px;
}
#box2 .leftside{
	width: 470px;
}
#box2{
	position: relative;
}
#box2 .rightside{
	position: absolute;
	right: 0;
	bottom: 0;
}
.mr{
	margin-right: 6px;
}
@media screen and (max-width: 740px){
	#box1 .rightside{
		float: none;
		width: 100%;
		text-align: center;
	}
	#box1 .leftside{
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	#box2 .rightside{
		float: none;
		position: static;
		width: 100%;
		text-align: left;
	}
	#box2 .leftside{
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	#box2 .iblock{
		display: block;
	}
	.pers-club{
		width: 100%;
	}
	.mr{
		margin-right: 0;
		margin-bottom: 20px;
	}

	.sp_fluid{
		width: 100%;
	}
}