@charset 'utf-8';

* {
    padding: 0;
    margin: 0;
}
img {
    border: none;
}
.cf {
	*zoom: 1;
}
.cf:after {
	content: '';
	display: table;
	clear: both;
}
#outer-wrapper {
    position: relative;
    overflow: hidden;
}
#reader {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
#container {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #888;
}
.page {
    padding: 5px;
    position: absolute;
    background: white;
    box-shadow: 5px 5px 5px #888;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.window {
    overflow: hidden;
    position: relative;
}
.article {
    position: relative;
}
.footer {
    height: 20px;
    padding: 0 8px;
    font-size: 13px;
    font-style: italic;
    color: #888;
    text-align: center;
}
.footer a {
    color: #888;
    font-style: normal;
    text-decoration: none;
    border: 1px solid #888;
    margin: 0 1em;
    padding: 4px;
    border-radius: 4px;
}

#style-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top,  #e0e0e0 0%, #aaaaaa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0e0e0 0%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0e0e0 0%,#aaaaaa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0e0e0 0%,#aaaaaa 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0e0e0 0%,#aaaaaa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
    box-shadow: 2px -2px 2px rgba(0,0,0,0.4);
}
#style-bar .thumb {
    position: absolute;
    top: -32px;
    right: 10px;
    width: 40px;
}
#style-bar .thumb a {
    display: block;
    line-height: 24px;
    background: #e0e0e0;
    padding: 4px 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 2px -2px 2px rgba(0,0,0,0.4);
}
#style-bar .thumb img {
    width: 24px;
    vertical-align: top;
}
#style-bar .subject {
    padding: 10px 10px 5px;
    text-align: left;
    text-shadow: 1px 1px #eee;
}
#style-bar .subject a {
    color: #000;
}
#style-bar .powered-by {
    font-size: 12px;
    color: #666;
    font-style: italic;
    text-align: right;
    text-shadow: 1px 1px #fff;
    padding: 0 8px;
}
.bar-container {
    padding: 2px 3px 3px 2px;
}
#style-pane {
    display: none;
}
#style-font,
#style-fontsize,
#style-backcolor,
#share-buttons,
#opt-buttons {
    list-style: none;
    width: 315px;
    margin: 0 auto;
}
#style-font > li,
#style-fontsize > li,
#style-backcolor > li,
#opt-buttons > li,
#share-buttons > li {
    float: left;
    margin: 3px 2px 2px 3px;
}
#style-font > li > a,
#style-fontsize > li > a,
#style-backcolor > li > a,
#opt-buttons > li > a,
#share-buttons > li > a {
    display: block;
    border: 1px solid #888;
    border-radius: 4px;
    box-shadow: 1px 1px #fff inset;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-shadow: 1px 1px #fff;
}
#style-font > li > a.on,
#style-fontsize > li > a.on,
#style-backcolor > li > a.on {
    border: 1px solid #fff;
    box-shadow: 1px 1px #888 inset;
}
#style-font > li > a.on,
#style-fontsize > li > a.on {
    background: #f8f8f8;
}
#style-font > li > a {
    width: 150px;
    height: 40px;
    line-height: 40px;
}
#style-font .cmd-font-serif {
    font-family: serif;
}
#style-font .cmd-font-sans {
    font-family: sans-serif;
}
#style-fontsize > li > a {
    width: 56px;
    height: 40px;
    line-height: 40px;
}
#style-fontsize .cmd-fontsize-1 {
    font-size: 12px;
}
#style-fontsize .cmd-fontsize-2 {
    font-size: 14px;
}
#style-fontsize .cmd-fontsize-3 {
    font-size: 16px;
}
#style-fontsize .cmd-fontsize-4 {
    font-size: 20px;
}
#style-fontsize .cmd-fontsize-5 {
    font-size: 24px;
}
#style-backcolor > li > a {
    width: 98px;
    height: 40px;
}
#style-backcolor .cmd-back-white {
    background: #fff;
}
#style-backcolor .cmd-back-gray {
    background: #eee;
}
#style-backcolor .cmd-back-cream {
    background: #ffe;
}
#button-pane #share-buttons {
    float: left;
    width: 141px;
}
#button-pane #opt-buttons {
    float: right;
    width: 47px;
}
#opt-buttons > li > a,
#share-buttons > li > a {
    width: 40px;
    height: 36px;
    padding-top: 4px;
    line-height: 32px;
    background: #fff;
}
.ct-pc #share-buttons .btn-line {
    display: none;
}
#opt-buttons img,
#share-buttons img {
    height: 32px;
    vertical-align: bottom;
}

/* DOCUMENT */
.article ul,
.article ol {
    padding-left: 1.4em;
}
.back-white .page {
    background: #fff;
}
.back-white .article a {
    color: #000;
    border-bottom: 1px dashed #888;
    text-decoration: none;
}
.back-gray .page {
    background: #eee;
}
.back-gray .article a {
    color: #000;
    border-bottom: 1px dashed #888;
    text-decoration: none;
}
.back-cream .page {
    background: #ffe;
}
.back-cream .article a {
    color: #000;
    border-bottom: 1px dashed #888;
    text-decoration: none;
}
.font-sans .article {
    font-family: sans-serif;
}
.font-serif .article {
    font-family: serif;
}
.fontsize-1 .article * {
    font-size: 14px;
    line-height: 24px;
}
.fontsize-1 .article h1 { font-size: 18px; }
.fontsize-1 .article h2 { font-size: 16px; }
.fontsize-1 .article h1,
.fontsize-1 .article h2,
.fontsize-1 .article h3,
.fontsize-1 .article p,
.fontsize-1 .article .margin-bottom { margin-bottom: 24px; }
.fontsize-2 .article * {
    font-size: 16px;
    line-height: 28px;
}
.fontsize-2 .article h1 { font-size: 24px; }
.fontsize-2 .article h2 { font-size: 20px; }
.fontsize-2 .article h1,
.fontsize-2 .article h2,
.fontsize-2 .article h3,
.fontsize-2 .article p,
.fontsize-2 .article .margin-bottom { margin-bottom: 28px; }
.fontsize-3 .article * {
    font-size: 20px;
    line-height: 30px;
}
.fontsize-3 .article h1 { font-size: 26px; }
.fontsize-3 .article h2 { font-size: 24px; }
.fontsize-3 .article h1,
.fontsize-3 .article h2,
.fontsize-3 .article h3,
.fontsize-3 .article p,
.fontsize-3 .article .margin-bottom { margin-bottom: 30px; }
.fontsize-4 .article * {
    font-size: 22px;
    line-height: 34px;
}
.fontsize-4 .article h1 { font-size: 30px; }
.fontsize-4 .article h2 { font-size: 26px; }
.fontsize-4 .article h1,
.fontsize-4 .article h2,
.fontsize-4 .article h3,
.fontsize-4 .article p,
.fontsize-4 .article .margin-bottom { margin-bottom: 34px; }
.fontsize-5 .article * {
    font-size: 24px;
    line-height: 36px;
}
.fontsize-5 .article h1 { font-size: 32px; }
.fontsize-5 .article h2 { font-size: 28px; }
.fontsize-5 .article h1,
.fontsize-5 .article h2,
.fontsize-5 .article h3,
.fontsize-5 .article p,
.fontsize-5 .article .margin-bottom { margin-bottom: 36px; }
