/* 『acresult』ページの画像を削除 */
/*
li.list div.box.gallery_list a.button img.photo_thumnail
{
	display:none !important;
}
*/

/* 『acresult-XXX.htm』ページの画像を削除 */
#result_main_image #main_image_img
{
	display:none !important;
}


/* 『メニュー』『お仕事情報』アイコン */
#Image10:before{ content: '\f5fc'; }

body.dev_pc:not(.acresult):not(.acresult_det):not(.acresult_type):not(.event_det) aside#right_contents{
	display: none;
}
body.dev_pc:not(.acresult):not(.acresult_det):not(.acresult_type):not(.event_det) main#left_contents{
	width: 100%;
}
body.dev_pc ul#sub_result {
	min-width: 240px;
}
ul#sub_result > li > a::before
, #menu_fpage_a_1::before
, #id_li_mn_flow_1 > a::before {
	content: '\f3c5';
	font-family: 'Font Awesome 5 PRO';
	margin-right: 6px;
	color: rgb(1, 143, 239);
}
body.dev_pc div.header_link_top{
	margin-top: 7px;
	margin-bottom: 16px;	
}
