<?php
/*
Template Name: カテゴリ一覧用（採用情報）
*/
?>

<?php get_header("recruit");?>

	<div id="contents">
		<article id="main">
			<section class="news_info page sclearfix">
				<div class="top_logo clearfix">
					<h1><a href="../"><img src="/img/recruit/common/logo.jpg" width="248" height="43"></a></h1>
					<ul id="sp-menu" class="clearfix">
					 	<li><a onclick="ondisp()"><img src="/img/recruit/common/sp-icon-menu.png" class="menu_btn" width="30" height="25"><span class="word">menu</span>
					</a><a onclick="ondisp()"></a><a onclick="ondisp()"></a></li>
					</ul>
					<p id="mukau_link" class="clearfix"><a href="../../"><span class="bold">運用法人 無何有の郷</span>についてはこちら</a></p>
									<!-- /top_logo -->

				</div>
				<div class="recruit_list clearfix">
					<h2>JOB TYPE<br><span class="ttl_jp">募集職種一覧</span></h2>
					<ul class="clearfix">
						<li>
						<img src="/img/recruit/top_page/mori_sub.jpg" width="200" height="25" alt="特別養護老人ホーム">
						<img src="/img/recruit/top_page/morino_ie_logo.jpg" width="200" height="38" alt="杜の家">
							<?php query_posts('posts_per_page=20&category_name=morino_ie_recruit'); ?>
							<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>							
								<a href="<?php the_permalink(); ?>"><?php the_title();?></a>
							<?php endwhile; endif; ?>
						</li>
						<li>
						<img src="/img/recruit/top_page/crear_sub.jpg" width="200" height="25" alt="介護付有料老人ホーム">
						<img src="/img/recruit/top_page/crear_logo.jpg" width="200" height="38" alt="クレアール">
							<?php query_posts('posts_per_page=20&category_name=crear_recruit'); ?>
							<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>							
								<a href="<?php the_permalink(); ?>"><?php the_title();?></a>
							<?php endwhile; endif; ?>
						</li>
						<li>
						<img src="/img/recruit/top_page/kuro_sub.jpg" width="200" height="25" alt="サービス付高齢者向け">
						<img src="/img/recruit/top_page/crear_kuro_logo.jpg" width="200" height="38" alt="クレアール黒崎">
							<?php query_posts('posts_per_page=20&category_name=crear_kurosaki_recruit'); ?>
							<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>							
								<a href="<?php the_permalink(); ?>"><?php the_title();?></a>
							<?php endwhile; endif; ?>
						</li>
					</ul>
				<!-- recruit_list --></div>
				
			</section>

			<section class="contact_tel clearfix">
				<a href="<?php echo home_url('/'); ?>recruit/contact/">
					<img src="<?php echo home_url('/'); ?>img/recruit/common/contact.jpg" width="954" height="208" alt="私たちと一緒に働きませんか？無何有の郷までお気軽にお問合せ下さい　電話番号：093-614-2660" class="only_pc">
					<img src="<?php echo home_url('/'); ?>img/recruit/common/contact_sp.jpg" width="516" height="504" alt="私たちと一緒に働きませんか？無何有の郷までお気軽にお問合せ下さい　電話番号：093-614-2660" class="only_sp">
				</a>
			<!-- /contact_tel --></section>
						
			<p id="pageTop"><a data-scroll href="#header"><br>page top</a></p>
		<!-- /main --></article>
	<!-- /contents --></div>
<?php get_footer("recruit"); ?>

