背景画像
トピックスヘッドライン画像

トピックス

Topics

最新記事一覧
2022.09.05 お知らせ

本社移転のご案内

令和4年9月5日

株式会社 シダー

代表取締役社長 座小田 孝安

本社移転のご案内

このたび弊社は業務拡充に伴い本社を下記住所へ

移転する運びとなりましたので、ご案内申し上げます。

これを機に、社員一同気持ちを新たに業務に精励する所存でございますので、

今後とも変わらぬお引き立てを賜りますようお願い申し上げます。

 

移転先住所 〒802-0042 福岡県北九州市小倉北区足立二丁目1番1号

電話番号 (093)932-7005

FAX (093)932-7015

業務開始日 令和4年9月5日(月曜日)

以上


document.addEventListener('DOMContentLoaded', function() { // 通常のページングの前へ/次へリンク const paginationPrevLinks = document.querySelectorAll('.pagination li.prev.disabled'); const paginationNextLinks = document.querySelectorAll('.pagination li.next.disabled'); // 詳細ページのページング const detailPrevLinks = document.querySelectorAll('.detail-paging-prev.disabled'); const detailNextLinks = document.querySelectorAll('.detail-paging-next.disabled'); // すべての無効な要素を非表示に [].concat( Array.from(paginationPrevLinks), Array.from(paginationNextLinks), Array.from(detailPrevLinks), Array.from(detailNextLinks) ).forEach(function(link) { link.style.opacity = '0'; link.style.visibility = 'hidden'; link.style.pointerEvents = 'none'; }); });