@charset "UTF-8";

@media screen and (max-width: 767px) {
	body {background:none} /*PC用の背景はオフ*/
body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:120%;
 background-image: url(image/534.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
  }
header h1 {
    margin: 0 ;
    line-height: 1.6em;
    font-size: 12px;
    color: #fff;
    padding: 0 20px;
    text-align: left;
}
	header h1 span {
    font-size: 10px;
		display: block;
}
	header a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 58px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 0;
    font-size: 12px;
    display: block;
    width: 80px;
    border-left: #000 solid 1px;
}
	.chat .block {
    font-size: small;
    line-height: 30px;
    width: 80%;
}
	#login-box h1 {
    margin: 0 0 40px;
    text-align: center;
    line-height: 1.6em;
    font-size: 16px;
    color: #fff;
}
	#login-box h1 span {
    font-size: 12px;
}
	#login-box {
    margin: 100px auto;
    max-width: 400px;
    text-align: center;
    padding: 0 20px;
}
}
