@charset "UTF-8";
/* CSS Document */

/* ============================
		media cntrol
 ============================ */

.smartDisplayOn {
}
.desktopDisplayOn {
display: none;
}

/* for PC */
@media screen and (min-width: 641px){

	.smartDisplayOn {
	display: none;
	}
	.desktopDisplayOn {
	display: inline-block;
	}

}


/* ============================
		genovaCatbot
 ============================ */

.genovaCatbot {
position: fixed;
bottom: -5px;
right: 3px;
display:inline-block;
}

.genovaCatbot:hover {
cursor: pointer;
}

.genovaCatbot img {
max-width: 290px;
}

@media screen and (min-width: 641px){

	.genovaCatbot {
	bottom: 24px;
	/*left: calc(50% +  calc(990px / 2) - 300px + 0px);*/
	right: 22px;
	}



}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width:640px){
}
/* for PC */
@media screen and (min-width: 641px){
}