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

#company ul li	{
	list-style:square;
}


/* スマホ表示 */
@media (max-width: 600px) {

}