/* index

	recruit.css

	- navigations
	- pages
	- layout
	
----------------------------------------------- */


/* navigations
----------------------------------------------- */
#navigations li#recruit a {
	display: block;
	margin: 0;
	padding: 0;
	width: 135px;
	height: 60px;
	background: url(../../shared/img/navi.jpg) no-repeat -845px 0px;
}


/* pages
----------------------------------------------- */
.pages-clause h4 strong {
	color: #9865ca;
}

.pages-related h5 {
	display: block;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 150px;
	background: url(../../shared/img/recruit_h5.jpg) no-repeat;
	text-indent: -9999px;
	clear: both;
}


/* layout
----------------------------------------------- */
.category-post-a h4 a:hover strong,
.category-post-b h4 a:hover strong {
	color: #9865ca;
}

.category-post-a h4 a.selected strong,
.category-post-b h4 a.selected strong {
	color: #9865ca
}

.cms-paragrph h4 a {
	color: #9865ca;
}


/* loacl
----------------------------------------------- */
/* Mozilla */
:root #local-containe ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	text-align: left;
	clear: both;
}

#local-containe li a:hover {
	color: #9865ca;
}

