/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
   font-family: "Kalam", cursive;
   font-weight: 400;
   font-style: normal;
}

 div.frame {
    margin: 20px auto;
    background-color: white;
 }

 div.frame .input {
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   line-height: 1.5;
   color: #212529;
   border: 1px solid #ced4da;
   border-radius: 0.375rem;
 }

 div.message {
    margin: 24px 48px;
    padding: 12px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.kanji {
   font-family: "Noto Serif JP", serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
}

#result-table {
   font-family: "Noto Serif JP", serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
}

#result-table td { 
   padding-top: 0.7em;
}

#result-table th {
   padding-top: 0.7em;
   font-weight: 700;
}

#result-table small {
   font-size: 9pt;
}

#result-table td.gogyo-top,td.gogyo-bottom {
   font-size: 9pt;
}

#result-table td.colored12 {
   background-color: #b5eaaa88;
}

#result-table td.colored34 {
   background-color: #ffc0cb88;
}

#result-table td.colored56 {
   background-color: #fed8b188;
}

#result-table td.colored78 {
   background-color: #faf88488;
}

#result-table td.colored90 {
   background-color: #add8e688;
}
