@charset "utf-8";
/*
JINZAI-8574 【RJB】サイト全体のUI/UX改善
RJBサイト全体のUI変更の過渡期(2022/3～)用のCSS
最終的にサイト全体のCSSを改修する際に、このCSSは削除されることを想定
*/

/*全体*/
body{line-height:1.7;font-family:"メイリオ", Meiryo, sans-serif;color:#7c7a6a;}
a{color:#3b8bba;text-decoration:none;}

/*移行期ヘッダー*/
#header{line-height:1.7;color:#333;}
#header a{color:#333;text-decoration:none;}

/*移行期フッター*/
.footerContents{line-height:1.7;color:#333;}
.footerContents a{color:#333;text-decoration:none;}
.footerContents a:hover{opacity:0.8;}
#footer{line-height:1.7;color:#333;}
#footer a{color:#333;text-decoration:none;}

/*移行期トップページ*/
body.top{line-height:1.7;color:#333;}
body.top a{color:#333;text-decoration:none;}

/*移行期検索関連ページ*/
body.openSearch{line-height:1.7;color:#333;}
body.openSearch a{color:#333;text-decoration:none;}

/*移行期求人詳細ページ*/
body.detail{line-height:1.7;color:#333;}
body.detail a{color:#333;text-decoration:none;}

/*移行期会員ページ*/
body.member{line-height:1.7;color:#333;}
body.member a{color:#333;text-decoration:none;}
