@charset "UTF-8";

/* ***************************************************
* CSS file For jem-com.jp
	FileName: service.css
	data:2008/10/28 kinoshita

■目次 ==========================================
■[01]:4つのサービス
■[02]:セイコーロジシステムとは
**************************************************** */



/*-----------------------------------------------------------
■[01]:4つのサービス
------------------------------------------------------------*/

div.ServiceBox1{
	width: 720px;
	background: url(/img/service/bg.gif) repeat-y;
}

div.ServiceBox1 dl{
	padding: 30px 0px 15px 0px;
}

div.ServiceBox1 dl.Service1{ background: url(/img/service/bg_service1.gif) no-repeat bottom; height: 136px; }
div.ServiceBox1 dl.Service2{ background: url(/img/service/bg_service2.gif) no-repeat bottom; height: 116px; }
div.ServiceBox1 dl.Service3{ background: url(/img/service/bg_service3.gif) no-repeat bottom; height: 116px; }
div.ServiceBox1 dl.Service4{ background: url(/img/service/bg_service4.gif) no-repeat bottom; height: 116px; }

div.ServiceBox1 dl dt{
	padding-left: 40px;
}

div.ServiceBox1 dl dd{
	padding-left: 114px;
	padding-top: 10px;
}

div.ServiceBox1 dl dd img{
	margin-top: 14px;
}

/*-----------------------------------------------------------
■[02]:セイコーロジシステムとは
------------------------------------------------------------*/
div.ServiceBox2{
	width: 720px;
	background: url(/img/service/bg_line.gif) no-repeat bottom;
	margin-top : 20px;
	padding-bottom: 10px;
}
div.ServiceBox3{
	width: 720px;
	background: url(/img/service/bg_line.gif) no-repeat bottom;
	margin-top : 0px;
	padding-bottom: 10px;
}


div.overview{
	width: 640px;
	margin-left : 40px;
	padding-top: 10px;
}


div.overview p.subtitle{ margin-bottom : 10px; background-color: #e6e6eb; }
div.overview p.subtitle2{ margin-bottom : 10px; background-color: #e6e6eb; }
div.overview p.text{
	padding-left: 60px;
	padding-bottom: 10px;
}

div.overview table{
	margin : 10px 0px 10px 38px;
}

div.ServiceBox2 p.line,div.ServiceBox3 p.line{
	width: 720px;
	background: url(/img/service/line.gif) no-repeat;
	height: 3px;
}







