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



@import url(http://foursics.jp/media/dp.SyntaxHighlighter/Styles/SyntaxHighlighter.css);
@import url(http://foursics.jp/media/syntaxhighlighter_2/styles/shCore.css);
@import url(http://foursics.jp/media/syntaxhighlighter_2/styles/shThemeXcode.css);

blockquote {
    border: 1px dashed;
}

.entry-content .section {
    border-bottom: 1px dashed;
}

/* topitunes */
.topitunes {
    border-top: 1px solid gray;
}
.topitunes thead th {
    border-bottom: 1px solid gray;
}
.topitunes tbody td {
    padding: 0px 2px;
    border-bottom: 1px dotted gray;
}

.topitunes-rank {
    text-align: right;
    white-space: nowrap;
}

.topitunes-name {
    white-space: nowrap;
}
.topitunes-artist {
    white-space: nowrap;
}
.topitunes-count {
    text-align: right;
    white-space: nowrap;
}

