@charset "Shift_JIS";

/*--------------------------------------------------------------------
about.html			(業務内容｜業務について)
about.css
--------------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/works/title.png); }



/*--------------------------------------About*/
div#About { margin-top: 0; }
div#About h3 { background-image: url(../../img/works/about/sub_t01.gif); }
div#About table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
div#About table tr th {
	width: 15%;
	padding: 5px 10px;
	background: #e6ebf3;
	border: 1px solid #7f8080;
	text-align: left;
	vertical-align: top;
}
div#About table tr td {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #7f8080;
	text-align: left;
	vertical-align: top;
}
div#About table tr td ul { list-style: none; }
/*div#About table tr td dl dt.Second { padding-top: 1em; }
div#About table tr td dl dd { padding-left: 2em; }
div#About table tr td dl dd ul { list-style: none; }*/
div#About dl dt {
	margin: 15px 0 5px;
	padding: 0.15em 0 0 0.5em;
	border-left: 4px solid #33629b;
	font-size: 105%;
	font-weight: bold;
}



/*--------------------------------------Quality*/
div#Quality { margin-top: 25px; }
div#Quality h3 { background-image: url(../../img/works/about/sub_t02.gif); }
div#Quality div#TopText {
	height: 46px;
	background: url(../../img/works/about/text01.gif) no-repeat center top;
}
div#Quality div#TopText * { display: none; }
div#Quality ul#Machine {
	width: 520px;
	margin: 15px auto 0;
	list-style: none;
	overflow: hidden;
}
div#Quality ul#Machine li { text-align: center; }
div#Quality ul#Machine li img {
	padding: 1px;
	background: #fff;
	border: 1px solid #aaa;
}
div#Quality dl dt {
	margin: 15px 0 5px;
	padding: 0.15em 0 0 0.5em;
	border-left: 4px solid #33629b;
	font-size: 105%;
	font-weight: bold;
}
div#Quality dl dd { overflow: hidden; }
div#Quality dl dd div.Text {
	width: 390px;
	float: left;
}
div#Quality dl dd div.Text a {
	padding-left: 10px;
	background: url(../../img/sitemap/arrow01.gif) no-repeat left center;
	text-decoration: underline;
}
div#Quality dl dd div.Photo {
	width: 330px;
	float: right;
}
div#Quality dl dd div.Photo ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#Quality dl dd div.Photo ul li {
	width: 165px;
	float: left;
	text-align: center;
}