html {
    height:100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}
body {

    font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Meiryo UI","メイリオ",Meiryo,sans-serif!important;
    font-size:16px;
    line-height:1.42857;
    height:100%;
      color: rgba(0, 0, 0, .84)!important;

    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.header{
    background-color:#1d2488!important;
    color:#fff;
    width:100%;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 0px;
    padding: 30px 30px 30px 30px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}



.box{
background-color: #b79456;
color:#000;
position: relative;
width:100%;
padding:10px;
text-align:center;
}
.box a{
display: block;
position: absolute;
color:#fff;
font-size: 1.0em;
font-weight: bold;
top: 0px;
left: 0;
height:100%;
width: 100%;
padding:5px;
}

 /* 以下マウスを載せたときのスタイル */
.box a:hover{
 color: #000;
 text-decoration: none;
 opacity: 0.25;  /* 要素を透明にするタグ */
 background-color: #E6EBE0;
}


.circle{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  text-align:center;
  line-height: 80px;
  vertical-align: middle;
}

.sml {
  font-size: 80%;
  color: #fff;
}

.sml a {
  font-size: 100%;
  color: #fff;
}