@charset "utf-8";
/* CSS Document */


#works_wrap article{
	margin:15px;
	margin-right:0;
	padding:10px;
	width:190px;
	float:left;
	border:1px solid #e3e3e3;

}

#works_wrap article .w_name, #works_wrap article p{
	font-weight:normal;
	padding:3px 0 3px 10px;
}

#works_wrap article p{
	background:url(/img/blog/bg_list_line.gif) left top repeat-x;
}


.plan-icons li{
	float:left;
	margin-left:10px;
	margin-bottom:5px;
}

article a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

.capcha-image {
	margin-left:-5px;
	position:relative;
	width:202px;
}

.capcha-image img{
	box-shadow: 0px 0px 2px #ccc;
	-moz-box-shadow:  0px 0px 2px #CCC;
	-webkit-box-shadow:  0px 0px 2px #CCC;
}
.qr-image{
	position:absolute;
	bottom:0px;
	right:0px;
}


label{
	display:block;
	background:url(/img/blog/bg_list_line.gif) left top repeat-x;
	padding:4px 5px;
}

