	/* Menu */
	#PanelRecruitMenuSub
	{
		display					:	table;
		width					:	100%;
		margin					:	0px 0px 30px 0px;
		font-size				:	21px;
		font-weight				:	bold;
	}
	#PanelRecruitMenuSubTitle
	{
	//	display					:	table-cell;
		display					:	none;
		width					:	320px;
		padding					:	0px;
		text-align				:	center;
		vertical-align				:	middle;
		color					:	rgb(0,46,110);
		background-color			:	rgb(212,227,245);
	}
	#PanelRecruitMenuSubBody
	{
		display					:	table-cell;
		padding					:	0px 0px 0px 0px;
		text-align				:	center;
		vertical-align				:	middle;
		color					:	rgb(0,46,110);
	}
	#PanelRecruitMenuSubBody ul
	{
		margin					:	0px;
		padding					:	0px;
		text-align				:	right;
	}
	#PanelRecruitMenuSubBody ul li
	{
		display					:	inline-block;
		width					:	485px;
		margin					:	0px 6px 0px 0px;
		padding					:	15px 0px;
		border					:	solid 1px rgb(0,46,110);
		text-align				:	center;
		transition				:	all 0.2s ease-out;
		-webkit-transition			:	all 0.2s ease-out;
		-moz-transition				:	all 0.2s ease-out;
		-o-transition				:	all 0.2s ease-out;
	}
	#PanelRecruitMenuSubBody ul li:last-child
	{
		margin					:	0px 0px 0px 0px;
	}
	#PanelRecruitMenuSubBody li.ListHomeMenuDefault:hover,
	#PanelRecruitMenuSubBody li.ListHomeMenuActive
	{
		background-color			:	rgb(212,227,245);
		transition				:	none;
		-webkit-transition			:	none;
		-moz-transition				:	none;
		-o-transition				:	none;
	}
	
	
	
	#PanelRecruitComment h2
	{
		text-align			:	center;
	}
	
	div.LabelAnchor:after
	{
		content					:	"＞";
		margin-left				:	10px;
	}

/*
======================================
Smart Phone
======================================
*/
@media (max-width: 400px)
{
	/* Panel */
	h1.PanelTitle
	{
	}
	h1.PanelTitle img
	{
		margin					:	0px auto 0px 30px;
	}

	/* Menu */
	#PanelRecruitMenuSub
	{
		display					:	block;
		width					:	100%;
		margin					:	0px 0px 30px 0px;
		font-weight				:	bold;
	}
	#PanelRecruitMenuSubTitle
	{
//		display					:	block;
		display					:	none;
		width					:	100%;
		margin					:	0px 0px 6px 0px;
		padding					:	10px 0px;
		font-size				:	16px;
	}
	#PanelRecruitMenuSubBody
	{
		display					:	block;
		padding					:	0px;
		font-size				:	14px;
	}
	#PanelRecruitMenuSubBody ul
	{
		margin					:	0px;
		padding					:	0px;
	}
	#PanelRecruitMenuSubBody ul li
	{
		display					:	inline-block;
		width					:	160px !important;
		margin					:	0px 0px 6px 0px;
		padding					:	10px 0px;
		border					:	solid 1px rgb(0,46,110);
	}
	#PanelRecruitMenuSub li:nth-child(2n-1)
	{
		margin-right				:	6px;
	}
	#PanelRecruitMenuSub li:last-child
	{
		width					:	305px;
	}
	#PanelRecruitMenuSub li:before
	{
		top					:	16px;
		width					:	6px;
		height					:	6px;
		margin					:	0px 5px 0px 0px;
	}

}
