/*募集要項 icon*/
.bo_icon {
	padding: 7px 0px 3px 10px;
}

/*応募オビ*/
.oubo {
	font-size: 12px;
	text-align: center;
	font-weight: bolder;
	line-height: 140%;
	color: #ffffff;
	padding: 3px 0px 2px 0px;
	background-color: #7c7da8;
}

/*募集要項*/
.bo_title {
	font-size: 12px;
	text-align: center;
	font-weight: bolder;
	line-height: 140%;
	color: #444444;
	padding: 3px 0px 3px 0px;
}
/*募集要項名*/
.bo_name {
	font-size: 12px;
	font-weight: bolder;
	line-height: 140%;
	color: #a9965c;
	padding: 5px 0px 5px 4px;
}

/*募集要項テキスト*/
.bo_txt {
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	color: #666666;
	padding: 5px 0px 5px 5px;
}

/*必要書類名*/
.doc_name {
	font-size: 12px;
	font-weight: bolder;
	line-height: 140%;
	color: #777777;
	padding: 8px 0px 5px 8px;
}

/*フォーム　項目*/
.form_name {
	font-size: 12px;
	font-weight: bolder;
	line-height: 140%;
	color: #777777;
	padding: 6px 15px 3px 5px;
}

/*フォーム　項目（注）*/
.opi {
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
	color: #777777;
	padding: 0px 0px 3px 5px;
}

/*フォーム※印*/
.kome {
	font-size: 10px;
	font-weight: normal;
	line-height: 160%;
	color: #DD0000;
}
.kome2 {
	font-size: 10px;
	font-weight: normal;
	line-height: 160%;
	color: #dd2222;
}
/*フォーム　確認*/
.form_confirm {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	padding: 6px 15px 3px 5px;
}

/*サブタイトル*/
.sub_title {
	font-size: 12px;
	line-height: 140%;
	font-weight: bolder;
	color: #6a6b95;
	padding: 4px 0px 2px 6px;
	background-color: #e6e6ed;
	border-top: solid 0px #006699;
}

/*サブテーブル*/
.sub_table {
	background-color: #cccccc;
	/*border-top: solid 2px #7a7aa5;*/
	border-bottom: solid 0px #cccccc;
}
/*セル*/
.sub_cell {
	background-color: #f5f5f5;
	padding: 4px 4px 4px 4px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}
.sub_cell2 {
	background-color: #ffffff;
	padding: 4px 4px 4px 4px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}




