@charset "UTF-8";

/*!
Theme Name: 求職者送客ナビ
Description: リニューアルテーマ
Theme URI: 
Author: Enter the pocket
Version:    1.0.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/

@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
.um-member-ag-company-id {
  margin-top: 5px;
  font-size: 20px;
  color: #ff0000 !important;
  font-weight: bold;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.button:hover {
  background: #005e8a;
}
.post-type-archive-kyujin .post-title-wrap .tag {
    background: #ff5ca2 !important; /* ピンク背景 */
    color: #fff !important;         /* 白文字 */
    font-weight: bold;              /* 太字 */
}