@charset "UTF-8";
/* -----------------------------------------------------------
  セルコ株式会社 / SELCO Corp.
  media : all
  Download Style Sheet
------------------------------------------------------------ */
/* ----------------------------------------
  table.dl (download table)
---------------------------------------- */
table.dl          { width: 100%; }
table.dl thead    { background: #eeeeee; }
table.dl tbody th { background: #ffffff; }
table.dl tbody td { background: #ffffff; }

table.dl thead th.ttl {
	text-align: left;
	font-weight: bold;
}

table.dl thead th.ttlh { width: 9em; }
table.dl thead th.dlbox { width: 5.5em; }

table.dl tbody td { text-align: center; }

/* download item : pdf形式 */
table.dl tbody td.pdfS a {
	background: url(/img/all.png) 0 -500px no-repeat;
	cursor: pointer;
	display: block;
	width: 16px;
	height: 16px;
}
/* download item : exe形式 */
table.dl tbody td.exeS a {
	background: url(/img/all.png) 0 -650px no-repeat;
	cursor: pointer;
	display: block;
	width: 16px;
	height: 16px;
}
/* download item : zip形式 */
table.dl tbody td.zipS a {
	background: url(/img/all.png) 0 -700px no-repeat;
	cursor: pointer;
	display: block;
	width: 16px;
	height: 16px;
}

@media screen {
	table.dl tbody td.pdfS a { font-size: 0px; }
	table.dl tbody td.exeS a { font-size: 0px; }
	table.dl tbody td.zipS a { font-size: 0px; }
}

