@charset "UTF-8";
/**************************************
text settings
**************************************/
/**************************************
anchor settings
**************************************/
@import url(//fonts.googleapis.com/css?family=Allerta);
html, body, h1, h2, h3, h4, h5, h6, hr, ol, ul, menu, li, dl, dt, dd, table, form {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Lucida Grande", Arial, sans-serif;
}

/**************************************
 text
**************************************/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

hr {
  clear: both;
  margin: 20px 0;
  border: none;
  border-top: 1px solid #f2f4f6;
}

/**************************************
 anchor
**************************************/
a {
  text-decoration: none;
}
a:link {
  color: #258fb8;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #996699;
}
a.current {
  color: #333;
  font-weight: bold;
}

/**************************************
 list
**************************************/
li {
  list-style: none;
  list-style-position: outside;
}

dt {
  font-weight: bold;
}

/**************************************
 table
**************************************/
table {
  border-collapse: collapse;
  border-spacing: none;
}

/**************************************
 form
**************************************/
form fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border: none;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
}

body {
  background-color: #f2f4f6;
  text-align: center;
}

.container {
  width: 750px;
  margin: 30px auto;
  text-align: left;
}

.body {
  position: relative;
  padding: 0 250px 0 0;
  min-height: 300px;
}

header {
  zoom: 1;
}
header:before, header:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
header:after {
  clear: both;
}

.logo {
  background: url("/img/logo.png") no-repeat;
  background-size: 100px 39px;
  display: inline-block;
  float: left;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100px;
}

.navcontainer {
  float: right;
}

.signup {
  padding: 10px 0;
}
.signup a {
  font-weight: bold;
}

.title {
  font-size: 24px;
  color: #333333;
  margin: 30px 0 10px;
}

.targetsite {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  padding: 0 0 0 30px;
  border-left: 1px solid #d6dee5;
}
.targetsite .signboard {
  margin: 0 0 10px 0;
}
.targetsite .sitename {
  font-size: 16px;
}
.targetsite .url {
  color: #2da000;
  font-size: 11px;
}
.targetsite .discription {
  font-size: 12px;
  margin-bottom: 0;
}

.available li {
  list-style: disc outside;
  margin-left: 1.2em;
  line-height: 160%;
}
.available li .item {
  font-weight: bold;
  color: #203f5c;
}

.errors {
  color: #cc0000;
}

.permission {
  color: #2DA000;
  font-weight: bold;
}

.form {
  margin: 30px 0;
}
.form fieldset > div {
  position: relative;
}
.form .id, .form .pass {
  position: relative;
  border: 2px solid #aabdce;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  width: 310px;
  margin: 0 0 10px 0;
}
.form .pass {
  margin: 0 0 20px 0;
}

.button {
  border-radius: 30px;
  margin: 0;
  padding: 3px 0;
  font-size: 16px;
  font-weight: bold;
  width: 150px;
  color: white;
  cursor: pointer;
}
.button.allow {
  background: #4083a9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b9cc1), color-stop(50%, #5b9cc1), color-stop(51%, #4083a9), color-stop(100%, #4083a9));
  background-image: -webkit-linear-gradient(top, #5b9cc1, #5b9cc1 50%, #4083a9 51%, #4083a9);
  background-image: -moz-linear-gradient(top, #5b9cc1, #5b9cc1 50%, #4083a9 51%, #4083a9);
  background-image: -o-linear-gradient(top, #5b9cc1, #5b9cc1 50%, #4083a9 51%, #4083a9);
  background-image: linear-gradient(top, #5b9cc1, #5b9cc1 50%, #4083a9 51%, #4083a9);
  border: 2px solid #4083a9;
}
.button.allow:hover {
  background: #5b9cc1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #80b2cf), color-stop(50%, #80b2cf), color-stop(51%, #5b9cc1), color-stop(100%, #5b9cc1));
  background-image: -webkit-linear-gradient(top, #80b2cf, #80b2cf 50%, #5b9cc1 51%, #5b9cc1);
  background-image: -moz-linear-gradient(top, #80b2cf, #80b2cf 50%, #5b9cc1 51%, #5b9cc1);
  background-image: -o-linear-gradient(top, #80b2cf, #80b2cf 50%, #5b9cc1 51%, #5b9cc1);
  background-image: linear-gradient(top, #80b2cf, #80b2cf 50%, #5b9cc1 51%, #5b9cc1);
  border: 2px solid #5b9cc1;
}
.button.deny {
  background: #676767;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #818181), color-stop(50%, #818181), color-stop(51%, #676767), color-stop(100%, #676767));
  background-image: -webkit-linear-gradient(top, #818181, #818181 50%, #676767 51%, #676767);
  background-image: -moz-linear-gradient(top, #818181, #818181 50%, #676767 51%, #676767);
  background-image: -o-linear-gradient(top, #818181, #818181 50%, #676767 51%, #676767);
  background-image: linear-gradient(top, #818181, #818181 50%, #676767 51%, #676767);
  border: 2px solid #676767;
  margin-left: 10px;
}
.button.deny:hover {
  background: #818181;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9a9a9a), color-stop(50%, #9a9a9a), color-stop(51%, #818181), color-stop(100%, #818181));
  background-image: -webkit-linear-gradient(top, #9a9a9a, #9a9a9a 50%, #818181 51%, #818181);
  background-image: -moz-linear-gradient(top, #9a9a9a, #9a9a9a 50%, #818181 51%, #818181);
  background-image: -o-linear-gradient(top, #9a9a9a, #9a9a9a 50%, #818181 51%, #818181);
  background-image: linear-gradient(top, #9a9a9a, #9a9a9a 50%, #818181 51%, #818181);
  border: 2px solid #818181;
}

.placeholder {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 10px;
  left: 10px;
  width: 185px;
  height: 20px;
  line-height: 20px;
  font-family: sans-serif;
  font-size: 14px;
  color: #999;
  background-color: #fff;
  cursor: text;
  z-index: 1;
}

footer {
  border-top: 1px solid #d6dee5;
  padding: 20px 0 0 0;
  margin: 40px 0 0 0;
}

.errorpage {
  position: relative;
  text-align: center;
}
.errorpage .title {
  margin-bottom: 0px;
}
.errorpage p {
  margin: 5px auto 20px;
}

@media (max-width: 480px) {
  .container {
    width: 100%;
    margin: 0;
  }

  header {
    padding: 8px 8px 8px;
    border-bottom: 1px solid #d6dee5;
  }

  section.body {
    padding: 0 8px;
  }
  section.body h1.title {
    margin: 0;
    padding: 8px 0;
    font-size: 130%;
  }
  section.body .targetsite {
    position: relative;
    padding: 0;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #d6dee5;
  }
  section.body .targetsite img.signboard {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 80px;
    height: 80px;
  }
  section.body .targetsite .signboard-details {
    position: relative;
    padding: 8px 0 8px 94px;
    min-height: 80px;
  }
  section.body .targetsite .signboard-details h1.sitename {
    font-size: 110%;
  }
  section.body .targetsite .signboard-details span, section.body .targetsite .signboard-details p {
    display: block;
    margin: 0;
    padding: 0;
  }
  section.body p {
    margin: 0;
    padding: 8px 0;
  }
  section.body form.form {
    margin: 0;
    padding: 8px 0 16px;
    text-align: center;
    width: 304px;
  }
  section.body form.form .id, section.body form.form .pass {
    width: 280px;
  }
  section.body form.form .button {
    width: 120px;
  }

  footer {
    margin: 0;
    padding: 10px 8px;
  }
}
