@font-face {
	font-family: 'MyFont';
	src: url("font/font-logo.eot");
    src: url("font/font-logo.otf");
}

body{
    font-family: 'メイリオ';
    min-width: 1280px;
    background-color: #333;
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.nav-wrapper{
    background: linear-gradient(-140deg, #e3f2fd, #367DFF); 
}
nav a.brand-logo{
    padding: 0px 20px;
	font-family: 'MyFont';
    letter-spacing: -2px;
}
td .reset-position {
    margin-top: 10px;
    margin-bottom: 0px;
}
#manage h1 {
    margin-top: 0px;
}
.f-right{
    position: absolute;
    margin-left: 640px;
}
#nav-mobile li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* 囲み */
.grp-login{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 530px;
    margin: auto;
    height: 100vh;
    flex-direction: column;
}
.grp-main{
 position: relative;
 color: #666; /* テキスト色 */
 background: rgba(255,255,255,0);
}
.sidenavi {
 float:left;
 width: 165px;
    height: 100%;
    min-height: 100vh;
    background: #333;
 margin:0px;
 }
.btn-menu{
    display: flex;
    padding: 0 15px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    height: 50px;
}
.btn-menu:hover {
	background: #367DFF;
}
.contents {
 float:left;
 width:calc(100% - 165px);
 margin:0px;
 padding: 50px;
 background: #fff;
 min-height: 100vh;
 }
.grp-01 {
 position: relative;
 margin: 50px auto;
 padding: 2em 10px 1em;
 width: 800px; /* ボックス幅 */
 border-style: solid;
 border-width: 5px 0 0 0;
 border-color: #bbdefb; /* 枠の色 */
 background-color: #fff; /* 背景色 */
 color: #666; /* テキスト色 */
 box-shadow: 0 0 3px #999; /* 影の色 */
}
.grp-title-01{
 /*
 position: absolute;
 top: 8px;
 left: 15px;
 font-weight: bold;
*/ 
 background-color: #fff; /* タイトル背景色 */
 color: #367DFF; /* タイトル色 */
 font-size: 24px;
 margin: 0;
    margin-bottom: 20px;
}
.grp-title-02{
 background-color: #fff; /* タイトル背景色 */
 color: #367DFF; /* タイトル色 */
 font-size: 24px;
 border-style: none none solid;
 border-color: #bbdefb; /*タイトル下線 */
 border-width: 3px;
}
.grp-title-03{
 margin-bottom: 45px;
 background-color: #fff; /* タイトル背景色 */
 color: #367DFF; /* タイトル色 */
 font-size: 16px;
 border-style: none none solid solid;
 border-color: #bbdefb; /*タイトル下線 */
 border-width: 0px 0px 2px 5px;
 padding-left: 4px;
}
.grp-title-04{
 background-color: #fff; /* タイトル背景色 */
 color: lightcoral; /* タイトル色 */
 font-size: 21px;
 border-style: none none none solid;
 border-color: #ffcdd2; /*タイトル下線 */
 border-width: 5px;
 padding-left: 4px;
}
.pl {
    display: flex;
    border-top: 1px solid #D1D1D1;
    padding: 15px 0px;
    margin: 0px;
}
.pl:last-of-type {
    margin-bottom: 40px;
}
.modal-trigger {
    width: calc(100% - 190px);
    position: relative;
    cursor: pointer;
    display: block;
    margin-left: 50px;
}
.link-01{
    text-decoration: underline;
    color: #000;
    margin-top: 100px;
}
.link-01:hover {
    color:#1e90ff;
    text-decoration: underline;
}
.blinking {
  color: #4682b4;
    transform: rotate(-8deg);
    animation: blink 0.6s ease-in-out infinite alternate;
 font-size: 36px;
 margin-top: 30px;
 padding-left: 4px;
 font-weight: normal;
}
/* 点滅 */
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }
tr.trtitle{
    border-bottom:0px none #fff;
}
div.row{
    margin-bottom: 0px;
}
div.input-field{
    margin-bottom: 0px;
}
.col.s12.m3 a{
    padding-top: 30px;
}
div.card{
    height: 200px;
    box-shadow: none;
}
.col.s12.m2{
    padding: 0px;
}
.card-image{
    height: 100px;
}
div.card .card-content{
   padding: 0px; 
}
.input-top{
    margin-top:20px;
}
a.btn-lg{
    width: 280px;
    height: 50px;
    font-size: 24px;
    padding-top: 8px;
}
a.btn-lg2{
    background-color: #64b5f6; /* 枠の色 */
    width: 280px;
    height: 50px;
    font-size: 24px;
    padding-top: 8px;
}
a.btn-lg2:hover{
    background-color: #bbdefb; /* 枠の色 */
}
a.btn-sl{
    width: 180px;
    height: 40px;
    font-size: 20px;
    padding-top: 4px;
}
a.btn-left{
    float: left;
    margin: 0 15px;
}
a.btn-right{
    float: right;
    margin: 0 15px;
}
table td,
table th,
table.datepicker-table td{
    padding: 0px 5px;
}
div label {
    color: #000;
    font-size: 20px;
}
td.first label{
    padding-left: 0px;
}
.center{
    display: block;
    margin: 0px auto;
}
.img-login2{
    background-image: url(background/pic/water_00011.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.logo{
    letter-spacing: -4px;
}
a.btn-center{
    margin: 20px auto;
    display:block;
}
.btn-circle{
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #FFF;
  background: -moz-linear-gradient(top,#68e2db 0%,#41aea8);
  background: -webkit-gradient(linear, left top, left bottom, from(#68e2db), to(#41aea8));
/*  background: skyblue;*/
  text-align:center;
  line-height: 80px;
  color: #FFF;
  margin: 0px 15px;
}
.btn-circle:hover {
	background: #2a82a3;
	color: #FFF;
	border: 1px solid #FFF;
}
.btn-icon {
    padding: 0 15px 0px 0; 
}
.btn_e {
	width: 60px;
	height: 38px;
	background: #FFF;
	background: -moz-linear-gradient(top,#68e2db 0%,#41aea8);
	background: -webkit-gradient(linear, left top, left bottom, from(#68e2db), to(#41aea8));
	border: 1px solid #2a82a3;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	padding: 42px 20px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}
.btn_e:hover {
	background: #2a82a3;
	color: #FFF;
	border: 1px solid #FFF;
}
a p{
   color: #FFF; 
}
.amount {
    font-size: 16px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.amount span {
    font-size: 40px;
    color: #367DFF;
    display: inline-block;
    margin: 0px 15px;
    font-weight: bold;
    line-height: 1;	
}
div.input-field>label{
    color: #000;
}
/* ナビ */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.hover01 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 10px 0px;
}
.hover01 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.hover01 a {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 1.5em;
  padding: 0;
}
.hover01 font {
  padding: 5px 10px;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.hover01 font:before,
.hover01 font:after {
  height: 3px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #2962ff;
  width: 0;
}
.hover01 font:before {
  top: 0;
  left: 0;
}
.hover01 font:after {
  bottom: 0;
  right: 0;
}
.hover01 font:hover,
.hover01 .current a {
  color: #000;
  background-color: #e3f2fd;
}
.hover01 font:hover:before,
.hover01 .current font:before,
.hover01 font:hover:after,
.hover01 .current font:after {
  width: 100%;
}
/* datepicker */
.datepicker-date-display{
    display: none;
}
.datepicker-controls .select-month input.select-dropdown.dropdown-trigger{
    padding-top: 2px;
}
div ul.tabs li.tab:focus-within{
    background-color: #e3f2fd;
}
ul.tabs .indicator{
    background-color: #90caf9;
    height: 5px;
}
ul.tabs li.tab a,
ul.tabs li.tab a.active,
ul.tabs li.tab a:active,
ul.tabs li.tab a:hover{
    color: #367DFF;
}
ul.tabs li.tab a:hover{
    background-color: #367DFF;
    color:#FFF;
}
table tr.table-content.tooltipped.table-err{
    background-color: #ffcdd2;
}

.must_label {
	background-color: #f65451 !important;
	padding: 1px 3px;
	margin-left: 5px;
	color: #fff;
	font-weight: bold-;
	font-size: 90%;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
