* {
	font-family: 'Cera Pro', sans-serif;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(255, 255, 255, 0);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}



#menu_title_place {
	color: #000;
	padding: 30px 25px;
	font-weight: bold;
	font-size: 19px;
}

#m_place {
	color: #000;
	line-height: 150%;
	font-size: 15px;
}