@charset "utf-8";
/* ====================
Webpage
==================== */

/*
Layout
-------------------- */
#alpha {
  width: 750px;
  float: left;
}
#alpha .page {
  width: 600px;
  margin: 10px 50px;
}
#beta {
  width: 180px;
  margin: 0 0 0 10px;
  padding: 0 10px;
  float: right;
}

/*
Main
-------------------- */
#content h1 {
  margin-bottom: 20px;
}
#content h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}
#content h3 {
  padding-left: 1.2em;
  margin-bottom: 8px;
  font-size: 117%;
  font-weight: bold;
  color: #444;
  background: transparent url(https://hitoumi.jp/img/listmarker01.gif) 0 0.3em no-repeat;
  clear: both;
}
#content p {
  font-size: 100%;
  line-height: 2;
  text-indent: 1em;
}
#content p.list_dot {
  padding-left: 1em;
  text-indent: 0;
  background: transparent url(https://hitoumi.jp/img/listmarker02.gif) 0 0.5em no-repeat;
}
#content ol li {
  margin-bottom: 15px;
}
#content ol li ul li {
  margin-bottom: 0px;
  padding-left: 12px;
  background: transparent url(https://hitoumi.jp/img/listmarker02.gif) no-repeat 0 0.4em;
}
#content ol.two-column li {
  width: 300px;
  display: block;
  float: left;
}
#content ol.two-column li ul li {
  width: 290px;
}
#content .chart {
  margin-top: 20px;
  margin-bottom: 20px;
}

#content .asset-body table {
  margin-left: 1px;
  width: 99%;
  border-collapse: collapse;
}
#content .asset-body caption {
  font-weight: bold;
  margin-top: 1em;
}
#content .asset-body table.whatsmoba,
#content .asset-body table.isoyake {
  border: solid 1px #000000;
}
#content .asset-body table.whatshigata {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 330px;
}
#content .asset-body td,
#content .asset-body th {
  padding: 0.5em;
  font-size: 75%;
}
#content .asset-body th {
  color: #ffffff;
  background-color: #666;
}
#content .asset-body td.even {
  background-color: #bdf;
}
#content .asset-body .whatsmoba td,
#content .asset-body .whatsmoba th {
  border: solid 1px #A8A8A8;
}
#content .asset-body .isoyake td,
#content .asset-body .isoyake th {
  padding: 0.5em;
  border: solid 1px #000000;
}
#content .references {
  margin-top: 20px;
  font-size: 85%;
  text-indent: 0;
}
#content .photocaption {
  font-size: 85%;
  line-height: 1.3;
  text-indent: 0;
}

/*
Sidebar
-------------------- */
#sidebar {
  margin: 10px 0;
}
#sidebar ul {
  list-style-type: none;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#sidebar .siteNav li {
  margin-bottom: 10px;
}
#sidebar .contentNav {
  margin: 20px 0;
}
#sidebar .contentNav ul {
}
#sidebar .contentNav li {
  margin: 4px 0;
}
#sidebar .navKankyou {
  position: relative;
  margin: 25px 0 10px 0;
  padding-top: 13px;
  text-align: center;
  border: 2px dotted #ff4d4d;
}
#sidebar .navKankyou .title {
  position: absolute;
  top: -15px;
  left: 5px;
}