/* CSS Document */

#otherLpLink{}
#otherLpLink ul{
background-image:url();
background-repeat:repeat-y;
background-image:url(../../images/otherAreaColumn_bg.png)
}
#otherLpLink li{
    background-repeat: repeat-y;
    padding: 5px 15px 0;
}
#otherLpLink li a{
background: url("../../images/2012/bg_089a.png") no-repeat scroll 0 0.125em transparent;
display: inline-block;
min-height: 13px;
padding-left: 15px;
}

.ShinetsuArea h2, h3, h4, h5, h6 {
margin: 20px 20px 10px;
}


/*-------------

 違う職種からアルバイトを探す

-------------*/	
#otherjoblink{margin: 15px 0 0;
	width:950px;
}
#otherjoblink h3{
    background-image: url("../../images/2012/joblp_pc_h3bg002.png");
    background-repeat: no-repeat;
    height: 27px;
    margin: 15px 0 5px;
    padding: 7px 0 0 45px;
}

#otherjoblink dl{
    background-image:url("../../images/2012/joblp_pc_bg003.png");
	background-repeat:repeat-y;
    border: 1px solid #D4D4D4;
    position: relative;
	padding:5px 0;
	min-height:26px;
	margin-top:-1px;
}
#otherjoblink dt{
    float: left;
    padding: 7px 0;
    position: absolute;
    text-align: center;
    width: 156px;
	font-size: 12px;
}
#otherjoblink dd{
    /*background-color: #ff0000;*/
    float: right;
	min-height:16px;
	width: 765px;
}

#otherjoblink dd.acordion_tree{
padding: 0 0 5px 0;
}

#otherjoblink dd.trigger{
padding: 5px 0 0;
}

.otherlink ul{}
.otherlink li{
    float: left;
    font-size: 12px;
    line-height: 1.5em;
    list-style: none outside none;
    margin-right: 15px;
    width: 220px;
}
.otherlink li a{
    background-image: url("../../images/2012/bg_089a.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 0 0 0 15px;
}


.open-close{
    background-image: url("../../images/2012/joblp_pc_btn_Open.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 19px;
    right: 20px;
    position: absolute;
    text-indent: -9999px;
    top: 9px;
    width: 76px;
    z-index: 5;
}

.open-close:hover{
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.trigger.active .open-close{
	background:url("../../images/2012/joblp_pc_btn_Close.png") no-repeat;
	-webkit-background-size:76px 19px;
}
