#recruit {
	float: left;
	height: auto;
	width: 710px;
	margin-left: 35px;
	margin-top:0px;
	margin-bottom: 60px;
	background:#efefef;
	text-align:left;
	overflow:hidden;
}

#recruit .wrapper{
	float: left;
	height: auto;
	width: 710px;
	margin:0 0 40px 0;
	padding-bottom:64px;
	background:#FFFFFF;
	text-align:left;
	overflow:hidden;
	}
	
#recruit .Lineup_Title_01{
	margin:15px 0px 0px 12px;
	font-size:16px;
	font-style:italic;
	text-align:left;
	display:block;
	}


#recruit .Lineup_Title_02{
	margin:30px 0px 0px 64px;
	font-size:16px;
	font-style:italic;
	text-align:left;
	display:block;
	}

#recruit .ContactTitle_Upper{
	margin:25px 0px 0px 64px;
	font-size:14px;
	width:650px;
	text-align:left;
	float:left;
	}
#recruit .ContactsubTitle_Upper{
	margin:25px 0px 0px 64px;
	font-size:16px;
	width:auto;
	text-align:left;
	float:left;
	}
	
hr {
	border:none;
	margin:5px 0px 0px 64px;
	height: 1px;
	width:550px;
	border-bottom: 1px dashed grey;
	float:left;
	}

#recruit .TableTitle_Upper{
	margin:20px 0px 0px 64px;
	width:126px;
	font-size:14px;
	text-align:left;
	float:left;
	}

#recruit .TableArea_Upper{
	margin:10px 0px 0px 84px;
	width:568px;
	font-size:14px;
	text-align:left;
	float:left;
	}

#recruit .TableTitle_Lower{
	margin:20px 0px 0px 64px;
	width:126px;
	font-size:14px;
	text-align:left;
	float:left;
	}

#recruit .TableArea_Lower{
	margin:10px 0px 0px 84px;
	width:568px;
	text-align:left;
	float:left;
    line-height: 1.8;
	}

#recruit .TableArea05{
	margin:95px 0px 0px 64px;
	width:550px;
	text-align:left;
	float:left;
	}

#recruit .TableArea_Button{
	margin:20px 0px 0px 64px;
	width:568px;
	font-size:14px;
	text-align:center;
	float:left;
	}


#recruit .TableCaution{
	color:#FF3366;
	}


#phoneBox span {
	font-size: 24px;
}
#phoneBox ul {
	list-style: none;
    width: 550px;
    font-size: 0.95em;
    line-height: 1.8;
	margin-left: 0;
	padding-left: 0;
}
#phoneBox ul li {
	margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
}
#phoneBox ol {
	margin: 1em 0 0 2em;
	padding-left: 0;
}

	
#recruit table {
	width: 90%;
	border-collapse: collapse;
	border-spacing: 0;
	cellspacing: 0;
}
#recruit table th {
	width: 20%;
	font-weight: 400;
	background: #efefef;
}
#recruit table th, #recruit table td {
	padding: 8px;
}

.txt {
	font-size: 13px;
	line-height: 26px;
}

ul.recruit_list {
	margin: 2em;
	padding: 0;
	line-height: 2em
}
ul.recruit_list li {
	position: relative;
	list-style: none;
}
ul.recruit_list li::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.recruit_list li a {
	display: block;
}

/*お問い合わせページ*/

#recruit .contactForm {
	margin: 10px 0px 0px 64px;
}

#shopContact {
	margin: 3em 0;
	font-size: 13px;
}
#shopContact a {
	padding: 20px;
	border: 1px solid #ff6e01;
	color: #ff6e01;
}
#shopContact a:hover {
	background: #ffeee1;
}