@charset "utf-8";



/* 　サブページ用css (2) 
----------------------------------------------------------------------------

		・更新履歴		

--------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
		更新履歴
--------------------------------------------------------------------------*/
#subpage.topics .sec {
	margin: 0 auto 0;
}

#subpage.topics a {
	display: block;
}

#subpage.topics .topics_list {
	display: table;
	margin: 0 auto 0;
	padding: 20px;
	width: 100%;
	max-width: 1100px;
	border-bottom: 1px solid #9999A4;
	box-sizing: border-box;
}

#subpage.topics .topics_list .date {
	display: table-cell;
	width: 130px;
	color: #757584;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}	

#subpage.topics .topics_list .topi_cg {
	display: table-cell;
	width: 150px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
}	

#subpage.topics .topics_list .topi_cg span {
	display: inline-block;
	width: 150px;
	background: #bbb;
}

#subpage.topics .topics_list .topi_cg .cg_hp { background: #757584; }
#subpage.topics .topics_list .topi_cg .cg_rec { background: #EAAF00;}
#subpage.topics .topics_list .topi_cg .cg_serv { background: #55B9EA;}  /*未使用　予備*/
#subpage.topics .topics_list .topi_cg .cg_works { background: #35A8C6;}
#subpage.topics .topics_list .topi_cg .cg_gall { background: #96C800;}
#subpage.topics .topics_list .topi_cg .cg_info { background: #FF8080;}
#subpage.topics .topics_list .topi_cg .cg_other { background: #7396FF;}  /*未使用　予備*/
#subpage.topics .topics_list .topi_cg .cg_recruit_gr { background: #0070BC;}
#subpage.topics .topics_list .topi_cg .cg_recruit_ca { background: #003EBA;}
#subpage.topics .topics_list .topi_cg .cg_recruit_pt { background: #35A8C6;}

#subpage.topics .topics_list .text {
	display: table-cell;
	padding: 0 0 0 20px;
}	

#subpage.topics .topics_list h2 {
	font-size: 16px;
	font-weight: 400;
}

#subpage.topics a .topics_list:hover,
#subpage.topics a .topics_list:active {
	background: #ECEEF0;
}

#subpage.topics .topics_list .no_link:hover,
#subpage.topics .topics_list .no_link:active {
	background: none;
}


