/*
Theme Name: insalata
Version: 1.0
License: GNU General Public License
*/

html, body, button, input, select, textarea {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

body {
  color:#000;
}
.h5, h5 {
    font-size: 1rem;
    font-weight:bold;
}

a:hover { color:#f80; text-decoration:underline; cursor:pointer; }

ul li a:link { color:#333; text-decoration:none; outline-style:none; transition:0.15s; cursor:pointer; }
ul li a:visited { color:#333; text-decoration:none; }
ul li a:hover { color:#f80; text-decoration:underline; cursor:pointer; }

.container {
  max-width: 960px;
}

.container.header {
  max-width: 1024px;
  margin: 4px auto 4px;
}

h3 {
  color:#3F8738;
  font-weight:bold;
  font-size: 2.2rem;
  border-bottom: 1px dotted #1F4F46;
  padding-top:7px!important;
  padding-bottom:7px!important;
}