/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================================= */
header h2 a{
	background: darkblue;
	color: #c5c5c5;
	text-decoration: none;
}

body{
	background-color: #111;
	color: #c5c5c5;
	line-height: 1.7;
	font-family: Microsoft JhengHei;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.7;

	background-color:black;
	position: sticky;
	top:0;
	z-index:999;
}

h2{
	font-size: 2em;
	line-height: 1.7;
}

h2 a{
	background: darkblue;
	color: #c5c5c5;
	text-decoration: none;
}

.hl {
    color: #fff;
}

.f0{
	color:#666
}

.f1{
	color: #ff4141;
}

.f2 {
    color: #2bd72b;
}

.f3 {
    color: #d9d915;
}

.hl .f1{
	color: #f66;
}

.hl .f3{
	color: #ff6;
}

a{
	background-color: #111;
	color: #c5c5c5;
}

p{
	word-wrap: break-word;
}

span{
	word-wrap: break-word;
}

a:hover{
	background: #555;
	color: #ccc;
}

.wrap{
	margin: 0 auto;
	max-width: 820px;
}

@media(max-width: 768px)
{
	.wrap{
		margin: 0 auto;
		max-width: 768px;
	}

	h1{
		font-size:  1.2em;
	}
	
	.menu li{
		border: none;
		width: 60px;
		text-align: center;
	}
	
	.menu li a{
		font-size: 1em;
	}
}

@media(max-width: 375px)
{
	.wrap{
		margin: 0 auto;
		max-width: 375px;
	}
}

.header{
	height: 50px;
	background: darkblue;
	padding-left: 10px;
}

.navBtn{
	background:black;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	display: flex;
	justify-content:space-between;
	align-items: center;
	position: sticky;
	bottom:0;
	z-index:999;
}

.menu{
	display: flex;
	/* flex-direction:row-reverse; */
}

.menu li{
	border: none;
	width: 80px;
	text-align: center;
}

.menu li a{
	background-color: rgb(87, 87, 87);
	color: #c5c5c5;
	border: #ccc;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu li a:hover{
	background-color: #c5c5c5;
	color: rgb(49, 49, 49);
	border: #fff;
}

.menu li a:disabled{
	background-color:rgb(49, 49, 49);
	color:#666;
	pointer-events: none;
}

.menu li span{
	color:#666;
	font-size: 1.2em;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content{
	padding-right: 20px;
	padding-left: 20px;
}


.content li{
	border: 1px solid gray;
	margin-top: 3px;
	display: block;
}

.main-board{
	line-height: 3;
	/* padding-left: 12px; */
}

.content li a{
	display: block;
	text-decoration: none;
	/* padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px; */
	font-size: 1.2em;
}

.content li .nrec{
	display: inline-block;
	font-size:20px;
	padding: 5px 5px 5px 5px;
}

.content li .title{
	display: inline-block;
}

.content li .info{
	display: flex;
	justify-content: space-between;
	margin: 0 0 0 3ex;
}

/* .content li .author{
	display: inline-block;
} 

.content li .date{
	display: inline-block;
} */

.privacy p{
	margin-left: 32px;
}

.privacy div{
	margin-bottom: 20px;
}

.privacy ul{
	margin-left: 50px;
	list-style:circle;
}

.footer{
	height: 30px;
	background: darkblue;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.footer a{
	background-color:darkblue;
	text-decoration: none;
}

.footer a:hover{
	background-color:darkblue;
	text-decoration: none;
}

.googleAD-bottom{
	position: sticky;
	bottom:0;
	z-index:900;
}

.googleAD-articleList-bottom{
	position: sticky;
	bottom:0;
	z-index:900;
	padding-bottom:40px;
}