@charset "utf-8";

h1.hdg-level1-01{
	margin-bottom:10px;
}
.txt-main{
	font-size:160%;
	line-height:1.5;
}

.nps-box{
	margin-top:50px;
}
/*
.nps-box .map img{
	border:solid 1px #e6e6e6;
}*/
.nps-box-left{
	float:left;
	display:inline;
	padding:10px 0;
	width:353px;

	border:1px solid #999;
	-webkit-border-radius:7px;
	border-radius:7px;
	behavior:url("/common/js/PIE.htc");
}
.nps-box-right{
	float:right;
	display:inline;
	padding:10px 0;
	width:353px;
	min-height:110px;
	-webkit-border-radius:7px;
	border-radius:7px;
	behavior:url("/common/js/PIE.htc");
}
.nps-box-left dl,.nps-box-right dl{
	margin:0 10px;
}
.nps-box-left dt,.nps-box-right dt{
	margin-bottom:10px;
	font-size:134%;
	font-weight:bold;
	border-bottom:solid 1px #999;
}
.nps-box-right h3{
	margin-bottom:10px;
	font-size:134%;
}

.nps-box .map{
	position:relative;
}
.nps-box .bt01{
	position:absolute;
	left:26px;
	top:306px;
}
.nps-box .bt02{
	position:absolute;
	left:26px;
	top:341px;
}
.nps-box .bt03{
	position:absolute;
	left:26px;
	top:376px;
}
.nps-box .bt04{
	position:absolute;
	left:26px;
	top:411px;
}
.nps-box .bt05{
	position:absolute;
	left:26px;
	top:180px;
}
.nps-box .bt06{
	position:absolute;
	left:26px;
	top:145px;
}
.nps-box .bt07{
	position:absolute;
	left:74px;
	top:554px;
}


#lean_overlay{
  position: fixed;
  z-index:500; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
  background:url(/decommision/monitoring_mark_clear.gif) repeat;
}

#parentdiv{
	position:absolute;
  top: 0px;
  left: 0px;
}

div.popup{
	position:absolute;
	left:370px;
	top:60px;
}
div.popup02{
	position:absolute;
	left:370px;
	top:460px;
}
div.popup,div.popup02{
	display: none;
	width: 350px;
	padding: 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior:url("/common/js/PIE.htc");
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background: #f4f4f4;
	background-clip: padding-box;
	color: #182a3c;
	-webkit-box-shadow: 0px 0px 8px #171a24;
	box-shadow: 0px 0px 8px #171a24;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	transition: transform 0.2s linear;
}
div.popup a,div.popup02 a{
	background-position:3px 0.35em;
}
.modal_close {
    display: block;
    color: #3e5368;
	position: absolute;
	cursor: pointer;
	top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    font-size: 28px;
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    line-height: 28px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3e5368;
 	behavior:url("/common/js/PIE.htc");
   -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
	text-align:center;
}
.modal_close:link,.modal_close:visited{
    color:#3e5368;
	cursor: pointer;
}
.modal_close:hover, .remodal-close:active {
    background: #3e5368;
	text-decoration:none;
    color: #f4f4f4;
}

div#parentdiv ul{
	margin-top:10px;
}
div#parentdiv li{
	margin-left:20px;
	list-style:disc;
	font-size:125%;
}

div#parentdiv .txt01{
	padding:0 5px;
	font-size:100%;
}
div#parentdiv .txt02{
	margin-bottom:5px;
	padding:0 5px 5px;
	font-size:150%;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
}
div#parentdiv .txt03{
	padding:0 5px 5px;
	font-size:125%;
}
div#parentdiv .date{
	margin-top:10px;
	text-align:right;
	font-size:125%;
}




#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
div#photographer{
	display: none;
	width: 660px;
	top:30px;
	right:-15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 15px;
	border:solid 2px #999;
	background-color: #fff;
	list-style: none;
	color: #333;
 	behavior:url("/common/js/PIE.htc");
}
div#photographer dl dt{
	font-weight:bold;
}

div#photographer dl.toolLeft{
	float:left;
	display:inline;
	width:400px;
}
div#photographer dl.toolRight{
	float:right;
	display:inline;
	width:240px;
}


.modal_close {
    display: block;
    color: #3e5368;
	position: absolute;
	cursor: pointer;
	top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    font-size: 28px;
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    line-height: 28px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3e5368;
 	behavior:url("/common/js/PIE.htc");
   -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
	text-align:center;
}
.modal_close:link,.modal_close:visited{
    color:#3e5368;
	cursor: pointer;
}
.modal_close:hover, .remodal-close:active {
    background: #3e5368;
	text-decoration:none;
    color: #f4f4f4;
}
