body {
	width: 100%;
	height: 100%;
	background-color: wheat;
}

#ui_com {
	width: 100%;
}

#close_comment {
	position: fixed;
	top: 50px;
	right: 100px;
	display: none;
	width: 50px;
}

#com_ui {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 0px;
	overflow: auto;
	background: rgba(255, 165, 0, 0.4);
}

#com_ui_area {
	background: rgba(255, 192, 203, 0.5);
}

#com_release,
#com_vi,
#com_my,
#com_com {
	font-size: 50px;
	background-color: transparent;
	border-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	color: brown;
	width: 100%;
}

#close_com_ui {
	width: 50px;
	margin: auto;
	display: block;
	margin-top: 50px;
}

#url_list {
	overflow-y: auto;
	overflow-x: hidden;
}

#url_ul {
	list-style-type: none;
	padding-left: 0px;
}

#none_ui {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 0px;
	overflow: auto;
	background: rgba(255, 165, 0, 0.4);
}

.none_area {
	background-color: gray;
}

#none_reason {
	font-size: 35px;
	width: 100%;
	resize: none;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

#none_reason::placeholder {
	font-size: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#none {
	font-size: 35px;
	width: 100%;
}

#close_none_ui {
	font-size: 35px;
	text-align: center;
	margin-top: 50px;
}

#iframe {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 100px;
	left: 0px;
}

#none:active {
	background-color: red;
}

#com_release:active {
	background-color: red;
}

#com_vi:active {
	background-color: red;
}

#com_my:active {
	background-color: red;
}

#com_com:active {
	background-color: red;
}