@charset "Shift_JIS";

/*=========================

NTTファシリティーズ CSR
main.css

===========================*/


/*--------------------------------------
    共通
--------------------------------------*/
#mainContents h2.titleLarge {
	margin: 11px 0 20px;
}
#mainContents h3.titleMedium {
	margin-top: 20px;
}
#mainContents h4.titleSmall {
	margin: 35px 0 10px;
	padding-left: 15px;
	font-size: 138.5%;
	line-height: 140%;
	background: url(../img/all/title-S_head.gif) no-repeat 0 0;
}
#mainContents h2.titleLarge + p {
	color: #5F5F5F;
	font-weight: bold;
}
#mainContents h5.titleImg {
	margin: 25px 0 15px;
	padding-left: 20px;
	text-align: left;
	line-height: 100%;
	background: url(../img/all/mark_square.gif) no-repeat 0 0;
}
#mainContents h5.titleImg02 {
	margin: 25px 0 5px;
	padding-left: 20px;
	text-align: left;
	line-height: 140%;
	background: url(../img/all/mark_square.gif) no-repeat 0 1px;
}
#mainContents .caption {
	margin-top: 10px;
	padding-left: 20px;
	line-height: 100%;
	background: url(../img/all/mark_square.gif) no-repeat 0 0;
}
#mainContents .caption02 {
	margin-top: 8px;
	padding-left: 20px;
	line-height: 140%;
	background: url(../img/all/mark_square.gif) no-repeat 0 2px;
}
#mainContents .caption03 {
	margin: 10px 0 0 165px;
	text-align: right;
	line-height: 100%;
	background: url(../img/all/mark_square.gif) no-repeat 0 0;
}
#mainContents .contentsBox {
	margin: 10px auto 0;
	width: 660px;
}
#mainContents .imgBox {
	margin: 25px 0 40px;
	text-align: center;
}
#mainContents a.modal img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#mainContents a.modal:hover img {
	opacity: 0.5;
	fitlter: alpha(opacity=50);
}
#mainContents .webSite {
	margin-top: 10px;
}
#mainContents .webSite a {
	padding: 4px 0 0 50px;
	display: block;
	min-height: 30px;
	line-height: 1.4;
	background: url(../img/all/linkBtn.gif) no-repeat 0 0;
	color: #000000;
	font-weight: bold;
}
#mainContents .webSite li {
	margin-bottom: 7px;
}
#mainContents .notes a {
	color: #4F8BFF;
}
#mainContents .notes {
	margin: 15px 0 0 40px;
	color: #656565;
	font-size: 77%;
	line-height: 150%;
}
#mainContents sup {
	margin-right: 2px;
	line-height: 100%;
}
#mainContents sub {
	margin: 0 2px 0 ;
	position: relative;
	top: -2px;
	line-height: 100%;
}
#mainContents .floatBox {
	position: relative;
}
#mainContents .floatBox:after {
	content: "";
	display: block;
	clear: both;
}
#mainContents .floatLeft {
	float: left;
}
#mainContents .floatRight {
	float: Right;
}
#mainContents .imgMargin {
	margin: 0 0 20px 25px;
}


/* ページトップ */
#pageTop {
	padding-left: 30px;
	position: relative;
	width: 700px;
	height: 450px;
}
#pageTopCom {
	position: absolute;
	top: 82px;
	right: 0;
}
#pageTopMainText {
	margin-top: 10px;
	color: #ffffff;
	font-size: 108%;
	letter-spacing: -0.5px;
}
#pageTopTheme {
	padding-bottom: 7px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#pageTopTheme dt {
	margin: -6px 0 3px 0;
	text-align: center;
}
#pageTopTheme dd {
	margin: 0 10px;
	color: #FFEF00;
	font-size: 93%;
	line-height: 170%;
}

#pageTopHashira dt {
	margin-bottom: 4px;
}

/* ハイライト */
#hightRight {
	padding: 50px 0 20px;
	position: relative;
	background-color: #0068B2;
}
#hightRight .hightRightInner {
	margin: 0 auto;
	padding: 0 40px 30px;
	width: 580px;
	background-color: #ffffff;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
#hightRight h2 {
	position: absolute;
	top: 16px;
	left: 20px;
}
#hightRight h3 {
	margin-bottom: 40px;
	padding-top: 20px;
	text-align: center;
}
#hightRight h4 {
	margin: 30px 0 7px;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
}
#hightRight h5 {
	margin: 35px 0 15px;
	padding-top: 30px;
	text-align: center;
	border-top: 1px dashed #7F7F7F;
}
#hightRight #smartSafety {
	position: absolute;
	top: -10px;
	left: 200px;
}
#hightRight .imgBox dt {
	margin-bottom: 25px;
}


/* マージン設定 */
#mainContents .topMargin05 { margin-top: 5px !important; }
#mainContents .topMargin10 { margin-top: 10px !important; }
#mainContents .topMargin15 { margin-top: 15px !important; }
#mainContents .topMargin20 { margin-top: 20px !important; }
#mainContents .topMargin25 { margin-top: 25px !important; }
#mainContents .topMargin30 { margin-top: 30px !important; }
#mainContents .topMargin35 { margin-top: 35px !important; }
#mainContents .topMargin40 { margin-top: 40px !important; }
#mainContents .topMargin45 { margin-top: 45px !important; }
#mainContents .topMargin50 { margin-top: 50px !important; }

/*--------------------------------------
    サイド
--------------------------------------*/
/* a00_normal */
.a00 #sideContents li#sNav01 a { background: url(../img/nav/sNav00.gif) no-repeat 0 0; }
.a00 #sideContents li#sNav02 a { background: url(../img/nav/sNav00.gif) no-repeat 0 -52px; }
.a00 #sideContents li#sNav03 a { background: url(../img/nav/sNav00.gif) no-repeat 0 -104px; }

/* a00_hover */
.a00 #sideContents li#sNav01 a:hover { background-position: -161px 0; }
.a00 #sideContents li#sNav02 a:hover { background-position: -161px -52px; }
.a00 #sideContents li#sNav03 a:hover { background-position: -161px -104px; }

/* a00_current */
#a00_01 #sideContents li#sNav01 a { background-position: -161px 0; }
#a00_02 #sideContents li#sNav02 a { background-position: -161px -52px; }
#a00_03 #sideContents li#sNav03 a { background-position: -161px -104px; }

/* b01_normal */
.b01 #sideContents li#sNav01 a { background: url(../img/nav/sNav01.gif) no-repeat 0 0; }
.b01 #sideContents li#sNav02 a { background: url(../img/nav/sNav01.gif) no-repeat 0 -52px; }
.b01 #sideContents li#sNav03 a { background: url(../img/nav/sNav01.gif) no-repeat 0 -104px; }
.b01 #sideContents li#sNav04 a { background: url(../img/nav/sNav01.gif) no-repeat 0 -156px; }

/* b01_hover */
.b01 #sideContents li#sNav01 a:hover { background-position: -161px 0; }
.b01 #sideContents li#sNav02 a:hover { background-position: -161px -52px; }
.b01 #sideContents li#sNav03 a:hover { background-position: -161px -104px; }
.b01 #sideContents li#sNav04 a:hover { background-position: -161px -156px; }

/* b01_current */
#b01_01 #sideContents li#sNav01 a { background-position: -161px 0; }
#b01_02 #sideContents li#sNav02 a { background-position: -161px -52px; }
#b01_03 #sideContents li#sNav03 a { background-position: -161px -104px; }
#b01_04 #sideContents li#sNav04 a { background-position: -161px -156px; }

/* c02_normal */
.c02 #sideContents li#sNav01 a { background: url(../img/nav/sNav02.gif) no-repeat 0 0; }
.c02 #sideContents li#sNav02 a { background: url(../img/nav/sNav02.gif) no-repeat 0 -52px; }
.c02 #sideContents li#sNav03 a { background: url(../img/nav/sNav02.gif) no-repeat 0 -104px; }
.c02 #sideContents li#sNav04 a { background: url(../img/nav/sNav02.gif) no-repeat 0 -156px; }
.c02 #sideContents li#sNav05 a { background: url(../img/nav/sNav02.gif) no-repeat 0 -208px; }
.c02 #sideContents li#sNav06 a { background: url(../img/nav/sNav02.gif) no-repeat 0 -260px; }
.c02 #sideContents li#sNav07 a { background: url(../img/nav/sNav02.gif) no-repeat 0 -312px; }

/* c02_hover */
.c02 #sideContents li#sNav01 a:hover { background-position: -161px 0; }
.c02 #sideContents li#sNav02 a:hover { background-position: -161px -52px; }
.c02 #sideContents li#sNav03 a:hover { background-position: -161px -104px; }
.c02 #sideContents li#sNav04 a:hover { background-position: -161px -156px; }
.c02 #sideContents li#sNav05 a:hover { background-position: -161px -208px; }
.c02 #sideContents li#sNav06 a:hover { background-position: -161px -260px; }
.c02 #sideContents li#sNav07 a:hover { background-position: -161px -312px; }

/* c02_current */
#c02_01 #sideContents li#sNav01 a { background-position: -161px 0; }
#c02_02 #sideContents li#sNav02 a { background-position: -161px -52px; }
#c02_03 #sideContents li#sNav03 a { background-position: -161px -104px; }
#c02_04 #sideContents li#sNav04 a { background-position: -161px -156px; }
#c02_05 #sideContents li#sNav05 a { background-position: -161px -208px; }
#c02_06 #sideContents li#sNav06 a { background-position: -161px -260px; }
#c02_07 #sideContents li#sNav07 a { background-position: -161px -312px; }

/* d03_normal */
.d03 #sideContents li#sNav01 a { background: url(../img/nav/sNav03.gif) no-repeat 0 0; }
.d03 #sideContents li#sNav02 a { background: url(../img/nav/sNav03.gif) no-repeat 0 -52px; }
.d03 #sideContents li#sNav03 a { background: url(../img/nav/sNav03.gif) no-repeat 0 -104px; }

/* d03_hover */
.d03 #sideContents li#sNav01 a:hover { background-position: -161px 0; }
.d03 #sideContents li#sNav02 a:hover { background-position: -161px -52px; }
.d03 #sideContents li#sNav03 a:hover { background-position: -161px -104px; }

/* d03_current */
#d03_01 #sideContents li#sNav01 a { background-position: -161px 0; }
#d03_02 #sideContents li#sNav02 a { background-position: -161px -52px; }
#d03_03 #sideContents li#sNav03 a { background-position: -161px -104px; }

/* e04_normal */
.e04 #sideContents li#sNav01 a { background: url(../img/nav/sNav04.gif) no-repeat 0 0; }
.e04 #sideContents li#sNav02 a { background: url(../img/nav/sNav04.gif) no-repeat 0 -52px; }
.e04 #sideContents li#sNav03 a { background: url(../img/nav/sNav04.gif) no-repeat 0 -104px; }
.e04 #sideContents li#sNav04 a { background: url(../img/nav/sNav04.gif) no-repeat 0 -156px; }
.e04 #sideContents li#sNav05 a { background: url(../img/nav/sNav04.gif) no-repeat 0 -208px; }

/* e04_hover */
.e04 #sideContents li#sNav01 a:hover { background-position: -161px 0; }
.e04 #sideContents li#sNav02 a:hover { background-position: -161px -52px; }
.e04 #sideContents li#sNav03 a:hover { background-position: -161px -104px; }
.e04 #sideContents li#sNav04 a:hover { background-position: -161px -156px; }
.e04 #sideContents li#sNav05 a:hover { background-position: -161px -208px; }

/* e04_current */
#e04_01 #sideContents li#sNav01 a { background-position: -161px 0; }
#e04_02 #sideContents li#sNav02 a { background-position: -161px -52px; }
#e04_03 #sideContents li#sNav03 a { background-position: -161px -104px; }
#e04_04 #sideContents li#sNav04 a { background-position: -161px -156px; }
#e04_05 #sideContents li#sNav05 a { background-position: -161px -208px; }

/* f05_normal */
.f05 #sideContents li#sNav01 a { background: url(../img/nav/sNav05.gif) no-repeat 0 0; }
.f05 #sideContents li#sNav02 a { background: url(../img/nav/sNav05.gif) no-repeat 0 -52px; }
.f05 #sideContents li#sNav03 a { background: url(../img/nav/sNav05.gif) no-repeat 0 -104px; }

/* f05_hover */
.f05 #sideContents li#sNav01 a:hover { background-position: -161px 0; }
.f05 #sideContents li#sNav02 a:hover { background-position: -161px -52px; }
.f05 #sideContents li#sNav03 a:hover { background-position: -161px -104px; }

/* f05_current */
#f05_01 #sideContents li#sNav01 a { background-position: -161px 0; }
#f05_02 #sideContents li#sNav02 a { background-position: -161px -52px; }
#f05_03 #sideContents li#sNav03 a { background-position: -161px -104px; }

/* g06_normal */
.g06 #sideContents li#sNav01 a { background: url(../img/nav/sNav06.gif) no-repeat 0 0; }
.g06 #sideContents li#sNav02 a { background: url(../img/nav/sNav06.gif) no-repeat 0 -52px; }

/* g06_hover */
.g06 #sideContents li#sNav01 a:hover { background-position: -161px 0; }
.g06 #sideContents li#sNav02 a:hover { background-position: -161px -52px; }

/* g06_current */
#g06_01 #sideContents li#sNav01 a { background-position: -161px 0; }
#g06_02 #sideContents li#sNav02 a { background-position: -161px -52px; }

/* h07_normal */
.h07 #sideContents li#sNav01 a { background: url(../img/nav/sNav07.gif) no-repeat 0 0; }
.h07 #sideContents li#sNav02 a { background: url(../img/nav/sNav07.gif) no-repeat 0 -52px; }

/* h07_hover */
.h07 #sideContents li#sNav01 a:hover { background-position: -161px 0; }
.h07 #sideContents li#sNav02 a:hover { background-position: -161px -52px; }

/* h07_current */
#h07_01 #sideContents li#sNav01 a { background-position: -161px 0; }
#h07_02 #sideContents li#sNav02 a { background-position: -161px -52px; }

/*--------------------------------------
    ページ内リンク
--------------------------------------*/
/* 共通 */
#pageLink {
	padding: 7px 0 3px 7px;
	position: absolute;
	top: -400px;
	right: -170px;
	width: 143px;
	background-color: #0068B2;
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border-radius: 3px;         /* CSS3 */
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
#pageLink dt {
	margin-bottom: 7px;
}
#pageLink .arrow {
	position: absolute;
	top: 50%;
	left: -9px;
}

/*--------------------------------------
    トップ
--------------------------------------*/
#top #topTitle01 {
	margin-top: 5px;
}
#top #mainContents {
	padding: 0;
	width: 650px;
	border: none;
	float: right;
}
#top #sideContents {
	margin-left: 8px;
	display: inline;
	width: 309px;
}
#top #topNav01 {
	width: 656px;
}
#top #topNav01 li {
	margin: 0 0 5px;
	float: left;
}
#top #topTitle02 {
	margin-top: 20px;
	padding-left: 1px;
}
#top #topNav02 {
	margin-right: -18px;
	padding-left: 1px;
	width: 656px;
}
#top #topNav02 li {
	margin: 9px 18px 0 0;
	float: left;
}
#top #sideContents p a {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#top #sideContents p a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#top #policy {
	margin: 30px 30px 0 15px;
	padding-left: 15px;
	border-left: 2px solid #0068B2;
}
#top #policy h3 {
	color: #0068B2;
	font-size: 123.1%;
	font-weight: bold;
}
#top #policy p {
	color: #0068B2;
	font-size: 85%;
	line-height: 172%;
}
#top #policy dt {
	margin-top: 10px;
	font-size: 93%;
	font-weight: bold;
	color: #000000;
}
#top #policy dd {
	font-size: 85%;
	line-height: 172%;
	color: #333333;
}
#top #policy dd li {
	margin-left: 1.5em;
	list-style: disc;
}
#top #sideContents p {
	margin-top: 13px;
}


/*--------------------------------------
    00. 社会と私たち
--------------------------------------*/
/* 私たちと社会 */
#a00_00 #mainContents {
	color: #FFFFFF;
}
#a00_00 .a00_00_mainBox01,
#a00_00 .a00_00_mainBox02,
#a00_00 .a00_00_mainBox03 {
	background-color: #9CC328;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	padding: 30px;
	margin-top: 20px;
}
#a00_00 .a00_00_mainBox01 dt,
#a00_00 .a00_00_mainBox02 dt {
	clear: left;
	float: left;
	border-left: #C5DB8A solid 13px;
	padding-left: 7px;
	line-height: 100%;
}
#a00_00 .a00_00_mainBox01 dt span,
#a00_00 .a00_00_mainBox02 dt span {

}
#a00_00 .a00_00_mainBox01 dt {
	width: 9em;
	font-weight: bold;
}
#a00_00 .a00_00_mainBox01 dd {
	padding-left: 11em;
	position: relative;
	top: -4px;
}
#a00_00 .a00_00_mainBox02 dt {
	width: 12em;
	font-weight: bold;
}
#a00_00 .a00_00_mainBox02 dd {
	padding-left: 12em;
	position: relative;
	top: -4px;
}
#a00_00 .a00_00_mainBox03 {
	position: relative;
}
#a00_00 .a00_00_mainBox03 .att {
	position: absolute;
	top: 30px;
	left: 300px;
	font-size: 85%;
}
#a00_00 .a00_00_footBox {
	background: url(../img/00_img/00_00_img05.jpg) no-repeat 0 0;
	width:700px;
	height: 426px;
}
#a00_00 .a00_00_footBox p {
	width: 380px;
	padding: 0 50px 0 280px;
}

/* 私たちの事業 */
#a00_01 .a00_dl01 {
	float: left;
}
#a00_01 .a00_dl01 dt {
	color: #0068B2;
	font-weight: bold;
}
#a00_01 .a00_dl01 dd li {
	margin-left: 1.5em;
	list-style: outside disc;
}
#a00_01 .box01,
#a00_01 .box02,
#a00_01 .box03 {
	position: relative;
	margin-bottom: 30px;
}
#a00_01 .box01 .imgBox,
#a00_01 .box02 .imgBox,
#a00_01 .box03 .imgBox {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
#a00_01 .box01 .a00_dl01 {
	width: 21em;
}
#a00_01 .box02 .a00_dl01 {
	width: 25em;
}
#a00_01 .box03 .a00_dl01 {
	width: 25em;
}
#a00_01 .box02 img {
	margin-top: 25px;
}
/* 社長メッセージ */
#a00_03 .signBox {
	float: right;
}


/*--------------------------------------
    01. 人と社会のコミュニケーション
--------------------------------------*/
/* 人と社会のコミュニケーション */
.b01 #pageTop {
	background: url(../img/01_img/01_00_img00.gif) no-repeat 0 0;
}
.b01 #pageTopTitle {
	margin: 30px 0 30px;
}
.b01 #pageTopTheme {
	margin-top: 20px;
	width: 310px;
}
.b01 #pageTopHashira {
	position: absolute;
	bottom: 8px;
	right: 180px;
}
#b01_02 .imgCenter {
	margin: 25px auto 0;
	width: 472px;
}

/* 安全でスマートな社会づくりへの貢献 */
#b01_02 .contentsBox p {
	margin-bottom: 10px;
}

/* グローバルな事業で各地に貢献 */
#b01_03 .contentsBox .w380 {
	width: 380px;
}
#b01_03 .contentsBox .w250 {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
}
#b01_03 .contentsBox h5.titleImg {
	margin-bottom: 10px;
}
#b01_03 .notes dt {
	font-weight: bold;
}


/*--------------------------------------
    02. 人と地球のコミュニケーション
--------------------------------------*/
/* 人と地球のコミュニケーション */
.c02 #pageTop {
	background: url(../img/02_img/02_00_img00.gif) no-repeat 0 0;
}
.c02 #pageTopTitle {
	margin: 30px 0 30px;
}
.c02 #pageTopTheme {
	margin-top: 20px;
	width: 348px;
}
.c02 #pageTopHashira {
	position: absolute;
	bottom: 55px;
	right: 135px;
}

/* HighLight */
#c02_01 #hightRight h5.titleImg {
	padding-top: 0;
	border: none;
}
#c02_01 #hightRight dl.imgBox {
	margin-bottom: 0;
}
#c02_01 #yoshinogari {
	margin: 10px auto 0;
	width: 500px;
	font-size: 85%;
	line-height: 160%;
}
#c02_01 #yoshinogari dt {
	width: 6em;
	color: #0068B2;
	float: left;
	clear: both;
}
#c02_01 #yoshinogari dd {
	padding-left: 6em;
}
#c02_01 .megaSolarBox {
	position: relative;
	margin-top: 25px;
}
#c02_01 .megaSolarBox #megaSolarTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 38px;
	left: 60px;
}
#c02_01 .megaSolarBox #megaSolarLead {
	position: absolute;
	top: 145px;
	left: 60px;
}
#c02_01 .megaSolarBox p {
	position: absolute;
	top: 175px;
	left: 60px;
	width: 354px;
}

/* 環境マネジメント体制の強化 */
#c02_04 .philosophyBox {
	margin-bottom: 10px;
	padding: 10px 20px;
	border: 1px solid #656565;
}
#c02_04 .philosophyBox h6 {
	font-weight: bold;
}
#c02_04 #philosophyImg01 {
	margin: 27px 00 0;
	float: left;
}
#c02_04 #philosophyImg02 {
	margin: 14px 00 0;
	float: left;
}
#c02_04 #philosophyList01,
#c02_04 #philosophyList02 {
	margin-top: 10px;
	padding-left: 280px;
}
#c02_04 #philosophyList03 {
	margin: 10px 0 0 20px;
}
#c02_04 .philosophyBox li {
	color: #9DC138;
	list-style: disc;
}
#c02_04 .philosophyBox li span {
	color: #4d4d4d;
}

/* 環境リスク対策の徹底 */
#c02_05 #guideline {
	margin-top: 20px;
}
#c02_05 #guideline dt {
	width: 6em;
	float: left;
	clear: both;
}
#c02_05 #guideline dd {
	padding-left: 6em;
}
#c02_05 #guideline dd li {
	margin-left: 8px;
}

/* 自社の環境負荷の削減 */
#c02_06 .contentsBox h5.titleSmall02 {
	margin-bottom: 5px;
	padding-left: 4px;
	line-height: 1;
	border-left: 12px solid #4d4d4d;
}
#c02_06 .contentsBox h5.titleImg {
	margin-left: 70px;
}
#c02_06 .contentsBox h5.titleImg02 {
	margin-top: 0;
}
#c02_06 .contentsBox .w320 {
	margin: 30px 60px 0 0;
	width: 320px;
	float: left;
	clear: both;
}
#c02_06 .contentsBox .w320 dt {
	font-weight: bold;
}
#c02_06 .contentsBox .floatBox .imgBox {
	margin: 32px 0 0;
	width: 225px;
	float: left;
}

/* 製品・サービスを通じた貢献 */
#c02_07 .contentsBox h5.dataCenter {
	margin-top: 25px;
	font-weight: bold;
}
#c02_07 .contentsBox .imgBoxCenter01 {
	margin: 20px 0 40px 141px;
}
#c02_07 .contentsBox .imgBoxCenter02 {
	margin: 20px 0 40px 120px;
}
#c02_07 .contentsBox .imgBoxCenter03 {
	margin: 20px 0 40px 94px;
}
#c02_07 .contentsBox .imgBoxCenter04 {
	margin: 20px 0 40px 169px;
}
#c02_07 .contentsBox .imgBoxCenter05 {
	margin: 20px auto 40px;
	text-align:center;
}
#c02_07 .contentsBox .imgBoxCenter05 .caption {
	margin-top: 20px;
}
#c02_07 .contentsBox .notes {
	margin-bottom: 20px;
}

/*--------------------------------------
    03. 安心・安全のコミュニケーション
--------------------------------------*/
/*安心・安全のコミュニケーション */
.d03 #pageTop {
	background: url(../img/03_img/03_00_img00.gif) no-repeat 0 0;
}
.d03 #pageTopTitle {
	margin: 30px 0 25px;
}
.d03 #pageTopTheme {
	margin-top: 13px;
	width: 464px;
}
.d03 #pageTopTheme dd {
	font-size: 85%;
}
.d03 #pageTopHashira {
	position: absolute;
	bottom: 52px;
	right: 80px;
}

/* 情報セキュリティの徹底 */
#d03_02 .contentsBox .w278 {
	width: 278px;
}
#d03_02 .contentsBox .w333 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 333px;
}
#d03_02 .contentsBox .w334 {
	position: absolute;
	top: 0;
	right: 0;
	width: 334px;
}
#d03_02 .contentsBox h5.titleImg {
	margin: 0 0 10px;
}

/* リスクマネジメント */
#d03_03 .contentsBox .imgBoxLeft {
	margin-top: 20px;
	width: 660px;
	text-align: left;
}
#d03_03 .contentsBox .imgBoxLeft img:first-child {
	margin-right: 15px;
}
#d03_03 .contentsBox .imgBoxCenter {
	margin: 20px auto 0;
	width: 348px;
}

/*--------------------------------------
    04. チームNTTのコミュニケーション
--------------------------------------*/
.e04 #pageTop {
	background: url(../img/04_img/04_00_img00.gif) no-repeat 0 0;
}
.e04 #pageTopTitle {
	margin: 30px 0 20px;
}
.e04 #pageTopTheme {
	position: absolute;
	top: 335px;
	left: 380px;
	width: 305px;
}
.e04 #pageTopCom {
	position: absolute;
	top: 135px;
}
.e04 #pageTopTheme dd {
	font-size: 85%;
}
.e04 #pageTopHashira {
	position: absolute;
	bottom: 37px;
}
.e04 table {
	margin: 0 auto;
    border-collapse: collapse;
} 
#e04_01 table {
    width: 500px;
} 
#e04_05 table {
    width: 660px;
} 
.e04 table th,
.e04 table td {
	border: 1px solid #333333;
}
.e04 table th {
	background-color: #C3CAD0;
    padding: 2px;
}
.e04 table td {
    padding: 10px;
}
.e04 table.table01 td.td02 {
	width: 3em;
	text-align:  center;
}
.e04 table.table02 th,
.e04 table.table02 td {
	text-align: center;
}
.e04 table.table01 td.td01,
.e04 table.table01 td.td03 {
	text-align: left;
}
.e04 table.table02 td.gender {
	text-align: left;
	vertical-align: top;
}
.e04 .contentsBox .listDisc li {
	margin-left: 1.5em;
	list-style: outside disc;
}
#e04_02 .imgBox {
	width: 598px;
	margin: 25px auto 40px;
}
#e04_03 .floatRight .titleImg02 {
	margin-top: 0;
}
#e04_03 .floatLeft {
	margin-right: 7px;
}
#e04_03 .w340,
#e04_04 .w340 {
	width: 340px;
}
#e04_04 .w340 {
	margin-right: 70px;
}
#e04_04 .w280 {
	margin-right: 32px;
	width: 280px;
	float: left;
}
#e04_04 .w335 {
	width: 335px;
	float: left;
}
#e04_04 h5.titleImg {
	margin: 0 0 10px;
}
#e04_04 .w203 {
	width: 203px;
	float: left;
}
#e04_05 .w335 {
	width: 335px;
	float: left;
}
#e04_05 .w292 {
	width: 292px;
	float: right;
}

#e04_05 .imgBox {
	width: 575px;
	margin: 25px auto 40px;
}

/*--------------------------------------
    05. CSR経営の基盤
--------------------------------------*/
/* CSR経営の基盤 */
.f05 #pageTop {
	background-color: #E8EBED;
	-moz-border-radius: 15px;    /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
	border-radius: 15px;         /* CSS3 */
}
.f05 #pageTopTitle {
	margin: 30px 0 30px;
}
.f05 #pageTopMainText {
	color: #656565;
	font-size:116%; 
}
.f05 #pageTopMenu {
	width: 403px;
	margin:60px auto 0;
}
.f05 #pageTopMenu li {
	margin-bottom: 16px;
}
.f05 #pageTopMenu a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.f05 #pageTopMenu a:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=40);
}
#f05_01 h5.titleImg,
#f05_02 h5.titleImg {
	margin-left: 90px;
}

/*--------------------------------------
    06. 詳細情報
--------------------------------------*/
.g06 a {
	color: #4F8BFF;
}
#g06_02 .imgBox ul {
	width: 560px;
	margin: 0 50px;
}
#g06_02 .contentsBox .caption {
	margin-left: 50px;
}


/*--------------------------------------
    07. ダウンロード・アンケート
--------------------------------------*/
/* ダウンロード */
#h07_01 .contentsBox a {
	display: block;
	width: 196px;
	height: 36px;
	margin: 0 auto;
}

#h07_02 #attention {
	margin: 30px auto 0;
	padding: 10px 20px;
	width: 550px;
	font-size: 93%;
	line-height: 1.7;
	background-color: #E5E5E5;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#h07_02 #attention dt {
	font-weight: bold;
}
#h07_02 #attention a {
	color: #0067B1;
}
#h07_02 h3 {
	margin-top: 35px;
	color: #9dc138;
	font-size: 138.5%;
}
#h07_02 h3:after {
	content: "";
	display: block;
	clear: both;
}
#h07_02 h3 img {
	margin-right: 10px;
	float: left;
}
#h07_02 h3 span {
	display: block;
	line-height: 44px;
}
#h07_02 h3.single {
	line-height: 44px;
}
#h07_02 form textarea,
#h07_02 form input,
#h07_02 form label {
	cursor: pointer !important;
}
#h07_02 form textarea,
#h07_02 form input[type="text"] {
	border: 1px solid #cccccc;
}
#h07_02 form textarea {
	width: 100%;
}
#h07_02 form dl,
#h07_02 form ul {
	font-size: 116%;
}
#h07_02 form .textAreaComment {
	margin-top: 10px;
}
#h07_02 form .textAreaComment dt {
	margin-bottom: 5px;
	font-size: 93%;
	font-weight: bold;
}
#h07_02 #q1 dt {
	margin-bottom: 3px;
	font-weight: bold;
	clear: both;
}
#h07_02 #q1 dd {
	margin: 0 3em 8px 1em;
	width: 8em;
	float: left;
}
#h07_02 #q2 ul,
#h07_02 #q3 ul {
	margin-left: 1em;
}
#h07_02 #q2 li,
#h07_02 #q3 li {
	margin-bottom:8px;
	width: 21em;
	float: left;
}
#h07_02 #q4 li {
	margin-right: 30px;
	float: left;
}
#h07_02 #other {
	margin-top: 30px;
}
#h07_02 #other .thanksComment {
	color: #9dc138;
	font-size: 116%;
	font-weight: bold;
}
#h07_02 #other dl {
	margin: 10px 0 25px;
}
#h07_02 #other dt {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 138.5%;
	line-height: 1;
	border-left: 6px solid #9dc138;
}
#h07_02 #other dd {
	float: left;
}
#h07_02 #other01 dd,
#h07_02 #other02 dd {
	width: 6em;
}
#h07_02 #other03 dd {
	margin-bottom: 8px;
	width: 33%;
}
#h07_02 #other03 dd.w60 {
	width: 60%;
}
#h07_02 #other p {
	font-size: 100%;
	text-align: center;
}
#h07_02 #submitArea {
	margin-top: 25px;
	padding: 15px;
	background-color: #e5e5e5;
}
#h07_02 #submitArea p {
	color: #cd002d;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
}
#h07_02 #submitArea ul {
	margin: 15px auto 0;
	width: 320px;
}
#h07_02 #submitArea li {
	margin-right: 10px;
	float: left;
}
#h07_02 #submitArea button {
	width: 150px;
	height: 32px;
	color: #ffffff;
	font-size: 93%;
	line-height: 30px;
	background : #9DC138;
	background : rgba(157, 193, 56, 1);
	box-shadow : 1px 1px 1px rgba(77, 77, 77, 1);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#4D4D4D');
	border: none;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#h07_02 #submitArea button:hover {
	opacity: 0.6;
	filther: alpha(opacity=60);
}
#h07_02 .radio01,
#h07_02 .radio02,
#h07_02 .radio03,
#h07_02 .radio04,
#h07_02 .radio05,
#h07_02 .radio06,
#h07_02 .radio07,
#h07_02 .check {
	position: absolute;
	z-index: -1;
}
#h07_02 .radioLabel {
	padding-left: 19px;
	background: url(../img/07_img/07_02_form_sprite.png) no-repeat 0 1px;
}
#h07_02 .checkLabel {
	padding-left: 19px;
	background: url(../img/07_img/07_02_form_sprite.png) no-repeat 0 -48px;
}
#h07_02 .radioSelected {
	background-position: 0 -18px;
}
#h07_02 .checkSelected {
	background-position: 0 -68px;
}
/*
#h07_02 input[checked="checked"]+label {
	background-position: 0 -18px;
}
*/

/*--------------------------------------
    08. 第三者意見
--------------------------------------*/
.i08 .profile {
	width: 377px;
}
.i08 .profileText {
	border-top: 1px solid #0068B2;
	line-height: 155%;
	padding-top: 3px;
}
.i08 .i08_01_returnBox {
	background-color: #EEEEEE;
	padding: 18px;
	margin-top: 60px;
}
.i08 .i08_01_returnTitle {
	margin: 0 auto 10px;
	width: 190px;
}
.i08 .i08_01_returnSub {
	margin: 0 auto 20px;
	width: 281px;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../img/all/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/all/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
