body {
  background: #eee;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
a:hover {
  opacity: 0.8;
}
#wrapper {
  overflow: hidden;
  color: #5e6167;
  font-size: 14px;
  font-weight: 600;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
header {
  display: inline-block;
  width: 100%;
  height: 40px;
  background: linear-gradient(#56ccf2, #2f80ed);
}
#logo {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-shadow: -1px 1px 0 rgba(0,0,0,1);
}
#logout {
  float: right;
  margin: 5px;
  padding:3px 6px;
  height:20px; 
  line-height:20px;
  color: #fff;
  font-size:14px;
  font-weight: bold;
  border: 1px solid #005c97;
  background-color: #2989d8;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.main-width {
  max-width: 1200px;
  margin: 0 auto;
}
#main-area {
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
#main {
  box-sizing: border-box;
  padding: 10px 50px;
  background: #fefefe;
  border-radius: 0 0 4px 4px / 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px / 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px / 0 0 4px 4px;
}
.text-center {
  text-align: center;
}
.blue-button {
  padding: 3px 6px;
  color: #fff;
  font-size:12px;
  text-shadow: -1px 1px 0 rgba(0,0,0,1);
  border: 1px solid #2f80ed;
  background: linear-gradient(#56ccf2, #2f80ed);
  border-radius: 4px;
}
.contents-box {
  position: relative;
  margin: 30px 0;
  padding: 0.5em 1em;
  border: solid 2px #95ccff;
  border-radius: 4px;
}
.contents-box .box-title {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 14px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}
.contents-box p {
  margin: 0; 
  padding: 0;
}
.input-url {
  width: 88%;
  margin-right: 5px;
}
.text-box {
  width: 95%;
}
table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table th, table td {
  padding: 3px;
  white-space: nowrap;
  border: solid 1px #5e6167;
}
table th {
  color: rgba(38, 38, 38, 0.5);
  text-shadow: 1px 1px 2px #cccccc, 0 0 0 #000, 1px 1px 2px #cccccc;
  background: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 50%, #d6d6d6 51%, #cccccc 100%);
  background-color: #cccccc;
}
table td p {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-title {
  width: 150px;
}
.site-url {
  width: 250px;
}
.red {
  color: red;
}
.scroll {
  max-height: 700px;
  overflow: auto;
}
.triangle {
  width: 0;
  height: 0;
  margin: 5px auto;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid #777;
  border-radius: 5px;
}
#setting-button {
  float: right;
  margin-top: 5px;
}
.pege-title {
  width: 200px;
}
.pege-url {
  width: 250px;
}