@charset "utf-8";

html {
	background:none;
	overflow:auto;
}

/* officeListPop
-----------------------------------------------*/
body#officeListPop {
	background-color:#0A0A0A;
}

h1 {
	display:block;
	padding:0 10px 15px;
	color:#fff;
	position:relative;
	border-bottom:1px solid #202020;
	font-weight:bold;
}

.inBox {
	display:block;
	width:486px;
	margin:30px auto 30px;
	font-size:0.875em;
	background:#0e0e0e url(../images/share/bg_box.gif) repeat-x 0 0;
	border:3px solid #000;
	position:relative;
}
.listBox {
	border:1px solid #292929;
	padding:15px;
}

#officeList .conBox dd {
	display:block;
	margin:0 30px 0 0;
}


#officeList .conBox dd strong {
	display:block;
	width:86px;
	height:16px;
	position:absolute;
	left:385px;
	top:19px;
	background:url(../images/btn/btn_access.png) no-repeat 0 0;
}
#officeList .conBox dd strong a {
	display:block;
	width:86px;
	height:16px;
	text-indent:-9999px;
}
#officeList .conBox dd strong a span {
	display:block;
	width:86px;
	height:16px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/btn/btn_access.png) no-repeat -86px 0;
}
.date,
.root {
	display:block;
	font-size:0.858em;
/*	filter: alpha(opacity=25);
	-moz-opacity:0.70;
	opacity:0.70;
*/}
.date {
	padding:15px 10px;
}
.root {
	padding:10px;
	padding-left:55px;
	border:1px solid #333;
	background:#1a1a1a url(../images/share/bg_box_foot.gif) no-repeat -10px -5px;
}
.map {
	padding:15px 0 0;
	border-top:1px solid #090909;
}
.map img {
	padding:1px;
	border:1px solid #aaa;
	background:#222;
	line-height:0;
	font-size:0;
}
ul {
	display:block;
	width:117px;
	height:24px;
	position:absolute;
	top:0px;
	right:13px;
	background:url(../images/officelist/popNavi.png) no-repeat 0 0;
	text-indent:-9999px;
}
.print{
	display:block;
	width:69px;
	height:23px;
	float:left;
}
.print a{
	display:block;
	width:67px;
	height:23px;
	margin:0 0 0 1px;
	position:relative;
	overflow:hidden;
	outline:none;
}
.print a span{
	display:block;
	width:67px;
	height:23px;
	background:url(../images/officelist/popNavi.png) no-repeat -118px 0;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
.close{
	display:block;
	width:47px;
	height:23px;
	float:left;
}
.close a{
	display:block;
	width:47px;
	height:23px;
	position:relative;
	overflow:hidden;
	outline:none;
}
.close a span{
	display:block;
	width:47px;
	height:23px;
	background:url(../images/officelist/popNavi.png) no-repeat -186px 0;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

