/* Container
----------------------------------------------------------- */
div#container{
	height: 100%;
	min-height: 100%;
	position: relative
}
body > div#container {
	height: auto;
}

a:focus, *:focus { outline:none !important; }
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family:"游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	background: #fff;
}

.sp{display: none;}
.sp_ib{display: none;}

.inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inner.wide{
	width: 1200px;
}



@media screen and (max-width: 767px) {
	.pc{display: none;}
	.sp{display: block;}
	.sp_ib{display: inline-block;}

	.inner,
	.inner.wide{
		width: 100%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}

/* contents
--------------------------*/

div#contWrap{
	width: 100%;
	padding:50px 0 0;
  text-align: center;
}

div#logBox{
  margin: 50px auto;
	position: relative;
	text-align: center;
}

div#logBox .logo{
  width: 100%;
	max-width: 600px;
  padding: 0 20px;
	margin: 0 auto 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#logBox .nomNote{
  width: 100%;
	max-width: 620px;
	margin: 0 auto;
	padding-left: 80px;
}

div#logBox div.inputWrap{
	display: flex;
	justify-content: center;
	line-height: 1;
	margin-top: 20px;
}

div#logBox input[type=password]{
  width: 400px;
  height: 45px;
  line-height: 45px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 20px;
	border: 2px solid #dcdddd;
}
div#logBox button{
  background: none;
  border: none;
  cursor:pointer;
  margin: 0;
  padding: 0;

  display: block;
	background: #fff100;
	width: 140px;
	height: 45px;
	border: 2px solid #dcdddd;
	border-left: none;
}
div#logBox button img{
  width: 113px;
}
div#logBox button:hover{
  opacity:0.7;
}

.errNote{
	width: 500px;
	margin: 5px auto;
 display: none;
	padding-right: 30px;
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

div.error .errNote{
  display: block;
}


@media screen and (max-width: 767px) {
  

  div#logBox .logo{
    max-width: 400px;
    padding: 0 20px;
  }
  div#logBox .nomNote{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-left: 0;
  }

  div#logBox div.inputWrap{
    margin-top: 10px;
    padding: 0 20px;
  }

  div#logBox input[type=password]{
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #dcdddd;
  }
  div#logBox button{
    background: none;
    border: none;
    cursor:pointer;
    margin: 0;
    padding: 0;

    display: block;
    background: #fff100;
    width: 100px;
    height: 35px;
    border: 1px solid #dcdddd;
    border-left: none;
  }
  div#logBox button img{
    width: 90px;
  }
  
  .errNote{
    width: 100%;
    margin: 5px auto;
    display: none;
    padding-right: 0;
    text-align: center;
    font-size: 16px;
  }
}














/**/