@charset "UTF-8";
/* /////////////////////////////////////////////////

	Style CSS
	
	Author	yk
	Date	2015/05/14

///////////////////////////////////////////////// */
/* ページスタイル
   ========================================================================== */
@font-face {
  font-family: "FontAwesome";
  /*src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format("eot"), url('../font/fontawesome-webfont.woff') format("woff"), url('../font/fontawesome-webfont.ttf') format("truetype"), url('../font/fontawesome-webfont.svg#FontAwesome') format("svg");*/
  font-weight: normal;
  font-style: normal; }
html {
  height: 100%; }

body#loginBody {
  height: 100%;
  background-image: url(/moa/admin/images/bg_halftone.png);
  background-repeat: repeat; }

#loginWrap {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 100%; }

@media screen and (max-width: 640px) {
  #loginWrap {
    margin-top: -200px; } }
#loginBox {
  position: relative;
  width: 640px;
  color: #fff;
  margin: 0 auto;
  background: #fff;
  background: url(/moa/admin/images/background_clear.png);
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  /*border:4px solid #ccc;*/ }
  #loginBox div.message {
    float: left;
    width: 50%;
    margin: 12px 0; }
    #loginBox div.message h1 {
      width: 320px;
      text-align: center;
      padding: 3px 0;
      margin-top: 18px;
      color: #fff;
      background: #00a0e9; }
      #loginBox div.message h1 b {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 26px; }
    #loginBox div.message img {
      display: block;
      margin: 10px auto 0; }
  #loginBox form {
    float: right;
    width: 50%;
    margin: 24px auto; }
  #loginBox p.field {
    position: relative;
    margin-left: 24px; }
  #loginBox input[type=text], #loginBox input[type=password] {
    width: 200px;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 8px 18px 8px 45px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #f9f9f9;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    border: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), inset 0 3px 2px rgba(0, 0, 0, 0.1); }
  #loginBox span.icon {
    left: 0px;
    top: 0px;
    position: absolute;
    height: 36px;
    width: 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
    color: #777777;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none; }
    #loginBox span.icon:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      vertical-align: top;
      font-size: 1.3333333333333333em; }
  #loginBox span.user:before {
    content: "\f007"; }
  #loginBox span.pass:before {
    content: "\f023"; }
  #loginBox div.loginBtnBox {
    position: relative;
    text-align: center;
    margin-top: 6px;
    margin-left: 24px;
    margin-right: 24px;
    overflow: hidden; }
    #loginBox div.loginBtnBox label {
      float: left;
      width: 163px;
      color: #777;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
      #loginBox div.loginBtnBox label input {
        margin-right: 6px; }
  #loginBox button[type=submit] {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-indent: 0px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    padding: 4px 36px;
    margin: 10px 8px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer; }
    #loginBox button[type=submit]:hover {
      color: #333;
      text-decoration: none;
      background-color: #e6e6e6;
      background-position: 0 -15px;
      -webkit-transition: background-position .1s linear;
      -moz-transition: background-position .1s linear;
      -o-transition: background-position .1s linear;
      transition: background-position .1s linear; }

@media screen and (max-width: 640px) {
  #loginBox {
    width: 320px; } }
#loginState {
  width: 640px;
  height: 32px;
  margin: 25px auto; }
  #loginState p {
    color: #00a0e9;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    background: #e6e6e6;
    border-radius: 5px; }
    #loginState p.Err {
      color: #023894; }

@media screen and (max-width: 640px) {
  #loginState {
    width: 320px; } }

/*# sourceMappingURL=style.css.map */
