@charset "UTF-8";
/*==================================*/
/*login*/
/* line 8, /app/app/assets/stylesheets/login.scss */
#login {
  width: 400px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #555;
}

/* line 15, /app/app/assets/stylesheets/login.scss */
#login .form-title {
  text-align: center;
}

/* line 19, /app/app/assets/stylesheets/login.scss */
#login .mail, .pass {
  margin-bottom: 20px;
}

/* line 23, /app/app/assets/stylesheets/login.scss */
#login .input {
  width: 300px;
  padding: 4px;
  font-size: 14px;
}

/* line 29, /app/app/assets/stylesheets/login.scss */
#login .submit {
  text-align: right;
}

/* font */
/* line 34, /app/app/assets/stylesheets/login.scss */
#login div {
  color: #077685;
  font-weight: bold;
}

/* line 39, /app/app/assets/stylesheets/login.scss */
#login .form-title {
  font-family: Arial;
  font-size: 25px;
  color: #4eb4c2;
}

/* skin */
/* line 46, /app/app/assets/stylesheets/login.scss */
#login {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 10px #488a9e;
  -moz-box-shadow: 0px 1px 10px #488a9e;
  box-shadow: 0px 1px 10px #488a9e;
  border: solid #4eb4c2 1px;
  background: #fafafa;
}

/* line 57, /app/app/assets/stylesheets/login.scss */
#login .form-title {
  padding-bottom: 6px;
  border-bottom: 2px solid #4eb4c2;
  margin-bottom: 20px;
}

/* line 63, /app/app/assets/stylesheets/login.scss */
#login .submit input {
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 6px #e3e3e3;
  -moz-box-shadow: 0px 8px 6px #e3e3e3;
  box-shadow: 0px 8px 6px #e3e3e3;
  border: solid #f5fdff 4px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#61c7e0), to(#418da8));
  background: -moz-linear-gradient(top, #61c7e0, #418da8);
}

/* line 82, /app/app/assets/stylesheets/login.scss */
#login .submit input:hover {
  background: #37a4bf;
}

/*===========================================*/
/*保護者ログイン*/
/* line 88, /app/app/assets/stylesheets/login.scss */
#hogosya_login {
  width: 400px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #555;
}

/* line 95, /app/app/assets/stylesheets/login.scss */
#hogosya_login .form-title {
  text-align: center;
}

/* line 99, /app/app/assets/stylesheets/login.scss */
#hogosya_login .mail, .pass {
  margin-bottom: 20px;
}

/* line 103, /app/app/assets/stylesheets/login.scss */
#hogosya_login .input {
  width: 300px;
  padding: 4px;
  font-size: 14px;
}

/* line 109, /app/app/assets/stylesheets/login.scss */
#hogosya_login .submit {
  text-align: right;
}

/* font */
/* line 114, /app/app/assets/stylesheets/login.scss */
#hogosya_login div {
  color: #6b8e23;
  font-weight: bold;
}

/* line 119, /app/app/assets/stylesheets/login.scss */
#hogosya_login .form-title {
  font-family: Arial;
  font-size: 25px;
  color: #6b8e23;
}

/* skin */
/* line 126, /app/app/assets/stylesheets/login.scss */
#hogosya_login {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 10px #6b8e23;
  -moz-box-shadow: 0px 1px 10px #6b8e23;
  box-shadow: 0px 1px 10px #6b8e23;
  border: solid #6b8e23 1px;
  background: #fafafa;
}

/* line 137, /app/app/assets/stylesheets/login.scss */
#hogosya_login .form-title {
  padding-bottom: 6px;
  border-bottom: 2px solid #6b8e23;
  margin-bottom: 20px;
}

/* line 143, /app/app/assets/stylesheets/login.scss */
#hogosya_login .submit input {
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 6px #e3e3e3;
  -moz-box-shadow: 0px 8px 6px #e3e3e3;
  box-shadow: 0px 8px 6px #e3e3e3;
  border: solid #f5fdff 4px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#6b8e23), to(#556b2f));
  background: -moz-linear-gradient(top, #61c7e0, #418da8);
}

/* line 162, /app/app/assets/stylesheets/login.scss */
#hogosya_login .submit input:hover {
  background: #6b8e23;
}
