@charset "utf-8";

/* �S�̂̐ݒ� */

body {
  background-color: #e3e3e3;
  font-family:
    "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue",
    "���C���I", "Meiryo", "�l�r �o�S�V�b�N", "MS PGothic", "sans-serif";
  font-size: 14px;
  color: #666666;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

/* ���C��BOX */

.wrapper {
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: #9abce4;
  width: 900px;
  height: 100%;
  min-width: 900px;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
  background-image: url(photo_top/title_top0.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

/* ���^�C�g���X�y�[�X�i�e�j */

.boxspace {
  border-style: none;
  width: 100%;
  height: 146px;
  position: relative;
}

/* ���^�C�g���X�y�[�X���̕����ʒu �i�q�j*/

.children {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* �����j���[�̃����N �ƃi�r*/

nav {
  background-color: #000;
  width: 100%;
}

a.menu:link {
  display: block;
  height: 21px;
  width: 70px;
  color: #ffffff;
  font-size: 13px;
  text-decoration: NONE;
  font-weight: bolder;
}

a.menu:visited {
  color: #ffffff;
  font-size: 13;
  text-decoration: NONE;
  font-weight: bolder;
}

a.menu:hover {
  font-size: 13px;
  text-decoration: none;
  font-weight: bolder;
  color: #fff;
  background-color: #666;
}

/* プルダウン（チャッピー作成） */
/* プルダウン親 */
td.dropdown {
  position: relative;
}

/* プルダウン本体 */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;

  list-style: none !important;
  margin: 0;
  padding: 0;

  background: #000;
  border: 1px solid #666;

  max-height: 0;
  opacity: 0;
  overflow: hidden;

  transition:
    max-height 0.25s ease,
    opacity 0.2s ease;
  z-index: 9999;

  /* ★スマホで勝手に出ないため */
  display: block;
}

/* 中のリンク */
.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  display: block;
  padding: 8px 10px;
  color: #fff; /* ← 黒→白に修正 */
  background: #000;
  text-decoration: none;
  font-size: 13px;
}

.dropdown-menu li a:hover {
  background: #666;
}

/* PC：ホバー */
@media (hover: hover) {
  .dropdown:hover .dropdown-menu {
    max-height: 300px;
    opacity: 1;
  }
}

/* スマホ：JSで開く */
.dropdown-menu.open {
  max-height: 300px;
  opacity: 1;
}

/* ===== プルダウン内だけ menu を上書き ===== */
.dropdown-menu a.menu {
  width: auto; /* ← 横幅固定を解除 */
  height: auto;
  display: block;
  padding: 8px 12px;

  color: #fff !important;
  background: #000;
  text-align: left;
}

/* 箇条書きの点を完全に殺す */
.dropdown-menu,
.dropdown-menu li {
  list-style: none !important;
}

/*トップのレイアウトBOXなど */

.boxmargin_twitter {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.boxmargin15 {
  margin-top: 15px;
  margin-bottom: 10px;
  border: 0;
}

.boxmargin25 {
  margin-top: 25px;
  margin-bottom: 10px;
  border: 0;
}

.boxmargin15w500 {
  margin: 15px auto 10px; /* 左右 auto で中央寄せ */
  width: 500px;
  border: 0;
  text-align: left; /* 文字は左寄せ */
}

/* TopページにあるBoxmain */

.boxmain {
  margin-top: 25px;
  margin-bottom: 10px;
  width: 540px;
  margin: auto;
  background-color: #fff;
}

/* ���E���C���֘A */
.container {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
}

.side-area {
  width: 310px;
  background-color: #fff;
  text-align: center;
}

.main-area {
  background-color: #fff;
  width: 590px;
  border-left: 1px solid #fff;
  text-align: center;
}

/* �t�b�^�[ */
footer {
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 140px;
  padding-top: 60px;
}

/* �t�b�^�[���� */
hr.style2 {
  height: 1px;
  background-color: #666;
  width: 800px;
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* �R���i���ӈ͂ݐ� */

.corona {
  position: relative;
  margin: 2em auto;
  width: 500px;
  padding: 1em;
  border: 3px double #e01b33;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  font-size: 14px;
}

.corona .corona-title {
  position: absolute;
  display: inline-block;
  top: -7px; /* �����̍��� */
  left: 15px;
  padding: 0 10px;
  line-height: 1;
  font-size: 14px;
  background: #fff;
  color: #e01b33;
  font-weight: bold;
}

.corona p {
  padding: 5px 10px;
  margin: 0;
}

/* �C�����C���t���[�� */

.boxframe {
  margin: auto;
  text-align: left;
  width: 520px;
  border: none;
  margin-bottom: 5px;
  margin-top: 2px;
}

/* �����[�g�m�Ã����N */
.remote {
  width: 250px;
  border: 1px sorid #fff;
  border-collapse: separate;
  border-spacing: 15px 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.remote td {
  border: none;
  height: 50px;
  font-size: small;
  background-color: #3399cc;
}

.remote td a {
  display: block;
  color: #fff;
}

.remote td:hover {
  background-color: #98bccc;
  color: #fff;
}

.remote a:link {
  text-decoration: none;
  color: #fff;
  font-weight: bolder;
}

.remote a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: bolder;
}

/* �T�C�h�o�[�摜�F������ */
a.banner:hover {
  opacity: 0.5;
}

/* �T�C�h�̃~�j�e�[�u�� */

.side_01 {
  width: 250px;
  border-collapse: collapse;
  font-size: x-small;
  font-weight: bolder;
  margin-bottom: 10px;
}
.side_01 th {
  padding: 3px;
  text-align: center;
  vertical-align: top;
  border: 2px solid #98bccc;
}

.side_01 td {
  padding: 3px;
  border: 2px solid #98bccc;
  text-align: left;
}

/* �T�C�h�̃X�P�W���[���e�[�u�� */

.side_02 {
  border-collapse: collapse;
  width: 250px;
  border: 1px solid #fff;
  vertical-align: top;
  font-size: 12px;
  margin-bottom: 10px;
}
/* �e���̐ݒ� */
.side_02 td:nth-child(1) {
  width: 29px;
  padding-top: 2px;
  text-align: right;
  vertical-align: top;
  border: 1px dashed #fff;
  border-bottom-color: #c4c4c4;
}

.side_02 td:nth-child(2) {
  vertical-align: top;
  padding-top: 2px;
  text-align: left;
  border: 1px dashed #fff;
  border-bottom-color: #c4c4c4;
  width: 65px;
}

.side_02 td:nth-child(3) {
  vertical-align: top;
  padding-top: 2px;
  border: 1px dashed #fff;
  border-bottom-color: #c4c4c4;
  text-align: left;
}

/* topページのH1タグ */
.h1_top {
  font-family:
    "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Meiryo", "sans-serif";
  font-size: 10px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 20px;
  display: inline;
}

/* ���o���� */
h4 {
  text-align: center;
  font-weight: bolder;
  margin-bottom: 1px;
}

h4::before {
  content: "\0025C6"; /* �����O�́� */
  color: #e44251;
}

h4::after {
  content: "\0025C6"; /* �������́� */
  color: #e44251;
}

/* ���o���� h3*/

h3 {
  background-color: #fff;
  width: 50%;
  border-bottom: 1px solid #b4b4b4;
  padding: 0.1em 30px 0.1em 0.75em;
  /*���A�E�A���A���H*/
  margin-top: 10px;
  margin-bottom: 5px;
}

/* �X�P�W���[�������� */

p.side {
  text-align: center;
  margin: 2px;
  font-size: 11px;
}

/* ���� */
hr.style1 {
  height: 4px;
  background-color: #3399cc;
  width: 250px;
  border: none;
}

/* �c�C�b�^�[YouTube�}�[�W���{�b�N�X */

.box_twtb {
  color: #fff;
  border: none;
  margin-left: 30px;
}

/* �����N�̐��F�ύX (�����Ɠ����j*/

a.dojo:link {
  color: #028cae;
  text-decoration: underline;
}

a.dojo:visited {
  color: #028cae;
  text-decoration: underline;
}

a.dojo:hover {
  color: #62bff7;
  text-decoration: underline;
}
