@charset "UTF-8";

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

/* トビラページ */

	/*.employee div#mame {margin-top: 25px;
		margin-left: 44px;
		}
	.employee div#name {margin-top: 18px;
		margin-left: 120px;
		}*/

.employee #staff_list {
	overflow: hidden;
	width: 714px;
	margin-top: 25px;
	}
.employee #staff_list li {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	}

/* 詳細ページ */
	 /* .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}*/

.employee #main_pic {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #22A13A;
	margin-bottom: 25px;
}
.employee .work_report {
	margin-bottom: 25px;
	overflow: hidden;
}.work_report h4 {
	margin-bottom: 10px;
}
.work_report p img{
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.work_report p {
	overflow: hidden;

}
#schedule {
	width: 700px;
	margin-bottom: 30px;
}
#schedule h4 {
	margin-bottom: 20px;
}

#schedule .timetable {
	background-attachment: scroll;
	background-image: url(../../saiyo/employee/img/bg-timeline.gif);
	background-repeat: repeat-x;
	background-position: left 34px;
	overflow: hidden;
	padding-left: 10px;
	margin-bottom: 25px;
}
#schedule .timetable li {
	width: 100px;
	margin-right: 7px;
	margin-left: 7px;
	float: left;
	font-size: 83%;
}
#schedule .timetable li p {
	margin-top: 10px;
}
#main #other_enployee {
	background-attachment: scroll;
	background-image: url(../../saiyo/employee/img/n_ttl.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
}
#main #other_enployee #nav {
	overflow: hidden;
	width: 660px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main #other_enployee #nav li {
	float: left;
	width: 110px;
	text-align: center;
	height: 200px;
}
#main #other_enployee #nav li img {
	margin: 0 auto;
	width: 100px;
}
