@charset "utf-8";

/*div#item {
	min-height: 780px;
}*/
/*div#menu_area {
  border: none;
}
div#sp_menu {
	box-sizing: border-box;
	width: 200px;
	float: left;
	position: relative;
	z-index: 1;
	background: #f8f8f8;
	border: #d2d2d2 1px solid;
	border-bottom: none;
	border-top: none;
}

*/
@media screen and (max-width: 700px) {
	div#item {
	height: auto;
}
}