﻿@charset "utf-8";

/* ****************************************************
Title: recruit.css
***************************************************** */



/*ローカルナビ*/
 
#recruit .content01 #localNaviBlock P{
	padding-bottom: 10px;
	border-bottom: 2px solid #e6e6e6;
}


.content01 #contentMiddle dl {
    width: 100%;
    line-height: 1.5;
    background-color: #727172;
    overflow: hidden;
    font-size: 110%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content01 #contentMiddle dt {
  clear:both;
  float:left;
  width:150px;
  padding:5px 5px 5px 15px;
  border-top:1px solid #FFF;
  color: #FFF;
  font-weight: bold;
}
.content01 #contentMiddle dd {
  margin-left:160px;
  padding:5px 15px;
  border-top:1px solid #FFF;
	background-color: #e6e6e6;
}
.content01 #contentMiddle dd:after {
  content:'';
  display:block;
  clear:both;
}
.content01 #contentMiddle a {
	color: #636161;
	text-decoration: none;
}
.content01 #contentMiddle a:hover {
	text-decoration: underline;
}

.content01 #contentMiddle ul.RightIconList {
	list-style: none;font-size: 108%;
	padding-left: 20px;
	padding-bottom: 50px;
}

.content01 #contentMiddle ul.RightIconList li  {
	background-image: url(/common/img/right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px
}
