@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.male-style-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 14px;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  background-color: #1e1e1e; /* ダークグレー背景 */
  color: #ffffff; /* 白文字 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border: 2px solid #444;
  border-radius: 8px;
  overflow: hidden;
}

.male-style-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #333;
}

.male-style-table td:first-child {
  width: 35%;
  background-color: #2c2c2c;
  font-weight: bold;
  color: #ff9800; /* オレンジで目立たせる */
  text-align: left;
}

.male-style-table a {
  color: #64b5f6; /* 明るめの青リンク */
  text-decoration: underline;
}

.male-style-table a:hover {
  text-decoration: none;
  color: #42a5f5;
}


