/* materialize.cssをhack */
body {
  font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1 { margin: 0px; padding: 0px; }
h2 { margin: 0px; padding: 0px; }
h3 { margin: 0px; padding: 0px; }
h4 { margin: 0px; padding: 0px; }
h5 { margin: 0px; padding: 0px; }

tr {
    border-bottom: 0px solid #fff;
}

td, th {
    padding: 0px 10px ;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

.input-field {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    background-color: transparent;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.input-field {
    position: relative;
    margin-top: 0px 10px;
    margin-bottom: 0px;
}

.btn, .btn-large, .btn-small {
    text-decoration: none;
    color: #fff;
    background-color: #1565c0;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #1e88e5;
}

nav {
  color: #333;
  background-color: #f7fcfe;
  width: 100%;
  height: 56px;
  line-height: 56px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0), 0 3px 1px -2px rgba(0, 0, 0, 0.0), 0 1px 5px 0 rgba(0, 0, 0, 0.0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0), 0 3px 1px -2px rgba(0, 0, 0, 0.0), 0 1px 5px 0 rgba(0, 0, 0, 0.0);
}

nav a {
  color: #333;
}

nav .brand-logo {
  position: absolute;
  color: #333;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0 0 300px;
}

nav .brand-logo0 {
  position: absolute;
  color: #333;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
  height: 54px;
  line-height: 54px;
}

nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: #333;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}

.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #e3f2fd;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.sidenav li {
  float: none;
  line-height: 48px;
}

.sidenav li > a {
  color: rgba(0,0,0,0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 20px;
}

.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 0 0 0;
  width: 24px;
  color: rgba(0,0,0,0.54);
}

.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
  padding: 0 26.5px 0 35px;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active a, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #333;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ffe0b2;
}

.sidenav li.active {
  background-color: #ffb74d;
}

/* sidemenu */
header, footer {
  padding-left: 0px;
}

main {
  padding-left: 300px;
  margin-top: 15px;
}

@media only screen and (max-width : 992px) {
  header, main, footer, nav .brand-logo {
    padding-left: 0;
  }
}

.sidenav .collapsible>.active .collapsible-header .chevron {
  transform: rotate(-90deg);
}

/*  */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: #ffb74d;
  color: #333333;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(246,178,181,0.2);
    outline: none;
}

.tabs .tab a {
    color: #333;
    background-color:#e3f2fd;
    border: solid 1px #dddddd;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #ffb74d;
    will-change: left, right;
}

/* original css */
.bg_sat { background-color: #DDF1F9; }
.bg_sun { background-color: #FFDFE5; }

.border-a { border: solid 1px #dddddd; }
.border-l { border-left: solid 1px #dddddd; }
.border-t { border-top: solid 1px #dddddd; }
.border-r { border-right: solid 1px #dddddd; }
.border-b { border-bottom: solid 1px #dddddd; }

.text-al { text-align: left; }
.text-ac { text-align: center; }
.text-ar { text-align: right; }

.padall0  { padding:         0px; }
.padall5  { padding:         5px; }
.padall10 { padding:        10px; }
.padall15 { padding:        15px; }
.padall20 { padding:        20px; }

.padtb0   { padding:         0px; }
.padtb5   { padding:         5px; }
.padtb10  { padding:        10px; }

.padlef0    { padding-left:   0px; }
.padlef5    { padding-left:   5px; }
.padlef10   { padding-left:  10px; }
.padlef15   { padding-left:  15px; }
.padlef20   { padding-left:  20px; }
.padlef50   { padding-left:  50px; }
.padlef300  { padding-left: 300px; }

.padtop0  { padding-top:     0px; }
.padtop5  { padding-top:     5px; }
.padtop10 { padding-top:    10px; }
.padtop15 { padding-top:    15px; }
.padtop20 { padding-top:    20px; }

.padbot0  { padding-bottom:  0px; }
.padbot5  { padding-bottom:  5px; }
.padbot10 { padding-bottom: 10px; }
.padbot15 { padding-bottom: 15px; }
.padbot20 { padding-bottom: 20px; }

.padrig0  { padding-right:   0px; }
.padrig5  { padding-right:   5px; }
.padrig10 { padding-right:  10px; }
.padrig15 { padding-right:  15px; }
.padrig20 { padding-right:  20px; }

.magtop5  { margin-top:  5px; }
.magtop10 { margin-top: 10px; }
.magtop15 { margin-top: 15px; }
.magtop20 { margin-top: 20px; }
.magtop25 { margin-top: 25px; }

.magbot0  { margin-bottom: 0px; }
.magbot10 { margin-bottom: 10px; }
.magbot15 { margin-bottom: 15px; }
.magbot20 { margin-bottom: 20px; }

.maglef50 { margin-left: 50px; }

.font-s10 { font-size: 10px; }
.font-s11 { font-size: 11px; }
.font-s12 { font-size: 12px; }
