@charset "utf-8";

/* ------------------------------------------------------------
 リクルートエージェント　サイトマップ　CSS
 更新日:08/12/10

 [目次]
------------------------------------------------------------ */

/* 0:layout
※右ナビパターンのレイアウトの際の共通スタイル
-------------------------------------------------- */

div#contents div.section{
padding:0 0 10px;
margin:0 0 10px 0;
border-bottom:2px solid #e8e8e8;
width:100%;
overflow:hidden;
}

div#contents div.section div.section{
padding:0;
border-bottom:none;
}

div#contents h3,
div#contents h4{
font-weight:bold;
font-size:125%;
margin:0 0 5px 0;
}


div#contents h3{
float:left;
width:22%;
}

div#contents h4{
font-size:100%;
}


div#contents ul{
float:right;
width:77%;
margin:0;
}


div#contents div.section div.section{
float:right;
width:77%;
}

div#contents div.section div.section ul{
width:auto;
float:none;
zoom:1;
overflow:hidden;
}

div#contents ul li{
background:url(/common/imgs/ico_arrow01.gif) no-repeat 0 4px;
padding:0 0 5px 12px;
width:30%;
float:left;
}

div#contents div.secondList{
border-top:1px dotted #999999;
padding:10px 0 0 0 !important;
}
