html {
	height: 100%;
	
}
body {
	margin: 0;
	padding:0;
	position: relative;
	color: #000;
    font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  
}

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;
  }
#login-box {
	margin: 100px auto;
	max-width: 400px;
	text-align: center;
}
 h1 {
	margin: 0 0 40px;
	text-align: center;
	line-height: 1.6em;
	font-size: 20px;
	 color: #fff;
}
 h1 span{
	font-size: 14px;
}
#login-box .logo img {
	width: 80%;
	height: auto;
}
#login-box input {
	width: 100%;
	margin-bottom: 12px;
}

#login-box .button {
	border-style: none;
	display: inline-block;
	min-width: 80px;
	min-height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #333;
	color: #fff;
	font-size: 13px;
	-webkit-appearance: none;
border-radius: 0;
}

#login-box .button:hover {
	background-color: #000;
}

div, th, td, input, textarea, header, footer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:link, a:visited {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
img {
	border: none;
}
input {
	outline: none;
}

input[type=text], input[type=password] {
	border: dotted 1px #aeaeae;
    padding: 10px 5px;
    background: #f8f8f8;
	-webkit-appearance: none;
border-radius: 0;
}

.alert-row {
	color: #ed3e3e;
	padding: 0 0 20px;
}

header {
	    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(51, 51, 51);
    text-align: right;
    padding: 10px 0;
    color: #fff;
    z-index: 999999;
}
header h1{
	margin: 0;
}
header a {
    position: absolute;
    right: 30px;
    top: 50%;
   color: #fff;
    text-decoration: none;
    margin: -9px 0 0;
    font-size: 12px;
}


header img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height:24px;
}
header .icono-signOut {
	transform: scale(0.75);
	color:#666;
}

footer {
	position: fixed;
	bottom: 0;
	z-index: 50;
	background-color: #b2b3b3;
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	margin:0;
}

footer textarea {
	height:54px;
	width:68%;
-webkit-appearance: none;
border-radius: 0;
}
footer .button{
	position: absolute;
	top:0;
	width: 16%;
	right:16%;
	height: 54px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #333;
	color: #fff;
	font-size: 13px;
	border-style: none;
	-webkit-appearance: none;
border-radius: 0;
}
footer #attach {
	position: absolute;
	top:0;
	right:0;
	display:block;
	height:54px;
	width:16%;
	background-color: #333;
	line-height: 54px;
	text-align:center;
	box-sizing: border-box;
	border-left: #000 solid 1px;
}

#thread {
    /* max-width: 98%; */
    margin: 0 auto;
        padding: 0 10px 100px;
}
.chat .block {
	font-size:small;
	line-height:30px;
	width:60%;
}
.chat .block p{
	margin: 0;
	padding: 0 0 5px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	display: inline-block;
}
.chat .right {
    text-align: right;
    margin-left: auto;
    padding: 0 10px 0 0;
}
.chat .left {
    text-align: left;
	margin-right:auto;
}
.chat {
	padding-bottom:100px;
}
.chat .hukidashi {
	display: inline-block;
    border-radius: 6px;
    padding: 12px 12px;
    text-align: left;
	    margin-bottom: 1px;
    color: black;
    word-break: break-all;
    position: relative;
    font-size: 14px;
    z-index: 0;
	    line-height: 1.6em;
}
.chat .hukidashi img{
	width: 100%;
	height: auto;
}
.chat .left .date {
	text-align:left;
	font-size:x-small;
	color: #fff;
	    margin-bottom: 16px;
}
.chat .right .date {
	text-align:right;
	font-size:x-small;
	color: #fff;
}
.chat .right .hukidashi {
	background-color:#a2e396;
}
.chat .right .hukidashi:after {
	content: "";
	position: absolute;
	top: 50%; right: -6px;
	margin-top: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #a2e396;
}

.chat .left .hukidashi {
	background-color:#fff;
}

.chat .left .hukidashi:after {
	content: "";
    position: absolute;
    top: -6px;
    left: 10px;
    margin-left: 0;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}


.chat img {
	max-width:100%;
}