* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	transition: all 0.75s ease 0s;
}

body, input, textarea, option, select {
	font-size: 16px;
	font-family: "Migu 1C";
}


#wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
}

#member {
	margin-top: 1em;
	width: 17em;
	padding: 1em 0px;
	position: fixed;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	list-style-type: none;
	top: 0px;
	left: -1.5em;
	z-index: 0;
	font-size: 0.8em;
	font-weight: 800;
	overflow: hidden;
}
.members {
	width: 19em;
	margin: 0.25em 0px;
	padding: 0.5em 1em 0.5em 2em;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transform: rotateZ(6deg);
	-webkit-transform-orign: 0px center;
	cursor: pointer;
}
.membersPlayer {
	
}

.status_view {
	width: 90%;
	height: 90%;
	margin: 2.5% 5%;
	position: fixed;
	display: block;
	z-index: 10;
}


#privMessage, #noticeName {
	margin: 1%;
	padding: 1em;
	box-sizing: border-box;
	position: fixed;
	left: 0px;
	bottom: 0px;
	border: 5px solid #ffffff;
	box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.75);
	font-size: 2em;
	font-weight: 800;
	color: #ffffff;
}

#privMessage {
	width: 97%;
	height: 6em;
	margin: 1% 1% 1% 2%;
	padding: 1em 0.5em 1em 0.5em;
	line-height: 125%;
	display: table-cell;
	vertical-align: center;
	overflow-y: auto;
	word-wrap: break-word;
	color: #000000;
	background-color: rgba(255, 200, 220, 0.9);
	z-index: 2;
}

#noticeName {
	width: 40%;
	margin: 1% 30%;
	height: 2em;
	top: 0px;
	left: auto;
	bottom: auto;
	z-index: 2;
	line-height: 0;
	text-align: center;
	background-color: rgba(0, 0, 255, 0.5);
	font-size: 1.6em;
}

#nameArea {
	margin: 1%;
	position: fixed;
	left: 0px;
	bottom: 6em;
	z-index: 3;
	font-size: 1.75em;
	font-weight: 800;
}
#privName {
	margin: 0px 0.75em 0px 0px;
	padding: 0.25em 2.25em;
	background: rgba(128, 0, 0, 1);
	color: #ffffff;
	border: 2px solid #ffffff;
	z-index: 5;
}
#noticeMessage {
	margin: 0px 0.75em 0px 0px;
	padding: 0.25em 0.5em;
	background: rgba(0, 64, 0, 1);
	text-align: left;
	color: #ffffff;
	border: 2px solid rgba(0, 64, 0, 1);
	z-index: 4;

}

#logSwitch {
	display: none;
}
label.logSwitchClass, label.autoScrollClass, label.commentSwitchClass {
	margin: 0.5em;
	padding: 1em;
	line-height: 0px;
	position: fixed;
	right: 1em;
	top: 0px;
	border-radius: 100%;
	background-color: rgba(255, 200, 0, 0.9);
	z-index: 6;
	cursor: pointer;
}
#log {
	width: 33.3%;
	height: 33.3%;
	margin: 0.25em;
	padding: 2em 2em 2em 5em;
	color: #000000;
	font-weight: 800;
	z-index: 5;
	position: fixed;
	left:auto;
	top: 0px;
	right: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 1em;
	list-style-type: decimal-leading-zero;
	transition: all 0.75s ease 0s, width 0s, background 0s;
	-ms-transition: all 0.75s ease 0s, width 0s, background 0s;
	background: url(./materials/logGradient.png) no-repeat;
	background-size: 100% 100%¥9;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.1, rgba(255, 245, 225, 0.9)), color-stop(0.9, rgba(255, 245, 225, 0.9)), to(rgba(0, 0, 0, 0)));
}

/* IE対策 */
#log:not(:target) {
	width: 50%¥9;
	background: url(./materials/logGradient.png)¥9;
	background-size: 100% 100%¥9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#log {
	width: 50%;
	background: url(./materials/logGradient.png);
	background-size: 100% 100%;
}
}
#logSwitch:checked ~ #log {
	height: 0px;
	padding: 0px;
	opacity: 0;
}

label.autoScrollClass {
	position: fixed;
	right: 5.5em;
	background-color: rgba(64, 200, 255, 0.4);
}
#autoScroll:checked ~ label.autoScrollClass {
	background-color: rgba(64, 200, 255, 0.9);
	color: #ffffff;
}

/* ----------------------------------------------
スクロールバーの設定
---------------------------------------------- */
#privMessage::-webkit-scrollbar {
	display: none;
}

#log::-webkit-scrollbar {
	width: 10px;
}
#log::-webkit-scrollbar-track {
	background-color: rgba(175, 200, 32, 0.75); 
}
#log::-webkit-scrollbar-thumb {
	background-color: rgba(255, 150, 0, 0.75); 
}


.Notice {
	color: #a00000;
}
.Privmsg {
}
.Offstage {
	color: #999999;
}



.haikei {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: center center;
	background-size: contain;
	background-image: url();
	background-repeat: no-repeat;
	z-index: 0;
}
.haikei:nth-child(1) {
	background-color: rgba(0, 0, 0, 1);
}

.chara {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

@media screen and (max-width: 500px) {
#log {
	width: 100%;
	height: 100%;
	margin: 0px;
	box-sizing: border-box;
	background: rgba(255, 245, 225, 1) url(./materials/logo-c.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	opacity: 1;
}
.status_view {
	display: none;
}
}
@media screen and (max-height: 500px) {
#nameArea, #privMessage {
	font-size: 1em;
}
#nameArea {
	bottom: 4.25em;
}
#privMessage {
	font-size: 0.8em;
}
#member {
	font-size: 0.5em;
}
#log {
	opacity: 0;
}
.logName {
	color: #0080ff;
}
.chara {
	background-size: 128px auto;
}
}


#comments {
	width: 100%;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	z-index: 3;
	color: #ffffff;
	font-size: 2em;
	font-weight: 800;
	text-shadow:
		0px 0px 3px #000000,
		0px 0px 3px #000000,
		0px 0px 3px #000000,
		0px 0px 3px #000000,
		0px 0px 3px #000000,
		0px 0px 3px #000000,
		0px 0px 3px #000000,
		0px 0px 3px #000000,
		0px 0px 3px #000000;
}
.commentClass {
	width: 100%;
	white-space: pre;
	overflow: hidden;
	text-align: right;
	position: relative;
	right: -100%;
}
.commentClass a, #privMessage a {
	color: inherit;
	font-weight: 800;
	text-decoration: none;
	border-bottom: 3px dashed #ffffff;
}
#privMessage a {
	border-bottom: 3px dotted #000000;
}
#commentSwitch {
	display: none;
}
label.commentSwitchClass {
	margin-right: 10em;
	background-color: rgba(255, 255, 255, 0.5);
	color: rgba(0, 0, 0, 1);
}
#commentSwitch:checked  ~ label.commentSwitchClass {
	background-color: rgba(255, 255, 255, 0.9);
	color: rgba(230, 0, 0, 1);
}


