/*clear float*/ 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.clearfix {display: inline-table;} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */
* {box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; line-height: 1.2;}
map *:focus {outline:none;}
a {outline: none; /*for Firefox Google Chrome*/ behavior:expression(this.onFocus=this.blur()); /*for IE*/}

/*------手機選單------*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
	color: #fff;
	font-size: 22px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.85);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    width: 50%;
	line-height:1.6;
	margin: 50px auto 0;
}
.overlay-content span {
	display: inline-block;
	color: #e8a852;
	border-bottom: 1px solid #e8a852;
	margin: 50px 0 20px 0;
}
.overlay a {
	display: block;
	color: #fff;
    text-decoration: none;
    border-left: 3px solid; 
    transition: 0.3s;
    margin-top: 30px;
    padding-left: 10px;
}
.overlay a:hover, .overlay a:focus {
    color: #818181;
}
.overlay .closebtn {
    position: absolute;
    top: -13px;
    right: 7px;
    font-size: 45px;
    border-left: 0;
    margin-top: 0;
    padding-left: 0;
}
.openbtn {
	display:none;
	position: fixed;
    top: 0;
    right: 10px;
	z-index: 9;
	font-size: 30px;
	cursor:pointer;
}

img {
	border:0;
}
ol, ul, li {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

body, pre, .overlay {
	font-size:18px;
	font-family:"微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU";
}
body {
	background:url(../images/375331_index_bg.jpg) top center fixed;
	margin:0;
}
pre {
    /*white-space: pre-line;保留換行,合併空格,遇到父元素邊界自動換行*/
    word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap;      /* Modern browsers */
}
h1 {
	font-size:33px;
}
small {
	display:block;
	color:#999;
}
hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.wrapper {
	width:1280px;
	margin:0 auto;
	padding:30px;
}
.wrapper .side {
	float: left;
	position: fixed;
	width: 322px;
	height: 738px;
	background: url(../images/375331_index_menu.png);
}
.wrapper .main {
	float: right;
	width: 898px;
}

.menu {
	text-align: center;
	margin-top: 340px;
	line-height: 2.4;
}
.menu a, .menu a:visited {
	color: #7e4723;
	text-decoration: none;
}
.menu a:hover {
	color: #c20005;	
}

.list li {
	line-height: 2;	
	border-bottom: dotted 1px #ccc;
	padding: 10px 0 10px 0;
	margin-left: 35px;
	list-style-type: disc;
}
.list a, .list a:visited {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
}
.list a:hover {
	color: #c20005;
}

.list-1 li:nth-of-type(even){
	color: #c87e1b;
}

.yt {
	width: 100%;
	margin-top: 30px;
	text-align: center;	
}
.yt iframe {
	border: solid 8px #fff;
	-webkit-filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.3));
}

/*------刊頭------*/
.top-box-m {
	display:none;	
	margin:0 auto;
}
.top-box-m img {
	width:100%;
	height:auto;
}

/*------作者介紹------*/
.author {
	word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap;      /* Modern browsers */
    line-height: 1.5;
    padding-left: 15px;
}
.author h1 {
	font-family:"新細明體", "PMingLiU";
}
.author h1 span {
	display:inline-block;
	font-size: 30px;
	font-weight: 300;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 15px;
	vertical-align: bottom;
}
/*ie11+ie10-only*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.author h1 span { vertical-align: top; }
}
.author div {	
	width: 30%;
	margin: 35px 0 0 30px;
}
.author img {
	width: 100%;
	border-radius: 5px;
}
.author small {
	font-size: 13px;
	margin-top: 5px;
}
.author-link {
	color: #777;
}
.author-link a, .author-link a:visited {
	color: #777;
	text-decoration: none;
}
.author-link a:hover {
	color: #000;
	text-decoration: underline;
}

/*------文章試讀------*/
.word {
	width:98%;
	height:600px;
	overflow:auto;
	color:#333;
	margin:0 auto;
	padding-right:2%;
    word-wrap:break-word;
    word-break:normal;
    text-align:justify;
    text-justify:inter-ideograph;
}
/*chrome-only*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
  .selector:not(*:root), .word {
    height:590px;
  }
}
/*捲軸*/
.word::-webkit-scrollbar {
    width: 12px;
} 
.word::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	background: rgba(0,0,0,0.07);    
} 
.word::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.09);
}

/*------其他作品------*/
.other-box {
	margin-bottom: 25px;
	vertical-align: top;
}
.other-book-box {
	width: 290px;
	text-align: center;
	margin: 0 auto;
	vertical-align: top;
}
.other-book-box img {
	width:80%;
}
.other-txt-box {
	width: 590px;
	vertical-align: top;
}
.other-box .books-price {
	margin-top: 15px;
}
.other-txt-box h2 {
	display: inline-block;
	font-size: 50px;
	font-family: "新細明體", "PMingLiU";
}
.other-txt-box h3 {
	display: inline-block;
	font-size: 26px;
	font-family: "新細明體", "PMingLiU";
}
.other-txt-box h4 {
	display: inline-block;
	font-size: 20px;
}
.other-txt-box .text {
	font-size: 16px;
	line-height: 1.5;
}

.store-link {
	margin-top: 20px;
}
.store-link a, .store-link a:visited {
	color: #333;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	border: solid 1px #333;
	border-radius: 3px;
	padding: 0 5px 2px;
	margin: 5px 7px;
	transition-duration: .3s;
}
.store-link a:hover {
	color: #fff;
	border: solid 1px #c20005;
	background: #c20005;
}

/*------設定------*/
.mb-1 {
	margin-bottom: 10px;
}
.md-fl {
	float: left;
}
.md-fr {
	float: right;
}
.shadow {
	-webkit-filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.3));
}

footer {
	width: 100%;
	color: #dcbcb9;
	font-size: 13px;
	text-align: center;
	background: #983b33;
	padding: 10px;
	vertical-align: middle;
	margin-top: 30px;
}

.text-style-1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color:#e3952e
}

.new-p {	
	position: absolute;
	right: 0;
	bottom: 75px;
	z-index: 2;
}
img.new-p {
	width: 90px;
}

@media (max-width: 812px) {
	body {
		background-attachment: scroll;
	}
	h1 {
		font-size:30px;
	}
	.top-box {
		display:none;
	}
	.top-box-m, .openbtn {
		display:block;
	}
	iframe {
		width:100%;
	}
	.md-fl, .md-fr {
		float:none;
	}
	.author h1 span {
		display: block;
		font-size: 25px;
		padding-left: 0;
	}
	.author div {
		width: 80%;
		margin: 20px auto 0;
	}
	.word {
		height:560px;
	}
	.word::-webkit-scrollbar {
		width: 8px;
	} 
	.pic-box img {
		width:48%;
		margin:0 1% 10px;
	}
    .event span {
    	font-size: 22px;
    }
    .event ol, .author-link {
    	font-size: 16px;
    }
    .other-box {
    	margin-bottom: 0;
    }
    .other-book-box {
		width:100%;
	}
	.other-book-box img {
		width:80%;
	}
	.other-txt-box {
		width:100%;
		padding-left: 0;
	}
	.other-txt-box h2 {
		font-size: 40px;
	}
	.other-txt-box h3 {
		font-size: 22px;
	}
	.other-txt-box h4 {
		font-size: 20px;
	}
	.hide-sm {
		display: none;
	}
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
	.wrapper .main {
		float: none;
		width: 100%;
	}
	.author {
		padding-left: 0;
	}
	.new-p {	
		bottom: 85px;
	}
	img.new-p {
		width: 108px;
	}
	footer img {
		display: block;
		margin: 0 auto;
	}
	.store-link a, .store-link a:visited {
		font-size: 17px;
		padding: 0 5px 2px;
		margin: 5px 7px;
	}
}