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

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

/* scrollbar
-------------------------------------------------------------- */

::-webkit-scrollbar {
    width: 8px;
	background:#333;
}
 
::-webkit-scrollbar-thumb {
    background: #74AAB7;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-thumb:active {
	background: #E0DFBA; 
}


/* general
-------------------------------------------------------------- */

.onlySP {
	display: none;
}

.onlyPC {
	display: block;
}


/* main
-------------------------------------------------------------- */

.img_header_animalPC {
	position: absolute;
	max-width: 780px;
	width: 100%;
	bottom: -160px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

}
