@charset "UTF-8";

/*-----------------------------------------------------
	employee
-------------------------------------------------------*/

/* トビラページ */
.employee div#mame {margin-top: 25px;
	margin-left: 44px;
	}
.employee div#name {margin-top: 18px;
	margin-left: 120px;
	}

/* 詳細ページ */
.employee p.box01 {width: 528px}
.employee  div#workstyle {border: 1px solid #ccc;
	width: 434px;
	padding: 20px;
	}
.employee div#workstyle p.green a,
.employee div#workstyle p.green a:hover {color: #22A13A}
.employee img.mark02 {margin-right: 5px;}
.employee div#schedule {width: 195px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 20px
	}
.employee div#schedule ul li img {margin-top: 10px;margin-bottom: 5px}
