html {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #f5f5f5;
  position: relative;
  
}
body::-moz-selection     {
    background: #e00079;
    color:#fff;
}
a {
  color: #005EDE;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 5px 5px 5px 5px;
}
a:hover {
  color: #59FF4F;
  transition: all 0.2s;
  font-weight: bolder;
  padding: 2px 0px;
  background-color: #8E8E8E;
}
a:active {
  transition: all 0.1s;
  font-size: 1em;
}
h1.title a {
    background-color: rgba(255, 255, 255, 0);
}
table {
  border-radius: 5px 5px 5px 5px;
  border-width: 1px 1px 1px 1px;
  border-spacing: 7px;
  width: 95%;
  background-color: #FFFFFF;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  margin-bottom: 1.2em;
  box-shadow: 0px 0px 10px;
  transition: all 0.3s;
}
table.oh {
  border-width: 1px 1px 1px 1px;
  width: 95%;
  background-color: #FFFFFF;
}
table:hover {
  box-shadow: 0px 0px 20px #000;
  transition: all 0.3s;
}
table.body {
  box-shadow: 0px 0px 0px;
}
table.body:hover {
  box-shadow: 0px 0px 0px;
}
button.new,input.new {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  border: 0px;
  color: #ffffff;
  background-color: #4682b4;
  box-shadow: 0px 0px 2px #000;
  padding: 0.5px 6px 0.5px 6px;
  transition: all 0.2s;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  width: 10em;
}
button.new,input.new:hover {
  transition: all 0.2s;
  width: 12em;
}
button.new,input.new:active {
  background-color: #0CD06F;
  transition: all 0.05s;
  width: 11em;
}
input[type="text"],textarea {
  border-radius: 5px 5px 5px 5px;
  margin: 10px;
  padding: 4px;
  margin-left: auto;
  box-shadow: 0px 0px 2px #2175BD;;
  width: 20em;
  transition: all 0.2s;
  border: 0px;
}
h1.title {
  text-align: center;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  font-size: 3em;
  text-shadow: 1px 1px 7px #ffffff;
  background: -webkit-linear-gradient(#000,#000);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
h1.title:hover {
  text-shadow: 1px 1px 7px #ff69b4;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1em;
}
#page-top a {
  background: rgba(0, 140, 181, 0.65);
  text-decoration: none;
  color: #fff;
  width: 120px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(0, 140, 181, 0.8);
    width: 5em;
    font-size: 3em;
}
#page-top a:active {
    text-decoration: none;
    background: #0994BD;
    width: 3em;
}
input.button {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  border: 0px;
  color: #ffffff;
  background-color: #4682b4;
  box-shadow: 0px 0px 2px #000;
  padding: 0.5px 6px 0.5px 6px;
  transition: all 0.2s;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 7em;
  height: 23px;
}
input.button:hover {
  transition: all 0.2s;
  width: 8em;
  height: 23px;
}
input.button:active {
  background-color: #0CD06F;
  transition: all 0.05s;
  width: 8em;
  height: 23px;
}
.thti {
color: #fff;
}
::selection {
	background:#d4dcd6; /* Safari */
}

::-moz-selection {
	background:#d4dcd6; /* Firefox */
}