@charset "utf-8";

#pagetitle .wrapper{
	background: url(../../img/recruit/page_title_image.png) no-repeat right 10% bottom;
	background-size: 17%;
}

@media screen and (max-width: 620px) {
	#pagetitle .wrapper{
		background: url(../../img/recruit/page_title_image.png) no-repeat right 3% bottom;
		background-size: 17%;
	}
}



/* ページ内リンク関連
****************************************************************************/
	#page_menu li{
		width: 24%;
	}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
	#page_menu li{
		width: 49%;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
	#page_menu li{
		width: 100%;
	}
	#page_menu li span{
		display: inline-block;
	}
}


/* 一覧
****************************************************************/
.page_recruit ul.recruit_list{
	text-align: left;
	color: #353535;
}
.page_recruit ul.recruit_list li{
	padding: 20px 0;
	border-bottom: 1px solid #353535;
}

.page_recruit ul.recruit_list li h3{
	margin: 0 0 10px 0;
	font-size: 16px;
}
.page_recruit ul.recruit_list li h3 a{
	text-decoration: none;
	color: #353535;
}
.page_recruit ul.recruit_list li h3 a:hover{
	text-decoration: underline;
}
.page_recruit ul.recruit_list .date{
	margin-bottom: 5px;
	font-size: 12px;
	color: #666;
}

.page_recruit ul.recruit_list .details{
	margin: 5px 0;
}
.page_recruit ul.recruit_list .details .shop{
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
	color: #a06c4e;
}
.page_recruit ul.recruit_list .details .add{
	display: table-cell;
	vertical-align: top;
	padding-right: 25px;
}
.page_recruit ul.recruit_list .details .jop{
	display: table-cell;
	vertical-align: top;
}
.page_recruit ul.recruit_list .details .jop:before{
	content: "【職種】 ";
}
@media screen and (max-width: 979px) {
.page_recruit ul.recruit_list .details .jop{
	display: block;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px) {
.page_recruit ul.recruit_list .details .shop,
.page_recruit ul.recruit_list .details .add{
	display: block;
}
}
@media screen and (max-width: 479px) {
}

/*詳細ページ
***************************************************************************/
.frameArticle{
	padding: 20px 0;
	text-align: left;
}

.frameArticle .date{
	margin-bottom: 5px;
	font-size: 12px;
	color: #666;
	text-align: right;
}
.frameArticle h3{
	text-align: center;
	margin: 20px 0;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.frameArticle h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #333;
}


.frameArticle .photo{
	text-align: center;
	width: 98%;
	margin: 10px auto;
}
.frameArticle .photo img{
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}

.box_catch{
	padding: 20px;
	background: #f5f5f5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.box_catch p{
	padding: 0 0 0.7em 0;
}

.btnEntry{
	text-align: center;
	margin: 30px auto;
}
.btnEntry a{
	margin: 10px 0 10px auto;
	padding: 14px 50px 10px 110px;
	background: #0652dd url(../../img/common/icon_recruit.png) no-repeat left 45px center;
	color: #FFF;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
}



/*正社員募集
***************************************************************************/
.arePhoto{
	text-align: center;
}
.arePhoto img{
	max-width: 33%;
}

.wrapper .imageRight{
	width: 30%;
	text-align: center;
	float: right;
}
.wrapper .imageRight img{
	margin: 0 auto;
	max-width: 100%;
}
.wrapper .textLeft{
	padding: 30px;
	width: 69%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 979px) {
	.arePhoto img{
		max-width: 32.5%;
	}
}
@media screen and (max-width: 768px) {
	.article_graybox .textLeft{
		padding: 0;
	}
}
@media screen and (max-width: 620px) {
	.wrapper .textLeft{
		padding: 20px 10px;
	}
}
@media screen and (max-width: 479px) {
	.wrapper .textLeft,
	.wrapper .imageRight{
		width: 100%;
		float: none;
	}
	.arePhoto img{
		margin: 0 auto;
		max-width: 100%;
	}
}

/* コメント
***************************************************************************/
.box_gray{
	padding: 30px;
	background: #f5f5f5;
	width: 30%;
}
.box_gray h3{
	font-size: 18px;
	text-align: center;
}
.box_gray img{
	margin: 10px auto;
	max-width: 100%;
}
@media screen and (max-width: 979px) {
	.box_gray{
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px) {
	.box_gray{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 479px) {
}



