.login-forgot-password{
	width: 350px;
	text-align: right;
	margin: 10px auto;
	font-size: 14px;
}
#wp, #contents, .container{
  width: 100% !important;
}
#contents{
  margin-top: 20px;
  padding-top: 0px;
}
#contents h1{
  margin: 0 auto 10px auto;
  padding: 0;
  text-align: center;
  font-size: 38px;
  color:#A48744;
}
#contents h2{
  margin: 0 auto 14px auto;
  padding: 0;
  text-align: center;
  font-size: 26px;
}
#loginArea{
  width: 370px;
  margin: 0px auto;
  padding: 28px 0 30px 0;
  border: 2px solid #A48744;
  display: block;
  background: #F2F2F2;
  border-radius: 3px;
  box-shadow: 0 0 4px #ccc;
  font-family: 'Noto Sans Japanese', serif;
  text-align: center;
}
#loginArea > ul{
  width: 275px;
  margin: 0 0 20px 50px !important;
  padding: 0 !important;
  list-style: none;
}
#loginArea > ul > li{
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
#loginArea > .button{
  margin: 30px auto 10px auto;
  padding: 0;
  text-align: center;
}
#loginArea > .button .btn-block{
  outline: none;
  width: 105px;
  margin: 10px auto 0 auto;
  padding: 10px 0;
  text-align: center;
  background-color: #A48744;
  border: 1px solid #A48744 !important;
  font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    opacity: 1.0;
}
#loginArea > .button .btn-block:hover{
  opacity: 0.7;
}
#global-footer {
    width: 100% !important;
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
.form-control {
    display: block;
    height: 22px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #A48744;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #A48744;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 242px;
    margin-bottom: 0
}
.input-group .form-control {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
.btn-primary {
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}
.btn-block {
    display: block;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
