/*---------------------------------
add css standard start
--------------------------------*/
img {
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

*html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*---------------------------------
base
--------------------------------*/


html{
     height: 100%;
}


body {
  width            : 100%;
  height           : 100%;
  font-size        : 62.5%;
  font-family      :"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3", Meiryo,"メイリオ", sans-serif;
  background-color : #fbfbf2;
  color:#22181c;
}

/*---------------------------------
login
--------------------------------*/
#wrapper{
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

#container{
  width:100%;
  height:650px;
  position:absolute;
  top:50%;
  text-align: center;
  margin:-350px 0 0 0;
}

#logininput{
  margin :0 auto;
  padding-top: 60px;
  width  :400px;
  height :auto;
  text-align: center;
}

#logininput dl{
  margin:35px auto 0 auto;
  text-align: center;
}
#logininput dd{
  position: relative;
  width: 350px;
  margin: 5px auto;
}


input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}

.cp_iptxt input[type=text],input[type=password] {
  font: 1.7em/45px "Hiragino Kaku Gothic Pro";
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0;
  transition: 0.3s;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  outline: none;
  font-weight: bold;
}
.cp_iptxt input[type=text]:focus {
  border-color: #2e52a3;
}
.cp_iptxt input[type=password]:focus {
  border-color: #2e52a3;
}
.cp_iptxt input[type=text],input[type=password]{
  padding-left: 40px;
}
.cp_iptxt i {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 8px 12px;
  transition: 0.3s;
  color: #aaaaaa;
  font-weight: bold;
}
.cp_iptxt input[type=text]:focus + i {
  color: #2e52a3;
}
.cp_iptxt input[type=password]:focus + i {
  color: #2e52a3;
}




/*---------------------------------
button
--------------------------------*/

.loginbutton{
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height:42px;
  width:350px;
  vertical-align:middle;
  text-align:center;
  margin: 10px auto;
  cursor: pointer;
  overflow: visible;
  font-size:1.5em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #2e52a3;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  font-weight: bold;
  transition: all .2s;
  -webkit-transition: all .2s;
  padding: 0px;
  border: none;
}

.loginbutton:hover,.loginbutton:active{
  background-color: #1d3366;
  color: #fff;
  text-decoration: none;
}


/*---------------------------------
お知らせ
--------------------------------*/

#info{
  width: 500px;
  height: 300px;
  text-align: center;
  background-color: #fff;
  margin:40px auto 0 auto;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  border-radius: 3px;
}

#info .title{
  width: auto;
  line-height: 30px;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto;
}

#info_column{
  width: 100%;
  height: calc(100% - 40px);
  margin: 10px 0 0 0;
  overflow-y: auto;
  text-align: left;
}
#info_column ul{
  padding: 5px;
}
#info_column li{
  line-height: 1.4em;
    font-size: 13px;
  margin: 0 0 10px 0;
}
#info_column p{
  margin: 0 0 5px 0;
  font-weight: bold;
}
#info_column i{
  color: #2e52a3;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
#info_column span{
  margin: 0 0 0 10px;
}
#info_column span.info_badge{
  display: inline-block;
  height: 1.3em;
  font-size: 0.8em;
  padding: 0 .5em 2px .5em;
  white-space: nowrap;
  text-align: center;
  bottom: 0;
  color: #fff;
  font-weight: normal;
  background: #eb606e;
  border-radius: 2px;
}

@media only screen and (max-width: 767px){
#container{
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  text-align: center;
  margin:30px 0 0 0;
}

#logininput{
  margin :0 auto;
  padding-top: 0px;
  width  :100%;
  height :auto;
  text-align: center;
} 

#logininput img{
  width: 60%;
}
#logininput dd{
  width: 90%;
}
.loginbutton{
  width:90%;
}

#info{
  width: calc(90% - 40px);
  height: 300px;
  margin:20px auto 20px auto;
}

#info_column{
  width: 100%;
  height: calc(100% - 40px);
}
}
