@charset "Shift_JIS";

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

NTTファシリティーズ CSR
main.css

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


/*--------------------------------------
    共通
--------------------------------------*/
#mainContents h2.titleLarge {
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 192%;
	font-weight: bold;
	background: #0068B6;
}
#mainContents h3.titleMedium {
	margin: 25px 0;
	padding: 15px 0 15px 20px;
	display: block;
	text-align: left;
	line-height: 150%;
	color: #000;
	font-size: 161%;
	font-weight: bold;
	letter-spacing: 2px;
	border-top: #0067b5 dotted 2px;
	border-bottom: #0067b5 dotted 2px;
}
#mainContents h3.titleMedium01 {
	margin-top: 20px;
	padding: 10px 0;
	display: block;
	line-height: 120%;
	text-align: center;
	color: #fff;
	font-size: 146%;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #0067b5;
}
#mainContents h3.titleMedium02 {
	color: #0067b5;
	font-size: 177%;
}
#mainContents h3.titleMedium02 .titleMedium02Img {
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px solid #7f7f7f;
}
#mainContents h3.titleMedium03 {
	color: #0067b5;
	line-height: 150%;
	font-size: 146%;
	font-weight: bold;
}
#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;
	clear: both;
}
#mainContents h4.titleSmall02 {
	margin: 30px 0 10px;
	color: #0068B6;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 22px;
	clear: both;
}
#mainContents h5.titleXsmall {
	margin: 20px 0 5px;
	font-size: 116%;
	font-weight: bold;
}

#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 .imgBox li {
	display: block;
}
#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 .notes_ni {
	margin-top: 5px;
	font-size: 77%;
}
#mainContents .notes_ni li:before {
	content: "※";
	margin-right: 2px;
}
#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;
}
#mainContents h4.oldHighlight {
	margin: 30px 0 7px;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
}
#mainContents .commentBox {
	margin: 30px 0 40px;
	padding: 20px 30px;
	background-color: #ebebeb;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#mainContents .commentBox h6 {
	width: 100%;
	line-height: 150%;
	color: #006fbb;
	font-size: 154%;
	font-weight: bold;
}
#mainContents p .smalltext {
	margin-top: 2px !important;
	display: block;
	font-size: 82%;
}

/* ページトップ */
#pageTop {
	padding-bottom: 50px;
	position: relative;
	width: 700px;
}
.pageTitleArea {
	margin: 0 0 40px 40px;
	padding-top: 159px;
}
#pageTop #pageTopTitle {
	margin: 0;
}
#pageTop #approach {
	margin-top: 28px;
	margin-bottom: 25px;
	border-top: 1px solid #fff;
}
#pageTop #pageTopBox {
	margin-top: 32px;
}
#pageTop #pageTopLeadArea {
	margin: 25px 40px 50px;
	line-height: 175%;
	color: #fff;
	font-size: 123%;
}
#pageTopMainText01 {
	margin-top: 20px;
}
#pageTopHashira {
	margin-left: 60px;
	position: relative;
	color: #fff;
}
#pageTopHashira dl {
	display: table;
}
#pageTopHashira dt {
	margin: 0 auto;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 123%;
	font-weight: bold;
}
#pageTopHashira dd {
	padding-left: 22px;
	position: relative;
	display: table-cell;
}
#pageTopHashira dd:before {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 78px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
#pageTopHashira dd:after {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	width: 22px;
	height: 78px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#pageTopHashira dd ul {
	margin: 0 2.5em;
}
#pageTopHashira dd li {
	margin: 0 10px;
	line-height: 170%;
	color: #fff;
	list-style: disc inside;
	font-size: 115%;
}
#pageTopHashira dd li span {
	margin-left: -0.75em;
}
.sdgsArea {
	margin-top: 60px;
	padding-bottom: 30px;
}
.sdgsTitle {
	padding-left: 40px;
	width: 207px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
}
.sdgsText {
	margin: 27px 0 0 40px;
	width: 484px;
	color: #fff;
	float: left;
}
.sdgsIcon {
	margin: 30px 40px 0 0;
	float: right;
}

/* ハイライト */
#hightlight {
	position: relative;
}
#hightlight .hightlightInner {
	margin: 0 auto;
	width: 580px;
}
#hightlight .hltitle01 {
	margin-top: 35px;
}
#hightlight .hltitle02 {
	margin: 15px 0 23px;
	padding: 20px 0;
}
#hightlight .hlImgBox {
	margin: 0 auto 60px;
	text-align: center;
}	
#hightlight .hlImgTitle {
	margin: 35px 0 8px;
	font-size: 108%;
}
#hightlight .indentLeft {
	margin: 17px 0 12px;
	text-align: left;
}
#hightlight .dashTop {
	margin-top: 20px;
	border-top: 1px dashed #cccccc;
}
#hightlight .dashTop li {
	width: 290px;
	text-align: left;
	float: left;
}
#hightlight .dashTop li:first-child {
	width: 289px;
	border-right: 1px dashed #cccccc;
}

/* マージン設定 */
#mainContents .topMargin00 { margin-top: 0 !important; }
#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; }
#mainContents .topMargin55 { margin-top: 55px !important; }
#mainContents .topMargin60 { margin-top: 60px !important; }
#mainContents .topMargin65 { margin-top: 65px !important; }
#mainContents .topMargin70 { margin-top: 70px !important; }
#mainContents .topMargin75 { margin-top: 75px !important; }
#mainContents .topMargin80 { margin-top: 80px !important; }
#mainContents .topMargin85 { margin-top: 85px !important; }
#mainContents .topMargin90 { margin-top: 90px !important; }
#mainContents .topMargin95 { margin-top: 95px !important; }
#mainContents .topMargin100 { margin-top: 100px !important; }

#mainContents .btMargin00 { margin-bottom: 0 !important; }
#mainContents .btMargin05 { margin-bottom: 5px !important; }
#mainContents .btMargin10 { margin-bottom: 10px !important; }
#mainContents .btMargin15 { margin-bottom: 15px !important; }
#mainContents .btMargin20 { margin-bottom: 20px !important; }
#mainContents .btMargin25 { margin-bottom: 25px !important; }
#mainContents .btMargin30 { margin-bottom: 30px !important; }
#mainContents .btMargin35 { margin-bottom: 35px !important; }
#mainContents .btMargin40 { margin-bottom: 40px !important; }
#mainContents .btMargin45 { margin-bottom: 45px !important; }
#mainContents .btMargin50 { margin-bottom: 50px !important; }
#mainContents .btMargin55 { margin-bottom: 55px !important; }
#mainContents .btMargin60 { margin-bottom: 60px !important; }
#mainContents .btMargin65 { margin-bottom: 65px !important; }
#mainContents .btMargin70 { margin-bottom: 70px !important; }
#mainContents .btMargin75 { margin-bottom: 75px !important; }
#mainContents .btMargin80 { margin-bottom: 80px !important; }
#mainContents .btMargin85 { margin-bottom: 85px !important; }
#mainContents .btMargin90 { margin-bottom: 90px !important; }
#mainContents .btMargin95 { margin-bottom: 95px !important; }
#mainContents .btMargin100 { margin-bottom: 100px !important; }

#mainContents .rMargin08 { margin-right: 8px !important; }
#mainContents .rMargin15 { margin-right: 15px !important; }

#mainContents .leftMargin00 { margin-left: 0 !important; }
#mainContents .leftMargin05 { margin-left: 5px !important; }
#mainContents .leftMargin10 { margin-left: 10px !important; }
#mainContents .leftMargin15 { margin-left: 15px !important; }
#mainContents .leftMargin18 { margin-left: 18px !important; }
#mainContents .leftMargin20 { margin-left: 20px !important; }
#mainContents .leftMargin25 { margin-left: 25px !important; }
#mainContents .leftMargin30 { margin-left: 30px !important; }
#mainContents .leftMargin35 { margin-left: 35px !important; }
#mainContents .leftMargin40 { margin-left: 40px !important; }
#mainContents .leftMargin45 { margin-left: 45px !important; }
#mainContents .leftMargin50 { margin-left: 50px !important; }
#mainContents .leftMargin55 { margin-left: 55px !important; }
#mainContents .leftMargin60 { margin-left: 60px !important; }
#mainContents .leftMargin65 { margin-left: 65px !important; }
#mainContents .leftMargin70 { margin-left: 70px !important; }
#mainContents .leftMargin75 { margin-left: 75px !important; }
#mainContents .leftMargin80 { margin-left: 80px !important; }
#mainContents .leftMargin85 { margin-left: 85px !important; }
#mainContents .leftMargin90 { margin-left: 90px !important; }
#mainContents .leftMargin95 { margin-left: 95px !important; }
#mainContents .leftMargin100 { margin-left: 100px !important; }

.w480 {
	width: 480px;
}
.weblink {
	margin-left: 10px;
	padding-left: 20px;
	display: inline-block;
	min-height: 18px;
	line-height: 18px;
	color: #0054A6;
	font-size: 77%;
	background: url(../img/00_img/00_01_img07.png) no-repeat 0 0;
}
.weblink a {
	color: #0068b6;
}
.caution {
	background-color: #F7F503;
}

/*図版待ち*/
.img_cover {
	position: relative;
	display: inline-block;
}
.img_cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.img_cover:after {
	content: "図版待ち";
	margin: auto auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #e50011;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	background: #fff;
	border: 2px solid #e50011;
}

/*--------------------------------------
    サイド
--------------------------------------*/
/* side_title */
.b01 #sideContents h2 { margin-top: -6px; }
.c02 #sideContents h2 { margin-top: -10px; }
.e04 #sideContents h2 { margin-top: -11px; }
.d03 #sideContents h2 { margin-top: -9px; }

/* a00_normal */
.a00 #sideContents li#sNav01 a { background: url(../img/nav/sNav00.png) no-repeat 0 0; }
.a00 #sideContents li#sNav02 a { background: url(../img/nav/sNav00.png) no-repeat 0 -52px; }
.a00 #sideContents li#sNav03 a { background: url(../img/nav/sNav00.png) no-repeat 0 -104px; }

/* a00_hover */
.a00 #sideContents li#sNav01 a:hover { background-position: -162px 0; }
.a00 #sideContents li#sNav02 a:hover { background-position: -162px -52px; }
.a00 #sideContents li#sNav03 a:hover { background-position: -162px -104px; }

/* a00_current */
#a00_01 #sideContents li#sNav01 a { background-position: -162px 0; }
#a00_02 #sideContents li#sNav02 a { background-position: -162px -52px; }
#a00_04 #sideContents li#sNav03 a { background-position: -162px -104px; }

/* b01_normal */
.b01 #sideContents li#sNav01 a { background: url(../img/nav/sNav01.png) no-repeat 0 0; }
.b01 #sideContents li#sNav02 a { background: url(../img/nav/sNav01.png) no-repeat 0 -52px; }
.b01 #sideContents li#sNav03 a { background: url(../img/nav/sNav01.png) no-repeat 0 -104px; }
.b01 #sideContents li#sNav04 a { background: url(../img/nav/sNav01.png) no-repeat 0 -156px; }

/* b01_hover */
.b01 #sideContents li#sNav01 a:hover { background-position: -162px 0; }
.b01 #sideContents li#sNav02 a:hover { background-position: -162px -52px; }
.b01 #sideContents li#sNav03 a:hover { background-position: -162px -104px; }
.b01 #sideContents li#sNav04 a:hover { background-position: -162px -156px; }

/* b01_current */
#b01_01 #sideContents li#sNav01 a { background-position: -162px 0; }
#b01_02 #sideContents li#sNav02 a { background-position: -162px -52px; }
#b01_03 #sideContents li#sNav03 a { background-position: -162px -104px; }
#b01_04 #sideContents li#sNav04 a { background-position: -162px -156px; }

/* c02_normal */
.c02 #sideContents li#sNav01 a { background: url(../img/nav/sNav02.png) no-repeat 0 0; }
.c02 #sideContents li#sNav02 a { background: url(../img/nav/sNav02.png) no-repeat 0 -52px; }
.c02 #sideContents li#sNav03 a { background: url(../img/nav/sNav02.png) no-repeat 0 -104px; }
.c02 #sideContents li#sNav04 a { background: url(../img/nav/sNav02.png) no-repeat 0 -156px; }
.c02 #sideContents li#sNav05 a { background: url(../img/nav/sNav02.png) no-repeat 0 -208px; }
.c02 #sideContents li#sNav06 a { background: url(../img/nav/sNav02.png) no-repeat 0 -260px; }
.c02 #sideContents li#sNav07 a { background: url(../img/nav/sNav02.png) no-repeat 0 -312px; }

/* c02_hover */
.c02 #sideContents li#sNav01 a:hover { background-position: -162px 0; }
.c02 #sideContents li#sNav02 a:hover { background-position: -162px -52px; }
.c02 #sideContents li#sNav03 a:hover { background-position: -162px -104px; }
.c02 #sideContents li#sNav04 a:hover { background-position: -162px -156px; }
.c02 #sideContents li#sNav05 a:hover { background-position: -162px -208px; }
.c02 #sideContents li#sNav06 a:hover { background-position: -162px -260px; }
.c02 #sideContents li#sNav07 a:hover { background-position: -162px -312px; }

/* c02_current */
#c02_01 #sideContents li#sNav01 a { background-position: -162px 0; }
#c02_02 #sideContents li#sNav02 a { background-position: -162px -52px; }
#c02_03 #sideContents li#sNav03 a { background-position: -162px -104px; }
#c02_04 #sideContents li#sNav04 a { background-position: -162px -156px; }
#c02_05 #sideContents li#sNav05 a { background-position: -162px -208px; }
#c02_06 #sideContents li#sNav06 a { background-position: -162px -260px; }
#c02_07 #sideContents li#sNav07 a { background-position: -162px -312px; }

/* d03_normal */
.d03 #sideContents li#sNav01 a { background: url(../img/nav/sNav03.png) no-repeat 0 0; }
.d03 #sideContents li#sNav02 a { background: url(../img/nav/sNav03.png) no-repeat 0 -52px; }
.d03 #sideContents li#sNav03 a { background: url(../img/nav/sNav03.png) no-repeat 0 -104px; }
.d03 #sideContents li#sNav04 a { background: url(../img/nav/sNav03.png) no-repeat 0 -156px; }

/* d03_hover */
.d03 #sideContents li#sNav01 a:hover { background-position: -162px 0; }
.d03 #sideContents li#sNav02 a:hover { background-position: -162px -52px; }
.d03 #sideContents li#sNav03 a:hover { background-position: -162px -104px; }
.d03 #sideContents li#sNav04 a:hover { background-position: -162px -156px; }

/* d03_current */
#d03_01 #sideContents li#sNav01 a { background-position: -162px 0; }
#d03_02 #sideContents li#sNav02 a { background-position: -162px -52px; }
#d03_03 #sideContents li#sNav03 a { background-position: -162px -104px; }
#d03_04 #sideContents li#sNav04 a { background-position: -162px -156px; }

/* e04_normal */
.e04 #sideContents li#sNav01 a { background: url(../img/nav/sNav04.png) no-repeat 0 0; }
.e04 #sideContents li#sNav02 a { background: url(../img/nav/sNav04.png) no-repeat 0 -52px; }
.e04 #sideContents li#sNav03 a { background: url(../img/nav/sNav04.png) no-repeat 0 -104px; }
.e04 #sideContents li#sNav04 a { background: url(../img/nav/sNav04.png) no-repeat 0 -156px; }
.e04 #sideContents li#sNav05 a { background: url(../img/nav/sNav04.png) no-repeat 0 -208px; }

/* e04_hover */
.e04 #sideContents li#sNav01 a:hover { background-position: -162px 0; }
.e04 #sideContents li#sNav02 a:hover { background-position: -162px -52px; }
.e04 #sideContents li#sNav03 a:hover { background-position: -162px -104px; }
.e04 #sideContents li#sNav04 a:hover { background-position: -162px -156px; }
.e04 #sideContents li#sNav05 a:hover { background-position: -162px -208px; }

/* e04_current */
#e04_01 #sideContents li#sNav01 a { background-position: -162px 0; }
#e04_02 #sideContents li#sNav02 a { background-position: -162px -52px; }
#e04_03 #sideContents li#sNav03 a { background-position: -162px -104px; }
#e04_04 #sideContents li#sNav04 a { background-position: -162px -156px; }
#e04_05 #sideContents li#sNav05 a { background-position: -162px -208px; }

/* f05_normal */
.f05 #sideContents li#sNav01 a { background: url(../img/nav/sNav05.png) no-repeat 0 0; }
.f05 #sideContents li#sNav02 a { background: url(../img/nav/sNav05.png) no-repeat 0 -52px; }
.f05 #sideContents li#sNav03 a { background: url(../img/nav/sNav05.png) no-repeat 0 -104px; }
.f05 #sideContents li#sNav04 a { background: url(../img/nav/sNav05.png) no-repeat 0 -156px; }
.f05 #sideContents li#sNav05 a { background: url(../img/nav/sNav05.png) no-repeat 0 -208px; }

/* f05_hover */
.f05 #sideContents li#sNav01 a:hover { background-position: -162px 0; }
.f05 #sideContents li#sNav02 a:hover { background-position: -162px -52px; }
.f05 #sideContents li#sNav03 a:hover { background-position: -162px -104px; }
.f05 #sideContents li#sNav04 a:hover { background-position: -162px -156px; }
.f05 #sideContents li#sNav05 a:hover { background-position: -162px -208px; }

/* f05_current */
#f05_05 #sideContents li#sNav01 a { background-position: -162px 0; }
#f05_04 #sideContents li#sNav02 a { background-position: -162px -52px; }
#f05_01 #sideContents li#sNav03 a { background-position: -162px -104px; }
#f05_02 #sideContents li#sNav04 a { background-position: -162px -156px; }
#f05_03 #sideContents li#sNav05 a { background-position: -162px -208px; }

/* g06_normal */
.g06 #sideContents li#sNav01 a { background: url(../img/nav/sNav06.png) no-repeat 0 0; }
.g06 #sideContents li#sNav02 a { background: url(../img/nav/sNav06.png) no-repeat 0 -52px; }

/* g06_hover */
.g06 #sideContents li#sNav01 a:hover { background-position: -162px 0; }
.g06 #sideContents li#sNav02 a:hover { background-position: -162px -52px; }

/* g06_current */
#g06_01 #sideContents li#sNav01 a { background-position: -162px 0; }
#g06_02 #sideContents li#sNav02 a { background-position: -162px -52px; }

/* h07_normal */
.h07 #sideContents li#sNav01 a { background: url(../img/nav/sNav07.png) no-repeat 0 0; }
.h07 #sideContents li#sNav02 a { background: url(../img/nav/sNav07.png) no-repeat 0 -52px; }

/* h07_hover */
.h07 #sideContents li#sNav01 a:hover { background-position: -162px 0; }
.h07 #sideContents li#sNav02 a:hover { background-position: -162px -52px; }

/* h07_current */
#h07_01 #sideContents li#sNav01 a { background-position: -162px 0; }
#h07_02 #sideContents li#sNav02 a { background-position: -162px -52px; }

/*--------------------------------------
    ページ内リンク
--------------------------------------*/
/* 共通 */
#pageLink {
	padding: 8px 8px 8px 8px;
	position: absolute;
	top: -400px;
	right: -170px;
	width: 143px;
	text-align: center;
	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;
	line-height: 135%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
#pageLink .arrow {
	position: absolute;
	top: 50%;
	left: -9px;
}
#pageLink .allbtn li {
	margin-bottom: 8px;
	padding: 5px;
	display: block;
	min-height: 24px;
	font-size: 92%;
	line-height: 150%;
	background-color: #fff;
}
#pageLink .allbtn li:last-child {
	margin-bottom: 0;
}
#pageLink .allbtn li a {
	display: block;
	color: #0067b5;
	font-weight: bold;
}
#pageLink .allbtn li:hover {
	background-color: #0067b5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#pageLink .allbtn li:hover a,
#pageLink .allbtn li li a:hover {
	color: #fff;
	text-decoration: none;
}
#pageLink .allbtn .line01 {
	line-height: 24px;
}


/*--------------------------------------
    トップ
--------------------------------------*/
#top #topTitle01 {
	margin-top: 5px;
}
#top #mainContents {
	margin: 13px 10px 0;
	padding: 0;
	width: 638px;
	border: none;
	float: right;
}
#top #sideContents {
	margin: 13px 0 0 8px;
	display: inline;
	width: 309px;
}
#top #topNav01 {
	margin-right: -18px;
	width: 656px;
}
#top #topNav01 li {
	margin: 0 18px 17px 0;
	float: left;
}
#top #topTitle02 {
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 115%;
	background: #0068b6;
}
#top #topNav02 ul {
	margin: 0 -10px 0 0;
	width: 648px;
}
#top #topNav02 li {
	margin: 9px 10px 0 0;
	width: 314px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: left;
}
#top #topNav02 li a {
	display: block;
	color: #666;
	font-weight: bold;
	background-color: #e5e5e5;
	transition: all 300ms ease-out;
}
#top #topNav02 li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
}
#top #sideContents p a {
	display: block;
	-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;
}


/*--------------------------------------
    00. Facility & Sustainability
--------------------------------------*/
/* Facility & Sustainability */
.a00 #mainTitle {
	text-align: left;
}
.a00 .leadText {
	margin-top: 20px;
	font-size: 108%;
	font-weight: bold;
}
#a00_00 .titleArea {
	padding: 15px 0;
	background-color: #9cabb7;
}
#a00_00 #mainTitle {
	text-align: center;
}
#a00_00 .leadText {
	margin: 10px auto 0;
	display: block;
	width: 590px;
	line-height: 150%;
	color: #ffffff;
	font-size: 108%;
	font-weight: normal;
}
#a00_00 .aboutArea {
	margin-top: 10px;
	padding: 10px 0 20px;
	background: url(../img/00_img/00_00_img07.jpg) no-repeat 0 bottom;
}
#a00_00 #gaiyouBox {
	margin: 0 auto;
	padding: 10px 0;
	width: 650px;
	color: #ffffff;
	background-color: rgba(0,81,143,.5);
}
#a00_00 #gaiyouTitle {
	position: relative;
	width: 70px;
	text-align: center;
	font-size: 108%;
	font-weight: bold;
}
#a00_00 #gaiyouTitle:before {
	content: "";
	position: absolute;
	bottom: -4px;
	display: block;
	width: 35px;
	height: 3px;
	background-color: #0068b6;
}
#a00_00 #gaiyouTitle:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 35px;
	display: block;
	width: 33px;
	height: 3px;
	background-color: #ffffff;
}
#a00_00 #gaiyouBox .innerBox {
	margin-top: 10px;
	padding: 0 25px;
}
#a00_00 #gaiyouBox ul {
	font-size: 92%;
}
#a00_00 #gaiyouBox ul.floatLeft {
	width: 320px;
}
#a00_00 #gaiyouBox ul li {
	margin-left: 0.5em;
	line-height: 150%;
	list-style: square outside;
}
#a00_00 #gaiyouBox ul li span {
	margin-left: -0.25em;
	display: block;
}
#a00_00 #gaiyouBox ul li p {
	margin-left: -0.25em;
}
#a00_00 #mainContents .imgBox li {
	margin-right: 15px;
}
#a00_00 #mainContents .imgBox li:last-child {
	margin-right: 0 !important;
	
}
#a00_00 #solutionArea {
	margin: 15px auto 0;
	padding-top: 15px;
	width: 650px;
	min-height: 225px;
	text-align: center;
	background: url(../img/00_img/00_00_img08.jpg) no-repeat 0 bottom;
}
#a00_00 #solutionArea .title01 {
	color: #231815;
	font-size: 123%;
	font-weight: bold;
}
#a00_00 #solutionArea .box01 {
	margin: 25px auto 0;
	width: 589px;
}
#a00_00 #solutionArea .box02 {
	margin: 30px auto 0;
	width: 386px;
}
#a00_00 #solutionArea li {
	margin-left: 20px;
	width: 183px;
	text-align: center;
}
#a00_00 #solutionArea li:first-child {
	margin-left: 0 !important;	
}
#a00_00 .a00_00_mainBox00 {
	margin-top: 50px;
}
#a00_00 .a00_00_mainBox00 .title02 {
	margin-top: 50px;
	color: #231815;
	font-size: 123%;
	font-weight: bold;
}
#a00_00 .a00_00_mainBox00 .notes {
	margin-top: 30px;
	margin-bottom: 30px;
}
#a00_00 .a00_00_mainBox00 .notes li {
	padding-left: 33px;
}
#a00_00 .a00_00_mainBox00 .notes01 {
	background: url(../img/00_img/00_00_img11.png) no-repeat 0 50%;
}
#a00_00 .a00_00_mainBox00 .notes02 {
	background: url(../img/00_img/00_00_img12.png) no-repeat 0 50%;
}


/* 私たちの事業と社会 */
#a00_01 .titleArea {
	margin: 0 auto;
	width: 650px;
}
#a00_01 .visionBox {
	margin: 10px auto 0;
	width: 650px;
}
#a00_01 .visionTextBox {
	border-top: 1px solid #231815;
}
#a00_01 .visionTextBox dl {
	padding: 5px 0 5px 7px;
	display: table;
	border-bottom: 1px solid #231815;
}
#a00_01 .visionTextBox dt {
	display: table-cell;
	vertical-align: middle;
}
#a00_01 .visionTextBox dd {
	padding: 0 15px;
	display: table-cell;
	line-height: 175%;
	vertical-align: middle;
	font-size: 85%;
}
#a00_01 .imgBox {
	margin: 0;
}
#a00_01 .linkBox dl {
	margin-top: 5px;
}
#a00_01 .linkBox dt {
	display: inline-block;
	color: #a00_01;
	color: #231815;
	font-size: 85%;
	font-weight: bold;
}
#a00_01 .linkBox dd {
	display: inline-block;
}
#a00_01 .contentsBox01 {
	margin-top: 35px;
	padding-top: 25px;
	padding-bottom: 23px;
	background: #0068b6 url(../img/00_img/00_01_img12.jpg) no-repeat 0 bottom;
}
#a00_01 .a00_01Title02 {
	margin: 0 auto;
	width: 650px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 5px;
}
#a00_01 .contentsBox01 ul li {
	margin: 20px auto 0;
	width: 650px;
	background-color: #ffffff;
}
#a00_01 .contentsBox01 .innerbox {
	padding: 18px 20px;
}
#a00_01 .contentsBox01 dl {
	width: 320px;
}
#a00_01 .contentsBox01 dt {
	color: #0068b6;
	font-size: 108%;
	font-weight: bold;
}
#a00_01 .contentsBox01 .floatRight {
	margin-top: 30px;
}
#a00_01 .contentsBox01 .text {
	margin: 8px 0 0;
	padding: 0;
	line-height: 150%;
	font-size: 92%;
}
#a00_01 .contentsBox01 .weblink {
	margin-top: 15px;
	margin-left: 50px;
	display: block;
}
#a00_01 .contentsBox01 .small {
	font-size: 93%;
}
#a00_01 .contentsBox01 .lastbox {
	width: 648px;
	border: 1px solid #ffffff;
	background: url(../img/00_img/00_01_img13.jpg) no-repeat 0 bottom;
}
#a00_01 .contentsBox01 .lastbox dt,
#a00_01 .contentsBox01 .lastbox dd {
	color: #ffffff;
}
#a00_01 .contentsBox01 .lastbox .floatRight {
	margin-top: 53px;
}
#a00_01 .contentsBox01 .lastbox .weblink {
	margin: 8px 0 0;
}
#a00_01 .contentsBox01 .lastbox .weblink a {
	color: #ffffff;	
}

/* 私たちのサステナビリティ戦略 */
#a00_02 .titleArea {
	margin: 0 auto;
	width: 650px;
}
#a00_02 .innerBox {
	margin-top: 30px;
	padding-top: 25px;
	background-color: #f5f4f0;
}
#a00_02 .subTitleArea {
	margin: 0 auto;
	width: 600px;
}
#a00_02 .a00_02Title01 {
	text-align: center;
	color: #231815;
	font-size: 154%;
	font-weight: bold;
}
#a00_02 .a00_02Lead {
	margin-top: 16px;
	color: #231815;
	font-size: 115%;
}
#a00_02 .themeBox {
	margin-top: 30px;
}
#a00_02 .themeBox ul {
	position: relative;
	height: 660px;
	background: url(../img/00_img/00_02_img06.png) no-repeat 0 0;
}
#a00_02 .themeBox li {
	padding-top: 65px;
	position: absolute;
	width: 50%;
	text-align: center;
}
#a00_02 .themeBox dt {
	margin-top: 15px;
}
#a00_02 .themeBox dd {
	margin-top: 10px;
}
#a00_02 .themeBox dd:first-child {
	margin-bottom: 20px;
}
#a00_02 .themeBox .theme01 {
	top: 15px;
	left: 10px;
	background: url(../img/00_img/00_02_img01.png) no-repeat 50% 0;
}
#a00_02 .themeBox .theme02 {
	top: 15px;
	right: 0;
	background: url(../img/00_img/00_02_img02.png) no-repeat 50% 0;
}
#a00_02 .themeBox .theme03 {
	top: 340px;
	left: 10px;
	background: url(../img/00_img/00_02_img03.png) no-repeat 50% 0;
}
#a00_02 .themeBox .theme04 {
	top: 340px;
	right: 0;
	background: url(../img/00_img/00_02_img04.png) no-repeat 50% 0;
}
#a00_02 .sdgBox {
	margin-top: 22px;
	margin-bottom: 30px;
}


/* 社長メッセージ */
#a00_03 #mainContents .titleLarge {
	margin-bottom: 5px;
	padding-left: 0;
	height: auto;
	line-height: 55px;
	color: #000000;
	background-color: #ffffff;
}
#a00_03 .box01 h3 {
	margin: 40px 20px 10px;
}
#a00_03 .box01 .topBox01 + h3 {
	margin-top: 30px;
}
#a00_03 .signBox {
	float: right;
}
#a00_03 .signBox .name01 {
	margin-top: 15px;
	font-size: 230%;
}


/*--------------------------------------
    01. 人と社会のコミュニケーション
--------------------------------------*/
/* 人と社会のコミュニケーション */
.b01 #pageTop {
	background: #169442 url(../img/01_img/01_00_img05.jpg) no-repeat 100% 0;
}
.b01 .pageTitleArea {
	background: url(../img/01_img/01_00_img01.png) no-repeat 0 55px;
}
.b01 #pageTopHashira dd:before,
.b01 #pageTopHashira dd:after {
	top: -16px;
}
.b01 .sdgsArea {
	background-color: #699a55;
}
.b01 .sdgsTitle {
	background: #366234;
}


/* Hightlight */
.b01 #hightlight .hltitle02 {
	border-top: 2px dotted #169442;
	border-bottom: 2px dotted #169442;
}
.b01 #hightlight .hlImgTitle {
	color: #169442;
}

/* 安全でスマートな社会づくりへの貢献 */
#b01_02 .imgCenter {
	margin: 25px auto 0;
	width: 472px;
}
#b01_02 .imgBoxCenter {
	margin: 0 auto;
	width: 600px;
}
#b01_02 .imgBoxCenter02 {
	margin: 0 auto;
	width: 500px;
}
#b01_02 .imgBoxCenter03 {
	margin: 0 auto;
	width: 492px;
}
#b01_02 .contentsBox p {
	margin-bottom: 10px;
}
#b01_02 .w615 {
	margin: 0 auto;
	width: 615px;
}
#b01_02 .titleImg + .imgBox {
	margin-top: 5px;
}

/* グローバルな事業で各地に貢献 */
#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;
}
#b01_03 .imgBoxCenter {
	margin: 0 auto;
	width: 400px;
}
#b01_03 .imgBoxCenter02 {
	margin: 0 auto;
	width: 500px;
}

/* 仮作成用 */
.noneImg {
	margin: 0 auto;
	display: block;
	width: 500px;
	height: 250px;
	line-height: 250px;
	text-align: center;
	color: #0068b2;
	border: 1px solid #0068b2;
}
.noneImg02 {
	margin: 0 auto;
	height: auto;
	line-height: 100%;
}
.noneImg02 .noimgtext {
	color: #0068b2;
}
.noneImg03 {
	margin: 0 auto;
	display: block;
	width: 294px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	color: #0068b2;
	border: 1px solid #0068b2;	
}

/*--------------------------------------
    02. 人と地球のコミュニケーション
--------------------------------------*/
/* 人と地球のコミュニケーション */
.c02 #pageTop {
	background: #004994 url(../img/02_img/02_00_img05.jpg) no-repeat 100% 0;
}
.c02 .pageTitleArea {
	background: url(../img/02_img/02_00_img01.png) no-repeat 0 42px;
}
.c02 #pageTopHashira dd:before,
.c02 #pageTopHashira dd:after {
	top: -3px;
}
.c02 .sdgsArea {
	background-color: #30569b;
}
.c02 .sdgsTitle {
	background: #243862;
}
.c02 .sdgsText {
	width: 396px;
}


/* Hightlight */
.c02 #hightlight .hltitle02 {
	border-top: 2px dotted #004792;
	border-bottom: 2px dotted #004792;
}
.c02 #hightlight .hlImgTitle {
	color: #004792;
}
.c02 .caption_hl {
	margin-top: 5px;
	font-size: 92%;
}
.c02 #hlURL {
	margin-top: 28px;
	margin-bottom: 30px;
	padding-left: 70px;
	min-height: 61px;
	background: url(../img/02_img/02_01_img04.png) no-repeat 0 50%;
}
.c02 #hlURL p {
	font-size: 93%;
}
.c02 #hlURL p:first-child {
	color: #000;
}
.c02 #hlURL p a {
	color: #004792;
}
.c02 #hightlight #energy {
	padding-top: 50px;
}
.c02 #hightlight #energy h5 {
	margin: 0 auto 20px;
	width: 580px;
}
.c02 #hightlight #energy p {
	margin: 0 auto;
	width: 580px;
}
.c02 #hightlight #demand {
	margin: 25px 0 40px;
	padding: 30px 60px;
	background: #f2f2f2;
}
.c02 #hightlight #demand h6 {
	margin-bottom: 25px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	background: #fff;
}
.c02 #hightlight #demand p {
	margin-bottom: 25px;
}
.c02 #hightlight #demand .imgBox {
	margin-top: 10px;
	margin-bottom: 0;
	width: 50%;
	text-align: left;
}
.c02 #hightlight #demand .imgBox:last-child {
	margin-top: 24px;
	text-align: right;
}
.c02 #hightlight #demand .caption {
	margin-bottom: 10px;
	padding: 0;
	line-height: 1;
	color: #004994;
	font-size: 108%;
	font-weight: bold;
	background: none;
}
/* 環境負荷の全容 */
.c02 .c02_02_tablebox table {
	margin: 0 auto;
	width: 622px;
	font-size: 86%;
	font-weight: bold;
	color: #040000;
}
.c02 .c02_02_tablebox caption {
	font-size: 77%;
}
.c02 .c02_02_tablebox th {
	padding-left: 5px;
	font-weight: bold !important;
}
.c02 .c02_02_tablebox .t01 th,
.c02 .c02_02_tablebox td {
	padding-right: 5px;
	text-align: right !important;
}
.c02 .c02_02_tablebox .title01 {
	width: 134px;
}
.c02 .c02_02_tablebox .title02 {
	padding-left: 2px;
	width: 70px;
}
.c02 .c02_02_tablebox .title03 {
	width: 104px;
}
.c02 .c02_02_tablebox .t01 {
	background-color: #fffce4;
}
.c02 .c02_02_tablebox .t_color {
	background-color: #d2ecfa;
}
.c02 .c02_02_tablebox .lastdata {
	color: #0068b6;
}

/* 環境マネジメント体制の強化 */
#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: #006fbb;
	list-style: disc;
}
#c02_04 .philosophyBox li span {
	color: #4d4d4d;
}
#c02_04 .iso_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
#c02_04 .iso_table caption {
	caption-side: bottom;
	text-align: right;
}
#c02_04 .iso_table th,
#c02_04 .iso_table td {
	padding: 5px 10px;
}
#c02_04 .iso_table .row01 th {
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	background-color: #0862a9;
}
#c02_04 .iso_table td {
	text-align: left;
}
#c02_04 .iso_table .row02 {
	background-color: #cce1f1;
}
#c02_04 .iso_table .row03 {
	background-color: #e5f0f8;
}
#c02_04 .iso_table .row_comment {
	display: block;
	text-align: right;
	font-size: 93%;
}

/* 環境リスク対策の徹底 */
#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;
}
/*20180213*/
#c02_06 .tablebox {
	margin: 0 auto;
	position: relative;
	width: 75%;
}
#c02_06 .tablebox table {
	width: 100%;
}
#c02_06 .tablebox table caption {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 93%;
}
#c02_06 .tablebox th,
#c02_06 .tablebox td {
	border: 1px solid #333;
}
#c02_06 .tablebox th {
    padding: 6px 10px;
	text-align: center;
	color: #fff;
	background-color: #0068B6;
}
#c02_06 .tablebox td {
    padding: 6px 10px;
	text-align: right;
}
#c02_06 .tablebox .table_r01 th {
	width: 30%;
	text-align: 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 .imgBoxCenter06 {
	margin: 20px auto 40px;
	width: 600px;
}
#c02_07 .contentsBox .imgBoxCenter07 {
	margin: 20px auto 0;
	width: 520px;
}
#c02_07 .contentsBox .imgBoxCenter07 li {
	margin-left: 20px;
	width: 250px;
	float: left;
}
#c02_07 .contentsBox .imgBoxCenter07 li:first-child {
	margin-left: 0;
}
#c02_07 .contentsBox .imgBoxCenter08 {
	margin: 20px auto 40px;
	width: 498px;
}
#c02_07 .contentsBox .notes {
	margin-bottom: 20px;
}
#c02_07 #yoshinogari {
	margin: 10px auto 0;
	width: 500px;
	font-size: 85%;
	line-height: 160%;
}
#c02_07 #yoshinogari dt {
	width: 6em;
	color: #0068B2;
	float: left;
	clear: both;
}
#c02_07 #yoshinogari dd {
	padding-left: 6em;
}
#c02_07 .imgBox .titleImg {
	margin-left: 40px;
}
#c02_07 .commentBox h6 .sekai {
	margin-bottom: 10px;
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #ffffff;
	font-size: 95%;
	background-color: #006fbb;
	float: left;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}
#c02_07 .commentBox h6 .hvdc {
	position: relative;
	top: 5px;
	left: 10px;
}
#c02_07 .commentBox p {
	clear: both;
}
#c02_07 .commentBox .notes {
	margin-bottom: 0;
}
#c02_07 .imgBoxCenter {
    margin: 0 auto;
    width: 430px;
}

/*--------------------------------------
    03. 安心・安全のコミュニケーション
--------------------------------------*/
/*安心・安全のコミュニケーション */
.d03 #pageTop {
	background: #d01b79 url(../img/03_img/03_00_img05.jpg) no-repeat 100% 0;
}
.d03 .pageTitleArea {
	background: url(../img/03_img/03_00_img01.png) no-repeat 0 45px;
}
.d03 #pageTopHashira dd:before,
.d03 #pageTopHashira dd:after {
	top: -16px;
}
.d03 .sdgsArea {
	background-color: #d34183;
}
.d03 .sdgsTitle {
	background: #7E3154;
}


/* Highlight */
.d03 #hightlight .hltitle02 {
	border-top: 2px dotted #d01b79;
	border-bottom: 2px dotted #d01b79;
}
.d03 #hightlight .hlImgBox02 {
	margin: 0 auto;
	position: relative;
	width: 480px;
	height: 340px;
}
.d03 #hightlight .hlImgBoxInner {
	position: absolute;
	bottom: 0;
	width: 50%;
}
.d03 #hightlight .hlImgBoxInner:first-child {
	width: 222px;
}
.d03 #hightlight .hlImgBoxInner:last-child {
	right: 0;
	width: 250px;
}
.d03 #hightlight .hlImgTitle {
	margin-bottom: 5px;
	text-align: left;
	color: #d01b79;
}

/* 社会インフラのレジリエント化 */
#d03_02 .imgBoxCenter {
	margin: 20px auto 40px;
	width: 470px;
}
#d03_02 .imgBoxCenter02 {
	margin: 20px auto 40px;
	width: 600px;
}
#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: 342px;
}
/* 20161208追加 */
#d03_03 .isoList dl {
	display: block;
}
#d03_03 .isoList dt {
	padding: 5px 0 5px 10px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 20em !important;
	line-height: 25px;
	background-color: #a5cece;
	border-bottom: 4px solid #fff;
	-webkit-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
}
#d03_03 .isoList dt:after {
    content: "";
    position: absolute;
	top: 11px;
	right: 0;
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	border: 6px solid transparent;
	border-left: 8px solid #008b95;
}
#d03_03 .isoList dt sup {
	line-height: 1.5em !important;
}
#d03_03 .isoList dd {
	margin-left: 20em;
	padding: 5px 0 5px 0;
	display: block;
	width: 11em;
	line-height: 25px;
	background-color: #a5cece;
	border-bottom: 4px solid #fff;
	-webkit-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
}
#d03_03 .isoList .color {
	color: #d54182;
}
#d03_03 .isoList .comment {
	display: block;
	width: 31em;
	text-align: right;
}
#d03_03 .contentsBox .imgBoxCenter02,
#d03_03 .contentsBox .imgBoxCenter02 p {
	width: 205px;
}
#d03_03 .contentsBox .imgBoxCenter02 {
	margin: 20px auto 0;
}

#d03_04 .contentsBox .imgBox {
	margin-bottom: 20px;
}
#d03_04 .contentsBox .imgBoxCenter01 {
	margin: 10px auto 0;
	width: 293px;
}
#d03_04 .contentsBox .imgBoxCenter02 {
	margin: 10px auto 0;
	width: 320px;
}
#d03_04 .contentsBox .imgBoxCenter03 {
	margin: 10px auto 0;
	width: 312px;
}


/*--------------------------------------
    04. チームNTTのコミュニケーション
--------------------------------------*/
.e04 #pageTop {
	background: #1a96d5 url(../img/04_img/04_00_img05.jpg) no-repeat 100% 0;
}
.e04 .pageTitleArea {
	background: url(../img/04_img/04_00_img01.png) no-repeat 0 62px;
}
.e04 #pageTopHashira dd:before,
.e04 #pageTopHashira dd:after {
	top: 0px;
	height: 98px;
}
.e04 .sdgsArea {
	background-color: #46aae6;
}
.e04 .sdgsTitle {
	background: #3F6E92;
}


/* Highlight */
.e04 #hightlight .hltitle02 {
	border-top: 2px dotted #1A96D5;
	border-bottom: 2px dotted #1A96D5;
}
.e04 #hightlight .hlImgTitle {
	color: #1A96D5;
}
.e04 #hightlight .notesArea {
	margin-top: 30px;
}
.e04 #hightlight .notesImg {
	height: 121px;
	float: left;
}
.e04 #hightlight .notesImg img:first-child {
	margin-right: 25px;
}
.e04 #hightlight .notes {
	margin-top: 5px;
	margin-left: 0;
	width: 310px;
	float: right;
}
.e04 #hightlight .notes li {
	padding-left: 0.75em;
	font-size: 110%;
	text-indent: -0.75em;
}

/* 人権啓発の推進 */
.e04 table {
	margin: 0 auto;
    border-collapse: collapse;
} 
#e04_03 table {
    width: 500px;
	line-height: 1.5em;
}
#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.table01 th,
.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: auto;
	margin: 25px auto 40px;
}
/*20161208追加*/
#e04_02 .kihonBox,
#e04_03 .kihonBox {
	margin: 20px 0;
	padding: 30px 30px;
	background-color: #ebebeb;
}
#e04_02 .kihonBox .title,
#e04_03 .kihonBox .title {
	margin-bottom: 10px;
	font-size: 121%;
	color: #0068b2;
	font-weight: bold;
	text-align: center;
}
#e04_02 .kihonBox ul {
	margin: 15px 0 0 1em;
}
#e04_03 .kihonBox ul {
	margin: 0 0 0 1em;
}
#e04_03 .kihonBox .bold {
	margin: 20px 0 10px;
	font-weight: bold;
	font-size: 108%;
}
#e04_02 .kihonBox li,
#e04_03 .kihonBox li {
	margin-bottom: 5px;
	list-style: disc;
}
/*20161208追加ここまで*/
#e04_03 .tableBox {
	margin-top: 20px;
}
#e04_03 .tableBox dt {
	margin-bottom: 25px;
	text-align: center;
}
#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_04 .imgBox02 {
	width: 630px;
	margin: 25px auto 40px;
}
#e04_04 .imgBoxCenter {
	margin: 0 auto;
	width: 320px;
}
#e04_04 .imgBoxCenter02 {
	margin: 20px auto 40px;
	width: 600px;
}
#e04_05 .w335 {
	width: 335px;
	float: left;
}
#e04_05 .w292 {
	width: 292px;
	float: right;
}

#e04_05 .imgBox {
	width: 575px;
	margin: 25px auto 40px;
}
#e04_05 .hlImgBox {
	margin: 20px auto 0;
	width: 580px;
}
#e04_05 .dashTop li {
	width: 290px;
	text-align: left;
	float: left;
}
#e04_05 .dashTop li:first-child {
	width: 289px;
	border-right: 1px dashed #cccccc;
}
#e04_05 .hlImgTitle {
	margin-top: 0 !important;
	text-align: center;
	font-size: 138.5%;
}
#e04_05  .indentLeft {
	margin: 17px 0 12px;
	text-align: left;
}
#e04_05 .hlImgTitle {
	color: #1A96D5;
}
#e04_05 .hlImgTitle span {
	color: #000;
	font-size: 72%;
}
#e04_05 .dashTop li:first-child + li .dashInner {
	padding-left: 40px;
}
#e04_05  .dashInner .senseki {
	margin-top: 20px;
}
#e04_05  .dashInner .senseki > dt {
	color: #000;
	font-weight: bold;
}
#e04_05  .dashInner .senseki dl dt {
	color: #1A96D5;
}

/*--------------------------------------
    05. CSR経営の基盤
--------------------------------------*/
/* CSR経営の基盤 */
.f05 #pageTop {
	padding-left: 30px;
	height: 520px;
	background-color: #E8EBED;
	-moz-border-radius: 15px;    /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
	border-radius: 15px;         /* CSS3 */
}
.f05 #pageTopTitle {
	padding: 50px 0 15px;
}
.f05 #pageTopMainText {
	width: 100%;
	color: #656565;
	font-size:116%;
	font-weight: normal;
}
.f05 #pageTopMenu {
	width: 403px;
	margin:60px auto 0;
}
.f05 #pageTopMenu li {
	margin-bottom: 16px;
}
.f05 #pageTopMenu a {
	display: block;
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 138%;
	font-weight: bold;
	background-color: #0068b6;
	border-radius: 20px;
	-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 {
	text-decoration: none;
    opacity: 0.4;  
    filter: alpha(opacity=40);
}
.f05 .imgBoxCenter {
	margin: 20px auto 40px;
	width: 600px;
}

#f05_01 h5.titleImg,
#f05_02 h5.titleImg {
	margin-left: 90px;
}
#f05_02 .imgBoxCenter {
	text-align: center;
}

/* ビジョンをもち挑戦する 2017年度版で移設 */ 
#f05_05 #mainContents #mainTitle {
	margin-bottom: 30px;
	text-align: center;
}
#f05_05 #mainContents .leadText {
	margin: 0 auto;
	display: block;
	width: 600px;
	color: #000000;
	font-size: 115%;
	line-height: 150%;
}
#f05_05 #visionBox {
	position: relative;
}
#f05_05 #visionBox:before {
	position: absolute;
	margin: -55px 0 0 100px;
	display: block;
	content: url(../img/05_img/00_01_img03.png);
}
#f05_05 #mainContents .innerBox {
	padding: 30px 0 30px;
	background-color: #f7f6ef;
}
#f05_05 #mainContents .mainTitle {
	margin: 0 auto;
	padding: 0;
}
#f05_05 #mainContents .a00_01Title01 {
	margin: 55px auto 10px;
	color: #0068b6;
	font-size: 169%;
	font-weight: bold;
	text-align: center;
}
#f05_05 #visionBox .visionInner01 {
	margin: 0 auto;
	min-height: 770px;
	background: url(../img/05_img/00_01_img04.png) no-repeat center top;
}
#f05_05 #visionBox .contentsBox01 {
	margin: 0 0 15px 33px;
	padding-top: 30px;
}
#f05_05 #visionBox .contentsBox01 dl {
	display: block;
	width: 310px;
	float: left;
	text-align: center;
}
#f05_05 #visionBox .contentsBox01 dl:first-child {
	margin-right: 14px;
}
#f05_05 #visionBox .contentsBox01 dt {
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	background-color: #006fbb;
}
#f05_05 #visionBox .contentsBox01 dd {
	height: 122px;
	background-color: #f5f4ea;
}
#f05_05 #mainContents .a00_01Title02 {
	margin: 0 auto;
	width: 634px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	background-color: #006fbb;
}
#f05_05 #mainContents .visionTitle01 {
	padding-top: 10px;
	display: block;
}
#f05_05 #mainContents .visionTitle02 {
	margin-top: 5px;
	display: block;
}
#f05_05 #mainContents .visionText01 {
	margin-top: 10px;
	display: block;
}
#f05_05 #visionBox .contentsBox02 {
	margin-bottom: 15px;
}
#f05_05 #visionBox .contentsBox02 ul {
	margin: 0 33px;
	width: auto;
	text-align: center;
	background-color: #f5f4ea;
	border-bottom: 1px solid #000;
}
#f05_05 #visionBox .contentsBox02 ul:last-child {
	border-bottom: none;
}
#f05_05 #visionBox .contentsBox02 ul li {
	display: block;
	float: left;
	width: 317px;
	min-height: 165px;
}
#f05_05 #visionBox .contentsBox02 ul li:first-child {
	width: 316px;
	border-right: 1px solid #000;
}
#f05_05 #visionBox .contentsBox03 {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 634px;
	text-align: center;
	background-color: #f5f4ea;
}
#f05_05 #visionBox .contentsBox03 .lead {
	margin: 10px auto;
	color: #231815;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
}
#f05_05 .contentsBox04 {
	margin: 0 auto;
	width: 660px;
}
#f05_05 .contentsBox04 dl {
	width: 482px;
	height: 101px;
	overflow: hidden;
}
#f05_05 .contentsBox04 .a00_01Title03 {
	padding: 0 10px;
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	font-size: 115%;
	background-color: #0068b6;
}
#f05_05 .contentsBox04 dd {
	padding: 10px 10px 0;
	display: block;
	height: 75px;
	color: #fff;
	font-size: 92%;
	line-height: 150%;
	background-color: #00b8ee;
}

/*--------------------------------------
    06. 詳細情報
--------------------------------------*/
.g06 a {
	color: #4F8BFF;
}
#g06_01 #groupArea dl {
	margin-top: 15px;
	padding-bottom: 5px;
	position: relative;
	border-bottom: 1px dotted #4d4d4d;
}
#g06_01 #groupArea dt {
	margin-bottom: 3px;
	font-size: 116%;
	font-weight: bold;
}
#g06_01 #groupArea dd {
	line-height: 150%;
	font-size: 93%;
}
#g06_01 #groupArea dd.linkBtn {
	position: absolute;
	bottom: 5px;
	right: 0;
}
#g06_01 #groupArea dd.linkBtn a {
	padding: 5px 2em 5px 1em;
	display: block;
	color: #ffffff;
	background-color: #0068B7;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
#g06_01 #groupArea dd.linkBtn a:after {
	content: "";
	position: absolute;
	top: 30%;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	color: #ffffff;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #ffffff;
}
#g06_01 #groupArea dd.linkBtn a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#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: #006fbb;
	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: #006fbb;
	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 .titleMedium {
	margin-top: 45px !important;
}
.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;}
