/* SGF 工場からエコ トップ */

/* -------------------------------------------------------------------
 コンテンツ
------------------------------------------------------------------- */
#container {
	background: url(/corporate/eco/images/sgf/common/bg_sgf.gif) repeat-x left top;
}
/* メインイメージ */
#mainArea {
	margin-bottom: 27px;
	position: relative;
}
#mainLogo {
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: 10;
}
#mainSlide {
	width: 950px;
	height: 354px;
}
/* スライダー */
.bx-controls-direction {
	display: none;
}
#mainMenu li img {
	vertical-align: bottom;
}
/* リード */
#ttlArea {
	text-align: center;
	margin-bottom: 23px;
}
#sttl {
	margin-bottom: 12px;
}

/* SGF国内・海外工場一覧タブ切替 */
.contentsWrap {
	width: 681px;
	float: right;
	background: url(/corporate/eco/images/sgf/index/bg_ttl.jpg) no-repeat top left;
	padding: 10px;
}

.contentsWrap h3 {
	text-align: center;
	padding: 7px 10px 13px 10px;
}

#reportList {
	width: 100%;
	margin-bottom: 20px;
}

#reportList ul li {
	background: #fff;
}

#reportList img {
	vertical-align: bottom;
}

/* アルファ */
#reportList a img:hover {
    opacity: 0.6; 
    filter: alpha(opacity=60); 
    -moz-opacity: 0.6;
}

/* 工場の環境取り組み一覧 */
#factoryList .footerLinkTtl {
	text-align: center;
	color: #fff;
	padding: 10px 0 20px;
	font-size: 1.25rem;
}
#tabs {
	border-top: #e6e6e6 1px solid;
	border-left: #e6e6e6 1px solid;
	border-right: #e6e6e6 1px solid;
}
#tabs li {
	float: left;
	width: 50%;
	height: 125px;
    white-space: nowrap;
	background: #c6c6c6;
}
#tabs li a {
	display: table;
	width: 100%;
	height: 125px;
	padding: 15px;
	box-sizing: border-box;
	color: #666;
	font-size: 1.13rem;
	text-decoration: none;
}
#tabs li .img {
	display: table-cell;
	width: 165px;
	padding-right: 10px;
}
#tabs li .tabTtl {
	display: table-cell;
	padding-bottom: 25px;
	vertical-align: middle;
	text-align: center;
	background-image: url(/corporate/eco/images/sgf/index/tab_btn_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#tabs li.active {
	background: #fff;
}
#tabs li.active a {
	color: #010101;
}
#tabs li a:hover {
    opacity: 0.6;
	transition: 0.3s;
}
#tabs li.active a:hover {
	cursor: default;
	opacity: 1;
}
#tabs li.active .tabTtl {
	background-image: url(/corporate/eco/images/sgf/index/tab_btn_off.png);
}
.tab_content {
	background: #fff;
	padding: 40px 10px;
	border-bottom: #e6e6e6 1px solid;
	border-left: #e6e6e6 1px solid;
	border-right: #e6e6e6 1px solid;
}
.hide {
	display: none;
}
.tab_content .footerLinkList li a {
	display: inline-block;
}
#tab1 .footerLinkList {
	column-count: 2;
	column-gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0 14px;
}
#tab2 .footerLinkList {
	width: 100%;
}
