@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700);
@font-face {
  font-family: 'stayicon';
  src: url("../fonts/stayicon.eot?date=55");
  src: url("../fonts/stayicon?#iefix?date=55") format("embedded-opentype"), url("../fonts/stayicon.woff?date=55") format("woff"), url("../fonts/stayicon.ttf?date=55") format("truetype"), url("../fonts/stayicon.svg#stayicon?date=55") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: #fcc; }

/*-----------------------------------------
Default
-----------------------------------------*/
body {
  color: #333;
  background: #f0f0f0;
  margin: 0 auto;
  font: 15px/1.4 'Maven Pro','Verdana','Hiragino Kaku Gothic ProN','meiryo','メイリオ',sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

button {
  background: #00c7c9;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Maven Pro","Verdana",Sans-Serif; }

#login {
  background: #00c7c9;
  padding: 15px;
  width: 280px;
  margin: 35px auto;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  #login h1 {
    color: #fff;
    font-size: 2.1em;
    margin-bottom: .5em; }
  #login label {
    color: #fff; }
  #login .login_user:before {
    content: "\f007";
    font-family: stayicon; }
  #login .login_pw:before {
    content: "\f023";
    font-family: stayicon; }
  #login input {
    padding: 8px 12px;
    width: 200px;
    border: 1px solid #00c7c9;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 auto 10px; }
  #login button {
    margin-top: 1em;
    margin-bottom: 10px;
    padding: 10px;
    width: 220px;
    background: #555; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.1em;
  margin-bottom: .8em; }

.wrapper {
  background: #fff;
  padding: 15px;
  max-width: 600px;
  margin: 0 auto; }
  .wrapper p {
    margin-bottom: 1em; }

p.login_info {
    padding: 1rem;
    text-align: center;
    margin: 2rem auto 0;
    color: #f06;
    border: 1px solid;
    width: 400px;
}