 
 /***募集業種一覧**********************************************************/
 
 /*募集業種一覧外枠（div）*/
 .submenu2 {
	width: 100%;
	;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-bottom: auto;
	padding-top: auto;
	height: auto;
}

 /*募集業種一覧リスト*/
.ul_sort  {  list-style-image:url(../../common/images/square.jpg)}
.ul_sort li {
	border-bottom: 1px ridge #666699;
	background-color: #FFFFFF;
	width: 70%;
}

.ul_sort li:hover {
	background-color: #7C7CB7;
	color: #FFFCFC;
	margin-left: 0px;
}


.ul_test1 li a { display: block;
text-decoration:none
color:none;}

 /*募集業種一覧リスト　テキストリンクの色を黒に設定*/
a:visited, a:link, a:active {
	color: #000000;
}

a:hover{color:#FFFFFF}

 
/***募集業種一覧**********************************************************/


/*メインコンテンツ（サブメニュー以下、本文）*/

#maincontent2 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	background-color: #FFFFFF;
	margin-bottom: auto;
	height: auto;
	border-left: thin solid #666699;
	border-right: thin solid #666699;
	border-bottom: thin solid #666699;
	border-top: thin none #666699;
}

 /*募集業種詳細外枠（div）*/
.boshuu {
	width: 85%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

 
 /*見出し（>>業種）*/
 .gyoushu {
	position: relative;
	padding: 0 0 10px 20px;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
}
.gyoushu:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #666699;
	border-bottom: 2px solid #666699;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.gyoushu:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 2px solid #666699;
	border-bottom: 2px solid #666699;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*テーブル内区切り線*/
.kugiri {
	border-top: 1pt dashed #666666;
	
}
/*テーブル内見出し頭*/
.dt-head {
	border-left: 8px solid #666699;
	font-weight: bold;	
}

.under_form {
	text-align : center;
	margin-top: 5%;
	margin-bottom: 3%;
	
}
