@charset "utf-8";

/*=========================================*/
/* TOPページ */
/*=========================================*/


/*-- SIDE BANNER --*/

#side_fixed_banner_area{
	position:absolute;
	top:100px;
	left:10px;
	width:300px;
	height:100px;
	background-color:rgba(255,255,255,0.65);
	z-index:50;
	/* radius */
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	        border-radius:15px;
}

#side_fixed_banner img{
	width:100%;
}

@media print{

#side_fixed_banner_area{
	display:none;
}

}

@media screen and (max-width:1280px){

#side_fixed_banner_area{
	top:90px;
	width:240px;
	height:80px;
	/* radius */
	-webkit-border-radius:12px;
	   -moz-border-radius:12px;
	        border-radius:12px;
}

}

@media screen and (max-width:960px){

#side_fixed_banner_area{
	top:90px;
	width:240px;
	height:80px;
	/* radius */
	-webkit-border-radius:12px;
	   -moz-border-radius:12px;
	        border-radius:12px;
}

}

@media screen and (max-width:640px){

#side_fixed_banner_area{
	top:80px;
	width:180px;
	height:60px;
	/* radius */
	-webkit-border-radius:9px;
	   -moz-border-radius:9px;
	        border-radius:9px;
}

}

