@charset="UTF-8"

/*全体の設定
---------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
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,
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;
    font-size:80%;
    vertical-align: baseline;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ・行間、フォントファミリー*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
    display: block;
}
.top-nav-title{
    font-size: 100%;
 
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


label, 
select, 
button, 
input[type="submit"], 
input[type="radio"], 
input[type="checkbox"] 
input[type="button"] {
    cursor: pointer;
}

a, 
a:visited, 
a:active {
    text-decoration: none;
}


::selection {
    background: #ed327b;
    color: #fff;
}


* {
    font-size:100%;
    margin: 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  background:#63b47a;
}

* {
  font-family:"Helvetica Neue", Helvetica, Arial;
}

div.top-nav-title{
	font-size: 1.2em;
    position: relative;
    left: 10%;
    margin-top: 15px;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
    font-family:"arial";
    color:#0000ff;

    -webkit-text-size-adjust: 90%;
    -ms-text-size-adjust: 90%;	
}
.container{
}
fieldset{
	padding: 5px;
}

form {
  background:#fff;
  border-radius:6px;
  padding:20px;
  padding-top:30px;
  width:300px;
  margin:50px auto;
  box-shadow:15px 15px 0px rgba(0,0,0,.1);
}

h1 {
  text-align:center;
  font-size:1.4em;
  font-weight:700;
  color:#ccc;
  margin-top:20px;
  margin-bottom:24px;
}
label{
	margin: 5px 2px;
}

span {
  font-weight:200;
}

input {
  width:95%;
  background:#f5f5f5;
  border:0;
  padding:15px;
  border-radius:10px;
  text-align: center;
  margin-bottom:10px;
  border:1px solid #eee;
}


button{
  position:relative;
  width:30%;
  padding:5px;
  border-radius:6px;
  border:0;
  background:#f26964;
  font-size:1.0em;
  color:#fff;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  box-shadow:0px 3px 0px #c1524e;
  margin-top: 10px;
  margin-left: 90px;
}

button:active {
  top:3px;
  box-shadow:none;
}
.error-message{
  color: #f33305;  
}
.add_u{
  position:relative;
  width:10%;
  padding:5px;
  border-radius:6px;
  border:0;
  background:#ffa500;
  font-size:1.0em;
  color:#fff;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  box-shadow:0px 3px 0px #c1524e;
  margin-left: 45%;
  text-align: center;
}
.add_l{
  position:relative;
  width:10%;
  margin-top: -3%;
  padding:5px;
  border-radius:6px;
  border:0;
  background:#ffa500;
  font-size:1.0em;
  color:#fff;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  box-shadow:0px 3px 0px #c1524e;
  margin-left: 45%;
  text-align: center;
}
.side-nav-item{
    border-radius: 6px;
    background: #f26964;
    color: #fff;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 0px #c1524e;
    margin-left: 3%;
}
.side-nav{
    width: 50%;
}
.users-content{
    width: 70%;
    margin: 10% auto;
}
h1.list_title{
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    margin-top: -50px;
    margin-bottom: 24px;
}
table.list{
  text-align: center;
    background: #fff;
    width: max-content;
}   
table.list thead tr{
  background: #ffa500;
}
table.list th{
  border:2px solid #32a1ce;
  text-align: center;
}
table.list td{
  border:2px solid #32a1ce;
  text-align: left;
}
table.list a{
  text-align: left;
}
h2.heading{
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
a.arrow{
  background: #fe8ee9;
  padding: 3% 5%;
  border-radius: 12px;
  position: relative;
  top: 20px;
  font-weight: bold;
}
a.arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
