/* 投稿ページ用のスタイリング */
.frontend-post-container {
  max-width: 900px;
  margin: 2em auto;
  margin: 7.5em auto;
  padding: 2em;
  background: #f9f9f9;
  border-radius: 5px;
}

.post-type-switcher {
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

.post-type-switcher a {
  padding: 10px 15px;
  text-decoration: none;
  color: #0073aa;
  border-radius: 4px;
}

.post-type-switcher a.current {
  background: #0073aa;
  color: #fff;
  font-weight: bold;
}

.post-form {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 2em;
}

.form-field {
  margin-bottom: 15px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type="text"],
.form-field input[type="url"] {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.form-submit {
  text-align: right;
}

.post-list-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.post-list-table th,
.post-list-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.post-list-table th {
  background: #f0f0f0;
}

.sks-logout-area {
  text-align: right;
  margin-bottom: 1em;
}
.sks-logout-area a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9em;
}
