@charset "utf-8";
@import url(_banner.css);

#banner-pic {
	background-image: url(../images/banner-pro.jpg);
}
.article-centent {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 1%;
	margin-left: 1%;
}
#article-left {
	float: left;
	width: 20%;
	margin-bottom: 0;
}
#session-menu-title {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
	text-align: center;
	padding-bottom: 60px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}
.session-title-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
}


#article-left ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
	width: 100%;
}
#article-left ul li:last-child {
	border-bottom-style: none;
}
#article-left ul li a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 18px;
	line-height: 1.4;
	text-decoration: none;
	color: #313131;
	padding: 25px;
	text-align: left;
	letter-spacing: 1px;
}
#article-left ul li a:hover {
	color: #FFCC00;
}
/*
@import url(_editor.css);
@import url(_editor_grid.css);
@import url(font-awesome-4.4.0/css/font-awesome.min.css);
@import url(_basic.css);
@import url(_icon.css);
@import url(_btn.css);

@import url(_site_header.css);
@import url(_site_nav.css);
@import url(_site_footer.css);
@import url(_site_main.css);
@import url(_banner.css);
@import url(_side.css);
@import url(_editor_style.css);

@import url(_floating.css);
@import url(_breadcrumb.css);
@import url(_pagination.css);
@import url(_lightbox.css);
@import url(_mobile_footer.css);
*/#article-left ul li a p {
	font-size: 13px;
}
#article-right {
	float: right;
	width: 78%;
}

.ColorRed {
	color: #C00;
}
.Btitle {
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	color: #22ac38;
	letter-spacing: 1px;
}
.title-1 {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.8;
	font-weight: bold;
	color: #0f8500;
}

#detial-pic {
	float: left;
	width: 48%;
	padding-bottom: 48%;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	position: relative;
	height: 0;
	margin-right: 0;
	margin-left: 0;
}

#detial-pic img {
	margin: auto;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	width: 100%;
}

#detial-desc {
	float: right;
	width: 48%;
	padding:0;
}

#detial-title {
	font-size: 30px;
	padding-bottom: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
	letter-spacing: 1px;
	font-weight: bold;
}
#detial-rule {
	font-size: 18px;
	line-height: 1.8;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
}
#detial-rule br {
	line-height: 2;
	display: inline;
}

#detial-centent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #959595;
	margin-top: 50px;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: justify;
	padding-right: 1%;
	padding-left: 1%;
}

#detial-centent br {
	display:inline; line-height:2; 
}

#detial-centent img {
	display: block;
	height: auto;
	width: 100%;
}

/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {
	.article-centent {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-right: auto;
		margin-left: auto;
		width: 95%;
	}

	#article-left {
		float: left;
		width: 28%;
		margin-bottom: 0;
	}

	#article-left ul li:last-child {
		border-bottom-style: none;
	}

	#article-left ul li a {
		padding-top: 25px;
		padding-right: 10px;
		padding-bottom: 25px;
		padding-left: 10px;
		text-align:left;
	}

	#article-right {
		float: right;
		width: 70%;
	}

	#detial-desc {
		float: right;
		width: 48%;
		padding:0;
	}

	#detial-pic {
		width: 48%;
		margin-right: 0;
		margin-left: 0;
	}
	
}

/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	.article-centent {
		padding-top: 10px;
		padding-bottom: 50px;
		margin-right: auto;
		margin-left: auto;
		width: 95%;
	}

	#article-left {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}

	#article-left ul li:last-child {
		border-bottom-style: solid;
	}

	#article-left ul li a {
		padding-top: 25px;
		padding-right: 10px;
		padding-bottom: 25px;
		padding-left: 10px;
		text-align: center;
	}

	#article-right {
		float: none;
		width: 100%;
	}

	#detial-desc {
		width: 98%;
	}
	#detial-title {
		padding-top: 20px;
	}
	#detial-pic {
		float: none;
		width: 90%;
		padding-bottom: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	
	#detial-centent {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	}

}
