@charset "utf-8";
/*******************************************************************************

  ■スタイル定義

*******************************************************************************/


/*******************************************************************************

	共通

*******************************************************************************/
.content.inner
{
	margin: 2em auto;
}

.content.inner .section
{
	margin-bottom: 3em;
}

.content.inner .section > h2
{
	margin-bottom: 2em;
}


/*******************************************************************************

	リクルート

*******************************************************************************/
.content.recruit .columns-2
{


}
.content.recruit .columns-2:after
{
	clear: left;
	display: block;
	content: ' ';
}

.content.recruit .columns-2 > .column.director
{
	float: left;
	text-align: center;
	width: 230px;
}

.content.recruit .columns-2 > .column.director > p
{
	margin: 1em auto;
}
.content.recruit .columns-2 > .column.director > p.face
{
	margin: 0;
	padding: 0 1em 1em;
	border-bottom: 1px dotted grey;
}
.content.recruit .columns-2 > .column.director > p > img
{
	display: block;
	border-radius: 10px;
	margin: 0 auto;
}

.content.recruit .columns-2 > .column.description
{
	margin-left: 270px;
}
.content.recruit .columns-2 > .column.description > p > img
{
	display: block;
	margin: 0 auto;
}

.content.recruit a.image-button-b
{
	display: block;
	margin-bottom: 6px;
	font-size: 120%;
	white-space: nowrap;
	text-align: center;
	width: 300px;
  margin: 0 auto;
	font-weight: normal;
	color: #000;
}

.staff-recruit
{
  position: relative;
}
.staff-recruit a.image-button-b
{
  border-width: 3px !important;
  border-color: violet !important;
  font-size: 100% !important;
  width: 200px !important;
  position: absolute;
  right: 140px;
  bottom: 6px;
}
