


/* ??????????????N?? */
.container-live .title {
    margin: 0px;
    padding: 6px 0px 0px 0px;
    font-size: 180%;
    color: #ffffff;
    font-weight: 700;
}

/* ????????????????????? */
.container-live .contents {
    overflow: hidden;
    line-height: 135%;
}

.container-live .scroll {
    overflow-y: auto; /* ?????????????????f??????????????? */
    z-index: 100;
}


#mineMessagesContainer {
}


/* ?????????????} */
.container-live .other-text {
    width: 100%;
    position: relative;
    display: block;
    margin: 5px 5px 0px 5px;
    clear: both;
}

.container-live .other-text .name {
    font-size: 80%;
    color: #ffffff;
}

.container-live .other-text .text {
    margin-left: 10px;
    max-width: 80%;
    position: relative;
    padding: 10px;
    border-radius: 10px 10px 10px 0px;
    background-color: #ffffff;
}

.container-live .other-text .text .honbun {
	clear: both;
	color: #000000;
}

/* ????????????} */
.container-live .mine-text {
    width: 100%;
    max-width: 80%;
    position: relative;
    display: block;
    margin: 5px 5px 0px 5px;
    clear: both;
    float: right;
}

.container-live .mine-text .name {
    font-size: 80%;
    color: #ffffff;
    text-align: right;
}


.container-live .mine .mine-text .name {
    font-size: 80%;
    color: #ffffff;
    text-align: right;
}

.container-live .mine .mine-text .time {
    font-size: 40%;
    color: #ffffff;
    text-align: right;
}

.container-live .mine-text .text {
    background-color: rgba(0,0,0,0.5);
    padding: 8px;
    border-radius: 10px 10px 0px 10px;
    margin: 0px 5px 0px 0px;
    float: right;
}

.container-live .mine-text .text .honbun {
	clear: both;
	color: #ffffff;
}

/* ?c\?????N?? */
.container-live2 .input {
    background: #a0a3aa;
    padding: 10px 10px 10px 0px;
    width: 100%;
}

.container-live2 .input input {
    padding: 5px;
    border-radius: 10px;
    border-style: none;
    margin-right: 5px;
}

.container-live2 .input .name {
    width: 20%;
    float: left;
}

.container-live2 .input .msg {
    width: 50%;
    float: left;
}

.container-live2 .input button {
    padding: 3px 8px;
    border-radius: 5px;
    border-style: none;
    margin-right: 5px;
    /* margin-left: 10px; */
    color: #606165;
}

.container-live2 .input button:hover {
    opacity: 0.5;
}