@charset 'shift_jis';

/*----------------------------------------------------------
	https://www.omron.com/
	Global Nav
----------------------------------------------------------*/

/*-Modify Record-----------------------*/

/*======================================
	Color Glossary
	
	OMRON Blue=>#0055C4(border,link,etc)
	Black=>#333333(text color)
	Gray1=>#555555(header,footer,bread,etc)
	Sky Blue=>#3983B9(Copy)
	Sky Blue 2=>#6DA5CD(Sub Copy)
	Pale Blue=>#E7EFF8(Background)
	Pale Blue 2=>#
======================================*/

html>body #bread{
	overflow:hidden;
}
#bread:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
#bread{
	_height:1%;
}

/*--------------------------------------
	Bread
--------------------------------------*/
#bread{
	margin:15px 15px 10px;
}
#bread li{
	list-style:none;
	display:inline;
	font-size:78%;
	color:#555555;
}
#bread span.rubbish{
	margin:0 6px 0 4px;
}
