@charset "UTF-8";

/* **************************************************

Name: cougars_layout.css

Description: Setting of Cougars Pages

Create: 2014.10.20
Update: 2014.10.20

Copyright 2014  Hitachi High-Technologies Corporation.

***************************************************** */

/* --- Slide only Branding Image --- */

.BrandingImgStyleAdjust2 {
	position: relative;
	height: 300px;
	margin-bottom: 15px;
}

.BrandingImgStyleAdjust2 li {
	position:absolute;
	display: none;
}

.BrandingImgStyleAdjust2 li:first-child {
	display: block;
}

/* --- Link List Right Adjust --- */

.LinkListStyle6.RightAdjust {
	display: inline-block;
	float: right;
}

.LinkListStyle6.RightAdjust li:last-child {
	margin: 0;
}

/* --- Result Table --- */

table.Result {
	width: 100%;
	margin-left:0px;
	margin-bottom: 10px;
	padding: 0 15px;
	background-color: #f2f2f2;
}

table.Result caption {
	padding: 0 15px 10px;
	font-size: 90%;
}

table.Result th, table.Result td {
	border: none;
	text-align: center;
	vertical-align: middle;
	background-color: #f2f2f2;
}

table.Result th {
	font-weight: bold;
}

table.Result td.Score {
	font-size: 250%;
	line-height: 1;
}
