@charset "utf-8";

/*認証*/
#indexH1 {
	width: 980px;
	margin: 0 auto 15px;
	text-align: center;
	font-size: 14px;
}
#indexRead {
	width: 980px;
	margin: 0 auto 80px;
	text-align: center;
	font-size: 12px;
}

#indexWrap {
	position: relative;
	margin: 0 auto 80px;
	background-image: url(/images/index/main_bg.png);
	background-repeat: repeat-x;
	height: 380px;
	text-align: center;
	width: 100%;
}
#indexMain {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 380px;
}

#indexLogo,
#indexEnter,
#indexExit {
	position:absolute;
}
#indexLogo {
	top: 20px;
	left: 0px;
}
#indexEnter {
	top: 120px;
	left: 720px;
}
#indexExit {
	top: 200px;
	left: 720px;
}
#indexEnter img:hover,
#indexExit img:hover {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#indexContents {
	width: 940px;
	margin: 0 auto 80px;
	;
	text-align: left;
	position: relative;
}
#indexAbout {
	float: left;
	width: 500px;
}
#indexAboutTxt {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8f4e8;
	padding: 10px 15px;
	line-height: 1.6em;
	margin: 0 0 0 5px;
}
#indexMobile {
	float:right;
	width: 415px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------*/

/*検索*/
#topSearchWrap {
	position: relative;
	width: 760px;
	background-image: url(/images/top/search_bg.png);
	background-repeat: no-repeat;
	min-height: 192px;
}
#topSearchNav {
	position: relative;
	height: 74px;
}
#topSearchBtnArea,
#topSearchBtnType {
	position:absolute;
	top:10px;
}
#topSearch {
	background-image: url(/images/top/search_in_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 0;
	min-height: 140px;
}
#topSearchBtnArea {
	left:0;
}
#topSearchBtnType {
	right:0;
}
#topSearchArea,
#topSearchType {
	background-repeat:no-repeat;
	padding:0 0 10px 0;
}
#topSearchArea {
	float: left;
	width: 374px;
}
#topSearchType {
	float: right;
	width: 374px;
}
#topSearchArea ul { padding: 0 0 0 14px; 
}
#topSearchType ul { padding: 0 0 0 4px; 
}
#topSearchArea li {
	width: 176px;
	float: left;
	font-size: 12px;
	list-style: none;
	line-height: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #CCC;
	margin: 1px;
	border-radius: 4px;
}
#topSearchType li {
	width: 354px;
	font-size: 12px;
	list-style: none;
	line-height: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #CCC;
	margin: 1px;
	border-radius: 4px;
}
#topSearchArea li span,
#topSearchType li span {
	font-size: 12px;
}
#topSearchArea li a,
#topSearchType li a {
	display: block;
	padding: 0 0 0 3px;
	text-decoration: none;
	color: #2F1B04;
}
#topSearchArea li a {
	border-left: 3px solid #74DF65;
}
#topSearchType li a {
	border-left: 3px solid #D082ED;
}
#topSearchArea li a:hover,
#topSearchType li a:hover {
	color:#E941A4;
	background-color:#FFFDF4;
}



/*新着情報*/
#topNlWrap {
	padding: 0 15px 45px 15px;
	background-image: url(/images/top/news_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}
ul#topNl {
	list-style: none;
	margin: 0 auto;
}
ul#topNl li {
	padding: 5px 0;
	margin: 0 0 2px 0;
	border-bottom: 1px dashed #CCC;
	background-color: #FFFFFF;
	line-height: 1.4em;
}
ul#topNl li:nth-child(2n) {
	background-color:#FCFBF8;
}
ul#topNl li:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
ul#topNl li a {
	color: #FF3399;
	font-size: 14px;
}
ul#topNl .topNlDate {
	float: left;
	margin: 0 15px 0 0;
	color: #0099CC;
	text-align: right;
}
ul#topNl .topNlInfo {
	float:left;
}
#topNewsIcon {
	position:absolute;
	bottom:0;
	right:0;
}

/*ランダム*/
#topRandomWrap {
	padding: 5px 0 10px 5px;
	background-image: url(/images/top/random_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#topRandom {
}
#topRandom li {
	width: 350px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 4px;
	border: 1px solid #CCC;
	text-align: left;
	line-height: 1.5em;
	word-break: break-all;
}
#topRandom li a {
	display:block;
	text-decoration:none;
	color:#373434;
}
#topRandom li a:hover {
	background-color:#FFF3FD;
}
#topRandom li .topRandomSN {
	text-decoration:underline;
	color:#DC0DC1;
}
#topRandom li img {
	float:left;
	margin:0 15px 10px 0;
}

/*注目のお仕事*/
#topChumokuWrap {
	padding: 0 10px 10px 10px;
	background-image: url(/images/top/chumoku_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#topChumokuBn {
	text-align:center;
}
#topChumoku {
	padding: 10px 5px 0 5px; 
}
#topChumoku li {
	clear: both;
	padding: 6px;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #FF6600;
}
.topChumokuInfo {
	float: right;
	width: 500px;
	padding: 5px 0 0 0;
}
.topChumokuInfo a {
	color:#0099FF;
	font-size:14px;
}
.topChumokuCopy {
	font-size: 14px;
	display: block;
	color: #FF3366;
	border-top: 1px solid #FF9999;
	padding: 5px 0 0 0;
}
.topChumokuImg {
	float: left;
	width: 210px;
	overflow: hidden;
}

/*こだわり検索*/
#topKodawariWrap {
	padding: 0 10px 20px 10px;
	background-image: url(/images/top/kodawari_bg.png);
}
#topKodawariTxt {
	text-align: center;
	padding: 10px 0 20px 0;
}
.topKodawariBn {
	padding:10px;
}
.topKodawariBn li {
	float:left;
	margin-bottom:12px;
}
.topKodawariBn li.lsp {
	margin-left:12px;
}
.topKodawariList {
	background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	border-radius: 10px;
}
#topKodawariWrap h3 { 
}
.topKodawariList ul {
	margin:0;
	padding:0;
	background-image: url(/img/top/kodawari_bg.png);
	background-repeat: repeat-y;
}
.topKodawariList li {
	width:240px;
	float:left;
	font-size:13px;
	list-style:none;
	line-height:26px;
	background-repeat: no-repeat;
	background-position: left center;
}
.topKodawariList li a {
	display:block;
	height:26px;
	padding:0 0 0 20px;
	text-decoration:none;
	color: #2F1B04;
}

#topSalary {
	clear: both;
	margin: 0 0 30px 0;
}
#topSalary .topKodawariList li {
	background-image: url(/img/top/kodawari_salary_bg.png);
}
#topSalary li a {
	color: #300;
}
#topSalary .topKodawariList li a:hover {
	color: #F60;
}

#topTreatment {
	clear: both;
	margin: 0 0 30px 0;
}
#topTreatment .topKodawariList li {
	background-image: url(/img/top/kodawari_treatment_bg.png);
}
#topTreatment .topKodawariList li a {
	color: #300;
}
#topTreatment .topKodawariList li a:hover {
	color: #F06;
}

#topSpecial { clear: both; 
}
#topSpecial .topKodawariList li {
	background-image: url(/img/top/kodawari_special_bg.png);
}
#topSpecial .topKodawariList li a {
	color: #300;
}
#topSpecial .topKodawariList li a:hover {
	color: #0C3;
}

/*お役立ち情報*/
#topOyakudachiWrap {
  padding: 0 0 10px 0;
  background-color: #e9f6fb;
}
#topOyakudachiWrap ul { padding: 0 10px; 
}
#topOyakudachiWrap li { margin: 0 0 8px 0; 
}
#topOyakudachiWrap li:nth-child(odd) {
	float: left;
}
#topOyakudachiWrap li:nth-child(even) {
	float: right;
}

/*いいコンテンツ*/
#topIicontentsWrap {
	padding: 0 0 10px 0;
	background-color: #FBEFE9;
}
#topIicontentsWrap li {
	margin: 0 0 0 5px;
	float: left;
}

/*トップフッター*/
#topAbout {
	clear: both;
	background-color: #F0E8D8;
	margin: 0 auto;
	padding: 20px;
}
/*紹介テキスト*/
#aboutTxt {
	font-size: 12px;
	line-height: 1.6em;
	color: #2F1B04;
	margin: 0 0 15px 0;
	padding: 15px;
	border: 1px solid #EF698A;
	background-color: #FCFCFC;
}
#aboutTxt img {
	float: left;
	margin: 0 15px 10px 0;
	display: block;
}
#topAbout dt {
	color: #FF3366;
	padding: 5px;
	background-color: #FFFEF8;
	border-bottom: 1px dashed #D7C7A7;
}
#topAbout dd {
	padding:5px 10px 10px 10px;
}
