@charset "utf-8";
@import url(_banner.css);
#banner-pic {
	background-image: url(../images/banner-pro.jpg);
}

article {
	width: 100%;
	/* [disabled]padding-bottom: 50px; */
}

.article-centent {
	padding-top: 20px;
	/* [disabled]padding-bottom: 50px; */
	margin-right: 0%;
	margin-left: 0%;
}
.get-menu {
	background-color: #F4C520;
	color: #2D0077;
}
.unget-menu {
	background-color: #000000;
	color: #FFFFFF;
}
#session-menu-tel {
	background-image: url(../images/pro-memu-bk.jpg);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000;
	border-bottom-color: #000;
	height: 75px;
	padding-left: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #2d0078;
	padding-top: 30px;
	white-space: nowrap;
}

#session-menu-adr {
	background-image: url(../images/pro-memu-bk.jpg);
	background-repeat: no-repeat;
	background-position: 8px -133px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: 75px;
	padding-left: 60px;
	font-size: 13px;
	font-weight: bold;
	color: #2d0078;
	padding-top: 35px;
	white-space: nowrap;
}

#article-right {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#pro-list-title {
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/pic.png);
	background-repeat: no-repeat;
	background-position: 0px -200px;
	height: 40px;
	line-height: 35px;
	padding-left: 65px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 5px;
	margin-bottom: 20px;
	width: 100%;
	color: #F60;
}

#pro-list-3 {
	margin-bottom: 30px;
}

#pro-list-3 li {
	float: left;
	width: 33.3%;
}

#pro-list-3 li:hover .pro-pic {
	border: 1px solid #2D0077;
}

#pro-list-3 li a {
	text-decoration: none;
	display: block;
}

.pro-pic {
	width: 90%;
	height: 0;
	padding-bottom: 90%;
	border: 1px solid #EEEEEE;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.pro-pic img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	height: auto;
	width: 100%;
}

.pro-title {
	text-align: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 10%;
	color: #2d0078;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	overflow: hidden;
}
.pro-title span {
	text-decoration: none;
}

.pro-title p {
	line-height: 1.8;
	color: #ff0000;
	padding-top: 20px;
}

.pro-evaluation {
	font-size: 18px;
	color: #FFF;
	background-color: #2D0077;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	cursor: pointer;
}

.pro-evaluation:hover{
	color: #2D0077;
	-o-transition: background-color .50s linear;
	-webkit-transition: background-color .50s linear;
	-moz-transition: background-color .50s linear;
	transition: background-color .50s linear;
	background-color: #FFF;
	border: 1px solid #2D0077;
}

/* ==平板電腦====================================== 
@media screen and (min-width: 640px) and (max-width: 969px) {
	#banner {
		height: 0px;
		padding-bottom: 26%;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

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

	#article-left ul li {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
		height: auto;
		width: 100%;
	}
	#article-left ul li:last-child {
		border-bottom-style: solid;
	}

	#article-left ul li a {
		line-height: 2.6;
		background: #6CC;
		color:#FFF;
	}

	#pro-list-3 li {
		float: left;
		width: 50%;
	}

	.pro-title span {
		text-decoration: underline;
	}
	
}
*/
/* ==手機電腦====================================== 
@media screen and (max-width: 639px) {
	#banner {
		height: 0px;
		padding-bottom: 35%;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: right top;
	}

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

	#article-left ul li {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
		height: auto;
		width: 100%;
	}
	#article-left ul li:last-child {
		border-bottom-style: solid;
	}

	#article-left ul li a {
		line-height: 2.6;
		background: #6CC;
		color:#FFF;
	}

	#pro-list-3 li {
		float: none;
		width: 100%;
	}

	.pro-title span {
		text-decoration: underline;
		color: #36F;
	}
	
}
*/
