/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, utilities;
@layer theme {
  :root, :host {
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .w-full {
    width: 100%;
  }
  .min-w-\[1\.75rem\] {
    min-width: 1.75rem;
  }
  .grid-cols-\[minmax\(0\,1fr\)_auto_minmax\(0\,1fr\)\] {
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#DC1E64\] {
    color: #DC1E64;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .lowercase {
    text-transform: lowercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
    .hover\:underline-offset-2:hover {
      text-underline-offset: 2px;
    }
    .hover\:opacity-70:hover {
      opacity: 70%;
    }
  }
  @media (width >= 40rem) {
    .sm\:inline {
      display: inline;
    }
  }
}
.logo {
  margin: 47px 0 0 0;
  float: left;
}
.dmmbannerright {
  float: right;
  margin: 20px 0 0 0;
  padding: 0;
}
#header h1#logo,#header h2#slogan {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Ｐゴシック',arial,sans-serif;
  font-size: 13px;
  text-transform: none;
  position: absolute;
}
#leftcol,#twocols {
  float: left;
}
#leftcol,#rightcol {
  border-top: 0 solid #dfd0b9;
  line-height: 1.6em;
  background: #fff;
  color: #666;
  position: relative;
}
#header,#leftcol,#rightcol,body,html {
  background: #fff;
}
#leftcol h2,#rightcol h2 {
  border-left: 6px solid;
  padding: 0 0 0 6px;
}
#leftcol,#maincol a:hover,#rightcol {
  color: #666;
}
#footer,#footer a:link,#footer a:visited,#header {
  color: #fff;
}
#footer,#navlist {
  clear: both;
}
.clearfix,.clearfix:after,.dmmbanner,.ticon a {
  display: block;
}
h1,h2 {
  letter-spacing: 3px;
  color: #9acd32;
  background: 0 0;
}
#footer a:hover,#footer a:link,#footer a:visited,#maincol a:hover,a:active,a:link,a:visited {
  text-decoration: none;
  background: inherit;
}
#header,#leftcol,#maincol,#rightcol,#twocols,.smallbox p {
  position: relative;
}
body,html {
  height: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Ｐゴシック',arial,sans-serif;
  font-size: 13px;
  color: #333;
  margin: 0;
  padding: 0;
}
#pagewidth {
  margin: 0 auto;
  width: 1238px;
}
#header {
  border-bottom: 3px solid #9acd32;
  height: 130px;
  width: 100%;
}
#footer,#navcontainer,#rightcol,#twocols,.loadboxmain img {
  width: 100%;
}
#header h1#logo {
  margin: 10px 0 0 10px;
  padding: 0;
  letter-spacing: 3px;
  top: 0;
  left: 5px;
}
#header h2#slogan {
  top: 30px;
  left: 90px;
  color: #eee;
  text-indent: 0;
}
#leftcol {
  width: 40%;
}
#leftcol h2 {
  clear: left;
}
.ticon a {
  background: #9acd32 !important;
  color: #fff !important;
  font-size: 21px;
  padding: 10px 20px;
}
.loadboxmain {
  float: left;
  margin: 13px 0 0 10px;
  width: 590px;
}
.fc2banner img {
  max-width: 100%;
  height: AUTO;
}
#rightcol {
  float: right;
}
#maincol,.box,.dmmbanner,.imgleft,.smallbox {
  float: left;
}
#navcontainer ul {
  letter-spacing: 3px;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  font: 100% "lucida sans",Arial,Helvetica,sans-serif;
}
#navcontainer a {
  display: block;
  padding: 3px;
  height: auto;
  background: #333;
  border-bottom: 1px solid #eee;
}
#navcontainer a:link,#navlist a:visited {
  padding-top: 15px;
  padding-left: 20px;
  color: #fff;
  background: url('data:image/gif;base64,R0lGODlhCQAJALMOAHBwcP////X29efn6NfY2Pb19djY2Ojn59fX2Pb19ujn6MrKycnJyufo6AAAAAAAACH5BAEAAA4ALAAAAAAJAAkAAAQi0AEnqQUTWxlwv4IAFMkkNcoBDENGEABimMCCMaaU5VVPRQA7') .4em no-repeat #666;
  text-decoration: none;
}
#navlist li {
  list-style-image: none;
}
#navcontainer a:hover {
  background: url('data:image/gif;base64,R0lGODlhCQAJAPABAHBwcAAAACH5BAUAAAEALAAAAAAJAAkAQAIRDGKol9p9YlxmIiAd27fDjBQAOw==') .4em no-repeat #ccc;
  color: #666;
}
.ml60 img {
  margin: 10px 0 12px 55px;
  width: 468px;
}
.main,.mainmore {
  font-size: 14px;
  line-height: 23px;
  margin: 0 10px -15px;
}
.main img,.mainmore img {
  margin: 0 10px 0 0;
}
.mainmore iframe {
  margin: 0 0 30px;
  width: 460px;
}
#maincol {
  display: inline;
  width: 320px;
  border-right: 1px solid #8a795d;
  border-left: 1px solid #8a795d;
  line-height: 1.6em;
  background: #333;
  color: #ccc;
  margin: 13px 0 0;
}
#maincol a:link,#maincol a:visited,a:hover {
  text-decoration: none;
  background: inherit;
  color: #ccc;
}
.dmmbanner {
  padding: 0 8px;
  display: contents;
  margin: 14px 0 0;
}
.dmmbanner a {
  border: 0 !important;
  height: auto !important;
  padding: 0 !important;
}
#footer {
  height: 50px;
  border-top: 3px solid #9acd32;
  background: #666;
}
#footer a:hover {
  color: #eee;
}
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
p {
  padding: 10px 15px;
}
h1 {
  padding: 20px;
  font-size: 175%;
}
h2 {
  margin-left: 10px;
  padding: 15px;
  font-size: 150%;
}
blockquote {
  font-weight: 700;
  font-style: italic;
  color: #b29b35;
}
a:link,a:visited {
  color: #2171ce;
}
a:active {
  color: #8a795d;
}
a img {
  border: 0;
}
.box {
  background: inherit;
  color: grey;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  width: 316px;
}
.box p {
  margin: 0;
  padding: 0 15px;
}
.box h2 {
  background: #9acd32;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 13px 0 6px 13px;
  padding: 11px 6px 11px 11px;
}
.smallbox .pv,.smallbox p {
  background-color: #000;
  color: #fff;
  opacity: .7;
}
.smallbox {
  height: 160px;
  margin: -20px 0 30px;
  width: 50%;
}
.smallbox p {
  height: 33px;
  margin: -60px 0 0;
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  width: 180px;
}
.smallbox .pv {
  font-weight: 700;
  margin: -150px 0 0;
  padding: 0 4px;
  position: absolute;
}
.post .comments,.post .date,.post .readmore {
  padding-left: 15px;
  margin: 0 15px 0 5px;
}
.clear {
  clear: left;
  overflow: hidden;
  width: 0;
  height: 0;
}
.post {
  background-color: #eee;
  border: 0 dashed #8a795d;
  font-size: 80%;
  margin: 0 10px 20px 5px;
  padding: 3px;
}
.post .date {
  background: url('data:image/gif;base64,R0lGODlhCgAKAKIAADMzM//M/7CwsGZmZv///8fHxwAAAAAAACH5BAEHAAEALAAAAAAKAAoAAAMpGDo8+kOUItwqJJPioh5ZNWAEmHHjdzKCRrRVAJAn8AASZT/BAACWQAIAOw==') left center no-repeat;
}
.post .comments {
  background: url('data:image/gif;base64,R0lGODlhCgAKAKIAADMzM//M/93d3WZmZu7u7v///wAAAAAAACH5BAEHAAEALAAAAAAKAAoAAAMjGLoc8/C5Qit9Rehd3v7CQ4ACIRKohg4B4ALjADStSSuukgAAOw==') left center no-repeat;
}
.post .readmore {
  background: url('data:image/gif;base64,R0lGODlhCgAKAKIAADMzM93d3cXFxXJycmZmZv/M/////wAAACH5BAEHAAUALAAAAAAKAAoAAAMjWLNcXsRIM8SLIZPtSM6CQHTfN0JhKnZqeHpq8JaaA9z4XSQAOw==') left center no-repeat;
}
.imgleft {
  border: 1px solid #333;
  margin: 5px 10px 10px 0;
  padding: 5px;
  width: 100%;
}
nav.mt-8.w-full.border-t.py-6 {
  margin: 20px 0 40px;
  width: 100%;
  clear: both;
  border-top-color: #dfd0b9;
}
nav.mt-8.w-full.border-t.py-6 ul.flex.justify-center.gap-8 {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: .375rem;
}
.pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 6px 10px;
  border-radius: 5px;
  box-shadow: 0 0 1px #000;
  background-color: #fff;
  background-image: linear-gradient(top,#f0f0f0,#dfe3e2);
  background-clip: padding-box;
  color: #666;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}
.pagination__link:hover {
  opacity: .7;
}
.pagination__prev-next {
  min-width: 0;
  box-shadow: none;
  background: 0 0;
  color: #2171ce;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 6px 0;
}
.pagination__prev-next:hover {
  color: #8a795d;
  opacity: 1;
}
.pagination__current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 6px 10px;
  border-radius: 5px;
  background: #9acd32;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.ctr {
  text-align: center;
}
#navcontainer {
  text-align: center;
}
#navcontainer ul {
  text-align: left;
}
.box .box {
  text-align: center;
}
@media (width < 48rem) {
  #pagewidth {
    box-sizing: border-box;
    width: 100%;
    padding: 0 12px;
  }
  #header {
    height: auto;
    padding: 12px 0;
  }
  .logo, .dmmbannerright {
    float: none;
    margin: 8px auto 0;
    text-align: center;
  }
  .logo img, .dmmbannerright img, .dmmbannerright iframe {
    max-width: 100%;
  }
  #twocols {
    display: flex;
    flex-direction: column;
  }
  .loadboxmain {
    order: 1;
    float: none;
    width: 100%;
    margin: 13px 0 0;
  }
  #maincol {
    order: 2;
    float: none;
    width: 100%;
  }
  .dmmbanner {
    display: block;
    width: 100%;
  }
  .box {
    order: 3;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #footer {
    order: 4;
  }
  #maincol img, .loadboxmain img, .box img, #maincol iframe, .loadboxmain iframe, .box iframe {
    max-width: 100%;
    height: auto;
  }
  body {
    overflow-x: hidden;
  }
  .pagination__prev-next {
    font-size: 13px;
    letter-spacing: 1px;
    min-height: 40px;
    padding: 8px 0;
  }
  .pagination__link, .pagination__current {
    min-height: 40px;
    padding: 8px 10px;
  }
  .pagination__num {
    display: none;
  }
  nav.mt-8.w-full.border-t.py-6 > div.grid {
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
    grid-template-rows: auto;
    align-items: center;
    gap: .5rem;
  }
  nav.mt-8.w-full.border-t.py-6 > div.grid > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    min-width: 0;
  }
  nav.mt-8.w-full.border-t.py-6 > div.grid > div:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    min-width: 0;
  }
  nav.mt-8.w-full.border-t.py-6 ul.flex.justify-center.gap-8 {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    flex-wrap: nowrap;
    min-width: 0;
    gap: .25rem;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
