@charset "UTF-8";
/* -----------------------------------------------------------
  セルコ株式会社 / SELCO Corp.
  media : all
  Products Style Sheet
------------------------------------------------------------ */
img.photoL { width: 22em; }
img.photoM { width: 8em; }
/* ----------------------------------------
  製品情報一覧ページ
---------------------------------------- */
/*  div.listbox
------------------------------ */
div.listbox {
	width: 23%;
	float: left;
	display: inline;
	margin: 0 5px 10px 5px;
}
/*  .photo_area
------------------------------ */
div.listbox .photo_area {
	position: relative;
	height: 80px;
	background: url(/products/img/bg_item.gif) repeat-x;
	border-top: 1px solid #cccccc;
}
div.listbox .photo_area img.photoM {
	position: absolute;
	top: 4px;
	left: 25px;
	margin: 0;
	padding: 0;
}
div.listbox .photo_area .ic_shipment {
	position: absolute;
	top: 2px;
	left: 4px;
	margin: 0;
	padding: 0;
}
div.listbox .photo_area .ic_service {
	position: absolute;
	top: 2px;
	right: 4px;
	margin: 0;
	padding: 0;
}
/*  .prod_info
------------------------------ */
div.listbox .prod_info {
	padding: 2px 0 2px 0;
}
div.listbox .prod_info a {
	text-decoration: none;
}
div.listbox .prod_info a:hover {
	text-decoration: underline;
}
div.listbox .prod_info .prod_cd {
	font-size: 1.5em;
	line-height: 120%;
	font-weight: bold;
}
div.listbox .prod_info .prod_name {
	font-size: 0.8em;
	line-height: 120%;
	font-weight: normal;
}
/*  .ic_area
------------------------------ */
div.listbox .ic_area {
	padding: 2px 0 2px 0;
}
div.listbox .ic_area img.ic {
	margin: 0 2px 2px 0;
}

/* ----------------------------------------
  製品情報ページ
---------------------------------------- */
div#productLeft .photo_area {
	float: left;
	width: 49%;
	margin: 0 0 1em 0;
	padding: 0;
}
div#productLeft .photo_area img.photoL {
	margin: 0;
	padding: 0;
}
div#productLeft .prod_info {
	float: right;
	width: 50%;
	margin: 0 0 1em 0;
	padding: 0;
}
div#productLeft .prod_info h1.prod_cd {
	font-size: 1.6em;
	line-height: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#productLeft .prod_info .prod_name {
	font-size: 1em;
	line-height: 140%;
	font-weight: normal;
}
div#productLeft .prod_info .ic_area {
	padding: 2px 0 2px 0;
}
div#productLeft .prod_info .ic_area img.ic {
	margin: 0 2px 2px 0;
}
div#productLeft .prod_info .photoS_area {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin: 5px;
	padding: 4px 0 4px 0;
}
div#productLeft .prod_info .photoS_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#productLeft .prod_info .photoS_area li {
	margin: 0;
	padding: 2px;
}
div#productLeft .prod_info .photoS_area img{
	vertical-align: middle;
	margin-right: 5px;
}
div#productLeft .prod_info .comment {
	font-size: 1em;
	line-height: 120%;
	margin: 5px 0;
	padding: 5px;
}
div#productLeft .productDetal {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0;
}

/*  dl.features
------------------------------ */
dl.features dt {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.25em;
	padding-left: 5px;
	border-left: 15px solid #0000cc;
}
dl.features dd {
	margin-left: 0em;
	margin-bottom: 1em;
}
dl.features li {
	list-style-type: square;
}
/*  ul.features  (OLD Products)
------------------------------ */
ul.features li {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 1em;
	margin-bottom: 0.25em;
	padding-left: 5px;
	list-style-type: square;
}

/*  ul.supportlist
------------------------------ */
ul.supportlist li {
	list-style-type: square;
}
ul.supportlist li img {
	vertical-align: middle;
	margin-right: 5px;
}

/*  tabs-n h4
------------------------------ */
#tabs-1 h4, #tabs-2 h4, #tabs-3 h4, #tabs-4 h4, #tabs-5 h4, {
	border-bottom: 1px solid #cccccc;
}

/*  table.spec
------------------------------ */
table.spec tbody th {
	width: 12em;
}
/*  table.rectable
------------------------------ */
table.rectable caption {
	text-align: right;
	font-size: 0.8em;
}
table.rectable thead th {
	text-align: center;
}
table.rectable tbody th {
	width: 1em;
}
table.rectable tbody td {
	width: 5em;
	padding: 2px;
	font-size: 0.8em;
	text-align: right;
}

/*  #accordion
------------------------------ */
#accordion1, #accordion2, #accordion3 {
	font-size: 100%;
}


