@charset "UTF-8";
/* CSS Document */



/* ----------------------------------------------
 * 		ricuit index
 * ---------------------------------------------- */

.idx .main-ph {
	margin-top: 5px;
	text-align: center;
	height:140px;
	background: url(../../../recruit/images/idx_main_bg-170601.jpg) no-repeat;
	position: relative;  
}

.idx .main-ph .salesbtn{
    position: absolute;  
    top: 85px;  
    left: 16px;  
}

.idx .main-ph .techbtn{
    position: absolute;  
    top: 85px;  
    left: 220px;  
}


.idx .towcol {
	margin-top: 11px;
}
.idx .towcol .col-inside .bold {
	font-size: 108.3%;
}
.idx .towcol .col-inside .arr {
	margin-top: 0;
	padding-top: 0;
}

.idx .towcol .colwrap .col-inside .inner dl dt {
	width: 111px;
}
.idx .towcol .colwrap .col-inside .inner dl dd {
	width: 220px;
}
.idx .towcol .colwrap .col-inside .inner dl dt .more {
	display: block;
	margin-top: 10px;
	text-align: right;
}
/*.idx .towcol .colwrap .col-inside .inner dl dt .more a {
	background: url(../../images/arr002.png) no-repeat 2px 3px;
	padding-left: 13px;
}*/



/* ----------------------------------------------
 * 		ricuit senior
 * ---------------------------------------------- */
	
.senior p {
	position: relative;
	height: 117px;
	width: 740px;
	}
.senior p span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	}



/* ----------------------------------------------
 * 		ricuit heard
 * ---------------------------------------------- */
	
.heard .heading02 {
	margin-top: 0px;
	border-right: 1px solid #CCC;
	border-bottom-style: none;
}
.heard .inner  {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.heard .float-l .inner  {
	background: url(../../../recruit/heard/images/heard_bg01.gif) no-repeat;
}
.heard .float-r .inner  {
	background: url(../../../recruit/heard/images/heard_bg02_2017.gif) no-repeat;
}
.heard ul  {
	padding: 50px 10px 20px 35px;
}
.heard .float-l ul li  {
	background: url(../../../recruit/heard/images/heard_ar01.gif) no-repeat 0px 0.25em;
	margin-top: 8px;
	padding-left: 15px;
}
.heard .float-r ul li  {
	background: url(../../../recruit/heard/images/heard_ar02.gif) no-repeat 0px 0.25em;
	margin-top: 8px;
	padding-left: 15px;
}


/* ----------------------------------------------
 * 		ricuit voice
 * ---------------------------------------------- */

.voice-man,
.voice-woman {
	background: url(../../../recruit/heard/images/voice_bg01.gif) no-repeat left top;
	padding-left:61px;
	margin-top: 15px;
	padding-bottom: 10px;
}	
.voice-woman {
	background: url(../../../recruit/heard/images/voice_bg04.gif) no-repeat left top;
}
.voice-man dl,
.voice-woman dl {
	background: url(../../../recruit/heard/images/voice_bg02.gif) no-repeat left top;
	padding-top: 17px;
}
.voice-woman dl {
	background: url(../../../recruit/heard/images/voice_bg02.gif) no-repeat left top;
}
.voice-man dl dt,
.voice-woman dl dt {
	font-weight: bold;
	color: #4D89C4;
	width:114px;
	/**html width: 114px;*/
	float: left;
	padding-left: 40px;
	margin-right: 2px;
}
.voice-woman dl dt {
	color: #4D89C4;
}
.voice-man dl dd,
.voice-woman dl dd {
	float: left;
	width: 515px;	
}
.voice-man .bottom,
.voice-woman .bottom {
	clear: left;
	float: none;
	width: auto;
	padding-top: 10px;
	position: relative;
}
/* IE FF hack */
.voice-man .bottom,
.voice-woman .bottom,
x:-moz-any-link,
x:default {
	height: 8px;
	padding-top: 0px;
	zoom: 1;
	height: 13px¥9;
	padding-top: 0px¥9;
	_overflow: hidden;
}
/* -end-　IE FF hack */

.note{
	font-size:60%;

}




/* ----------------------------------------------
 * 		clearfix
 * ---------------------------------------------- */
.voice-man dl:after,
.voice-woman dl:after {
	display: block; clear: both; height: 0; visibility: hidden; content: " "; font-size: 0;
}
*html .voice-man dl,
*html .voice-woman dl { /* IE6 hack */
	zoom: 1; 
}
*:first-child+html .voice-man dl,
*:first-child+html .voice-woman dl { /* IE7 hack */
	zoom: 1; 
}