html {
	background: #f3f3f3;
	font-size: 10.5pt;
}

body {
	font-family: "LXGW WenKai TC", cursive;	
    	line-height: 1.57;
    	color: #333;
    	margin: 2rem 10rem;
}
/* 标题样式 */
/* 書名*/

img {
  display: inline-flex;
  justify-content: center;
  height: 35rem;
  margin: 0 auto;
  }

h1, h2, h3, h4 {
	font-weight: 400;
}

h1 {
    font-family: "LXGW WenKai", cursive, "Gentium Plus", serif;
    font-size: 3.5rem;
    text-align: center;
    text-shadow: 2px 2px white;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* 作者\翻譯 */
h2 {
    display: inline-block;
    margin: 7rem 2rem;
    writing-mode: vertical-rl;
    max-height: 25rem; 
}


h3 {  
    font-size: 2rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

h2, h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h4 { font-size: 1.65rem;
     text-align: center;}

/* 段落样式 */
p {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
}

p img {
     float: right;
     clear: both;
     max-width: 100%;
     height: 30rem;
     border-radius: 5px;
     margin: -2rem 1rem 3rem 2rem;
 }

/* 引用样式 */
blockquote {
    display: inline-block;
    writing-mode: vertical-rl;
    max-height: 25rem;
    font-style: italic;
    margin-left: 2rem;
    padding-left: 1rem;
    border-left: 4px solid #ccc;
}

/* 列表样式 */
ul, ol {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
}

li {
    font-size: 1.5rem;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
}

a {
    color: #0077b6;
    text-decoration: none;
}

a:hover {
    color: #005b8f;
    text-decoration: underline;
}

footer p {
    margin: 0 auto;
    line-height: 1rem;
    font-size: 1.2rem;
    color: gray;
    text-align: center;
}

@media screen and (max-width: 1080px) {
    body {
    	margin: 0 1rem;
}
    h1 {
    	font-size: 2rem;
}
    h2 {
        font-size: 1.5rem;
} 
    h3 {
    	font-size: 1.5rem;
}
    h4 {
    	font-size: 1.55rem;}
}
    li {
    	font-size: 1.5rem;
}
    img {
    	height: 20rem;
}

    p img {
    	height: 20rem;
	margin: 0 1rem;	
}
