
@charset "utf-8";

/*===============================================
求人情報ページpc用固有スタイル
===============================================*/

.recruit .left_box {
	float: left;
	width: 330px;
}

.recruit .right_box {
	float: right;
	width: 320px;
}

.recruit .right_box .interior {
	width: 310px;
}

.recruit .right_box .interior img {
	padding: 1px;
	border: solid 1px #CCCCCC;
}

.recruit .time {
	padding: 10px 0 10px 10px;
	font-weight: bold;
}

.recruit .about {
/*	border-top: solid 1px #ccc;*/
	padding: 10px 0 10px 10px;
}

.recruit .about p{
	
	line-height:18px;
	margin-bottom:1.5em;	
	
}

.cp {
	display: block;
	background: url(../../common/css/img/icon_arrow02.gif) left center no-repeat;
	padding-left: 10px;
	margin-left: 5px;
	margin-bottom:3px;
	font-weight:bold;
}

.cp .red{
	font-weight:100 !important;
	color:red;	
}


table.recruit{
	width:93%;
}


.recruit th{
	width:5em;
	text-align:left;
	font-weight:bold;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-left:10px;
}

.recruit td{
	text-align:left;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:7px 7px;
}

.recruit ul li {
	float: left;
	margin-right: 6px;
}

.recruit ul li img {
	padding: 1px;
	border: solid 1px #CCCCCC;
}


div#otoiawase{
	width: 600px;
	margin-bottom: 20px;
	padding:20px 10px;
	background: #fff;
	border: solid 1px #CCCCCC;
}

div#otoiawase #text{
	font-weight: bold;
	padding-top: 10px;
	margin-left: 10px;	
	
}

div#otoiawase #text span{
	font-size:120%;
    -webkit-text-size-adjust: 100% !important;		
}

div#otoiawase h3{
	margin-left: 0px;
	background: #009944;	
}

div#otoiawase h3 div{
	background: #FFF;
	margin-left: 5px;
	padding: 5px;
	border-bottom: #ccc 1px dotted;
	line-height: 25px;	
}
