@charset "shift_jis";

h3, h4, h5, h6
{
	margin:				0;
	margin-bottom:		0.5em;
	background-color:	#F7F7F7;
}

h3
{
	border-left:		8px solid #80C0C0;
	border-bottom:		1px solid #80A0A0;
}

h4
{
	border-left:		4px solid #80C080;
}

/* 応募職種詳細のテーブル内の[問合せ/応募]セル向け */
table.work-table h4
{
	border-right:		1px solid #80A080;
	border-top:			1px solid #80A080;
	border-bottom:		1px solid #80A080;
}

/* リンク画像のボーダー消し */
img.entry,
img.typeOfJob,
a.entry
{
	border:			0;
}

/* #content-box a 向けで画像リンクのボーダー無し idだけど複数利用してます */
#span-img-link img
{
	border:			0;
}

#span-img-link a,
#span-img-link a:link,
#span-img-link a:visited,
#span-img-link a:hover
{
	text-decoration:	none;
	border:				none;
	background-color:	transparent;
}

/* #content-box a 向けで大き目の文字リンク idだけど複数利用してます */
#span-large-link a,
#span-large-link a:link,
#span-large-link a:visited,
#span-large-link a:hover
{
	font-size:			large;
	text-decoration:	underline;
	border:				none;
	background-color:	transparent;
	color			:	#00B080;
}

#span-large-link a:hover
{
	color:				#00A0FF;
}

/* 募集職種内の文章 */
p.typeOfJob
{
	margin-top:			0.5em;
	margin-left:		2em;
}

/* 募集職種内のアイコンの位置あわせ */
img.typeOfJob
{
	vertical-align:		middle;
}

/* 汎用：一文字下げ */
div.indent1
{
	margin-left:		1em;
}

/* 研修のサムネイル用 */
img.thumb
{
	border: 			1px;
	border-style:		solid;
	border-top-color:	#C0C0C0;
	border-left-color:	#C0C0C0;
	border-bottom-color:#404040;
	border-right-color:	#404040;
}
