/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.twitter-icon{
display:inline-block;
width:60px;
height:49px;
background:url("images/tw.png") no-repeat;
}
.facebook-icon{
display:inline-block;
width:60px;
height:49px;
background:url("images/fb.png") no-repeat;
}
.rss-icon{
display:inline-block;
width:60px;
height:49px;
background:url("images/rss.png") no-repeat;
}

.sns-iconArea{
top:70px;
right:0%;
line-height:1em;
width:200px;
position: absolute;
}

a:hover img {
 opacity: 0.6;
}

#sidebar ul {
padding:0;
}
#sidebar li {
padding:0;
border:none;
}

#npcatch .title{
margin-top:18px;
}

.post-rankbox img{
float:left;
margin:0px 10px 0;
}
.post-rankbox p{
margin:10px 10px 10px 10px;
width:100%;
}

.post-rankspace p{
float:left;
margin:0 0 20px 10px;
}

.post-rankspace img{
margin:0px;
float:left;
}

.post-rankspace{
margin:0px;
padding:0px;

}

.clear-both{
clear:both;
}