@charset 'utf-8';
@import url("/common/css/contents.css");
@import url("/media/press/common/press.css");
@import url("/common/css/elements_press.css");

/*----------------------------------------------------------
	http://www.omron.com/
	Press > News > Main

----------------------------------------------------------*/

/*-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=>#EAEFF4(Background)
	Pale Blue 2=>#
======================================*/

/*--------------------------------------
	Table Column 2
--------------------------------------*/
table.basic-col2 th{
	width:25%;
}
table.basic-col2 td{
	width:75%;
}



/*--------------------------------------
	Move
--------------------------------------*/
table.move th.new{
	width:28%;
}
table.move th.old{
	width:27%;
}
table.move th.continue{
	width:28%;
}
table.move th.name{
	width:17%;
}

/*--------------------------------------
	Move Column 2
--------------------------------------*/
table.move-col2 th{
	width:50%;
}


/*--------------------------------
	border-less table
<table class="nontable">
---------------------------------*/
table.nontable td{
	border:none;
	padding:1px 10px 1px 0;
	text-align:left;vertical-align:top;
}
table.nontable th{
	border:none;
	padding:1px 10px 1px 0;
	width:30%;
	background:none;
	font-weight:lighter;
}


#mainbody dl.basic-normal dt{
	margin-bottom:0px;
	font-weight:normal;
}
#mainbody dl.basic-normal dd{
	margin-left:20px;
	margin-bottom:1em;
	font-weight:normal;
}

