@charset "UTF-8";
/* -- base structure -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

html {
  overflow-y: scroll;
}

body {
  background-color: gray;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #21759b;
}

ul, ol {
  margin: 0 0 1.625em 2.5em;
}

ul {
  list-style: square;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

#page {
  text-align: left;
  max-width: 730px;
  padding: 0;
  margin: 0 auto;
  background-color: white;
}

#main {
  padding: 0 10px;
}
@media (min-width: 600px) {
  #main {
    padding: 1em 15px 0;
  }
}

#main #content {
  margin: 0;
  width: auto;
}
@media (min-width: 700px) {
  #main #content {
    margin: 0;
    width: 500px;
  }
}

/* -- header section -- */
#branding {
  border: none;
  padding: 0;
  background-color: darkblue;
}
@media (min-width: 600px) {
  #branding {
    padding: 0 0 0 1em;
  }
}
#branding {
  color: white;
}
#branding a {
  color: white;
}

#branding hgroup {
  margin: 0 0.5em;
}

#site-title {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
  border: 0px none;
  color: white;
}
@media (min-width: 600px) {
  #site-title {
    font-size: 30px;
  }
}

@media (min-width: 600px) {
  #page-title {
    font-size: 26px;
  }
}

.social-buttons {
  margin-bottom: 1em;
  text-align: right;
}

.social-buttons img {
  height: auto;
  width: auto;
  margin: 0;
}

.sns-button {
  height: 16px;
  width: 16px;
  display: inline-block;
  background: url(/img/sns-buttons.png) no-repeat;
}

.singlecolmnheader {
  text-align: center;
  margin: 10px 0 0;
}

#banner-ad {
  overflow: hidden;
  margin: 0 0 1em;
  padding-bottom: 3px;
}
@media (min-width: 600px) {
  #banner-ad {
    margin: 0 -15px 5px;
  }
}

#access {
  display: flex;
  flex-wrap: wrap;
  font-size: smaller;
  padding: 2px 10px;
  background: darkblue;
  color: white;
}

#access a {
  color: white;
}

#access .crumbitem:not(:last-child):after {
  content: "＞";
  margin: 0 0.5em;
}

/* -- main content -- */
h1, h2, h3 {
  margin: 5px 0;
}

@media (min-width: 600px) {
  h1, h2, h3 {
    margin: 10px 0;
  }
}
h2 {
  font-size: 120%;
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

article ul:not(.toc ul), article ol:not(.toc ol) {
  margin-left: 2em;
  margin-bottom: 1em;
}

article ul:not(.toc ul) {
  list-style: disc;
}

article ol:not(.toc ol) {
  list-style: decimal;
}

table {
  margin-bottom: 1.5em;
  border-collapse: collapse;
  font-size: inherit;
}
@media (min-width: 600px) {
  table {
    border: 1px solid;
    font-size: small;
  }
}

th {
  background-color: #99ccff;
  text-align: center;
}

.optional-ads {
  display: none;
}
@media (min-width: 600px) {
  .optional-ads {
    display: inherit;
  }
}

.topcontents-ads-box {
  float: right;
  margin-left: 20px;
  width: 160px;
  height: 90px;
}

@media (min-width: 600px) {
  .salescopy {
    float: left;
    font-size: 26px;
    margin: 0 10px 0 0;
  }
}
article, section {
  padding: 0 0 0.5em 0;
}

#index a {
  padding-right: 15px;
}

.embeditem {
  width: 200px;
  float: right;
  margin-left: 10px;
  text-align: center;
}

.embedtitle {
  padding: 0 10% 10px 10%;
  line-height: 1em;
}

.table-box {
  display: inline-block;
  margin-top: 15px;
}

.modified-date {
  text-align: right;
}

.main-table {
  background: #f8f8f8;
}

@media (max-width: 600px) {
  .main-table tr {
    border: 1px solid;
  }
}
.main-table th {
  line-height: 1.4;
  max-width: 95px;
}
@media (max-width: 600px) {
  .main-table th {
    max-width: none;
  }
}

.main-table td {
  line-height: 1.4;
  max-width: 95px;
  word-break: break-all;
}
@media (max-width: 600px) {
  .main-table td {
    max-width: none;
  }
}

.main-table th.widecell, .main-table td.widecell {
  max-width: 130px;
}
@media (max-width: 600px) {
  .main-table th.widecell, .main-table td.widecell {
    max-width: none;
  }
}

.main-table .optional {
  display: none;
}

#topcontents th, #topcontents td, #content th, #content td {
  height: 100%;
  padding: 0 4px;
  border: 1px solid;
  color: black;
}

.product-table p {
  margin: 5px 0;
  line-height: 1.5em;
}

@media (max-width: 600px) {
  #topcontents thead {
    display: none;
  }
  #topcontents td {
    display: block;
    position: relative;
    padding: 5px 0 5px 50%;
    border: none;
    text-align: left;
  }
  #topcontents td:before {
    content: attr(data-th) " :";
    display: inline-block;
    border-right: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
    max-height: 100%;
    font-size: 110%;
    font-weight: 300;
    padding: 5px 0 5px 5px;
  }
}
.stopped {
  background-color: #aaa;
}

article p, section p, article pre {
  margin: 0 0 1em 1em;
}

@media (min-width: 600px) {
  .movie-box {
    width: 480px;
    height: 360px;
  }
}

.sname {
  font-weight: bold;
}

.strong {
  background-color: yellow;
}

.strong2 {
  color: blue;
  font-weight: bold;
}

.center td {
  text-align: center;
}

.tablepop {
  position: relative;
}

.tablepop-box {
  position: absolute;
  background-color: yellow;
  padding: 4px;
}

.tablepop-tail {
  position: absolute;
  border-bottom: 15px solid transparent;
  border-right: 15px solid yellow;
  width: 0px;
  height: 0px;
}

.mark-new {
  background: url(/img/mark.png) no-repeat;
  width: 25px;
  height: 8px;
  display: inline-block;
}

.mark-hot {
  background: url(/img/mark.png) no-repeat left 11px;
  width: 26px;
  height: 11px;
  display: inline-block;
}

.rating-star-50 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-high.gif) no-repeat;
  background-position: 0 0px;
}

.rating-star-45 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-high.gif) no-repeat;
  background-position: 0 -12px;
}

.rating-star-40 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-high.gif) no-repeat;
  background-position: 0 -24px;
}

.rating-star-35 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-high.gif) no-repeat;
  background-position: 0 -36px;
}

.rating-star-30 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-high.gif) no-repeat;
  background-position: 0 -48px;
}

.rating-star-25 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-low.gif) no-repeat;
  background-position: 0 0px;
}

.rating-star-20 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-low.gif) no-repeat;
  background-position: 0 -12px;
}

.rating-star-15 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-low.gif) no-repeat;
  background-position: 0 -24px;
}

.rating-star-10 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-low.gif) no-repeat;
  background-position: 0 -36px;
}

.rating-star-05 {
  height: 12px;
  width: 64px;
  display: inline-block;
  background: url(/img/stars-low.gif) no-repeat;
  background-position: 0 -48px;
}

/* -- side bar -- */
.page-title, .widget-title, .entry-content th {
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

.widget h3 {
  font-size: 12px;
}

.widget ul {
  margin: 0;
  list-style: none;
}

.widget li {
  margin-left: 0.5em;
}

.widget .small-page-list li {
  font-size: smaller;
}

/* -- footer -- */
#colophon {
  padding-bottom: 0.5em;
  text-align: center;
}

/*--------------------------------------
  Table of Contents
---------------------------------------*/
.toc {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  padding: 5px;
  font-size: 95%;
}

#topcontents .toc td, #content .toc td {
  border: 0;
}

.toc h2 {
  display: inline;
  border: none;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

.toc .toctitle {
  text-align: center;
}

.toc ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.toc ul ul {
  margin: 0 0 0 2em;
}

.toc .toctoggle {
  font-size: 94%;
}#flex[data-astro-cid-pdpqod5h] {
  display: flex;
  flex-direction: column;
}

@media (width >= 700px) {
  #flex[data-astro-cid-pdpqod5h] {
    flex-direction: row;
  }
}

#secondary[data-astro-cid-pdpqod5h] {
  margin-left: 2em;
}
.table-box[data-astro-cid-bks2mw7r] th[data-astro-cid-bks2mw7r] {
  font-weight: bold;
}
