@charset "Shift_JIS";

/* ----------------------------------
	@TOP߂蓱
---------------------------------- */
@media screen and (max-width: 640px) {
	#contents div.top {
		margin-bottom: 50px;
	}
}
/* ----------------------------------
	button
---------------------------------- */

#contents .link_btn a {
	box-shadow: 2px 2px 2px #969696;
	background-color: #3e3e3e;
	-webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#contents .link_btn a:hover {
	opacity: 0.4;
}