/* slideshow stylez */
html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F7F3F7;
	background-image:url(https://gameinfo.tw/LineageM/images/lm_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 230px; 
	color: #7B7B7B;
	height:100%;
	font-family:微軟正黑體 !important;
}

#allpage {
	position:relative; 
	height:auto !important; 
	height:100%; 
	min-height:100%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.topBg{
	background-image:url(../images/header.jpg);
	background-size: auto 100%;
	background-position:center center;
	height:197px;
}

#leftAndRight{
	width:100%;
	padding-top:0px;
	margin:0 auto;
	position:relative;
	display:block;
}

#top-bar{
	width:100%;
	height:60px;
	background:rgba(255,255,255,0.7);
}

.mobimenu{
	width:49.8%;
	height:58px;
	float:left;
	line-height:60px;
	text-align:center;
	color:#595757;
	border-top:#6B1418 1px solid;
	border-right:#6B1418 1px solid;
	border-bottom:#6B1418 1px solid;
}

.mobimenu:hover{
	background-color:#6B1418;
	color:#FFFFFF;
}

.nextmenu{
	width:10%;
	text-align:center;
	color:#595757;
	border:#6B1418 1px solid;
	padding:10px;
	bottom:0;
	right:0;
	position:absolute;
}

.nextmenu:hover{
	background-color:#6B1418;
	color:#FFFFFF;
}

#content{
	width:100%;
	background:rgba(255,255,255,0.7);
}

#contentBox{
	padding-right:2%;
	padding-left:2%;
	padding-top:15px;
	padding-bottom:10px;
	width:100%;
	/*height:55px;*/
	border-bottom:#6B1418 1px solid;
	color:#595757;
}

#contentBox:hover{
	background-color:#6B1418;
	color:#FFFFFF;
}

.lightBox{
	
}

.lightBox:hover{
	background:rgba(255,255,255,0.7);
}

.contentDate{
	width:100%;
	font-size:14px;
}

.contentTitle{
	width:100%;
	font-size:20px;
}

#contentContent{
	padding-right:2%;
	padding-left:2%;
	padding-top:15px;
	padding-bottom:10px;
	width:100%;
	border-bottom:#6B1418 1px solid;
	color:#595757;
}

.clear {
	clear:both;
}

.sideimg{
	width:100%;
}

img {
    max-width:100%;
	height:auto;
}

@media all and (max-width: 750px) {
	


#leftAndRight{
	width:100%;
	padding-top:0px;
	margin:0 auto;
	position:relative;
	display:block;
}

.mobimenu{
	width:49%;
}

.sideimg{
	width:185px;
}

	
}