@font-face {
  font-family: 'OpenRegular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSemibold';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 100%;
  -ms-content-zooming: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  height: 100%;
  margin: 0;
  padding: 150px 0 30px;
  font-size: small;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1.231;
  font-size: 0.625em;
  font-family: 'OpenRegular', Helvetica, Helvetica Neue, Arial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #7cdbff;
}
input, select, textarea {
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, h7, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
ol, ul, li {
  list-style: none;
}
::-moz-selection {
  background: #b3d4fc;
}
::selection {
  background: #b3d4fc;
}
img {
  vertical-align: middle;
}
.hidden {
  display: none;
  visibility: hidden;
}


/*
 *
 * header
 *
 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
  background-color: #4aecdf;
}
header h1 {
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 2.4em;
  font-family: 'OpenSemibold', Helvetica, Helvetica Neue, Arial;
}


/*
 *
 * aside
 *
 */
.genErr {
  position: fixed;
  top: 100px;
  right: 18px;
}
.genErr span {
  float: right;
  margin: -5px 3px 3px;
  padding: 10px;
  color: #fff;
  font-size: 1.6em;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
  background-color: #25c3ff;
}
.genErr span:hover {
  cursor: pointer;
}
.btnErr {
  margin: -70px 3px 3px 3px;
  padding: 10px;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
  background-color: #25c3ff;
  -webkit-transition: margin-top 0.3s ease-out; 
     -moz-transition: margin-top 0.3s ease-out; 
       -o-transition: margin-top 0.3s ease-out; 
          transition: margin-top 0.3s ease-out; 
}
.genErr.open .btnErr {
  margin: 0 3px 3px 3px;
}



/*
 *
 * section
 *
 */
section {
  padding-bottom: 40px;
}
form div {
  width: 400px;
  margin: 0 auto 20px;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.6em;
}
input {
  width: 100%;
  padding: 10px;
  color: #555;
  font-size: 1.6em;
  border: 2px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
input:active {
  outline-width: medium;
  outline-color: #25c3ff;
  outline-style: dashed;
  -webkit-tap-highlight-color: transparent; 
}
.error input {
  border-color: #ff3e67;
}
.btnSubmit input {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-color: #b25d00;
  background-color: #ff9725;
}
.btnSubmit input:hover {
  box-shadow: 2px 3px 7px 0 rgba(255,255,255, 0.4) inset;
  -webkit-box-shadow: 2px 3px 7px 0 rgba(255,255,255, 0.4) inset;
}
.btnSubmit input:focus,
.btnSubmit input:active {
  outline: 0;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
  box-shadow: 0 1px 1px 0 rgba(255,255,255,0.4),
              1px 0 1px 0 rgba(255,255,255,0.4),
              2px 3px 7px 0 rgba(0,0,0,0.4) inset,
              0 0 1px 0 #09c;
  -webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.4),
              1px 0 1px 0 rgba(255,255,255,0.4),
              2px 3px 7px 0 rgba(0,0,0,0.4) inset,
              0 0 1px #09c;
}
.btnShow {
  margin: -16px auto 32px;
}
.btnShow input,
.btnErr input {
  width: 24px;
  height: 24px;
  margin: 0;
  margin: 12px 0 0;
  vertical-align: top;
  filter: alpha(opacity=00);
  opacity: 0;
}
.btnShow label,
.btnErr label {
  display: inline-block;
  margin: 6px 0 6px -27px;
  padding: 6px 0 6px 33px;
  line-height: 24px;
  cursor: pointer;
  font-family: 'OpenRegular', Helvetica, Arial, sans-serif;
  background: url(../img/checkbox.png) no-repeat 0 -56px;
}
.btnShow ::selection,
.btnErr ::selection {
  background-color: transparent;
}
.btnShow input:checked + label,
.btnErr input:checked + label {
  background-position: 0 0;
}


/*
 *
 * footer
 *
 */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  text-align: left;
  font-style: italic;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
  background-color: #4aecdf;
}



/*
 *
 * messages, errors
 *
 */
.errorMsg {
  display: block;
  margin-top: 3px;
  color: #fff;
  visibility: hidden;
  font-size: 1.3em;
  line-height: normal;
}
.error .errorMsg {
  visibility: visible;
}
.success,
.fail {
  margin-top: 20px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.success {
  border-color: #18ffc1;
  background-color: #4aecdf;
}
.fail {
  border-color: #ff3e67;
  background-color: rgba(255,62,103,0.5);
}
.success h2,
.fail h2 {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: -1px -1px 0 #999;
  font: 2em/1.2 'OpenRegular', Helvetica, Arial, sans-serif;
}
.success p,
.fail p {
  color: #fff;
  text-align: center;
  text-shadow: -1px -1px 0 #999;
  font: 1.6em/1.2 'OpenRegular', Helvetica, Arial, sans-serif;
}
.success p a {
  color: #555 ;
  text-shadow: none;
  text-decoration: none;
}
.success p a:hover {
  text-decoration: underline;
}

/*
 *
 * webkit scrollbar
 *
 */
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius:0;
}
.scheduleList .clicked ::-webkit-scrollbar-track-piece {
  background-color: #f8ebd9;
}
::-webkit-scrollbar {
  width: 4px;
  height:4px;
}
::-webkit-scrollbar-thumb {
  height:50px;
  background-color:#ccc;
  -webkit-border-radius: 2px;
  outline: 1px solid #f8f8f8;
  outline-offset: -1px;
  border: 1px solid #f8f8f8;
}
::-webkit-scrollbar-thumb:hover {
  height:50px;
  background-color:#aaa;
  -webkit-border-radius:2px;
}