@charset "UTF-8";
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;
}

body{
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	background-image: url(logo.png);
    color: #5a647d;
}

footer{
	background-color: saddlebrown;
	margin: 20px 0px 0px -10px;
	padding: 10px;
}

a {
text-decoration: none;
}

.header{
    background: #447bfe;
    text-align: center;
    padding: 1em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.container{padding: 0 20px;}

.container h1{
    font-size: 20px;
    color: #447bfe;
    font-weight:bold;
    margin-bottom: 20px;
}

.container p{
    font-size: 13px;
    padding: 0.5em;
}

label{
  position: relative;
  display: inline-block;
  width: 100%;
    background: #f6f7f7;
    margin-bottom: 15px;
}

input[type="date"] {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 35px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 16px;
}

input[type="text"] {
    position: relative;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 16px;
}

input[type="password"] {
    position: relative;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 16px;
}

.sainou{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 8px #ced3da;
}

.sainou td{
    width: 90px;
    height: 65px;
    font-weight: bold;
    vertical-align: middle;
}

.reism{
    margin-right: 20px;
  font-weight: bold;
}

.reism-td{
    font-weight: bold;
    color: #447bfe;
    font-size: 25px;
}

.reism-l{
  float: left;
}

.mondate{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    clear: both;
}

.mondate-td{
    width: 24px;
    text-align: center;
    border: 3px solid #447bfe;
    border-radius: 30px;
    padding: 10px;
    background: #fff;
  font-weight: bold;
    color: #447bfe;
    font-size: 16px;
}

/*ボタン*/
.btn{
    margin-top: 20px;
    text-align: center;
}

.btn2{
    display: flex;
    justify-content: center;
}

.btn-pr{
    padding-right: 10px;
}

.btn-pl{
    padding-left: 10px;
}

input[type="submit"]{
    -webkit-appearance: none;
    padding: 0.8em 1.4em;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
}

.entry{
    width: 150px;
    font-size: 15px;
    background: #447bfe;
    color: #FFF;
}

.delete{
    background: #f7f8f9;
    color: #424a54;
    border: 0;
}

.login{
    width: 150px;
    font-size: 15px;
    background: #A4C520;
    color: #FFF;
}

.check{
    width: 150px;
    font-size: 15px;
    background: #EDAD0B;
    color: #FFF;
}

.reset{
    -webkit-appearance: none;
    padding: 0.8em 1.4em;
    text-decoration: none;
    border-radius: 0px;
    color: #FFF;
    width: 150px;
    font-size: 15px;
    background: #525c77;
}

.user{
    width: 100%;
    margin: auto;
}

.user-all{
    margin-bottom: 5px;
}

.user table{
    border-radius: 15px;
    box-shadow: 0 0 8px #ced3da;
    table-layout:fixed;
}

.user td{
    padding: 1em;
    border-bottom: solid 1px #ced3da;
}

.user-entry{
    text-align: center;
    margin-top: 20px;
}
