/** ------------------------------------------------------------------------------------------------------ **/
/** 全局样式设定 **/
/** ------------------------------------------------------------------------------------------------------ **/
/** ----------------------------------------------- **/
/** 全局样式 **/
/** ----------------------------------------------- **/
/** 行高字号设定 **/
body {
    font-size: 1em;
    text-align: justify;
    line-height: 1.618em;
}

.frontCover {
    qrfullpage: 1;
}

/** 全文首行缩进2个中文字符 **/
p {
    text-indent: 2em;
}

/** 版权信息页正文 **/
p.kindle-cn-copyright-text {
    line-height: 1.618em;
    text-indent: 0em;
}

/** 日语 **/
:lang(ja) {
    font-family: TBGothic, TBMincho, TBGothic, HYGothic, TsukushiMincho;
}

/** 行间图1-1 **/
img.kindle-cn-inline-image1-1 {
    height: 1.2em;
    vertical-align: middle;
    margin-left: -0.1em;
    margin-right: -0.1em;
}

/** 行间图 **/
img.kindle-cn-inline-image {
    height: 2em;
    vertical-align: middle;
    margin-left: -0.1em;
    margin-right: -0.1em;
}

/** 段落里的引用部分 **/
p.kindle-cn-ref {
    margin: 0em 1em 0em 1em;
}

/** ----------------------------------------------- **/
/** ----------------------------------------------- **/
/** 标题样式 **/
/** ----------------------------------------------- **/
/** 双线标题 **/
h1.kindle-cn-heading-1 {
    border-bottom: 2px dashed #c7c7c7;
    border-top: 2px dashed #c7c7c7;
    padding: 0.75em 0 0.75em 0;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
}

/** ----------------------------------------------- **/
/** ----------------------------------------------- **/
/** 图片样式设定 **/
/** ----------------------------------------------- **/
/** ----------------------------- **/
/** 图片居中样式 **/
/** ----------------------------- **/
/** Div居中样式 **/
div.kindle-cn-bodycontent-div-alone100 {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
}

/** Div居中样式-1 **/
div.kindle-cn-bodycontent-div-alone100-1 {
    width: 100%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2.5em;
}

/** 图片100%大小，不带图说 **/
img.kindle-cn-bodycontent-image-alone100 {
    width: 100%;
    margin-bottom: 0.5em;
}

/** 图片80%大小，不带图说 **/
img.kindle-cn-bodycontent-image-alone80 {
    width: 80%;
    margin-bottom: 0.5em;
}

/** 图片60%大小，不带图说 **/
img.kindle-cn-bodycontent-image-alone60 {
    width: 60%;
    margin-bottom: 0.5em;
}

/** 图片50%大小，不带图说 **/
img.kindle-cn-bodycontent-image-alone50 {
    width: 50%;
    margin-bottom: 0.5em;
}

/** ----------------------------- **/
/** ----------------------------------------------- **/
/** 边框样式 **/
/** ----------------------------------------------- **/
/** ----------------------------- **/
/** 阴影边框样式 **/
/** ----------------------------- **/
div.kindle-cn-frame-shadow {
    margin: 1em auto 1.5em;
    width: 90%;
}

/** ----------------------------- **/
/** ----------------------------------------------- **/
/** 文字特殊样式 **/
/** ----------------------------------------------- **/
/** 加粗 **/
span.kindle-cn-bold {
    font-weight: bold;
}

/** ----------------------------- **/
/** ------------------------------------------------------------------------------------------------------ **/
span.title {
    font-size: 0.7em;
    font-weight: normal;
}

/*居右*/
p.kindle-cn-para-right {
    text-align: right;
}