@charset "utf-8";

/**************************************************************************************

--------------------------------------------------------------------------------------
基本パーツ
***************************************************************************************/

/* レイアウト
========================================== */

/* 外側に余白ありなし */
.wrap600,
.wrap960,
.wrap600n,
.wrap960n {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
	position:relative;
	box-sizing:content-box;
}
.wrap960  {max-width:960px;}
.wrap600  {max-width:600px;}

.wrap600n {
	max-width:600px;
	padding:0;
}
.wrap960n {
	max-width:960px;
	padding:0;
}
.wrap600:after,
.wrap960:after,
.wrap600n:after,
.wrap960n:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden; font-size:0;
}

/* ライトグレー背景 &　背景色なし
========================================== */

.bgLG,
.bgLGn {
	background-color:#ededed;
	padding:40px 0 70px;
}
.bgLGn {margin-bottom:-70px;}
.bgWt  {padding:40px 0 70px;}

@media only screen and (max-width:600px) {
	.bgLG,
	.bgLGn,
	.bgWt {
		padding-bottom:30px;
	}
}

/* 見出し
========================================== */

h1.titH1 {
	margin-top:50px;
	font-weight:bold;
	font-size:30px;
	color:#e50d27;
}
h2.titH2 {
	font-weight:bold;
	font-size:26px;
}
h2.titH2RedBor {
	font-weight:bold;
	font-size:22px;
	color:#e50d27;
	border-bottom:1px solid #e50d27;
	text-align:center;
	padding-bottom:5px;
}
.titBox {
	display:inline-block;
	padding:10px 20px 7px;
	font-weight:bold;
	font-size:18px;
	color:#e50d27;
	border:1px solid #e50d27;
}
.tBsizeS {
	width:25%;
	text-align:center;
}
.tBsizeM {
	width:40%;
	text-align:center;
}
.tBsizeL {
	width:65%;
	text-align:center;
}
@media only screen and (max-width:600px) {
	h1.titH1 {
		margin-top:35px;
		font-size:20px;
	}
	h2.titH2,
	h2.titH2RedBor {
		font-size:20px;
	}
	.titBox {
		display:block;
		text-align:center;
	}
	.tBsizeS,
	.tBsizeM,
	.tBsizeL {
		width:100%;
	}
}

/* 上付き・下付き文字
========================================== */

.sup,
.sub {
    font-size:12px;
}
.sup {
    vertical-align:top;
}

/**************************************************************************************

--------------------------------------------------------------------------------------
グレーtable
***************************************************************************************/

table.grayTable {
	width:100%;
	border-top:solid 1px #ccc;
	margin-top:15px;
}
table.grayTable > thead {
}
table.grayTable > thead > tr {
}
table.grayTable > thead > tr > th {
	background-color:#333;
	color:#fff;
	font-weight:bold;
	padding:7px 20px 5px;
}
table.grayTable > tbody {
}
table.grayTable > tbody > tr {
	border-bottom:solid 1px #ccc;
}
table.grayTable > tbody > tr > th,
table.grayTable > tbody > tr > td {
	padding:15px 20px;
}
table.grayTable > tbody > tr > th {
	background-color:#e5e5e5;
	width:150px;
}
table.grayTable.corpData > tbody > tr > th {
	width:250px;
}
table.grayTable > tbody > tr > td table {
}
table.grayTable > tbody > tr > td table tr {
}
table.grayTable > tbody > tr > td table tr th,
table.grayTable > tbody > tr > td table tr td {
	padding-right:20px;
}
table.grayTable > tbody > tr > td table.salary tr td:first-of-type {
	text-align:right;
}
table.grayTable > tbody > tr > td table.workTime tr td {
	text-align:right;
}
@media only screen and (max-width:600px) {
	table.grayTable > tbody > tr > th,
	table.grayTable > tbody > tr > td {
		display:block;
		padding:10px;
	}
	table.grayTable > tbody > tr > th {
		width:100%!important;
	}

	table.grayTable > tbody > tr > td table.normal tr td,
	table.grayTable > tbody > tr > td table.normal tr th {
		padding-right:0;
		display:block;
	}
	table.grayTable > tbody > tr > td table.salary tr th,
	table.grayTable > tbody > tr > td table.workTime tr th {
		width:85px;
		padding-right:0;
	}
	table.grayTable > tbody > tr > td table.salary tr td,
	table.grayTable > tbody > tr > td table.workTime tr td {
		display:inline;
		padding-right:0;
	}
	table.grayTable > tbody > tr > td table.salary tr td:first-of-type {
		text-align:left;
	}
	table.grayTable > tbody > tr > td table.workTime tr td:first-of-type {
		display:inline-block;
		width:40px;
		padding-right:5px;
		text-align:right;
	}
	table.grayTable > tbody > tr > td table.workTime tr td:nth-of-type(2),
	table.grayTable > tbody > tr > td table.workTime tr td:last-of-type {
		display:inline-block;
		width:55px;
	}
	table.grayTable > tbody > tr > td table.workTime tr td:nth-of-type(3) {
		display:inline-block;
		width:20px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
新着情報
***************************************************************************************/

#news {
}
#news > dl {
	margin-top:70px;
}
#news > dl > dt {
	color:#e50d27;
	font-weight:bold;
	font-size:18px;
}
#news > dl > dt sapn.day {
	color:#000;
	display:inline-block;
	width:175px;
}
#news > dl > dt em {
	display:inline-block;
	background-color:#e50d27;
	color:#fff;
	font-weight:bold;
	padding:3px 15px 1px;
	margin-right:20px;
}
#news > dl > dd {
	margin:20px 0 50px;
	padding-left:175px;

}
#news > dl > dd p + p {
	margin-top:15px;
}
#news > dl > dd > a {
	text-decoration:underline;
}
#news > dl > dd dl dt {
	font-weight:bold;
	margin-top:30px;
}
#news > dl > dd dl dd {
	margin-top:10px;
}
#news > dl > dd dl dd em {
	font-weight:bold;
	display:inline-block;
	width:200px;
}
#news > dl > dd dl dd a {
	display:inline-block;
	color:#e50d27;
	background:#fff url(../img/company/ic_pdf_red.png) 10px center no-repeat;
	border:1px solid #e50d27;
	padding-left:40px;
	margin-left:20px;
	width:240px;
	height:35px;
	line-height:35px;
}
#news > dl > dd dl dd a:hover {
	color:#fff;
	background:#e50d27 url(../img/company/ic_pdf_white.png) 10px center no-repeat;
	opacity:1;
}
@media only screen and (max-width:600px) {
	#news > dl {
		margin-top:30px;
	}
	#news > dl > dt sapn.day {
		font-size:14px;
	}
	#news > dl > dt em {
		display:block;
		margin-right:0;
		margin-bottom:10px;
	}
	#news > dl > dd {
		margin-bottom:30px;
		padding-left:0;
	}
	#news > dl > dd:last-child {
		margin-bottom:0;
	}
	#news > dl > dd dl dt {
		border-bottom:1px solid #333;
		padding-bottom:5px;
	}
	#news > dl > dd dl dd {
		margin-top:15px;
	}
	#news > dl > dd dl dd a {
		display:block;
		width:100%;
		margin-top:5px;
		margin-left:0;
		height:46px;
		line-height:46px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
リンク
***************************************************************************************/

#link {
}
#link ul {
	margin-top:70px;
}
#link ul li + li {
	margin-top:30px;
}
#link ul li a {
	display:inline-block;
	font-weight:bold;
	padding-left:20px;
	background:url(../img/common/ic_rnd_red.png) 0 5px no-repeat;
}
#link ul li a:hover {
	color:#e50d27;
	font-weight:bold;
	text-decoration:underline;
	opacity:1;
}
@media only screen and (max-width:600px) {
	#link ul {
		margin-top:30px;
	}
	#link ul li a {
		display:block;
	}
	#link ul li + li {
		margin-top:15px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
地域情報
***************************************************************************************/

#local {
}
#local dl {
}
#local dl dt {
	color:#e60e28;
	font-size:20px;
	font-weight:bold;
	margin-top:70px;
}
#local dl dt:nth-of-type(1) {
	margin-top:40px;
}
#local dl dt em {
	font-size:30px;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
}
#local dl dd {
	margin-top:15px;
}
#local dl dd::after {
	content:"."; display:block; clear:both; height:0; visibility:hidden; font-size:0;
}
#local dl dd p {
	float:left;
	width:465px;
}
#local dl dd figure {
	float:right;
}
#local dl dd figure figcaption {
	margin-top:50px;
	text-align:right;
}
@media only screen and (max-width:600px) {
	#local dl dt {
		font-size:16px;
		margin-top:20px;
		border-top:1px solid #ccc;
		padding-top:20px;
	}
	#local dl dt:nth-of-type(1) {
		border-top:none;
		padding-top:0;
		margin-top:20px;
	}
	#local dl dt em {
		font-size:20px;
	}
	#local dl dd p {
		width:100%;
		float:none;
	}
	#local dl dd figure {
		float:none;
		margin-top:20px;
	}
	#local dl dd figure figcaption {
		margin-top:10px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
ご利用にあたって ＆ 個人情報の取扱いについて ＆ サイトマップ
***************************************************************************************/

#info {
	padding-top:70px;
}
#info p {
	margin-top:25px;
}
#info p a {
	color:#e50d27;
	text-decoration:underline;
}
@media only screen and (max-width:600px) {
	#info {
		padding-top:30px;
	}
	#info p {
		margin-top:15px;
	}
}

/* サイトマップ
========================================== */

#info ul.sitemap {
}
#info ul.sitemap > li {
	width:300px;
	float:left;
}
#info ul.sitemap > li:nth-of-type(2),
#info ul.sitemap > li:nth-of-type(5),
#info ul.sitemap > li:nth-of-type(7) {
	margin:0 30px;
}
#info ul.sitemap > li:nth-of-type(7),
#info ul.sitemap > li:nth-of-type(8) {
	margin-top:30px;
}
#info ul.sitemap > li > a {
	display:block;
	background:url(../img/common/ic_rnd_red.png) 10px 17px no-repeat;
	border:1px solid #b2b2b2;
	padding:10px 20px 8px 30px;
	color:#e50d27;
	font-weight:bold;
	font-size:18px;
}
#info ul.sitemap > li ul {
	margin:15px 30px;
}
#info ul.sitemap > li ul li + li {
	margin-top:5px;
}
#info ul.sitemap > li ul li a {
	display:block;
	color:#595757;
}
@media only screen and (max-width:600px) {
	#info ul.sitemap > li {
		width:100%;
		float:none;
	}
	#info ul.sitemap > li:nth-of-type(2),
	#info ul.sitemap > li:nth-of-type(5),
	#info ul.sitemap > li:nth-of-type(7) {
		margin:0;
	}
	#info ul.sitemap > li:nth-of-type(n+6) {
		margin-top:20px;
	}
	#info ul.sitemap > li > a {
		font-size:16px;
	}
	#info ul.sitemap > li ul li + li {
		border-top:1px dotted #b2b2b2;
	}
	#info ul.sitemap > li ul li a {
		padding:10px 0 5px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
アクセス
***************************************************************************************/

/* Google Map
========================================== */

#mapCanvas {
	margin:70px 0 10px;
}
dl.add {
	margin-bottom:70px;
}
dl.add dt {
	font-weight:bold;
	width:80px;
	float:left;
}
dl.add dd {
	display:inline-block;
}
@media only screen and (max-width:600px) {
	#mapCanvas {
		margin-top:30px;
	}
	dl.add {
		margin-bottom:30px;
	}
}

/* 交通手段
========================================== */

table.traffic {
	width:100%;
}
table.traffic tbody tr th,
table.traffic tbody tr td {
	font-size:18px;
	font-weight:bold;
}
table.traffic tbody tr th em {
	display:inline-block;
	border:1px solid #e50d27;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:10px 7px;
	padding:10px 0 8px 70px;
	width:240px;
	color:#e50d27;
	font-weight:inherit;
	font-size:20px;
}
table.traffic tbody tr:nth-of-type(1) th em {background-image:url(../img/info/ic_train.png);}
table.traffic tbody tr:nth-of-type(2) th em {background-image:url(../img/info/ic_bus.png);}
table.traffic tbody tr:nth-of-type(3) th em {background-image:url(../img/info/ic_car.png);}

table.traffic tbody tr td {
	padding:13px 0 40px;
}
table.traffic tbody tr td p {
	margin-bottom:30px;
	font-weight:inherit;
}
table.traffic tbody tr td p em {
	display:inline-block;
	width:14em;
	font-weight:inherit;
}
table.traffic tbody tr td ul {
	margin:-20px 0 50px 1em;
}
table.traffic tbody tr td ul li {
	font-weight:bold;
}
table.traffic tbody tr td ul li + li {
	margin-top:5px;
}
table.traffic tbody tr td ul li em {
	display:inline-block;
	width:13em;
	font-weight:inherit;
}
@media only screen and (max-width:600px) {
	table.traffic tbody tr th,
	table.traffic tbody tr td,
	table.traffic tbody tr th em {
		display:block;
		width:100%;
		font-size:16px;
	}
	table.traffic tbody tr td {
		padding-bottom:0;
	}
	table.traffic tbody tr td p {
		font-size:16px;
	}
	table.traffic tbody tr td p em {
		width:12em;
	}
	table.traffic tbody tr td ul {
		margin-bottom:30px;
	}
	table.traffic tbody tr td ul li em {
		width:11em;
	}
}
@media only screen and (max-width:320px) {
	table.traffic tbody tr td p em,
	table.traffic tbody tr td ul li em {
		display:block;
	}	
}

/**************************************************************************************

--------------------------------------------------------------------------------------
かずさマジック
***************************************************************************************/

#kazusa {
	padding:30px 0 70px;
}

/* プロフィール
========================================== */

img.ptPlayer {
	float:left;
	margin-right:65px;
}
p.player {
	font-size:22px;
	font-weight:bold;
}
p.player em {
	display:inline-block;
	font-weight:bold;
	margin-right:2em;
}
table.prf {
	width:595px;
	float:left;
	margin-top:5px;
}
table.prf tbody tr th,
table.prf tbody tr td {
	border-bottom:1px solid #e5e5e5;
	padding:9px 15px 7px;
}
table.prf tbody tr th {
	background-color:#333;
	vertical-align:middle;
	color:#fff;
	width:220px;
}
table.prf tbody tr td {
	background-color:#fff;
	padding-left:30px;
}
a.btnKazusa {
	display:inline-block;
	float:right;
	color:#e50d27;
	margin-top:-20px;
}
a.btnKazusa em {
	display:block;
	position:relative;
	border-bottom:1px solid #e50d27;
	margin-bottom:5px;
	padding:0 22px 5px 0;
	font-weight:bold;
	text-align:center;
}
a.btnKazusa em::after {
	display:block;
	position:absolute;
	right:45px;
	top:0;
	content:"";
	background:url(../img/common/ic_rnd_arw_red_l.png) no-repeat 0 0;
	width:20px;
	height:20px;
}

/* 写真なしの時　*/
.noPtPlayer {
	width:595px;
	margin:0 auto;
}
@media only screen and (max-width:600px) {
	#kazusa {
		padding-bottom:30px;
	}
	img.ptPlayer {
		float:none;
		max-width:300px;
		display:block;
		margin:20px auto 20px;
	}
	p.player {
		font-size:14px;
		text-align:center;
		font-weight:normal;
	}
	p.player em {
		display:block;
		font-size:18px;
		letter-spacing:0.2em;
		margin-right:0;
		text-align:center;
	}
	table.prf {
		width:100%;
		float:none;
		margin-left:0;
		margin-top:20px;
	}
	table.prf tbody tr th,
	table.prf tbody tr td {
		display:block;
		width:100%;
	}
	table.prf tbody tr td {
		padding-left:15px;
	}
	a.btnKazusa {
		display:block;
		float:none;
		text-align:center;
		margin:20px 0 30px;
	}
	a.btnKazusa em::after {
		right:30%;
	}
	.noPtPlayer {
		width:100%;
	}
}
@media only screen and (max-width:320px) {
	img.ptPlayer {
		max-width:100%;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
発電所概要
***************************************************************************************/

/* ツールチップ表示部分
========================================== */

#facility {
	margin-top:70px;
}
body.env #facility {
	margin-top:0px;
	margin-top:30px;
}
#facility .frame {
	margin-top:20px;
}
#facility .frame .fig_mansion {
	text-align:center;
}
@media only screen and (max-width:600px) {
	#facility {
		margin-top:30px;
	}
	#facility .frame {
		overflow:auto;
		width:100%;
		position:relative;
		height:355px;
		overflow-y:hidden;
	}
	#facility .frame img {
		max-width:initial;
	}
	#facility .frame #flick {
		width:106%;
		position:relative;
	}
	#facility .frame #flick span {
		display:block;
		width: 100%;
		min-height:340px;
		position: absolute;
		background-color:rgba(255,255,255,0.7)
	}
	#facility .frame #flick span img {
		width:30%;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%)
	}
	#facility .frame .fig_mansion img {
		width: auto !important;
		height:340px !important;
	}
	#facility .frame::-webkit-scrollbar {
		height:5px;
	}
	#facility .frame::-webkit-scrollbar-track {
		background-color:#f1f1f1;
	}
	#facility .frame::-webkit-scrollbar-thumb {
		background-color:#bcbcbc;
	}
}

/* ツールチップの装飾 */

div.tooltip	{
	width:auto;
	position:absolute;
	left:-9999px;
	top:-9999px;
	background:#fff;
	padding:10px;
	border:1px solid #c9caca;
}
div.tooltip em {
	display:block;
	font-weight:bold;
	color:#e60e28;
	text-align:center;
}
div.tooltip span {
    font-size:14px;
	display:block;
	color:#000;
}
div.tooltip img + span {
    margin-top:5px;
}
div.tooltip	img {
	margin-top:5px;
}
div.tooltip	table {
	width:100%;
	margin-top:10px;
}
div.tooltip	table tr {
}
div.tooltip	table tr th,
div.tooltip	table tr td {
	font-size:16px;
	color:#333;
}
div.tooltip	table tr th {
	white-space: nowrap;
}
div.tooltip	table tr td p {
	text-indent:-1em;
	margin-left:1em;
}
@media only screen and (max-width:600px) {
	div.tooltip {
		max-width:80%;
	}
	div.tooltip	table tr th,
	div.tooltip	table tr td {
		font-size:14px;
	}
}

/* 発電概要
========================================== */

#plant {
	margin-top:30px;
}
#plant .tableScr {
}
#plant .tableScr table {
	width:100%;
	margin-top:20px;
}
#plant .tableScr table thead {
}
#plant .tableScr table thead tr {	
}
#plant .tableScr table thead tr th {
	background-color:#333;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding:5px 15px;
}
#plant .tableScr table thead tr th + th,
#plant .tableScr table tbody tr td + td {
	border-left:1px solid #fff;
}
#plant .tableScr table tbody {
}
#plant .tableScr table tbody tr {
}
#plant .tableScr table tbody tr td {
	vertical-align:middle;
	text-align:center;
	padding:10px 15px;
}
#plant .tableScr table tbody tr:nth-of-type(odd) td:nth-of-type(odd)   {background-color:#f6f6f6;}
#plant .tableScr table tbody tr:nth-of-type(odd) td:nth-of-type(even)  {background-color:#ededed;}
#plant .tableScr table tbody tr:nth-of-type(even) td:nth-of-type(odd)  {background-color:#dddddd;}
#plant .tableScr table tbody tr:nth-of-type(even) td:nth-of-type(even) {background-color:#d5d5d5;}

#plant img.unit {
	margin-top:70px;
}
@media only screen and (max-width:600px) {
	#plant {
		margin-top:20px;
	}
	#plant .tableScr {
		overflow:auto;
		white-space:nowrap;
	}
	#plant .tableScr::-webkit-scrollbar {
		height:5px;
	}
	#plant .tableScr::-webkit-scrollbar-track {
		background-color:#f1f1f1;
	}
	#plant .tableScr::-webkit-scrollbar-thumb {
		background-color:#bcbcbc;
	}
	#plant .tableScr table {
		margin-bottom:10px;
	}
	#plant img.unit {
		margin-top:30px;
	}
}

/* 所内マップ
========================================== */

#map {
}
#map .frame {
	margin-top:30px;
}
#map ul {
}
#map ul li {
	width:26%;
	float:left;
	margin-top:50px;
}
#map ul li:nth-of-type(2),
#map ul li:nth-of-type(5) {
	margin:50px 11% 0;
}
#map ul li p {
	font-weight:bold;
}
#map ul li img {
	margin-top:10px;
}
@media only screen and (max-width:600px) {
	#map .frame {
		overflow:auto;
		width:100%;
		position:relative;
		height:auto;
		overflow-y:hidden;
		margin-top:10px;
	}
	#map .frame::-webkit-scrollbar {
		height:5px;
	}
	#map .frame::-webkit-scrollbar-track {
		background-color:#f1f1f1;
	}
	#map .frame::-webkit-scrollbar-thumb {
		background-color:#bcbcbc;
	}
	#map .frame img {
		max-width:initial;
	}
	#map .frame #flick {
		width:106%;
		position:relative;
	}
	#map .frame #flick span {
		display:block;
		width: 100%;
		min-height:420px;
		position: absolute;
		background-color:rgba(255,255,255,0.7)
	}
	#map .frame #flick span img {
		width:30%;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%)
	}
	#map .frame .fig_mansion img {
		width:auto !important;
		height:420px !important;
		margin-bottom:10px;
	}
	#map ul li {
		width:100%;
		margin-top:25px;
		text-align:center;
	}
	#map ul li:nth-of-type(2),
	#map ul li:nth-of-type(5) {
		margin:0;
	}
	#map ul li:nth-of-type(1),
	#map ul li:nth-of-type(4){
		padding-bottom:30px;
	}
	#map ul li + li {
		border-top:1px solid #ccc;
		padding-top:20px;
	}
	#map ul li p {
		text-align:inherit;
	}
}

/* 5号発電設備
========================================== */

#tbnNo5 {
	text-align:center;
}
#tbnNo5 img {
	display:block;
	margin-left:50px;
}
#tbnNo5 ul {
	margin-top:50px;
}
#tbnNo5 ul li {
	width:50%;
	float:left;
}
#tbnNo5 ul li:nth-of-type(even) {
	padding-left:70px;
}
#tbnNo5 ul li:nth-of-type(4) {
	padding-bottom:30px;
}
#tbnNo5 ul li h2 {
	display:inline-block;
	padding:10px 20px 7px;
	font-weight:bold;
	font-size:18px;
	color:#e50d27;
	border:1px solid #e50d27;
	width:260px;
	text-align:center;
}
#tbnNo5 ul li p {
	margin-top:15px;
	padding-bottom:50px;
}
#tbnNo5 ul li:last-child p {
	padding-bottom:0;
}
@media only screen and (max-width:600px) {
	#tbnNo5 img {
		display:inline;
		margin:0;
	}
	#tbnNo5 ul {
		margin-top:30px;
	}
	#tbnNo5 ul li {
		width:100%;
		float:none;
	}
	#tbnNo5 ul li:nth-of-type(even) {
		padding-left:0
	}
	#tbnNo5 ul li:nth-of-type(4) {
		padding-bottom:0;
	}
	#tbnNo5 ul li h2 {
		display:block;
		text-align:center;
		width:100%;
	}
	#tbnNo5 ul li p {
		padding-bottom:20px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
環境への取り組み
***************************************************************************************/

/* お知らせ（メンテナンス画面）
========================================== */

.mainte {
	text-align:center;
	margin-top:70px;
	padding-bottom:50px;
}
@media only screen and (max-width:600px) {
	.mainte img {
		width:50%;
	}
}

/* 環境方針
========================================== */

#nmb {
}
#nmb ol {
	margin:30px 0 150px;
	list-style-type:decimal;
}
#nmb ol li {
	font-size:18px;
	font-weight:bold;
	margin-left:1.5em;
}
#nmb ol li + li {
	margin-top:10px;
}
@media only screen and (max-width:600px) {
	#nmb ol {
		margin-bottom:0;
	}
	#nmb ol li {
		font-size:16px;
	}
}

/* 大気汚染対策
========================================== */

#air {
}
#air ul {
	margin-top:50px;
}
#air ul li {
	width:50%;
	float:left;
}
#air ul li:nth-of-type(odd) {
    padding-right:20px;
}
#air ul li:nth-of-type(even) {
    padding-left:20px;
}
#air ul li:nth-of-type(n+3) {
    margin-top:50px;
}
#air ul li h2,
#air p.titRed {
	display:inline-block;
	padding:10px 20px 7px;
	font-weight:bold;
	font-size:18px;
	color:#e50d27;
	border:1px solid #e50d27;
	text-align:center;
}
#air ul li p {
	margin-top:15px;
}
#air ul li p.titSmog {
    font-weight:bold;
    font-size:22px;
    text-align:center;
    margin-top:15px;
}
#air ul li table.txlSmog {
    width:100%;
    margin-top:10px;
}
#air ul li table.txlSmog tr th,
#air ul li table.txlSmog tr td {
    text-align:center;
    vertical-align:middle;
    border:1px solid #333;
    font-size:14px;
    padding:10px 0;
}
#air ul li table.txlSmog thead tr th {
    background-color:#e60e28;
    color:#fff;
}
#air ul li table.txlSmog tbody tr th {
    background-color:#ccc;
}
#air ul li img {
	margin-top:15px;
}
#air p.titRed {
    margin-top:50px;
}
@media only screen and (max-width:600px) {
	#air ul {
		margin-top:30px;
	}
	#air ul li {
		width:100%;
		float:none;
        text-align:center;
	}
    #air ul li:nth-of-type(odd) {
        padding-right:0;
    }
    #air ul li:nth-of-type(even) {
        padding-left:0;
    }
    #air ul li:nth-of-type(n+3) {
        margin-top:0;
    }
    #air ul li + li {
        margin-top:30px!important;
    }
	#air ul li h2 {
		display:block;
		text-align:center;
		width:100%;
	}
    #air ul li p.titSmog {
        font-size:18px;
        margin-top:15px;
    }
    #air ul li table.txlSmog tr th,
    #air ul li table.txlSmog tr td {
        font-size:12px;
    }
}

/* 水質汚濁対策
========================================== */

#water {
}
#water ul {
	margin-top:50px;
}
#water ul li {
	width:50%;
	float:left;
}
#water ul li:nth-of-type(odd) {
    padding-right:20px;
}
#water ul li:nth-of-type(even) {
    padding-left:20px;
}
#water ul li:nth-of-type(n+3) {
    margin-top:50px;
}
#water ul li h2,
#water p.titRed {
	display:inline-block;
	padding:10px 20px 7px;
	font-weight:bold;
	font-size:18px;
	color:#e50d27;
	border:1px solid #e50d27;
	text-align:center;
}
#water ul li.value h2 {
	font-weight:bold;
    padding:0;
	font-size:22px;
	color:#000;
	border:none;
	text-align:left;
} 
#water ul li p {
	margin-top:15px;
}

#water ul li table.tblValue {
    width:100%;
    margin-top:10px;
}
#water ul li table.tblValue tr th,
#water ul li table.tblValue tr td {
    text-align:center;
    vertical-align:middle;
    border:1px solid #333;
    font-size:14px;
    padding:10px 0;
}
#water ul li table.tblValue thead tr th {
    background-color:#e60e28;
    color:#fff;
}
#water ul li table.tblValue tbody tr th {
    background-color:#ccc;
}
#water ul li table.tblValue tbody tr:last-of-type td {
    border:none;
    text-align:right;
}
#water ul li img {
	margin-top:15px;
}
#water p.titRed {
    margin-top:50px;
}
@media only screen and (max-width:600px) {
	#water ul {
		margin-top:30px;
	}
	#water ul li {
		width:100%;
		float:none;
        text-align:center;
	}
    #water ul li:nth-of-type(odd) {
        padding-right:0;
    }
    #water ul li:nth-of-type(even) {
        padding-left:0;
    }
    #water ul li:nth-of-type(n+3) {
        margin-top:0;
    }
    #water ul li + li {
        margin-top:30px!important;
    }
	#water ul li h2 {
		display:block;
		text-align:center;
		width:100%;
	}
    #water ul li.value h2 {
        font-size:18px;
    }
    #water ul li table.tblValue tr th,
    #water ul li table.tblValue tr td {
        font-size:12px;
    }
}

/* 資源循環推進化
========================================== */

#cycle {
}
#cycle ul {
	margin-top:50px;
}
#cycle ul li {
}
#cycle ul li + li {
    margin-top:50px;
}
#cycle ul li h2,
#cycle p.titRed {
	display:inline-block;
	padding:10px 20px 7px;
	font-weight:bold;
	font-size:18px;
	color:#e50d27;
	border:1px solid #e50d27;
	text-align:center;
}
#cycle ul li p {
	margin-top:15px;
}
#cycle ul li img {
	margin-top:15px;
}
#cycle ul li.coal p {
    width:56%;
    float:left;
    padding-right:30px;
}
#cycle ul li.coal img {
    float:right;
    width:44%;
}
#cycle p.titRed {
    margin-top:50px;
}
@media only screen and (max-width:600px) {
	#cycle ul {
		margin-top:30px;
	}
	#cycle ul li {
        text-align:center;
	}
    #cycle ul li + li {
        margin-top:30px;
    }
	#cycle ul li h2 {
		display:block;
		text-align:center;
		width:100%;
	}
    #cycle ul li.coal p {
        width:100%;
        float:none;
        padding-right:0;
    }
    #cycle ul li.coal img {
        width:auto;
        float:none;
        display:block;
        margin:15px auto 0;
    }
}

/* その他取り組み
========================================== */

#other {
}
#other ul {
	margin-top:50px;
}
#other ul li {
	width:50%;
	float:left;
}
#other ul li:nth-of-type(odd) {
    padding-right:20px;
}
#other ul li:nth-of-type(even) {
    padding-left:20px;
}
#other ul li:nth-of-type(n+3) {
    margin-top:50px;
}
#other ul li h2 {
	display:inline-block;
	padding:10px 20px 7px;
	font-weight:bold;
	font-size:18px;
	color:#e50d27;
	border:1px solid #e50d27;
	text-align:center;
}
#other ul li p {
	margin-top:15px;
}
#other ul li img {
	margin-top:15px;
}
@media only screen and (max-width:600px) {
	#other ul {
		margin-top:30px;
	}
	#other ul li {
		width:100%;
		float:none;
        text-align:center;
	}
    #other ul li:nth-of-type(odd) {
        padding-right:0;
    }
    #other ul li:nth-of-type(even) {
        padding-left:0;
    }
    #other ul li:nth-of-type(n+3) {
        margin-top:0;
    }
    #other ul li + li {
        margin-top:30px!important;
    }
	#other ul li h2 {
		display:block;
		text-align:center;
		width:100%;
	}
}
/* 写真配置
========================================== */
/*
#photo {
}
#photo dl {
	margin-top:40px;
	position:relative;
}
#photo dl::after {
	content:"."; display:block; clear:both; height:0; visibility:hidden; font-size:0;
}
#photo dl dt {
	position:absolute;
	top:0;
	left:0;
	border:1px solid #e50d27;
	color:#e50d27;
	font-weight:bold;
	text-align:center;
	font-size:22px;
	padding:8px 10px 5px;
	width:380px;
}
#photo dl dd {
	width:50%;
	float:left;
	text-align:right;
}
#photo dl dd:nth-of-type(1) {
	padding-top:70px;
	text-align:left;
}
@media only screen and (max-width:600px) {
	#photo dl dt {
		width:100%;
		position:static;
		font-size:18px;
	}
	#photo dl dd {
		width:100%;
	}
	#photo dl dd:nth-of-type(1) {
		padding-top:15px;
	}
	#photo dl dd img {
		max-width:100%;
		margin-top:15px;
	}
}

/* ---------------------------
写真が3つ以上タイプ
----------------------------- */
/*
@media only screen and (min-width:600px) {
	#photo dl.typeLot{
	}
	#photo dl.typeLot dd:last-child {
		width:100%;
		text-align:left;
		font-size:0;
		margin-top:25px;
	}
	#photo dl.typeLot dd:last-child img:nth-of-type(odd) {
		margin-right:60px;	
	}
}

/* ---------------------------
見出し・説明 幅100％タイプ
----------------------------- */
/*
@media only screen and (min-width:600px) {
	#photo dl.typeSingle dd {
		width:100%;
	}
	#photo dl.typeSingle dd:last-child {
		padding-left:0;
		margin-top:30px;
		font-size:0;
	}
	#photo dl.typeSingle dd:last-child img:nth-of-type(odd) {
		margin-right:60px;	
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
会社概要
***************************************************************************************/

/* 事業概要
========================================== */

table.corpData > tbody > tr > td em.post {
	display:inline-block;
	width:150px;
}

/* 組織図
========================================== */

#org {
}
#org .graph {
	margin-top:70px;
	text-align:center;
}
@media only screen and (max-width:600px) {
	#org .graph {
		margin-top:30px;
	}
	#org img {
		width:100%;
	}
}

/* 沿革
========================================== */

table.history {
	margin-bottom:30px;
}
table.history tbody tr {
}
table.history tbody tr th {
	text-align:center;
	vertical-align:middle;
}
table.history tbody tr th em {
	display:block;
	text-align:center;
	font-size:12px;
}
table.history tbody tr td {
	position:relative;
	vertical-align:middle;
}
table.history tbody tr td.exSpace {
	padding-bottom:26px;
}
table.history tbody tr td img {
	position:absolute;
	top:13px;
	right:20px;
}
table.history tbody tr td img.exTopline2 {top:-145px;}
table.history tbody tr td img.exTopline3 {top:-221px;}

@media only screen and (max-width:600px) {
	table.history {
		margin-bottom:0;
	}
	table.history tbody tr th em {
		display:inline-block;
	}
	table.history tbody tr th em::before {content:"（"}
	table.history tbody tr th em::after  {content:"）"}
	
	table.history tbody tr td {
		text-align:center;
	}
	table.history tbody tr td img {
		position:static;
		margin-top:10px;
	}
}

/* ご挨拶
========================================== */

#greeting {
}
#greeting p.catch {
	color:#e50d27;
	font-weight:bold;
	text-align:center;
	font-size:38px;
}
#greeting .txtArea {
	margin-top:30px;
}
#greeting .txtArea p + p {
	margin-top:10px;
}
#greeting .txtArea p.name {
	font-size:20px;
	font-weight:bold;
	text-align:right;
	margin-top:20px;
}
#greeting .txtArea p.name em {
	font-weight:inherit;
	display:inline-block;
	margin-right:2.5em;
}
@media only screen and (max-width:600px) {
	#greeting p.catch {
		font-size:24px;
		margin-top:15px;
	}
	#greeting .txtArea p.name {
		font-size:16px;
	}
	#greeting .txtArea p.name em {
		display:inline;
		margin-right:0;
	}
}

/* 経営ビジョン
========================================== */

#vision {
	margin:50px 0 70px;
}
#vision * {
	text-align:center;
}
#vision h2 {
	max-width:600px;
	margin:5px auto 0;
	border:1px solid #e50d27;
	font-size:45px;
	padding:12px 10px 6px;
	color:#e50d27;
	font-weight:bold;
}
#vision p {
	margin-top:40px;
	font-size:20px;
}
#vision ul {
	margin-top:40px;
}
#vision ul li {
	font-size:20px;
	font-weight:bold;
}
#vision ul li + li {
	margin-top:5px;
}	
@media only screen and (max-width:600px) {
	#vision {
		margin-top:30px;
		margin-bottom:0;
	}
	#vision * {
		text-align:left;
	}
	#vision h2 {
		font-size:20px;
		text-align:center;
	}
	#vision p {
		margin-top:20px;
		font-size:18px;
	}
	#vision ul {
		margin-top:20px;
	}
	#vision ul li {
		font-size:18px;
	}
}

/* 企業倫理
========================================== */
 
/* ---------------------------
企業理念
----------------------------- */

#rinen {
	margin-top:50px;
	padding-bottom:50px;
}
@media only screen and (max-width:600px) {
	#rinen {
		margin-top:20px;
		padding-bottom:20px;
	}
}

/* ---------------------------
三つの原則
----------------------------- */

#rinri {
	margin-top:50px;
	text-align:center;
	font-size:0;
}
#rinri h2 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
#rinri img:nth-of-type(2) {
	padding:0 73px;
}
@media only screen and (max-width:600px) {
	#rinri {
		margin-top:30px;
	}
	#rinri h2 {
		text-align:center;
	}
	#rinri img:nth-of-type(2) {
		padding:15px 0;
	}
}

/* 環境方針 & 安全衛生方針
========================================== */
 
#safety {
	margin-top:30px;
	padding-bottom:50px;
}
#safety ol {
	margin-top:30px;
	list-style-type:decimal;
}
#safety ol li {
	font-size:18px;
	font-weight:bold;
	margin-left:1.5em;
}
#safety ol li + li {
	margin-top:10px;
}
@media only screen and (max-width:600px) {
	#safety ol {
		margin-bottom:0;
	}
	#safety ol li {
		font-size:16px;
	}
}

/* 決算公告
========================================== */
 
#public {
	padding-bottom:50px;
}
#public p.link {
	text-indent:-1em;
	margin-left:1em;
	font-size:14px;
	margin-top:30px;
}
#public p.link a {
	color:#e50d27;
	text-decoration:underline;
}
#public ul {
	margin-top:50px;
}
#public ul li {
	font-weight:bold;
}
#public ul li + li {
	margin-top:10px;
}
#public ul li a {
	display:inline-block;
	color:#e50d27;
	background:#fff url(../img/company/ic_pdf_red.png) 10px center no-repeat;
	border:1px solid #e50d27;
	padding:0 10px 0 40px;
	margin-left:20px;
	height:35px;
	line-height:35px;
}
#public ul li a:hover {
	color:#fff;
	background:#e50d27 url(../img/company/ic_pdf_white.png) 10px center no-repeat;
	opacity:1;
}
@media only screen and (max-width:600px) {
	#public {
		padding-bottom:0;
	}
	#public ul li + li {
		margin-top:15px;
	}
	#public ul li a {
		display:block;
		width:100%;
		margin-top:5px;
		margin-left:0;
		height:46px;
		line-height:46px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
採用情報
***************************************************************************************/

body.recruit figure {
	float:left;
	display:block;
	margin-top:70px;
	width:270px;
	text-align:center;
}
body.recruit figure figcaption {
	font-size:14px;
	text-align:inherit;
	margin-top:15px;
}
body.recruit figure figcaption em {
	display:block;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
body.recruit .txtArea {
	float:right;
	margin-top:70px;
	padding-left:15px;
	width:330px;
}
body.recruit .txtArea p.catch {
	font-size:32px;
	font-weight:bold;
}
body.recruit .txtArea a.bnrRecruit {
	display:block;
	width:330px;
	padding:10px 15px;
	margin-top:10px;
	position:relative;
	background:linear-gradient(90deg,#000078,#4100be);
}
body.recruit .txtArea a.bnrRecruit::after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:5%;
	background:url(../img/recruit/ic_arrow_white.png) no-repeat 0 0;
	width:22px;
	height:22px;
}
body.recruit .txtArea a.bnrRecruit dl {
}
body.recruit .txtArea a.bnrRecruit dl dt,
body.recruit .txtArea a.bnrRecruit dl dd {
	color:#fff;
	font-weight:bold;
	line-height:1.2;
}
body.recruit .txtArea a.bnrRecruit dl dt {
	font-size:40px;
}
body.recruit .txtArea a.bnrRecruit dl dd {
	font-size:22px;
	position:absolute;
	left:41%;
	bottom:20%;
}
@media only screen and (max-width:600px) {
	body.recruit  figure {
		width:100%;
		margin:40px auto 0;
		display:block;
		float:none;
	}
	body.recruit .txtArea {
		width:100%;
		float:none;
		display:inline;
	}
	body.recruit .txtArea p.catch {
		font-size:20px;
		text-align:center;
	}
	body.recruit .txtArea a.bnrRecruit {
		width:100%;
	}
	body.recruit .txtArea a.bnrRecruit dl dt {
		font-size:23px;
	}
	body.recruit .txtArea a.bnrRecruit dl dd {
		position:static;
	}
}