@charset "UTF-8";

body {
	line-height: 1.5;
}

/* -------------------------------------- */
/* topicPass */
#topicPass {
	float: left;
	padding: 15px 0 10px 20px;
	font-size: 1.2em;
}

#topicPass ul li {
	float: left;
	margin: 0 6px 0 0;
}

#topicPass ul li a {
	text-decoration: none;
	color: #000000;
	margin: 0 6px 0 0;
}

/* -------------------------------------- */
/* h2 */
h2 {
	clear: both;
	border-bottom: 2px solid #bfbfbf;
	padding: 0 0 7px 20px;
	font-size: 1.8em;
	font-weight: bold;
}

/* -------------------------------------- */
/* summaryLeftBox */
#summaryLeftBox {
	float: left;
	width: 149px;
}

#summaryLeftBox ul li {
	width: 149px;
	height: 41px;
	background: url(images/bg_sustainabilitymenu.gif) no-repeat;
}

#summaryLeftBox ul li a {
	display: block;
	width: 149px;
	_width: 125px;
	height: 41px;
	_height: 31px;
	padding-left: 24px;
	line-height: 41px;
	background: none;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#summaryLeftBox ul li a:-moz-any-link,
a:default {
	width: 125px;
}

#summaryLeftBox ul li:hover {
	background-position: 0 -41px;
}

#summaryLeftBox ul li#focus {
	background-position: 0 -41px;
}

/* -------------------------------------- */
/* summaryRightBox, summaryRightBoxm, summaryRightBoxmap, summaryRightBoxg, summaryRightBoxh */
#summaryRightBox,
#summaryRightBoxm,
#summaryRightBoxmap,
#summaryRightBoxg,
#summaryRightBoxh {
	float: left;
	border-left: 2px solid #bfbfbf;
}

#summaryRightBox {
	width: 809px;
	_width: 769px;
	padding: 0 20px;
}

#summaryRightBox ul li {
	padding: 22px 0;
	border-bottom: 1px dashed #bfbfbf;
	line-height: 1.6;
}

#summaryRightBox ul li.noBorder {
	border-bottom: none;
}

#summaryRightBoxm {
	width: 789px;
	padding: 64px 0 100px 40px;
}

#summaryRightBoxm h3 {
	margin: 0 0 29px 0;
	font-weight: bold;
	line-height: 1.25;
}

#summaryRightBoxmap {
	width: 809px;
	padding: 28px 0 0 20px;
}

#summaryRightBoxmap h3 {
	margin: 0 0 24px 0;
	font-weight: bold;
}

#summaryRightBoxg {
	width: 809px;
	padding: 64px 0 100px 40px;
	height: 490px;
	background: url(images/groups_photo_v2.jpg) no-repeat right 64px;
}

#summaryRightBoxg h3 {
	margin: 0 0 29px 0;
	font-weight: bold;
	line-height: 1.25;
}

#summaryRightBoxh {
	width: 809px;
	padding: 28px 20px 0 20px;
}

#summaryRightBoxh h3 {
	margin: 0 0 22px 0;
}

#summaryRightBoxh h3 span.ttlHistory {
	font-weight: bold;
}

#summaryRightBoxh h4 {
	background: #005aa6;
	margin: 0 0 20px 0;
	padding: 3px 8px;
	color: #ffffff;
}

/* -------------------------------------- */
/* ttlSummary */
.ttlSummary {
	float: left;
	width: 113px;
	font-weight: bold;
}

/* -------------------------------------- */
/* contentsSummary */
.contentsSummary {
	float: left;
	width: 696px;
	_width: 656px;
}

.contentsSummary .links {
	margin: 0 0 0 10px;
	padding-left: 1.5em;
	background: url(../common/images/link_dot.gif) no-repeat left;
}

#summaryRightBox .contentsSummary ul.list li {
	margin: 0;
	padding: 0;
	border: none;
}

.rightSide {
	width: max-content;
	float: right;
	font-size: 12px;
}

table.sustainabilityTable {
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0 1em 0;
}

table.sustainabilityTable th,
table.sustainabilityTable td {
	border: 1px solid #000000;
	font-size: 13px;
	vertical-align: baseline;
}

table.sustainabilityTable th {
	background-color: rgba(0, 90, 166, 1);
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 4px 10px;
}

table.sustainabilityTable td {
	background-color: rgba(0, 90, 166, 0);
	width: 25%;
	text-align: right;
	padding: 4px 10px;
}

table.sustainabilityTable tr:nth-child(even) td {
	background-color: rgba(0, 90, 166, 0.05);
}

table.sustainabilityTable tr:last-child td {
	border-top: 3px double #000000;
	padding: 6px 10px 2px 10px;
}

table.sustainabilityTable tr td:first-child {
	text-align: center;
	font-weight: bold;
}

table.sustainabilityTable td strong {
	font-weight: bold;
}