
@charset "UTF-8";

/* **************************************************

Name: branding_image.css

Description: Setting of Branding Image Module - Top & Products Top

Create: 2014.08.01
Update: 2014.08.19

Copyright 2014  Hitachi High-Technologies Corporation.

***************************************************** */

/* Branding image
=========================================================================================== */
#BrandingImgStyle {
	position: relative;
	padding: 0;
}

#BrandingImgStyle {
	text-align: left;
	height: 290px;
	background: url(/image/jp/index/top_banner_loading.gif) no-repeat center 180px;
}

.branding-image,
.BrandingImgStyleAdjust {
}



/* Slide
=========================================================================================== */
.branding-image .slide {
	position: relative;
	height: 290px;
}
.branding-image .slide a {
	position: absolute;
	display: none;
}

.branding-image .slide img {
}



/* Controller
=========================================================================================== */
.branding-image .controller {
	position:absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	list-style: none;
	text-align: center;
	z-index:1;
}

.branding-image .pager li {
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.branding-image .pager li.CtlRight {
	right: 2px;
	z-index: 2;
}

.branding-image .pager li.CtlLeft {
	left: 2px;
	z-index: 3;
}

/*--- Position ---*/
.branding-image .controller.btm {
	left: 50%;
	right: 0;
	width: 250px;
	margin-left: -125px;
}

/*--- Button ---*/
.branding-image .controller li {
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
}

.branding-image .controller li:last-child{
	margin-right: 0;
}
.branding-image .controller li a {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #a4acb4;
	border: 2px solid #a4acb4;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.branding-image .controller li a.focus,
.branding-image .controller li a:hover {
	background-color: transparent;
	border-color: #a4acb4;
}

.branding-image .controller li.Ctl {
position: relative;
top: -1px;
}

.branding-image .controller li.Ctl a.Button {
	height: 12px;
	text-indent: 0;
	border: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.branding-image .controller li.Ctl a:hover.Button img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

.branding-image a .ButtonStyle1 {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	min-width: 40px;
	min-height: 12px;
	margin: 0;
	text-align: center;
	font-size: 83%;
	line-height: 130%;
	background-image: url(/image/common/jp/r1/icon/icon_link_right_l_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	word-break: break-all;
	z-index: 4;
}

.branding-image a:link .ButtonStyle1,
.branding-image a:visited .ButtonStyle1 {
	padding: 6px 22px 6px 15px;
	background-color: #e60027;
	color: #fff;
	text-decoration: none;
	border-right: solid 3px transparent;
}

.branding-image a:hover .ButtonStyle1,
.branding-image a:active .ButtonStyle1 {
	padding: 6px 24px 6px 15px;
	background-color: #b1000e;
	color: #fff;
	text-decoration: none;
	border-right: solid 1px transparent;
}

.branding-image a .ButtonStyle1 strong {
	font-weight: normal;
	color: #fff;
}






