@charset "utf-8";

/*------------------------------------------------------------
  index.css INDEX
  00.body
  01.staff
  02.recruit
------------------------------------------------------------ */


/*------------------------------------------------------------
  00.body
------------------------------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
} 

#main {
	margin:0 auto;
	width: 1400px;
	height: 618px;
	position:relative;
}

#mainImg {
	background:url('../../img/top_img.jpg') no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 1400px;
	height: 618px;
}

#mainLogo a {
	background:url('../../img/top_logo.png') no-repeat center 0;
	width: 375px;
	height: 186px;
	position:absolute;
	left: 513px;
	top: 120px;
}

#mainLogo  a:hover {
	background: url('../../img/top_logo.png') no-repeat 0 -186px;
}


/*------------------------------------------------------------
  01.staff
------------------------------------------------------------ */
#conte01 {
	background:url('../../staff/img/conte1_bk.png') repeat center 0;
	/*padding-top: 80px;*/
	/*height: 1000px;*/
	height: auto;
}

.conte_sp {
	text-align: center;
	margin:0 auto;
	padding: 30px 0;
	width: 900px;
	height: auto;
}

#staff_tl {
	text-align: center;
	margin:0 auto;
	background:url('../../staff/img/tl_staff.png') no-repeat center 0;
	width: 172px;
	height: 52px;
	margin-bottom: 30px;
	background-size: 172px;
}

#conte01 p {
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}

.stfBox {
	height: 401px;
}

.stfBox_sp {
	margin-bottom: 70px;
}

#stf_img01 {
	background:url('../../staff/img/stf_01.png') no-repeat center 0;
	float: left;
	width: 301px;
	height: 401px;
	margin-right: 48px;
	background-size: 301px;
}

#stf_img02 {
	background:url('../../staff/img/stf_02.png') no-repeat center 0;
	float: left;
	width: 301px;
	height: 401px;
	margin-right: 48px;
	background-size: 301px;
}

#stf_img03 {
	background:url('../../staff/img/stf_03.png') no-repeat center 0;
	float: left;
	width: 301px;
	height: 401px;
	margin-right: 48px;
	background-size: 301px;
}

.stf_txt {
	float: left;
	width: 551px;
}

#name01 {
	background:url('../../staff/img/name01.png') no-repeat center 0;
	width: 300px;
	height: 56px;
	margin-bottom: 10px;
	background-size: 300px;
}

#name02 {
	background:url('../../staff/img/name02.png') no-repeat center 0;
	width: 293px;
	height: 56px;
	margin-bottom: 10px;
	background-size: 293px;
}

#name03 {
	background:url('../../staff/img/name03.png') no-repeat center 0;
	width: 311px;
	height: 56px;
	margin-bottom: 10px;
	background-size: 311px;
}
	
.staff-sen {
	border:solid #000;
	border-width: 1px 0 0 0;
	padding: 5px 0;
}

.stf_subtxt01 {
	background:url('../../staff/img/stf_subtxt01.png') no-repeat center 0;
	width: 126px;
	height: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-size: 126px;
}

.stf_subtxt02 {
	background:url('../../staff/img/stf_subtxt02.png') no-repeat center 0;
	width: 105px;
	height: 21px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-size: 105px;
}
	

/*------------------------------------------------------------
  02.recruit
------------------------------------------------------------ */
#conte02 {
	background: #EEE7E0;
	height: auto;
}

#recruit_tl {
	text-align: center;
	margin:0 auto;
	background:url('../../staff/img/tl_recruit.png') no-repeat center 0;
	width: 172px;
	height: 52px;
	margin-bottom: 30px;
	background-size: 172px;
}　

#conte02 p {
	font-size: 14px;
	line-height: 25px;	
}

.recruit_txt1 {
	text-align: left;
	width: 750px;
	margin:0 auto;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
}

.recruit_txt2 {
	text-align: left;
	width: 750px;
	margin:0 auto;
	font-size: 14px;
	line-height: 25px;
}

.recruit-sen {
	border:solid #000;
	border-width: 1px 0 0 0;
	padding: 5px 0;
}

