@charset "UTF-8";
/*
Theme Name: 2020 BOOK THEME
Description: 家計簿テーマ June.2020
Author: DAI Nakano
Version: 1.00
*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

small {
  font-size: .7em;
  opacity: .6;
  display: inline-block;
  margin-left: .3rem;
  margin-right: .15rem; }

html, body {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

#header {
  position: fixed;
  height: 100vh;
  width: 250px;
  left: 0;
  background-color: #EF7E09;
  overflow: hidden; }
  #header svg {
    width: 252px; }
  #header h1 {
    margin: 2rem auto;
    text-align: center; }
  #header h2 {
    margin: 2rem 0 0.8rem 2rem;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700; }
  #header ul {
    margin-left: 3rem;
    line-height: 1.65; }
    #header ul li i {
      color: #EF7E09;
      opacity: 0.3;
      margin-right: 0.3em; }
    #header ul li a {
      text-decoration: none;
      color: #000;
      transition: ease .3s; }
      #header ul li a:hover {
        color: #EF7E09; }

#main {
  background-color: #F1EFE6;
  padding-left: 250px;
  width: calc(100% - $header_width);
  min-height: 100vh; }
  #main .wrapper {
    width: calc( 100% - 4rem );
    margin: 0 auto;
    padding: 2em 0; }

#info {
  margin-bottom: 2rem; }
  #info h1 {
    font-size: 2em;
    margin: 1rem 0 2rem;
    font-weight: 700; }

#date {
  text-align: right;
  font-size: 0.7em;
  opacity: 0.5; }

#breadcrumb {
  font-size: 0.7em;
  opacity: 0.6; }
  #breadcrumb a {
    text-decoration: none;
    color: #000;
    transition: ease .3s; }
    #breadcrumb a:hover {
      color: #EF7E09; }
    #breadcrumb a::after {
      display: inline-block;
      content: "\f0da";
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      margin-left: 0.75em;
      opacity: 0.25; }

#title {
  background-color: #EF7E09;
  border-radius: .75rem;
  padding: .7rem 1.2rem; }
  #title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 1.8em; }
    #title h1 div {
      display: inline-block;
      margin-right: .8rem; }
      #title h1 div::first-line {
        font-weight: 400; }
    #title h1 span {
      font-size: 2.3em;
      display: inline-block; }

#circle_graph {
  position: relative;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-color: #fff;
  margin: 1rem 2rem 2rem 1rem; }
  #circle_graph canvas {
    transform: scale(1.07); }

#label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 8em;
  text-align: center; }
  #label h3 {
    color: #EF7E09;
    font-weight: 700;
    font-size: 1.85em; }
  #label p {
    opacity: .4;
    font-weight: 700;
    margin: .5rem 0 1.5rem; }

#monthtomonth {
  background-color: #FFA101;
  border-radius: .75rem; }

.contents_allocation {
  position: relative;
  background-color: #FFA101;
  padding: 1rem 1.3rem;
  border-radius: .75rem; }
  .contents_allocation > div {
    display: inline-block; }

#allocation-table {
  color: #fff;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 700; }
  #allocation-table tr:nth-child(2n+1) {
    font-size: .6em; }
  #allocation-table tr:nth-child(2n) {
    text-align: right; }
  #allocation-table td {
    min-width: 3rem; }
    #allocation-table td:nth-child(3) {
      font-size: .7em;
      text-align: center; }

#table-in-table {
  position: absolute;
  right: 1.3rem;
  top: -2.3rem;
  width: 32rem; }
  #table-in-table table {
    width: 48%;
    display: inline-block;
    vertical-align: top; }
    #table-in-table table:first-child {
      margin-right: 4%; }
    #table-in-table table thead {
      width: 100%; }
    #table-in-table table tbody {
      width: 100%; }
      #table-in-table table tbody td {
        min-width: 5em; }
        #table-in-table table tbody td:nth-child(2) {
          min-width: 10em; }

.flatshadow {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07); }

.contents {
  margin-bottom: 1.5em; }
  .contents h2 {
    margin-bottom: 1rem;
    font-size: .8em;
    font-weight: 700;
    opacity: .5; }

.contents_wraper {
  margin-bottom: 1.5em; }
  .contents_wraper .contents {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top; }

table.contents_db {
  margin: 1em 0;
  width: 100%;
  border-radius: .75rem;
  overflow: hidden; }
  table.contents_db thead {
    background-color: #EF7E09;
    color: #fff; }
    table.contents_db thead th {
      text-align: left;
      font-size: .8em;
      font-weight: 700;
      padding: .85em .35em .85em 1.5em; }
      table.contents_db thead th:first-child {
        padding: 0.85em 0.35em 0.85em 2.5em; }
        table.contents_db thead th:first-child.sort {
          position: relative;
          cursor: pointer; }
          table.contents_db thead th:first-child.sort::before {
            left: 1.3em; }
          table.contents_db thead th:first-child.sort::after {
            left: 1.3em; }
  table.contents_db tbody {
    background-color: #fff; }
    table.contents_db tbody tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    table.contents_db tbody td {
      padding: 0.5em 0.35em; }
      table.contents_db tbody td:first-child {
        padding: 0.5em 0.35em 0.5em 1.35em; }

.sort {
  position: relative;
  cursor: pointer; }
  .sort::before {
    position: absolute;
    left: 0.3em;
    display: inline-block;
    color: #fff;
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    opacity: 0.25; }
  .sort::after {
    position: absolute;
    left: 0.3em;
    display: inline-block;
    color: #fff;
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    opacity: 0.25; }
  .sort.desc::bofore {
    opacity: 0.25; }
  .sort.desc::after {
    opacity: 0.85; }
  .sort.asc::before {
    opacity: 0.85; }
  .sort.asc::after {
    opacity: 0.25; }

.st5 {
  fill: #EA5504; }

/*# sourceMappingURL=style.css.map */
