<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ------------------------------------------------------------
 リクルートエージェント　ポップアップ　CSS
 更新日:08/12/4

 [目次]
	0:popup01
------------------------------------------------------------ */

/* 0:popup01 - 拠点一覧の地図などで利用
-------------------------------------------------- */

#popup01,
#popup01 #header{
width:510px;
}

#popup01 #contents{
width:480px;
margin:8px auto 0;
}


#popup01{
background:#fff;
margin:0 auto;
}

#popup01 #header{
position:relative;
}

#popup01 #header p.btn{
position:absolute;
top:7px;
right:7px;
}

#popup01 .main{
width:490px;
float:none;
padding:0 10px;
}

#popup01 h2{
font-size:125%;
}

#popup01 #wrap .footer{
clear:both;
padding:5px 0 0 0;
border-top:1px solid #c0c0c0;
text-align:right;
}

#popup01 #header{
margin-bottom:10px;
}

#popup01 .main .dataTable01 table th.va_middle{
vertical-align:middle !important;
}

#popup01 #header .yahoo_logo{
margin:5px 0 0 0;}

#popup01 #header .yahoo_logo img{
float:right;
padding:0 25px 0 0;
}


#popup01 #header .yahoo_logo h1{
clear:both;
}

#popup01 #header p.yahoo_logo{
position:absolute;
top:10px;
right:80px;
}

</pre></body></html>