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





div.asset-body pre {
    color:#333;
    background-color: #eee;
    margin: 10px;
    padding: 5px;
    border:1px dashed #ccc;
    /* no ie mac \*/
    overflow:auto;
    /* */
    font-size: 1.0em;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

div.asset-body blockquote {
    border-left: #ccc solid 2px;
    padding:0px 10px;
}

div.asset-body p {
    line-height:170%;
    font-size: 1.1em;
}

div.asset-body h2,
div.asset-body h3 {
    line-height:170%;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom:1px solid #ccc;
}

div.asset-body dt {
    font-weight: bold;
}
div.asset-body dd {
    text-indent: 2em;
    padding-bottom:10px;
}

div.asset-body ul {
line-height: 170%;
font-size: 1.1em;
}

div.asset-body p>code {
  padding-left: 2px;
  padding-write: 2px;
  border:1px solid #ccc;
  background-color:#eee;
}
