/* CSS Document */
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
:focus{
	outline:none;
}
.clear{
	overflow:hidden;
	zoom:1;
	clear:both;
}

body {
	font: 15px/1.5 "Meiryo",  "Tahoma", "Verdana";
	color: #000;;
	background-color:#fff;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif !important;
	
}

#content{

  width: 100%;
  max-width:1020px;
height:auto;
margin:0 auto;
text-align:center;
background-color:#121534;
}



.header{
  width: 100%;
float:left;
}



.nav{
  width: 100%;
    max-width:1020px;
float:left;
z-index:1000;


}



.cam{
  width: 100%;
float:left;
margin-top:1%;

}
.top02{
  width: 100%;
  height:100%;
float:left;
margin-top:1%;

}
.top03{
  width: 100%;
float:left;
margin-top:1%;
}

#system{
  width: 100%;
float:left;
margin-top:1em;

}
.staff-title{
  width: 100%;
	float:left;

	text-align:center;

}
.staff-kuang{
  width: 100%;
	float:left;

	margin-top:1em;
	background-color:#F9B5B1;
}





.staff01-naiyo{
	  width:94%;
	float:left;
		margin-top:2em;
	margin-left:3%;
	}



.recruit{
  width: 100%;
float:left;
margin-top:1em;

}
.access{
  width: 100%;
float:left;
margin-top:1em;


}
.foot{
  width: 100%;
float:left;
text-align:center;
color:#fff;
margin-top:1em;
background-color:#F9B5B1;
}

table{
				border:0;
				cellspacing:0;
				cellpadding:0;
				border-spacing:0;
			}
			
			table tr{
				border:none;
				padding:0;
				margin:0;
			}

	
