@charset "utf-8";
/* CSS Document */


.blogdetail-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.blogdetail-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}

.blogdetail-content {
	float: left;
	width: 100%;
}

.blogdetail-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e1e1;
}

.blogdetail-top .title {
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 2.3em;
	line-height: 1.4;
	color: #000;
	font-family: "Noto Serif TC", serif;
	padding-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.blogdetail-top .title {
		font-size: 1.6em;
		margin-top: 10px;
	}

	.leftmenu-nav-toggle, .leftmenu-nav-list {
		display: none;
	}

}

.blogdetail-top .author {
	float: left;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 500;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
	text-decoration: underline;
}

.blogdetail-top .date {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 1.4;
	color: #999999;
}

.blogdetail-bottom {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 250px;
}

.blogdetail-bottom .lawyer {
 	float: left;
 	width: 100%;
 	padding-top: 20px;
 	padding-bottom: 20px;
	border-top: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	margin-top: 20px;
}

.blogdetail-bottom .lawyer a {
 	text-decoration: none;
	font-size: 0.9em;
}

.blogdetail-bottom .lawyer .pic {
	float: left;
	width: 120px;
}

.blogdetail-bottom .lawyer .author {
	float: left;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: 500;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
	padding-bottom: 10px;
	text-decoration: underline;
}

.blogdetail-bottom .lawyer .desc {
	float: left;
	width: calc( 100% - 120px);
	padding-left: 20px;
	font-size: 0.95em;
}

.item-right .more {
	appearance: none;
	backface-visibility: hidden;
	background-color: #5c6d7f;
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	outline: none;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: top;
	white-space: nowrap;
	font-family: "Noto Sans TC", sans-serif;

	margin-bottom: 20px;
	font-size: 0.8em;
	width: 65px;
}

.item-right .more:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
	border-radius: 5px;
	background-color: #0c1f79;
	color: #FFF;
	outline: none;
	height: 35px;
	width: 145px;
	display: inline-block;
	border: none;
}





