/**メニュー********/

#Sub .box01 ul{
	display: none;
}
#Sub .box02 ul{
	display: none;
}
#Sub .box04 ul{
	display: none;
}

#Sub .box01 div.bt{
	display: none;
}
#Sub .box02 div.bt{
	display: none;
}
#Sub .box04 div.bt{
	display: none;
}

/**私達のしごと********/
body.work div.work ul{
	text-align: center;
}
body.work div.work img.max{
	width: 100%;
	height: auto;
	max-width: 792px;
}

/**スタッフ紹介********/
body.stuff div.img{
	text-align: center;
	margin: 0 0 25px;
	font-size: 70%;
	line-height: 110%;
}

body.stuff div.stuff{
	margin: 10px 0 30px;
	border-bottom: dotted 2px #ccc;
}

/**求人応募*************/
body.outline img.max{
	width: 100%;
	height: auto;
	max-width: 792px;
}
body.outline div.photo{
	text-align: center;
}
body.outline div.photo img{
	margin: 0 0 10px;
}
body.outline dt{
	margin: 15px 0 5px;
	padding: 5px;
	background: #eee;
}
body.outline div.form_btn{
	text-align: center;
}