@charset "utf-8";

/*共通*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #8c7f76;
	font-size: 13px;
	-webkit-font-smoothing:antialiased;
}
li {
	list-style-type: none;
}
a {
	color: #8c7f76;
}
h1,h2,h3,h4 {
	font-weight: normal;
}

/*コンテンツエリア*/
.container {
	width: 900px;
	height: auto;
	min-height: 1000px;
	margin: 0 auto;
}
header {
	padding-top: 50px;
	line-height: 1.3;
}
header h1 {
	font-size: 36px;
}
header h1 span {
	font-size: 16px;
}
header p {
	position: relative;
	top: -26px;
}

/*リクルートタイトルバナー*/
.recruitment {
	width: 900px;
	height: 114px;
	background: #e7e7cf;
}
.recruitment .recruitmenttext {
	padding: 16px 0 0 40px;
}
.recruitment h2 {
	font-size: 36px;
	line-height: 1.1;
}
.recruitment .titlephoto {
	float: right;
	margin-right: 30px;
}



/*採用情報*/
.saiyo {
	padding: 24px 0;
	letter-spacing: 0.2em;
}


/*見出し部分*/
.rdetail {
	min-height: 300px;
	height: auto;
	background: url(../images/midashi_bg.jpg) no-repeat;
	margin-bottom: 60px;
}
.recruitmenttitle {
	padding-top: 60px;
	padding-bottom: 20px;
}


/*lineたち*/
.rdetailtext .line1 {
	width: 610px;
	height: 1px;
	background: #e3dfdc;
	float: right;
	position: relative;
	top: -40px;
}
.rdetailtext .line2 {
	width: 690px;
}
.rdetailtext .line3 {
	width: 500px;
	top: -80px;
}
.rdetailtext .line4 {
	width: 560px;
}

/*box*/
.rdetailtext .rbox {
	width: 534px;
	float: left;
}
.rdetailtext .rbox2 {
	width: 660px;
}


.rdetailtext h4 {
	color: #c67f23;
	padding-left: 5px;
	padding-bottom: 20px;
	line-height: 1.5;
}
.rdetailtext .text1 {
	width: 534px;
	line-height: 2;
	text-align: justify;
	font-size: 15px;
	text-justify : inter-ideograph;
}


/*写真部分*/
.photoarea {
	float: right;
}

.rdetail .text2 {
	font-size: 23px;
	letter-spacing: -0.1em;
	font-weight: bold;
	margin-top: 20px;
}


/*条件*/
ul.condition {
	font-size: 15px;
	line-height: 2;
	margin-top: 20px;
} 
ul.condition li {
	background: url(../images/AVEDAlogo_article.png) no-repeat;
	background-position: 0 7px;
	text-indent: 1.5em;
}


/*募集要項*/
.rdetail .offer {
	width: 776px;
	height: 650px;
	border: 16px solid #f0efdc;
	box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.1) inset;
}
.rdetail .offertitle {
	width: 776px;
	height: 80px;
	text-align: center;
	font-size: 19px;
	height: 80px;
	display:table-cell;
	vertical-align: middle;
}


/*募集要項table*/
table {
	width: 776px;
	height: 570px;
	font-size: 17px;
}

table th {
	width: 126px;
	border-right: 1px solid #8c7f76;
	font-weight: normal;
}
table td {
	width: 650px;
	padding-left: 30px;
}
table td span {
	position: relative;
	left: 68px;
}


/*申し込み*/
.application {
	width: 808px;
	height: 230px;
	font-size: 15px;
	margin-top: 20px;
}
.application .bun {
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}
.application .tel {
	position: relative;
	left: 80px;
}
.application .appbox {
	width: 520px;
	float: left;
}
.application img {
	float: right;
}


/*詳細設定*/
.font26px {
	font-size: 26px;
}

.marginL40 {
	margin-left: 40px;
}

.mincho {
	font-family:'Hiragino Mincho ProN', serif;
}
.green {
	color: #777f28;
}

.fbold {
	font-weight: bold;
}




/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }