@charset "UTF-8";
/* ---------------------------
共通
----------------------------*/
header {
  background-color: none !important;
} /* カテゴリボタンのスタイル */
.category-button-container {
  text-align: center;
  margin-bottom: 20px;
}
.category-button {
  display: inline-block;
padding: 5px 10px;
  margin: 5px;
  background-color: #e15e8a;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}
.category-button:hover {
  background-color: #e093ad;
}
h1, h2 {
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
/* ワーカー投稿のスタイル */
.worker-post {
  background-color: #fff;
  border: 1px solid #ddd;
  padding:5px;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: box-shadow 0.3s ease-in-out;
}
.worker-post:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.worker-post h3 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.worker-post p {
  margin-bottom: 10px;
  color: #666;
}
.worker-post .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}
.worker-post .button:hover {
  background-color: #45a049;
}
/* フォームのスタイル */
.worker-post form {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
#wpmem_login label {
  font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif !important;
}
.form-group input[type="text"], .form-group input[type="number"], .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.form-group input[type="radio"] {
  margin-right: 10px;
}
.form-group input[type="radio"] + label {
  margin-right: 20px;
}
button[type="submit"] {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
button[type="submit"]:hover {
  background-color: #45a049;
}
h2.aw-ttl {
  font-weight: bold;
  font-size: 22px;
  color: #212728;
  margin: 10px 0 10px 0;
}
p.aw-txt {
  font-size: 0.7rem;
  margin: 0px 0 20px 0;
}
/* ポップアップのスタイル */
.popup2 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9d6;
}
a.category-button:visited {
  color: #fff;
}
/* 選択中のカテゴリボタンのスタイル */
.category-button.active {
  background-color: #e093ad; /* 色を変えたい場合にここで指定 */
  font-weight: bold;
}
.popup-content {
  position: relative;
  width: 80%;
  max-width: 500px;
  max-height: 400px;
  height: 80vh;
  /* margin: 5% auto; */
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 20px #747474;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
.scroll-list {
  max-height: 400px; /* リストの高さ制限 */
  overflow-y: auto; /* 縦スクロール */
  padding: 10px 0;
}
.list-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.list-item a {
  text-decoration: none;
  color: #333;
}
.list-item a:hover {
  color: #4CAF50;
}
 .worker-post {
    padding: 10px;
  }
/* メディアクエリ: モバイル対応 */
@media (max-width: 768px) {
  #primary {
    padding: 15px;
  }
  .worker-post {
    padding: 10px;
  }
  form {
    padding: 10px;
  }
}
section#worker-posts {
  margin-top: 10px;
}
/* カテゴリタグのスタイル */
.category-tag {
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  color: #666;
  font-size: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 3px;
}
		  .anke_meta_bookmark2 {
				  margin-top: -10px!important;
  margin-right: -5px!important;
  margin-left: auto!important;
			  }
.worker-post {
	margin: 10px;
}
.ankeworks-garatable {
    border-collapse: collapse;
    width: 100%;
  }
  .ankeworks-garatable th, .ankeworks-garatable td {
  border: 1px solid #a2a2a2;
    padding: 5px; /* パディング5px */
	  font-weight: 500;
  }
  .ankeworks-garatable th {
 background-color: #efefef;
    text-align: left; /* 左寄せ */
  }