@charset "UTF-8";

/* **************************************************

Name: products_layout.css

Description: Layout adjustment for category "products"

Create: 2014.10.06
Update: 2015.2.9

Copyright 2014	Hitachi High-Technologies Corporation.

***************************************************** */

/* --- Panel --- */
* html ul.Panel {margin-bottom: 15px;}
*:first-child+html ul.Panel {margin-bottom: 15px;}

ul.Panel li {
	position: relative;
	
	padding-bottom: 0px;
	background-color: #363434;
	border-radius: 7px 7px 5px 5px;
	-moz-border-radius: 7px 7px 5px 5px;
	-webkit-border-radius: 7px 7px 5px 5px;
	-o-border-radius: 7px 7px 5px 5px;
	-ms-border-radius: 7px 7px 5px 5px;
}
ul.Panel li.FirstItem {margin-bottom: 15px;}

ul.Panel li a {
	display: block;
	zoom: 1;
}

ul.Panel li a:link,
ul.Panel li a:visited {
	color: #fff;
	text-decoration: none;
}

ul.Panel li a:hover,
ul.Panel li a:active {
	color: #fff;
	text-decoration: underline;
}

ul.Panel li img {
	display: block;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
}

ul.Panel li strong {
	display: table-cell;
	height: 3.5em;
	padding: 5px 30px 0 15px;
	background-image: url(/image/common/jp/r1/icon/icon_panel_link.gif);
	background-repeat: no-repeat;
	background-position: 95% 55%;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
	vertical-align: middle;
}

ul.Panel li.Column2 strong {
	width: 430px;
}

.Column1andHalf {
	width: 312px;
}

ul.Panel li.Column1andHalf strong {
	width: 312px;
}

ul.Panel li.Column1 strong {
	width: 185px;
}

* html ul.Panel li strong {
	display: block;
	height: 3em;
	padding: 5px 30px 0 15px;
	background-position: 95% 5px;
	cursor: pointer;
}

*:first-child+html ul.Panel li strong {
	display: block;
	height: 3em;
	padding: 5px 30px 0 15px;
	background-position: 95% 5px;
	cursor: pointer;
}

ul.Panel li strong span {
	display: inline;
	padding: 0;
	font-size: 76%;
}

ul.Panel li span {
	display: block;
	padding: 0 15px;
	color: #fff;
	font-size: 83%;
	line-height: 160%;
}

ul.Panel li span a {
	clear: both;
	float: left;
	margin-bottom: 5px;
	background: url(/image/common/jp/r1/icon/icon_link_right_white.gif) no-repeat right center;
}

ul.Panel li span a:link,
ul.Panel li span a:visited {padding-right: 17px;}

ul.Panel li span a:hover,
ul.Panel li span a:active {padding-right: 19px;}

ul.Panel li .Radius {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url(/image/common/jp/r1/bg_radius.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

* html ul.Panel li .Radius {
	display: none;
}

ul.Panel li .LT {
	top: 0;
	left: 0;
	background-position: 0 0;
}
ul.Panel li .RT {
	top: 0;
	right: 0;
	background-position: -5px 0;
}
ul.Panel li .LB {
	bottom: 0;
	left: 0;
	background-position: 0 -5px;
}
ul.Panel li .RB {
	bottom: 0;
	right: 0;
	background-position: -5px -5px;
}




