@charset "shift_jis";

/* floatBnr */

*{
	margin:0;
	padding:0;
}

#floatBnr {
	width: 200px;
	/*height: 113px;*/
	right: 10px;
	top: 10px;
	z-index:99999;
}
#floatBnr2 {
	width: 200px;
	/*height: 200px;*/
	right: 10px;
	top: 200px;
	z-index:99999;
}
#floatBnr3 {
	width: 200px;
	/*height: 200px;*/
	right: 10px;
	top: 390px;
	z-index:99999;
}

#floatArea {
	width: 200px;
	height: 113px;
	position:fixed;
	top: 10px;
    right: 0px;
	cursor: move;
	z-index:9999;
	background: url(../images/float_base.png) left top no-repeat;
}
#floatArea2 {
	width: 200px;
	height:113px;
	position:fixed;
	top:270px;
	right:0px;
	cursor: move;
	z-index:9999;
	background: url(../images/float_base2.png) left top no-repeat;
}
#floatArea3 {
	width: 200px;
	height:113px;
	position:fixed;
	top:140px;
	right:0px;
	cursor: move;
	z-index:9999;
	background: url(../images/float_base3.png) left top no-repeat;
}
#floatClose a{
	position: absolute;
    width: 200px;
    height: 20px;
    right: 2px;
    top: 91px;
    display: block;
    z-index: 999999;
}
#floatClose2 a{
	position: absolute;
    width: 200px;
    height: 20px;
    right: 2px;
    bottom: 2px;
    display: block;
    z-index: 999999;
}
#floatClose3 a{
	position: absolute;
    width: 200px;
    height: 20px;
    right: 2px;
    bottom: 2px;
    display: block;
    z-index: 999999;
}
.f_request a{
	position: absolute;
	width: 184px;
	height: 75px;
	left: 8px;
	top: 11px;
	display: block;	
	z-index:999999;
}
.f_request2 a{
	position: absolute;
	width: 184px;
	height:  75px;
	left:8px;
	top: 11px;
	display: block;	
	z-index:999999;
}
.f_request3 a{
	position: absolute;
	width: 184px;
	height:  75px;
	left:8px;
	top: 11px;
	display: block;	
	z-index:999999;
}
@media only screen and (max-width: 767px) { 
	#floatBnr{
		width: 100%;
	    height: auto;
		}
	#floatArea{
		width: 100%;
	    height: auto;
	    left: 0 !important;
	    top: 0;
	    position: fixed;
	    background: none;
	}
	.f_request a{
		width: 100%;
	    height: auto;
	    left: 0;
	    top: 0;
	}
	#floatArea2,#floatArea3{
		display: none;
	}
}