.kyoreview_show {
	opacity: 0;
	pointer-events: none;
	width: 848px;
	padding-left: 2px;
	height: 240px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background-color: #f0f0ff;
	word-wrap: break-word;
}

.kyoreview {
	font-family: Georgia;
	font-style: italic;
	position: relative;
	width: 206px;
	height: 160px;
	margin-bottom: 32px;
	background: #ddd;
	border: 1px solid #ddd;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.kyoreview_float {
	float: left;
	margin-left: 60px;
	margin-top: 20px;
}

.kyoreview_shield {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
}

.kyoreview_blackmask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
}

.kyoreview_fullscreen {
	margin: 0 auto;
	margin-top: 64px;
	position: relative;
	overflow: hidden;
	width: 640px;
	height: 480px;
	background-color: #ddd;
	border-radius: 12px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
}

.kyoreview_fullscreen_comment {
	position: relative;
	overflow: auto;
	margin: 52px;
	margin-top: 64px;
	margin-bottom: 0px;
	width: 490px;
	height: 240px;
	padding: 24px;
	font-family: Segoe UI, Arial;
	font-size: 17px;
	background-color: white;
	border-radius: 4px;
	box-sizing: content-box;
}

.kyoreview_fullscreen_info {
	position: absolute;
	top: 24px;
	left: 60px;
	color: navy;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 23px;
}

.kyoreview_close {
	position: absolute;
	top: 12px;
	right: 28px;
	width: 44px;
	height: 44px;
	opacity: 0.3;
	cursor: pointer;
	-webkit-user-select: none;
}

.kyoreview_close:hover {
	opacity: 0.5;
}

.kyoreview_bigleftarrow {
	position: absolute;
	top: 190px;
	left: 4px;
	width: 40px;
	height: 40px;
	opacity: 0.3;
	cursor: pointer;
	z-index: 99999;
	-webkit-user-select: none;
}

.kyoreview_bigleftarrow:hover {
	opacity: 0.5;
}

.kyoreview_bigrightarrow {
	position: absolute;
	top: 190px;
	right: 4px;
	width: 40px;
	height: 40px;
	opacity: 0.3;
	cursor: pointer;
	z-index: 99999;
	-webkit-user-select: none;
}

.kyoreview_bigrightarrow:hover {
	opacity: 0.5;
}

.kyoreview_bigname {
	height: 120px;
	margin: 8px;
	padding-top: 8px;
	font-size: 18px;
	line-height: 18px;
	color: navy;
	font-family: Georgia;
	word-wrap: break-word;
}

.kyoreview_superimage {
	display: none;
	position: absolute;
	left: 0px;
	top: 66px;
	width: 640px;
	height: 283px;
	text-align: center;
	z-index: 99999;
	cursor: pointer;
}

.kyoreview_superimage img {
	display: inline-block;
	height: 100%;
	cursor: pointer;
}

.kyoreview_bigphoto {
	float: left;
	margin: 8px;
	width: 64px;
	height: 64px;
	border-radius: 48px;
	-webkit-user-select: none;
}

.kyoreview_bigextraphoto {
	float: left;
	margin: 8px;
	height: 64px;
	border-radius: 16px;
	-webkit-user-select: none;
	cursor: pointer;
}

.kyoreview_biglogo {
	float: left;
	margin: 8px;
	height: 64px;
	-webkit-user-select: none;
}

.kyoreview_scroll {
	width: 26600px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.kyoreview_leftarrow {
	position:absolute;
	cursor: pointer;
	left:16px;
	top: 90px;
	width:24px;
	height:24px;
	-webkit-user-select: none;
}

.kyoreview_rightarrow {
	position:absolute;
	cursor: pointer;
	left:812px;
	top: 90px;
	width:24px;
	height:24px;
	-webkit-user-select: none;
}
	
.kyoreview_addreview {
	position:absolute;
	cursor: pointer;
	left:56px;
	bottom: 20px;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 20px;
}

.kyoreview_showall {
	position:absolute;
	cursor: pointer;
	right:56px;
	bottom: 20px;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 20px;
}

.kyoreview_comment {
	float: left;
	width: 160px;
	padding: 10px;
	margin-left: 13px;
	margin-top: -13px;
	overflow: hidden;
	font-size: 13px;
	line-height: 15px;
	height: 70px;
	background: white;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
	cursor: pointer;
	box-sizing: content-box;
}

.kyoreview_field {
	float: left;
	position: relative;
	width: 204px;
	margin-left: 1px;
	margin-top: 10px;
	overflow: hidden;
	height: 70px;
	cursor: pointer;
}

.kyoreview_stuff {
	position: absolute;
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
}

.kyoreview_bigname #stuff {
	color: black;
	display:  block;
	font-size: 13px;
	line-height: 12px;
	margin-top: 3px;
}

.kyoreview_website {
	position: absolute;
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
}

.kyoreview_bigname #site {
	display:  block;
	font-size: 13px;
	line-height: 16px;
	margin-top: 4px;
}

.kyoreview_bigname #site a {
	color: navy !important;
}


.kyoreview_miniphoto {
	float: left;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	margin: 10px;
	margin-right: 0px;
	cursor: pointer;
}

.kyoreview_minilogo {
	position: absolute;
	width: 0px;
	height: 0px;	
}

.kyoreview_miniextraphoto {
	position: absolute;
	width: 0px;
	height: 0px;	
}

.kyoreview_field p {
	float: left;
	color: #183668;
	font-weight: bold;
	width: 140px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	line-height: 18px;
	text-align: center;
	font-family: Arial;
	font-style: normal;
	cursor: pointer;
}

.kyoreview_ugol {
	position: absolute;
	top: 76px;
	left: 120px;
	width: 24px;
	height: 24px;
	color: #e3000f;
	background: url(/images/tc/reviews/ugol.png);
	cursor: pointer;
}