@charset "utf-8";
/* CSS Document */

.businesshours{display: inline-block}

.businesshours:before { 
	white-space: pre;    
	content :"10:00～18:30";
	font-weight: bold; 
}
