@charset "utf-8";

/* **************************************************

Name: company_top.css

Description: Setting of Company Top page

Create: 2015.11.XX
Update: 2022.04.31

Copyright 2015 Hitachi Systems, Ltd. 

***************************************************** */

/******************************************************
*******************************************************
--20161122--
/eng/index.html 用Label修正

******************************************************
*******************************************************/


/* content===========================================
[-] 
[-] 
[-] 
[-] 
===================================================== */

/* [-]  GlobalNaviSP Eng
=========================================================================================== */

@media screen and (max-width: 1037px){	
	.JS #GlobalNaviSP ~ #SuperGlobalNaviCompany .Inner h2 a:link,
	.JS #GlobalNaviSP ~ #SuperGlobalNaviProducts .Inner h2 a:link {
		background-image: none!important;
		color: #fff!important;
		text-decoration: none;
	}
}


/* [-]  Contents
=========================================================================================== */
#Contents {
	position: relative;
	min-height: 969px;
	background: none no-repeat center top transparent;
}

#Contents .Section {
	position: relative;
	width: 965px;
	margin: 0 auto;
	z-index: 2;
	margin-bottom: 35px;
	padding: 15px 0 0 16px;
/*	background: rgba(255,255,255, 0.8);*/
	box-sizing: border-box;
}

#Contents .Section ul li {
	position: relative;
	display: inline-block;
	width: 222px;
	height: 150px;
	margin: 0 15px 16px 0;
	vertical-align: top;
	background: none no-repeat left top;
	box-sizing: border-box;
}

/*============================

TopicsArea Under 768

/*============================*/

@media screen and (max-width:994px){

	.JS #Contents .MainNavi {
		margin-bottom: 20px;
	}
	.JS #Contents .MainNavi > ul {
		padding: 0;	
	}
	
	.JS #Contents .MainNavi ul li,
	/*.JS #Contents .ContentsNavi ul li,*/
	.JS #Contents .BannersArea ul li {
		width: calc(50% - 6px);
		margin: 0 12px 12px 0;
	}
}



/* [-]  Branding
=========================================================================================== */

#Contents .Background {
	height: 966px;
	margin-top:35px;
}

@media screen and (max-width: 1005px){
#Contents .Background {
	margin-top:15px;
}
}
#Contents .BrandingArea {
	position: static;
	width: 100%;
	height: 301px;
	padding: 0;
	margin-bottom: 35px;
	background-color: transparent;
	overflow: visible;
}

.Under995 #Contents .Background {
	height: auto;
}

@media only screen and (max-width: 767px){
	.JS #Contents .Background {
		height: auto;
	}

	.JS #Contents .BrandingArea {
		height: auto;
		margin-bottom: 12px;
	}
}

/* [-]  Main Navigation
=========================================================================================== */
#Contents .MainNavi {
	position: relative;
	overflow: visible;
	padding: 2px 0 0 0;
	background: none transparent;
	z-index: 100;
	overflow: hidden;
	line-height: 1em;
	height: auto;
}

#Contents .MainNavi > ul {
	width: 933px;
	margin: 0 auto;
	line-height: inherit;
	list-style: none;
}

#Contents .MainNavi > ul > li {
	position: relative;
	width: 222px;
	height: 222px;
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
	line-height: inherit;
	box-sizing: border-box;
	list-style: none;
}

#Contents .MainNavi > ul > li > a {
	display: block;
	height: 100%;
	overflow: visible;
	line-height: inherit;
	background: none no-repeat left top transparent;
	color: #595959;
	font-size: 113%;

}
#Contents .MainNavi > ul > li > a span{
	line-height: 100% !important;
}
#Contents .MainNavi > ul > li:first-child + li  + li  + li {
	margin-right:0;
}

#Contents .MainNavi > ul > li > a span {
	position:absolute;
	bottom:0;
	display:block;
	height: 63px;
	color: #333;
	background-color: rgba(255,255,255,0);
	transition: .3s ease-in;
	width: 220px;	
	width: calc(100% - 2px);
	}
	

#Contents .MainNavi > ul > li > a:hover span,
#Contents .MainNavi > ul > li > a:hover span:first,
#Contents .MainNavi.Eng > ul > li > a:hover span,
#Contents .MainNavi.Eng > ul > li > a:hover span:first-child,
#Contents .MainNavi.Chn > ul > li > a:hover span,
#Contents .MainNavi.Chn > ul > li > a:hover span:first-child  {
	position:absolute;
	bottom:1px;
	display:block;
	background-color: rgba(255,255,255,0.95);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff,endColorstr=#ddffffff,GrandientType=0);
	}


#Contents .MainNavi > ul > li > a > span{
	display:block;
	width: 220px;/*-IE8-*/
	width: calc(100% - 2px);
	margin-bottom: 1px;
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaffffff,endColorstr=#aaffffff,GrandientType=0);
	background: none no-repeat center center rgba(255,255,255,0.85);
	background-repeat: no-repeat;
	background-position: 95% center;
	text-align:left;
	line-height:inherit;
	color:inherit;
	height: 63px;
}
#Contents .MainNavi > ul > li > a:hover > span{ text-decoration: none}
#Contents .MainNavi > ul > li > a > span:after {
	content:  url("/-/media/image/jp/top/icon_link_arrow_blue.png");
	display: block;
	position: absolute;
	top: 40%;
	right: 5%;
	transition: .2s ease-in;
}

#Contents .MainNavi > ul > li > a:hover > span:after{
	content: url("/-/media/image/jp/top/icon_link_arrow_blue.png");
	display: block;
	position: absolute;
	top: 40%;
	right: 4%;
	
}


#Contents .MainNavi > ul > li > a > span:first-child{
	margin: 155px 1px 1px 0;
	padding:1.5em 1em;
	font-weight:bold;
	box-sizing:border-box;
}

/*Eng*/
#Contents .MainNavi.Eng > ul > li > a > span:first-child{
	padding:1.25em 1em;
}


#Contents .MainNavi > ul > li > a{
	border:1px solid #595959;
	box-sizing:border-box
}

/*--IE8--*/
	#Contents .MainNavi > ul > li:first-child > a{	background-image:url("/-/media/company/image/top/ie/btn_profile.jpg");}
	#Contents .MainNavi > ul > li:first-child + li > a{	background-image:url("/-/media/company/image/top/btn_president_202204.jpg");}
	#Contents .MainNavi > ul > li:first-child + li + li > a{	background-image:url("/-/media/company/image/top/ie/btn_news.jpg");}
	#Contents .MainNavi > ul > li:first-child + li + li + li > a{	background-image:url("/-/media/company/image/top/ie/btn_contactus.jpg");}

	#Contents .MainNavi > ul > li:first-child > a,
	#Contents .MainNavi > ul > li:first-child + li > a,
	#Contents .MainNavi > ul > li:first-child + li + li > a,
	#Contents .MainNavi > ul > li:first-child + li + li + li > a { background-position:top center;}

@media screen and (min-width:1px) {
	
	#Contents .MainNavi > ul > li:first-child > a{	background-image:url("/-/media/company/image/top/btn_profile.jpg");}
	#Contents .MainNavi > ul > li:first-child + li > a{	background-image:url("/-/media/company/image/top/btn_president_202204.jpg");}
	#Contents .MainNavi > ul > li:first-child + li + li > a{	background-image:url("/-/media/company/image/top/btn_news.jpg");}
	#Contents .MainNavi > ul > li:first-child + li + li + li > a{	background-image:url("/-/media/company/image/top/btn_contactus.jpg");}
	
	#Contents .MainNavi > ul > li:first-child > a,
	#Contents .MainNavi > ul > li:first-child + li > a,
	#Contents .MainNavi > ul > li:first-child + li + li > a,
	#Contents .MainNavi > ul > li:first-child + li + li + li > a { background-size: cover;}

	#Contents .MainNavi > ul > li:first-child > a,
	#Contents .MainNavi > ul > li:first-child + li > a,
	#Contents .MainNavi > ul > li:first-child + li + li > a,
	#Contents .MainNavi > ul > li:first-child + li + li + li > a { background-position:top center;}

}


/*============================

MainNavi ContentsArea BannersArea Under 995

/*============================*/
		.Under995 #Contents {
			padding:0;
		}
		
		.Under995 #Contents .Section,
		.Under995 #Contents .MainNavi ul,
		.Under995 #Contents .ContentsNavi ul,
		.Under995 #Contents .ListArea ul {
			width:auto;
			height: auto;
		}
		
		.Under995 #Contents .ContentsNavi{
			width:100%;
			padding-left:15px;
		}
		
		.Under995 #Contents .MainNavi ul li,
		.Under995 #Contents .BannersArea ul li,
		.Under995 #Contents .ListArea ul li {
			width:calc(25% - ((15px / 2) * 2));
		}
		

		.Under995 #Contents .MainNavi > ul{
			padding-left:15px;
		}
		
		.Under995 #Contents,
		.Under995 #Contents .BrandingPage{
			background-size:100% auto;
		}
		
		.Under995 #Contents .BrandingPage > div{
			width:100%;
		}
		
		.Under995 #Contents .BannersArea {
			padding-right: 0;
		}

		.Under995 #Contents .MainNavi > ul > li > a > span:first-child {
			padding: 1.4em 1.25em 1em .5em;
			font-size: 95%;
		}


/*============================

 Under 768
 
/*============================*/

@media only screen and (max-width: 767px) {
	.JS body {
		background-color: #ffffff;
	}

	.Under995 #Contents {
		padding:0;
	}	

	.Under995 #Contents .Section {
		padding:0;
		background-image:none;
	}

	.Under995 #Contents .Section img {
		width:100%;
	}
	
	.Under995 #Contents .Section ul li {
		width: calc(50% - ((12px / 2) * 2));
		margin:0 12px 0 0;
		background-color:transparent;
	}
	
	.Under995 #Contents .Section ul li{
		background-size:100%;
	}
	
	.JS #Contents .MainNavi > ul {
		padding-left: 12px;
	}
	.Under995 #Contents .MainNavi ul li{
		margin:0 12px 12px 0;
	}
	
	.Under995 #Contents .GlobalNavi ul li,
	.Under995 #Contents .BannersArea ul li {
		width:calc(50% - 6px);
		margin:0 12px 12px 0;
	}
	
	.Under995 #Contents .MainNavi > ul > li > a > span:first-child {
		padding: 1.25em 1em;
		font-size: 112.5%;
	}

	
	.Under995 #Contents .GlobalNavi ul li:nth-child(even),
	.Under995 #Contents .BannersArea ul li:nth-child(even) {
		margin-right:0;
	}
	
	.Under995 #Contents .ContentsNavi ,
	.Under995 #Contents .BannersArea,
	.Under995 #Contents .SubArea {
		margin-bottom: 0px;
		padding: 0 12px 0;
	}
	
	.Under995 #Contents .ContentsNavi {
		margin-bottom:26px;
	}
	
	.Under995 #Contents .ContentsNavi ul li {
		height:51px;
		padding:0;
		margin-bottom:0;
	}
	.Under995 #Contents .ContentsNavi ul li:nth-child(2) ~ li{
		border-top-width:0;
	}
	
	.Under995 #Contents .ContentsNavi ul li > a::after{
		margin-left:2em;
	}
	
	.Under995 #Contents .BannersArea ul li{
		height:auto;
	}
	
	.Under995 #Contents .BannersArea img{
		width:100%;
		height:auto;
	}
}

/*============================

 Under 579
 
/*============================*/

@media screen and (max-width: 579px) {
	.JS #Contents .Section ul li {
		width: 100%;
	}
	
	.JS #Contents .MainNavi {
		margin-bottom: 0;
	}
	
	.JS #Contents .MainNavi > ul {
		padding: 0 12px;
	}
	
	.JS #Contents .Section.MainNavi ul li {
		height: 65px;
	}
	
	.JS #Contents .MainNavi ul li a {
		height: 65px;
	}
	
	.JS #Contents .MainNavi > ul > li > a > span {
		min-height: 63px;
		margin: 0 1px 1px 0;
	}

	.JS #Contents .MainNavi > ul > li > a:hover span,
	.JS #Contents .MainNavi > ul > li > a:hover span:first-child,
	.JS #Contents .MainNavi > ul > li > a:hover > span + span {
		height: 63px;
		margin-bottom: 1px;
	}
	

}

/* [-]  SecondArea TopicsArea
=========================================================================================== */
#Contents .SecondArea {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 35px;
	display: inline-block;
}

#Contents .Section.CompanyTopicsArea {
	width: 697px;
	height: 339px;
	padding: 0;
	float: left;
	margin: 0 15px 0 15px;
	background: #fffef6;
	border: 1px solid #ebebeb;

}

#Contents .Section.CompanyTopicsArea  h2 {
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #595959;
	line-height: 130%;
	background-image: none;
	background-color: #fff;
}

#Contents .Section.CompanyTopicsArea .Inner {
	height: 250px;
	padding: 1em;
	overflow-y: auto;
	overflow-x: hidden;
	border: none;
	background: none;
}

#Contents .Section.CompanyTopicsArea .Inner li {
	margin: 0;
}

#Contents .Section.CompanyTopicsArea:after {
		content:"";
		display: block;
		clear: both;
	}
	
#Contents .Section.CompanyTopicsArea dl ul.LinkListStyle2 {
	margin: -5px 0 0;
}
	
#Contents .Section.CompanyTopicsArea ul li {
		width: 100%;
		height: auto;
		margin: 0 0 15px;
		line-height: 1.6;
}

#Contents .Section.CompanyTopicsArea dl dt { font-weight: bold;}

#Contents .Section.CompanyTopicsArea dl dt.Info:after {
	content:"お知らせ";
	background: #fff;
	border-left:3px solid  #eaab00;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color: #333;
/*	font-size: 70%;*/
	font-weight: normal;
	padding: .05em 1em .02em;
	margin: 0 1em;
	border-radius: 2px;
	vertical-align:middle;
}
	
#Contents .Section.CompanyTopicsArea dl dt:after {
	content:"リリース";
	background: #fff;
	border-left:3px solid  #0098c3;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color: #333;
	font-size: 70%;
	font-weight: normal;
	padding: .05em 1em .02em;
	margin: 0 1em;
	border-radius: 2px;
	vertical-align:middle;
}

#Contents .Section.CompanyTopicsArea dl dt.Group:after {
	content:"グループ会社のリリース";
	background: #fff;
	border-left:3px solid  #59a618;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color: #333;
/*	font-size: 70%;*/
	font-weight: normal;
	padding: .05em 1em .02em;
	margin: 0 1em;
	border-radius: 2px;
	vertical-align:middle;
}


/*-Eng/Chn-*/
#Contents .Section.CompanyTopicsArea.Chn dl dt.Info:after,
#Contents .Section.CompanyTopicsArea.Eng dl dt.Info:after {
	content:"Information";
}
	
#Contents .Section.CompanyTopicsArea.Chn dl dt:after,
#Contents .Section.CompanyTopicsArea.Eng dl dt:after {
	content:"News Release";
}


/*============================

TopicsArea Under 995

/*============================*/

	.Under995 #Contents .Section.CompanyTopicsArea {
		width: calc(((100% / 4) * 3) - 30px);	
	}
	.Under995 #Contents .SecondArea {
		width: 100%;
		margin: 0 auto;	
	}



/*============================

TopicsArea Under 768

/*============================*/

@media screen and (max-width: 1037px){
	
	.JS #Contents .SecondArea:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.JS #Contents .Section.CompanyTopicsArea {
		width: calc(100% - 24px);
		margin:0 12px 0 12px;
		height: auto;
		border: 1px solid #ccc;
		overflow: hidden;	
	}
	
	.JS #Contents .Section.CompanyTopicsArea h2.Default {
		background: none!important;
		border-bottom: 1px solid #ccc;
		padding: 0;
	}
	
	.JS #Contents .Section.CompanyTopicsArea .Inner {
		height: auto;
		box-sizing: border-box;
		padding: 0 15px;
		overflow: hidden;	
	}
	.JS #Contents  .Section.CompanyTopicsArea dl {
		margin: 0;
	}
	
	.JS #Contents  .Section.CompanyTopicsArea dt {
		margin-top: 10px;
	}
	
	.JS .CompanyTopicsArea dt:nth-child(n+6),
	.JS .CompanyTopicsArea dd:nth-child(n+7) {
			visibility: hidden;
			display: none;
		}
	
	.JS #Contents  .Section.CompanyTopicsArea dd {
		margin: 0 -16px;
	}
	
	.JS #Contents  .Section.CompanyTopicsArea dd .LinkListStyle1{
		margin: 0;
	}
		
	.JS #Contents .Section.CompanyTopicsArea .Inner li {
		margin: -30px 0 -1px 0;
		padding: 0;
		border-bottom: 1px solid #ccc;
		background: url("/-/media/image/jp/top/icon_link_arrow_blue.png") no-repeat 97% center;
		transition: .1s ease-in;
		min-height: 8em
	}
	
	.JS #Contents .Section.CompanyTopicsArea .Inner li:hover {
		background-position: 98% center;
		background-color: rgba(0,0,0,0.1);
		border-radius: 2px;
	}
	
	.JS #Contents .Section.CompanyTopicsArea .Inner li a {
		padding: 25px 35px 15px 15px;
		margin-top: 10px;
		display: block;
		background: none;
		width: 100%;
		box-sizing: border-box;
	}
	.JS #Contents .Section.CompanyTopicsArea .Inner .DateListStyle1 li.NewWin a {
		background-image: url(../../../image/en/r1/icon/icon_new_window.gif);
		background-repeat: no-repeat;
	}	
	.JS #Contents .Section.CompanyTopicsArea .Inner li a:hover {
		text-decoration: none;
	}
	
	
	.JS #Contents .Section.CompanyTopicsArea .Inner li+li+li {
		margin: 0;
		}

}




/* [-]  Sub Aera Box
=========================================================================================== */

#Contents .SubArea {
	width: 222px;
	float: left;
	padding: 0;
}

#Contents .SubArea:after {
	content: "";
	display: block;
	clear: both;
} 

#Contents .SubArea ul li:first-child,
#Contents .SubArea ul li:first-child + li { margin-bottom: 15px;}

#Contents .SubArea ul li {
	background-color: #fffef6;
	margin: 0;
	width: 222px;
	height: 103px;
	transition: .1s ease-in;
	border: 1px solid  #ebebeb;
}

#Contents .SubArea ul li:first-child { /*本社へのアクセス*/
	background-image: url('/-/media/company/image/top/bg_access_map.png');
}

#Contents .SubArea ul li:first-child+li { /*事業所一覧*/
	background-image: url('/-/media/company/image/top/bg_location.png');
}


#Contents .SubArea ul li:first-child+li+li { /*グループ会社一覧*/
	background-image: url('/-/media/company/image/top/bg_group.png');
}

#Contents .SubArea ul li:first-child,
#Contents .SubArea ul li:first-child+li,
#Contents .SubArea ul li:first-child+li+li { /*共通背景ポジション*/
	background-position: 85px top;
}

#Contents .SubArea ul li:hover {
	background-color: #eee;
}

#Contents .SubArea ul li a {
	display: block;
	width: 222px;
	height:103px;
		}
	
#Contents .SubArea ul li a:link,
#Contents .SubArea ul li a:visited {
	color: #595959;
}	

#Contents .SubArea ul li * {
	text-decoration: none!important;
}

#Contents .SubArea ul li a span {
	display: block;
	padding: 2.5em 1em;
	text-align: left;
	box-sizing: border-box;
	background-image: url("/-/media/image/jp/top/icon_link_arrow_blue.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	color: #595959;
	font-weight: bold;
	vertical-align:middle;
	transition: .1s ease-in;
}

#Contents .SubArea ul li a:hover span {
	background-image: url("/-/media/image/jp/top/icon_link_arrow_blue.png");
	background-repeat: no-repeat;
	background-position: 96% center;
}

/*============================

SubArea Under 995

/*============================*/

	.Under995 #Contents  .SecondArea .Section.SubArea {
		width: calc(25% - (15px / 2) * 2);
	}
	
	.Under995 #Contents .Section.SubArea ul,
	.Under995 #Contents .SubArea ul li {
		width: 100%;
	}
	
	.Under995 #Contents .SubArea ul li a {
		width: 100%;
	}
	
	.Under995 #Contents .SubArea ul li a span {
		background-position: 95% center;
	}
	
	.Under995 #Contents .SubArea ul li a:hover span {
		background-position: 96% center;
	}
	
/*============================

Under 767

/*============================*/

@media screen and (max-width: 1037px) {
	.Under995 #Contents .SecondArea .Section.SubArea {
		width: 100%;
		height: auto;
		padding: 12px 0 0 12px;
	}
	
	.Under995 #Contents .SecondArea .Section.SubArea li {
		width: calc(33.333% - ((12px / 2) * 2));
		float: left;
		background-color: #fffef6;
		border: 1px solid #ccc;
	}
	.Under995 #Contents .Section.SubArea ul li:hover {
		background-color: #eee;
	}

	.Under995 #Contents .SubArea ul li:first-child,
	.Under995 #Contents .SubArea ul li:first-child+li,
	.Under995 #Contents .SubArea ul li:first-child+li+li { /*共通背景ポジション*/
		background-position: 85px top;
	}
	
}


/*============================

Under 579

/*============================*/

@media screen and (max-width: 579px) {
	
	.JS #Contents .SecondArea .Section.SubArea ul {
		width: auto;
		padding-right: 12px;
	}
	
	.JS #Contents .SecondArea .Section.SubArea li {
		width: 100%;
		float: none;
		height: 65px;
	}
	
	.JS #Contents .SubArea ul li:first-child,
	.JS #Contents .SubArea ul li:first-child+li,
	.JS #Contents .SubArea ul li:first-child+li+li {
		background-size: inherit;
		background-position: 110% top;
		margin-bottom: 12px;
	
	}
	
	.JS #Contents .SecondArea .Section.SubArea li a {
		height: 65px;
	}
	
	.JS #Contents .SecondArea .Section.SubArea li a span {
		padding: 1.25em 1em;
		background-position: 97% 50%;
		min-height: 65px;
	
	}

}

/* [-]  ContentsNavi
=========================================================================================== */

#Contents .ContentsNavi{
	width:100%;
	padding:0;
}

#Contents .ContentsNavi ul{
	width: 933px;
	margin: 0 auto;
}

#Contents .ContentsNavi ul li{
	display:inline-table;
	width: 301px;
	height:50px;
	margin-bottom:0;
	padding:10px 0 11px;
	background: #f7f7f7;
	box-sizing:content-box;
}

#Contents .ContentsNavi ul li:first-child,
#Contents .ContentsNavi ul li:first-child+li {
	margin-right: 15px;
}

#Contents .ContentsNavi ul li:first-child+li+li {
 margin: 0;
}
	
#Contents .ContentsNavi ul li > a{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 65px;
	color: #333333;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;
	border: 1px solid transparent;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 15px center;
	-webkit-transition: 0.2s ease-in;	
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	letter-spacing: -0.1em;
}

#Contents .ContentsNavi ul li > a:hover,
#Contents .ContentsNavi ul li > a:active{
	background-color:#f7f7f7;
	background-repeat:  no-repeat ;
	background-position:12px center;
	border-radius:2px;
}


#Contents .ContentsNavi ul > li:first-child + li + li + li,
#Contents .ContentsNavi ul > li:first-child + li + li + li + li + li + li + li,
#Contents .ContentsNavi ul > li:first-child + li + li + li + li + li + li + li + li + li + li + li{
	margin-right:0;
}
#Contents .ContentsNavi ul > li:first-child + li + li + li ~ li{
	border-top-width:0px;
}

/*ContentsNaviIcons*/

#Contents .ContentsNavi ul > li:first-child > a{
	background-image:url("/-/media/company/image/top/icon/icon_outline.png");
}

#Contents .ContentsNavi ul > li:first-child + li > a{
	background-image:url("/-/media/company/image/top/icon/icon_corp.png");
}

#Contents .ContentsNavi ul > li:first-child + li + li > a{
	background-image:url("/-/media/company/image/top/icon/icon_philosophy.png");
}

/*============================

ContentsNavi Under 995

/*============================*/

		.Under995 #Contents .ContentsNavi ul li {
			width: calc(33.333% - ((15px / 2) * 2));
		}
		
		
/*============================

 Under 767
 
/*============================*/


@media screen and (max-width: 1037px) {
	
		.JS #Contents .ContentsNavi ul li {
			width: calc(33.6% - ((12px / 2) * 2));
			background: #f7f7f7;
			border: 1px solid #f7f7f7;
		}
		
		.JS #Contents .ContentsNavi ul li:first-child,
		.JS #Contents .ContentsNavi ul li:first-child+li {
			margin-right: 12px;
		}

		.JS #Contents .ContentsNavi ul li > a{
			font-weight: bold;
			font-size: 90%;
			color: #595959;
			padding-left: 60px;
		}
	}
	
/*============================

 Under 579
 
/*============================*/	

@media screen and (max-width: 579px) {
	.JS #Contents .ContentsNavi {
		width: auto;
		margin-bottom: 12px;	
	}
	
	.JS #Contents .ContentsNavi ul {
		width: auto;	
	}
	.JS #Contents .ContentsNavi ul li {
		width: 100%;
		float: none;
		margin-bottom: 12px;	
	}	
}

/* [-]  ListArea
=========================================================================================== */

#Contents .Section.ListArea {
	width: 965px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
} 
	
#Contents .ListArea ul {
	margin: 0;
}

#Contents .ListArea ul li {
	height: 2em;
}

.Under995 #Contents .Section.ListArea {
		width: auto;
		padding: 15px;
		margin: 0 12px;

	} 

/*============================

 Under 767
 
/*============================*/	

@media screen and (max-width: 1037px) {
	.JS #Contents .Section.ListArea {
		width: auto;
		margin-bottom: 12px;
	} 
	
}


/* [-]BannersArea 
=========================================================================================== */
#Contents .BannersArea {
	background:none;
	padding-bottom:15px;
	padding-right:15px;
	margin-bottom: 10px;
	display: inline-block;
}


#Contents .BannersArea ul li{
	height:70px;
	float: left;
}
#Contents .BannersArea ul.LinkListStyle1{
	margin:0;
}
#Contents .BannersArea ul.LinkListStyle1 li{
	height:auto;
	margin-bottom:0;
}

#Contents .BannersArea ul > li:first-child + li + li + li,
#Contents .BannersArea ul > li:first-child + li + li + li + li + li + li + li,
#Contents .BannersArea ul > li:first-child + li + li + li + li + li + li + li + li + li + li + li ,
#Contents .BannersArea ul > li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
	margin-right:0;
}

/*Banner Transition マウスオーバー時に画像を透過のためON/OFF画像不要*/
.BannersArea ul li a img {
	-webkit-transition:0.2s ease-in;
	-moz-transition:0.2s ease-in;
	-o-transition:0.2s ease-in;
	transition:0.2s ease-in;
	}

.BannersArea ul li a img:hover{
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

#Contents .BannersArea hr{
	display:block;
	margin:0 0 15px 0;
	border:0px none;
	border-top:1px solid #dadada;
}

/* [-]BannersLower
=========================================================================================== */
#Contents .BannersLower {
	background: #f7f7f7;
	padding-bottom:15px;
	padding-right:15px;
	min-height: 50px;
	height: auto;
	width: 965px;
	margin: 0 auto 35px auto;
	box-sizing: border-box;
	display: inline-block;
}

#Contents .BannersLower ul li {
	float: left;
	height: auto;
	position: relative;
	display: inline-block;
	margin: 15px 0 0 15px ;
	vertical-align: top;
	background: none no-repeat left top;
	box-sizing: border-box;
}

/*============================

BannerLower Under 995

/*============================*/


.Under995 #Contents .BannersLower {
	width: 100%;
}


/*============================

 Under 767
 
/*============================*/	

@media screen and (max-width: 1037px) {
	.JS #Contents .BannersLower {
	margin-bottom: 0;
	}
}
/*============================

 Under 579
 
/*============================*/	

@media screen and (max-width: 579px) {
	.JS #Contents .BannersLower {
		float: none;
	}

	.JS #Contents .BannersLower ul {
		padding-right: 12px;
	}

}

/* [-]  SiteIdentity
=========================================================================================== */
#SiteIdentityL .Title a, #SiteIdentityS .Title a, #SiteIdentity .Title a{
	color: #333;
}
#SiteIdentityL .Title a:hover, #SiteIdentityS .Title a:hover, #SiteIdentity .Title a:hover{
	text-decoration:none;
	color:#666 !important;
}

