.thumb {
background-color:#eeeded;
}
.thumb a {
display:block;
text-decoration:none;
margin-top:15px;
}
.thumb_title{
float:left;
color:#666;
width: 80%;
font-size:110%;
font-weight:700;
padding-top:5px;
padding-bottom:5px;
padding-left:15px;
transition:0.3s;
margin-right: 15px;
}
.thumb_title:hover{
text-decoration:underline;
color:#999;
}
.thumb_sub_title{
float:left;
color:#ac8203;
font-size:90%;
font-weight:700;
padding-left:15px;
padding-bottom:8px;

}
.thumb_sub_title span{
padding-left:10px;
color:#666;

}
.square_right {
float:right;
color:#333;
font-size:80%;
font-weight:700;
margin-top:-20px;
}
.square_right img{
vertical-align: middle;

}
.clear {
	clear:both;
}