/* COMLIST01 styles */
.DIC_LISTIMG:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
#DIC_MORE {
	margin:10px;
}
#DIC_MORE:hover {
	cursor:pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
.LEFTBOX {
	position: relative;
}
.DIC_LEFTBOX {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:5px 5px 3px #c5bec5;
	-moz-box-shadow:5px 5px 3px #c5bec5;
	-webkit-box-shadow:5px 5px 3px #c5bec5;
}
.DIC_DTL_PRP_TH{
	height:20px;
	width:30%;
	border-bottom:2px dotted #6b656b;
}
.DIC_DTL_PRP_TD{
	height:20px;
	width:70%;
	border-bottom:2px dotted #6b656b;
}
.DIC_DTL_BAK:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
.posfix {
	position: fixed;
	top: 10px;
}

/* LANG SELECTBOX */
#LANGSELECT {
	font-size: 14px;
	font-weight:bold;
	width: 30%;
	padding: 10px;
	margin: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: url(/img/usr/default/7e0-8-g7cJe-1.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(/img/usr/default/7e0-8-g7cJe-1.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#eee 100%);
	background-size: 20px, 100%;
}
select::-ms-expand {
	display: none;
}
