/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://zerobase.jp/mt-static/themes-base/blog.css);
@import url(http://zerobase.jp/mt-static/support/themes/lime/lime.css);
/* end StyleCatcher imports */

li.asset-socialplugin {
    list-style: none;
    margin: 0;
    padding: 0;
}

.asset-excerpt {
    padding: 0 0 0 15px;
    margin: 0 0 15px 30px;
    border-left: 5px #999999 solid;
}

.asset-keywords {
    padding: 0 0 0 15px;
    margin: 0 0 0 30px;
    border-left: 5px #999999 solid;
}

.asset-excerpt h4,
.asset-keywords h4 {
    padding: 0;
    margin: 5px 0;
}

.asset-excerpt p,
.asset-keywords p {
    padding: 0;
    margin: 0;
}

ul.amazonbooks:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
 
ul.amazonbooks {
    zoom:1;/*for IE 5.5-7*/
}

ul.amazonbooks li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 20px;
    display: inline;
    width: auto;
    vertical-align: top;
}

ul.amazonbooks li img {
    border: solid 1px gray;
}

@media print {
    #footer, #beta {
        display: none;
    }
}

dd ul,
li ul {
    margin-top: 0;
}

.image-right {
    float: right;
    margin: 40px 0 20px 20px;
}

.clear-right {
    clear: right;
}

.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

.asset-body blockquote {
    padding-top: 0;
}

