@charset "utf-8";

/*! Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


body {
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Century Gothic","MS PGothic", sans-serif;
  display: block;
  margin: 8px;
}

.content {
  padding-top: 80px;
  text-align: center;
}
.main {
  margin: 50px auto;
  background: #2a3644;
  width: 347px;
  text-align: center;
  padding: 40px;
  border-radius: 15px;
}
.main > h1 {
  color: #f4f4f4;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  letter-spacing: 2px;
}
.generate input {
  color:#333;
  display:block;
  width:100%;
  height: 30px;
  margin-bottom:10px;
  margin-top: 20px;
}
.checkblock {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 13px;
}
.checkblock input {
  margin: .4rem;
}
.memo textarea {
  width: 100%
}
.generate button {
  margin-top: 15px;
  padding: 5px 10px;
  background: #000;
  color: #f4f4f4;
  font-size: 15px;
}
.mstMenu {
  display: table;
  width: 100%;
  border-top: #666666 solid 1px;
  border-bottom: #666666 solid 1px;
}
.exclusion {
  text-align: center;
  display: table-cell;
  width: 50%;
  border-right: #666666 solid 1px;
}
.exclusion button {
  margin: 15px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  font-size: 13px;
}
.updPassword {
  text-align: center;
  display: table-cell;
  width: 50%;
}
.updPassword .updPass {
  height: 25px;
}
.updPassword button {
  margin: 15px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  font-size: 13px;
}

button:hover {
  background: #2d75c7;
}

.list {
  margin: 50px auto;
  width: 75%;
}
h2 {
  text-align: center;
  font-size: 22px;
  line-height: 2;
  border-bottom: #666666 solid 1px;
}
.time {
  margin-top: 10px;
  text-align: right;
}
.list ul {
  margin: 20px 0;
  text-align: center;
}
.list ul li{
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list ul li .clm1 {
  display: inline-block;
  width: 90px;
  margin-right: 20px;
}
.list ul li .clm2 {
  display: inline-block;
  width: 155px;
  margin-right: 20px;
}
.list ul li .clm3 {
  display: inline-block;
  width: 85px;
  margin-right: 20px;
}
.list ul li .btn1 {
  display: inline-block;
  width: 79px;
  margin-right: 20px;
}
.list ul li .btn2 {
  display: inline-block;
  width: 135px;
  margin-right: 20px;
}
.list ul li .btn3 {
  display: inline-block;
  width: 37px;
  margin-right: 20px;
}
.list ul li .memo1 {
  display: inline-block;
  width: 200px;
  margin-right: 20px;
}
.list ul li .memo2 {
  display: inline-block;
  width: 200px;
  height: 43px;
  margin-right: 20px;
  font-size: 0.9em;
  text-align: left;
  background: #e3e3e3;
  overflow-y: scroll;
}
.list ul li .memo2::-webkit-scrollbar {
  width: 5px;
}
.list ul li .memo2::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
.list ul li .memo2::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 5px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

