﻿/* floatBnr */
	#float,
	#floatArea {
		z-index: 9999;
		width: 286px;
		height: 436px;
	}
	#float {
	  position: absolute;
	  left: 50px;
	  top: 100px;
	}
	#floatArea {
		position: absolute;
		left: 0;
		top: 0;
		cursor: move;
	}
	#floatArea .detail {
		position: absolute;
		left: 1px;
		bottom: 1px;
		text-align: center;
	}
	#floatArea .close {
		position: absolute;
		right: 5px;
	}
	#floatArea .close.num1 {
		top: 5px;
	}
	#floatArea .close.num2 {
		top: 78px;
	}
	#floatArea .close.num3 {
		top: 183px;
	}
	#floatArea .close.num4 {
		top: 258px;
	}
    #floatArea p img {
    vertical-align: sub;
}

	.fsp {
		display: none;
	}
@media only screen and (max-width: 768px) {
	#float {
		display: none;
	}
	.fsp {
		display: block;
	}
}

/* floatBnr2 */
	#float2 {
	  bottom: 5%;
		z-index: 99999;
		width: 100%;
	  position: absolute;
	}
	#floatArea2 p{
		margin: 0 auto;
		max-width: 1440px;
	}

@media only screen and (max-width: 768px) {
	#float2 {
	  bottom: 15%;
	}
}

.fl02 {
	margin-bottom: 1%;
}