/* Import pygment stylesheet */
@import url("pygment.css");

article.hentry {
    clear: both;
    padding-top: 1em;
}

h2.entry-title {
    border-bottom: 1px solid #000;
    margin-bottom: 0.5em;
}

h2.entry-title a {
    text-decoration: none;
    color: #000;
    line-height: 1.5em;
}

ul#post-list {
    list-style-type: none;
}

ul#post-list>li {
    margin: 1em 0;
}

div.footer-item p {
    text-indent: 0;
}

footer.post-info {
    margin: 1em 0;
}

address.author {
    float: left;
    margin-right: 1em;
}

p.paginator {
    text-align: center;
    margin: 2em 0;
    clear: both;
}

hr {
    clear: both
}

.strike {
    text-decoration: line-through;
}

span.emphasis {
    font-weight: bold;
    color: #900;
}

td.book-thumb {
    padding: 0.5em;
    width: 33%;
}

div.post h3.title {
    clear: both;
    font-size: 1.1em;
    color: #b9002d;
    margin: 0.5em 0;
}

div.post img {
    float: left;
    margin-right: 0.5em;
}

div.post-inner {
    margin: 1em 0;
}

img {
    max-width: 100%;
}

img.inline-image {
    margin-right: 1em;
    float: none;
}

@media (min-width: 32em) {
    img.inline-image {
        float: left;
    }
}

ul, ol {
    margin: 1em 3em 1em 3em;
}

ul.biblio {
    color: #666;
    margin-left: 0;
    font-size: 0.9em;
    list-style-type: none;
}

.feature {
    float: left;
}

.service {
    float: right;
}

div.footer-item dl dd {
    -webkit-margin-start: 1em;
}

div.footer-item ul li {
    list-style-type: none;
    padding-right: 1em;
    margin-left: 1em;
}

ul.footer-category {
    margin-left: 1em;
}

ul.footer-category li a {
    color: #666;
}

div.entry-content {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.fb_iframe_widget>span {
    vertical-align: baseline !important;
}

.icon {
    float: left;
    margin-left: 6px;
    background-image: url(https://www.oreilly.co.jp/images/social-icons-16.png);
    display: block;
    width: 16px;
    height: 16px;
}

.icon:before {
    content: '';
    margin: 0 0 0 8px;
}

.twitter {
    background-position: 0 -120%
}

.facebook {
    background-position: 0
}

.feed {
    background-position: 0 100%
}

.carticon {
    margin-right: 0.5em;
    position: relative;
    bottom: -5px;
}

.carttext {
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

div.line-block {
    padding: 1em;
    border: 1px silver solid;
    margin: 1em 0;
}

pre.literal-block,
div.highlight pre {
    line-height: 0.8em;
    padding: 1em;
    margin: 1em 0px;
    background: f8f8f8;
}

.lead,
.lead p {
    text-indent: 0;
}

.lead {
    margin: 1em 0;
    color: #669;
}

.footnote {
    margin: 1em 0;
    text-indent: 0;
}

table {
    margin: 1em 0;
    border-style: solid;
    border-width: 1px;
    padding: 0.5em;
}

tbody {
    border-top: 1px solid;
}

table.footnote {
    margin: 1em 0;
    border-style: none;
}

table.footnote tbody {
    border-top: none;
}

td {
    padding: 0.5em 1em;
}

th {
    padding: 0.5em 1em;
    background: silver;
}

.entry-content p {
    line-height: 1.7em;
    text-indent: 1em;
    margin-top: 0.3em;
}

ol.arabic {
    list-style-type: decimal;
    margin-left: 3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

ul.simple {
    list-style-type: none;
}

ul.notice {
    list-style-type: disc;
    font-size: 90%;
}
dl {
    margin: 1em 2em;
}
dt{
    font-weight: 400;
}
dd {
    margin-left: 2em;
    text-indent: 0;
}
div.entry-content>blockquote {
    padding: 1em;
    border: solid 1px lightgray;
    border-radius: 10px;
}

div.entry-content>ul#post-list {
    margin-left: 0;
    list-style-type: none;
}

div.social-button {
    margin-top: 0.5em;
}

div.twitter-share-button {
    float: left;
}

img.breaking {
    float: none;
    margin: 0.5em 0;
}

img.float-right {
    float: right;
    margin: 0.5em 0;
}

.hero .pageWidth {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hero__Heading h1 {
    margin: 0, 0, 20px;
    font-size: 2.5rem;
    line-height: 1.1em;
}

.hero__Heading p {
    margin: 0 0 20px;
    font-size: 1.5rem;
    line-height: 1.3em;
    font-weight: 300;
    text-indent: 0;
}
.rightshift {
    text-align: right;
}