  #page_title h1{
	width:956px;
	text-align:center;
}

/*ud_city_lede*/
.ud_city_lede{
	background:url(/tech/universal_design/ud_city/images/bg_ud_city_lede.jpg) no-repeat 1px 100%;
	padding-bottom:220px;
	text-align:center;
}

/*note_txt*/
.note_txt{
	font-size:92.3%;
}

/*cap_title*/
h5.cap_title{
	font-weight:bold;
	font-size:90%;
	margin:3px 0 0;
	line-height:1.7;
}

/*border*/

.content_border{
	margin:40px 0 0px;
	border-top:#A8B6C8 1px solid;
	height:30px;
	clear:both;
}
.content_border span{
	display:none;
}

/*-------------------------------------------

popup

--------------------------------------------*/

/*ud_city_vision  illustration*/
.ud_city_vision{
	margin:30px 1px 0px;
	padding:0;
	width:958px;
	position:relative;
}

.ud_city_vision#vision_01{
	padding-top:20px;
	margin-bottom:45px;
}
.ud_city_vision#vision_02{
}
.map_area{
	position:relative;
}

.arrow_down_ud_illust{
	position:absolute;
	top:42px;
	left:0px;
	text-align:center;
	width:958px;
}

ul.marks li{
	position:absolute;
}
ul.marks li a{
	display:block;
	width:30px; height:40px;
	background:url(/tech/universal_design/ud_city/images/ill_mark.png) no-repeat;
	animation: mark_bounce 900ms steps(16) infinite;
}

@keyframes mark_bounce {
  to {
    background-position: -480px 0;
  }
}

ul.marks li a span{
	display:none;
}

li.mark_a01{
	top:365px;
	left:245px;
}
li.mark_a02{
	top:415px;
	left:347px;
}
li.mark_a03{
	top:605px;
	left:327px;
}
li.mark_a04{
	top:439px;
	left:652px;
}
li.mark_a05{
	top:510px;
	left:189px;
}
li.mark_a06{
	top:485px;
	left:488px;
}
li.mark_a07{
	top:385px;
	left:579px;
}

/* popup_box
---------------------------------*/
div#main div.popup_box{
	width:520px;
	background:#ffffff;
	margin:0;
	padding:18px 20px !important;
	border:#1A3F8C 2px solid;
	overflow:hidden;
	cursor:pointer;
	display:none;
	position:absolute;
	border-radius: 6px;         /* CSS3 */
	/*IE9+*/
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}

.popup_box .img{
	float:left; width:220px;
}
.popup_box .txt{
	float:right; width:280px;
	line-height:1.7;
}

div#main .popup_box h3{
	margin: 0px 0 10px 0;
	background:none;
	line-height:1.4;
	color:#193F8C;
	letter-spacing:0;
	/*font-size:107.7%;*/
}


#popup_a_01{
	top:140px;
	left:10px;
}
#popup_a_02{
	top:220px;
	left:10px;
}
#popup_a_03{
	top:450px;
	left:280px;
}
#popup_a_04{
	top:420px;
	left:400px;
}
#popup_a_05{
	top:320px;
	left:10px;
}
#popup_a_06{
	top:460px;
	left:380px;
}
#popup_a_07{
	top:180px;
	left:400px;
}

@media print{
	
}
