@charset "Shift_JIS";

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

Name: common.css

Description: Main CSS

Create: 2014.02.13
Update: 2017.03.31

Copyright 2014 Hitachi, Ltd.

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


/* ==================================================


Setting of page layout
[-] Content Area

Setting of grid layout
[-] Grid

Setting of content module
[c7] Bulleted List
[c8] Numbered List
[c11] Link List
[c13] Icon Link
[c22] Panel Unit


Setting of special page
[t1] Homepage
[t2] Branding Image




===================================================== */





/* ----------------------------------------------------------------------------------------

Setting of page layout

------------------------------------------------------------------------------------------- */





/* [-] Content Area
=========================================================================================== */

#Contents {
	max-width: 100%;
	background-color: #fff;
	padding-bottom: 1px;
}

.TopMarginSet {
	padding-top: 20px;
}






/* ----------------------------------------------------------------------------------------

Setting of grid layout

------------------------------------------------------------------------------------------- */

/* [-] Grid
=========================================================================================== */

.GridSet {
	width: 965px;
	margin: 0 auto;
}
.GridSet:after {
	content: "";
	display: block;
	clear: both;
}

.Grid4 {
	width: 100%;
}

.Grid3 {
	float: left;
	width: 720px;
}

.Grid1 {
	float: right;
	width: 230px;
}


/* [cc] Column
=========================================================================================== */

.top_ColumnSet {
	width: 100%;
}
.top_ColumnSet:after {
	content: "";
	display: block;
	clear: both;
}

.top_Column1 {
	float: left;
	width: 310px;
	margin: 0 0 0 17px;
}

.top_Column1andHalf {
	float: left;
	width: 353px;
	margin: 0 0 0 14px;
}


.top_Column3 {
	float: left;
	width: 720px;
	margin: 0 0 0 15px;
}

.top_Column1.FirstItem,
.top_Column1andHalf.FirstItem,
.top_Column2.FirstItem,
.top_Column3.FirstItem {
	margin: 0;
}



/* ----------------------------------------------------------------------------------------

Setting of content module

------------------------------------------------------------------------------------------- */



/* [c7] Bulleted List
=========================================================================================== */

/* --- [c7-1-1] Bulleted List > Text Size 90% --- */
/* --- [c7-1-1] Bulleted List > Text Size 83% --- */

ul.ListStyle1,
ul.ListStyle2 {margin: 0 0 20px;}
ul.ListStyle1 {font-size: 90%;}
ul.ListStyle2 {font-size: 83%;}

ul.ListStyle1 li,
ul.ListStyle2 li {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	background: url(/image/jp/r1/icon/icon_list_marker_hd.gif) no-repeat 0 2px;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	line-height: 140%;
}

ul.ListStyle1 ul,
ul.ListStyle2 ul {
	margin: 5px 0 0;
	font-size: 100%;
}


/* --- [c7-2-1] Bulleted List > Text Size 90% > With Descriptive Text --- */
/* --- [c7-2-1] Bulleted List > Text Size 83% > With Descriptive Text --- */

dl.ListStyle1,
dl.ListStyle2 {margin: 0 0 20px;}
dl.ListStyle1 {font-size: 90%;}
dl.ListStyle2 {font-size: 83%;}

dl.ListStyle1 dd,
dl.ListStyle2 dd {
	margin: 0 0 15px;
	padding: 0 0 0 1em;
	line-height: 140%;
}

dl.ListStyle1 dt,
dl.ListStyle2 dt {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	background: url(/image/jp/r1/icon/icon_list_marker_hd.gif) no-repeat 0 2px;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	line-height: 140%;
}








/* [c22] Panel Unit
=========================================================================================== */

/* --- [c22-1] Panel Unit > With Link --- */
/* --- [c22-2] Panel Unit > Without Link --- */

.ImgHeadingStyle {
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
}
.ImgHeadingStyle p {
	margin: 0;
}

.ImgHeadingStyle .Title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
}

.ImgHeadingStyle .Title p,
.ImgHeadingStyle h2,
.ImgHeadingStyle h3,
.ImgHeadingStyle h4 {
	min-height: 20px;
	margin: 0;
	padding: 10px;
	font-weight: normal;
	font-size: 96%;
	color: #fff;
	line-height: 130%;
	background: url(/image/jp/r1/bg_image_heading.png);
}

.ImgHeadingStyle .Title p strong {
	font-weight: normal;
	color: #fff;
}

.ImgHeadingStyle .Title p a,
.ImgHeadingStyle h2 a,
.ImgHeadingStyle h3 a,
.ImgHeadingStyle h4 a {
	float: none;
	display: block;
	min-height: 20px;
	margin: -10px;
	background-image: url(/image/jp/r1/icon/icon_link_right_l_white_hd.gif) !important;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

.ImgHeadingStyle .Title p a:link,
.ImgHeadingStyle h2 a:link,
.ImgHeadingStyle h3 a:link,
.ImgHeadingStyle h4 a:link,
.ImgHeadingStyle .Title p a:visited,
.ImgHeadingStyle h2 a:visited,
.ImgHeadingStyle h3 a:visited,
.ImgHeadingStyle h4 a:visited {
	padding: 10px 22px 10px 10px;
	color: #fff;
	text-decoration: none;
	border-right: solid 3px transparent;

}
.ImgHeadingStyle .Title p a:hover,
.ImgHeadingStyle h2 a:hover,
.ImgHeadingStyle h3 a:hover,
.ImgHeadingStyle h4 a:hover,
.ImgHeadingStyle .Title p a:active,
.ImgHeadingStyle h2 a:active,
.ImgHeadingStyle h3 a:active,
.ImgHeadingStyle h4 a:active,
.ImgHeadingStyle.hover .Title p a,
.ImgHeadingStyle.hover h2 a,
.ImgHeadingStyle.hover h3 a,
.ImgHeadingStyle.hover h4 a {
	padding: 10px 24px 10px 10px;
	color: #fff;
	text-decoration: underline;
	border-right: solid 1px transparent;
}










/* [-] Common Class
=========================================================================================== */

.Section {
	padding: 0 0 10px;
}

.Hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.LeftAdjust {text-align: left;}

.CenterAdjust {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.RightAdjust {text-align: right;}

.TopAdjust {vertical-align: top;}

.MiddleAdjust {vertical-align: middle;}

.BottomAdjust {vertical-align: bottom;}

.Link {cursor: pointer;}



/* ----------------------------------------------------------------------------------------

Setting of special page

------------------------------------------------------------------------------------------- */

/* [t1] Homepage
=========================================================================================== */
/* [t2] Branding Image
=========================================================================================== */

/* --- [t1-2] Branding Image > 4 Grid Layout > With Global Navigation Bar --- */
/* --- [t1-3] Branding Image > 4 Grid Layout > No Global Navigation Bar --- */

#BrandingImgStyle,
#BrandingImgStyle1,
#BrandingImgStyle2 {
	padding: 0 0 30px;
	text-align: center;
	background-color: #fff;
}






 .slider {
  width: 2000px;
  height: 400px;
  overflow: hidden;
  position: relative;  
}


 .slider .slideSet {
  width: 2000px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right center;
}


 .slider .slide {
  width: 965px;
  height: 400px;
  position: absolute center;
  float: left;
  img-width: 100%;

}   

.Img{
	z-index: 2;	
}
.ResponsiveBrandingImgStyle .ImgText{
	position: absolute;
    display: block;
    top: 50%;
    left: 50%;
	margin: 0 0 0 15px;
	transform: translate3d(-50%,-50%,0);
	z-index: 3;	
}




	.JS .ResponsiveBrandingImgStyle,
	.JS .TopMarginSet .ImgOnlyStyle:first-child,
	.JS #BrandingImgStyle,
	.JS #BrandingImgStyle1,
	.JS #BrandingImgStyle2 {
		margin: 0 -15px 0px;
		padding: 0;
	}

.branding-image .slide{
	background-color: #f2f2f2;
}


/* for - 994px
=========================================================================================== */

@media screen and (max-width: 994px) {

	/* ------ Branding Image Rotation ------ */

	.OptionRWD.JS .branding-image .slide .slide-list{background-size: cover;}

}

/* for - 767px
=========================================================================================== */

@media screen and (max-width: 767px) {

	/* ------ Branding Image Rotation ------ */

	.OptionRWD.JS .branding-image .controller {bottom: 55px;}

}
