@charset "UTF-8";

/* **************************************************

Name: about_layout.css

Description: Main CSS for HHT Group Sites

Create: 2015.01.31
Update:

Copyright 2015 Hitachi High-Technologies Corporation.

***************************************************** */

/* --- Panel2 --- */
.NewWin {
	cursor: pointer;
}
ul.Panel2 li {
	position: relative;
	width: 353px;
	height: auto;
	min-height: 0;
	margin-bottom: 15px;
	background-color: #f2f2f2;
	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.Panel2 li.Column1.FirstItem {
	margin-bottom: 15px;
}
ul.Panel2 li .img {
	display: block;
	background-color: #363434;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
}
ul.Panel2 li img {
	padding: 0;
	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.Panel2 li .Panel2Text {
	height: auto;
	padding: 16px 40px 14px 15px;
	background: url(/image/jp/about/common/icon_panel2_link.gif) no-repeat 321px 50%;
}

ul.Panel2 li.NewWin .Panel2Text {
	background-image: url(/image/hht/about/icon_new_window.gif);
}
ul.Panel2 li .Panel2Text a {
	display: block;
	padding-bottom: 10px;
	color: #333;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
	text-decoration: none;
	background: transparent!important;
}
ul.Panel2 li .Panel2Text a:hover {
	text-decoration: underline;
	color: #333;
}
ul.Panel2 li .Panel2Text strong {
	padding: 0;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
}
ul.Panel2 li:hover strong {
	color: #b1000e;
	text-decoration: underline;
}
ul.Panel2 li .Panel2Text .text {
	display: block;
	color: #333;
	font-size: 83%;
	line-height: 160%;
}
ul.Panel2 li .Radius {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url(/image/jp/r5/bg_radius.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
* html ul.Panel2 li .Radius {
	display: none;
}
ul.Panel2 li span {
	padding: 0;
}