@charset "utf-8";

/* **************************************************

Name: style.css

Create: 2025.1
update: 

Copyright 2025 Hitachi, Ltd.

***************************************************** */


.ButtonArea {
	text-align: center;
}

.ButtonArea .ButtonStyle1 a {
	text-align: center;
	font-size: 100%;
	line-height: 130%;
	background-image: url(/products/it/storage-solutions/image/common/arrow_white.png);
	background-repeat: no-repeat;
	background-position: right 5% center;
	background-size: 16px 16px;
}

.ButtonArea .ButtonStyle1 a.NewWin {
	background: url(/products/it/storage-solutions/image/common/window_blue01.png);
	background-repeat: no-repeat;
	background-position: right 5% center;
	background-size: 16px 16px;
}

.ButtonArea .ButtonStyle1 a:link,
.ButtonArea .ButtonStyle1 a:visited {
	padding: 9px 40px 9px 15px;
	background-color: #1C5177;
	color: #fff;
	text-decoration: none;
	border-right: solid 3px transparent;
	border-radius: 5px;
	border: 1px solid #1C5177;
}

.ButtonArea .ButtonStyle1 a:hover,
.ButtonArea .ButtonStyle1 a:active {
	background-image: url(/products/it/storage-solutions/image/common/arrow_blue01.png);
	background-repeat: no-repeat;
	background-position: right 5% center;
	background-size: 16px 16px;
	padding: 9px 42px 9px 15px;
	background-color: #fff;
	color: #1C5177;
	text-decoration: none;
	border-radius: 5px; 
	border: 1px solid #1C5177;
}

.ButtonArea .ButtonStyle1 a.NewWin:hover, 
.ButtonArea .ButtonStyle1 a.NewWin:active {
	background: url(/products/it/storage-solutions/image/common/window_blue01.png);
	background-repeat: no-repeat;
	background-position: right 5% center;
	background-size: 16px 16px;
	padding: 9px 42px 9px 15px;
}
