@charset "UTF-8";


/*-----recruit-----*/
.recruit h1{
	color: #FF1FB8;
}
.recruit .text{
	margin: 0px 0px 30px;
	padding: 0px;
	width: 650px;
}
.recruit .text p.l{
	float: left;
}
.recruit .text p.r{
	float: right;
}
.recruit .text p{
	margin: 0px;
	padding: 0px;
	width: 310px;
	display: block;
	font-size: 77%;
	color: #000000;
	line-height: 1.5em;
}
.recruit .btn01{
	display: block;
	padding: 0px;
	height: 230px;
	width: 650px;
	overflow: hidden;
	background-image: url(../contents/img/recruit_img02.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.recruit .btn02{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 230px;
	width: 650px;
	overflow: hidden;
	background-image: url(../contents/img/recruit_img03.jpg);
	background-repeat: no-repeat;
}
.recruit .btn01 a{
	background-image: url(../contents/img/recruit_img02.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	height: 0px;
	width: 650px;
	padding-top: 230px;
	overflow: hidden;
}
.recruit .btn02 a{
	background-image: url(../contents/img/recruit_img03.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	height: 0px;
	width: 650px;
	padding-top: 230px;
	overflow: hidden;
}
.recruit .btn01 a:hover{
	background-image: url(../contents/img/recruit_img02_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	height: 0px;
	width: 650px;
	padding-top: 230px;
	overflow: hidden;
}
.recruit .btn02 a:hover{
	background-image: url(../contents/img/recruit_img03_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	height: 0px;
	width: 650px;
	padding-top: 230px;
	overflow: hidden;
}

.recruit p#entryEnd{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #F00;
	font-size: 93%;
}


/*-----arubaito-----*/
.arubaito h1 {
	color: #000000;
}
.arubaito .address {
	padding: 0px;
	height: 53px;
	width: 650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 27px;
	margin-left: 0px;
}
.arubaito .address02 {
	padding: 0px;
	height: 53px;
	width: 650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.arubaito  .address img, .arubaito  .address02 img {
	float: left;
	margin: 0px;
	padding: 0px;
}
.arubaito .address dl, .arubaito .address02 dl {
	float: right;
	background-color: #EBEBEB;
	width: 305px;
	padding-left: 20px;
	margin: 0px;
	height: 43px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.arubaito .address dt, .arubaito .address02 dt {
	font-size: 131%;
	line-height: 1em;
}
.arubaito .address dd, .arubaito .address02 dd {
	font-size: 85%;
	margin: 0.5em 0px 0px;
	line-height: 1em;
}
.arubaito .backBtn {
	padding: 0px;
	width: 650px;
	text-align: right;
}


/*-----recruit_sub-----*/
.recruit_sub {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 50px;
	padding-right: 51px;
}
.recruit_sub h1 {
	width: 600px;
	margin: 0px;
	padding: 40px 0px 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.recruit_sub .entryBtn {
	text-align: right;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 18px;
}

.recruit_sub .closeBtn {
	text-align: right;
	padding: 0px;
	margin-bottom: 35px;
}.recruit_sub dl {
	padding-left: 7px;
	font-size: 93%;
}
.recruit_sub dt {
	line-height: 1.8em;
}
.recruit_sub dd {
	line-height: 1.8em;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 126px;
	margin-top: -1.8em;
}

