@charset "utf-8";

/*
===============================================================================
| 			recruit
|			color base:#644fbd / highlight: / menuOn:#f2efff
===============================================================================
*/
/*
===============================================================================
| 			index　トップ
===============================================================================
*/
/*----------職種リスト---------*/
div.main#index ul.jobList{
	margin: 0 0 0 20px;
}

div.main#index ul.jobList li{
	list-style-type: none;
	padding: 0 0 0 17px;
	background: url(/images/common/arrow_pagelink.gif) no-repeat left top;
}

/*----------採用情報テーブル---------*/
div.main#index table.line{
	margin-bottom: 8px;
}

div.main#index table.line td ol{
	margin: 0 0 0 23px;
}

div.main#index table.line td ul{
	margin: 0 0 10px 17px;
}

div.main#index table.line td ol li{
	list-style-type: decimal;
	margin: 0;
}

div.main#index table.line td ul li{
	list-style-type: disc;
	margin: 0;
}

div.main#index table.line td div.address{
	margin: 10px 0 0;
}

/*----------ページトップへ---------*/
div.main#index p.pageTop{
	text-align: right;
	font-size: 93%;
}

div.main#index p.pageTop a{
	padding: 0 0 0 15px;
	background: url(/images/common/arrow_pagetop.gif) no-repeat left top;
}