@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------整體預設架構-------------------------------------------------------------*/

.line1{
	width:90%;
}
.line2{
	width:90%;
}
/*---------------------------main------------------------------*/
/*-------------------content-------------------*/
#contentHere {
	width: 100%;
}
#left{
	display: none;
}
#right{
	width: 100%;
}
/*-----------photoBox-------------*/
#photoBox{
    width: 1360px;
    margin: 0 auto;
}
.photo {
	width: 200px;
	float: left;
	margin: 30px 9px;
	transition: all 0.5s ease;
	border: 1px solid #a4a2a2;
	border-radius: 5px;
	padding: 20px 25px 10px 25px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.photo:hover{
	background-color: #d3f0b2;
	border: 1px solid #fff;
}
/*----fancybox-thumb----*/
a.fancybox-thumb {
	display: block;
}
.fancybox-thumb img {
	width: 100%;
}
.fancybox-title {
	font-family:"微軟正黑體", Arial, sans-serif;
}
.fancybox-title img {
    max-width: 100%;
    height: auto !important;
}
.fancybox-nav span {
    visibility:hidden;
}
.word {
	padding: 15px 0 0 0;
	height: 100px;
	overflow: auto;
	position: absolute;
	bottom: 0;
	width: 200px;
}
.word p {
	line-height: 1.2em;
	/* float: left; */
	text-align: left;
	letter-spacing: 1px;
}
/*----------pagination------------*/
.pagination{
    width: 100%;
    padding-top: 50px;
    clear: both;
    margin: 0 auto;
}
.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center;
    font-size: 18px;
}
.pagination li{
    list-style-type: none;
    display: inline-block;
    padding: 0 5px 1px 5px;
    margin-bottom: 30px;
}
.pagination a, .pagination a:visited{
	padding: 0 8px;
	border: 1px solid #8ec84a;
	text-decoration: none;
	color: #8ec84a;
}
.pagination a:hover, .pagination a:active{
	border: 1px solid #8ec84a;
	color: #FFF;
	background-color: #8ec84a;
}
/*第一頁*/
.pagination a.currentpage{
	background-color:#8ec84a;
	color: #FFF !important;
	font-weight: bold;
	cursor: default;
}
/*頁數最前時，上一頁的按鈕變化*/
.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: #8ec84a;
	cursor: default;
	color: #fff;
	font-weight: normal !important;
}
.dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #8ec84a;
}
/*熒幕尺寸【小於】1441時頁面顯示*/
@media (max-width:1440px) {
/*---------------------------main-----------------------------*/
/*-------------------content-------------------*/
/*-----------photoBox-------------*/
	#photoBox{
		width: 1000px;
	}
	.photo {
		width: 180px;
		height: 360px;
	}
/*----fancybox-thumb----*/
	a.fancybox-thumb {
		padding: 5px;
		transition: all 0.5s ease;
	}
	.word {
		height: 110px;
		width: 170px;
	}
}
/*熒幕尺寸【小於】1101時頁面顯示*/
@media (max-width:1100px) {
/*---------------------------main-----------------------------*/
/*-------------------content-------------------*/
/*-----------photoBox-------------*/
	#photoBox{
		width:750px;
	}

}
/*熒幕尺寸【小於】901時頁面顯示*/
@media (max-width:900px) {
/*----fancybox-thumb----*/
	.fancybox-nav span {
		visibility:visible;
	}
	.fancybox-next span {
		background: url(../img/fancyBox/fancybox_sprite.png) 46px 81px;
	}
	 .fancybox-prev span{
		 background: url(../img/fancyBox/fancybox_sprite.png) 46px 118px;
	}
}
/*熒幕尺寸【小於】769時頁面顯示----平板*/
@media (max-width: 768px) {
/*---------------------------main-----------------------------*/
/*-------------------content-------------------*/
/*-----------photoBox-------------*/
	#photoBox{
		width: 450px;
	}
	.photo {
		padding:10px 5px;
		margin: 30px 16px;
	}
/*----fancybox-thumb----*/
	a.fancybox-thumb {
		padding: 10px;
		transition: all 0.8s ease;
	}
	.word {
		height: 110px;
		width: 160px;
	}
	.word p {
		text-align: center;
	}

}
/*熒幕尺寸【小於】481時頁面顯示----手機*/
@media (max-width: 480px) {
/*---------------------------main-----------------------------*/
/*-------------------content-------------------*/
/*-----------photoBox-------------*/
	#photoBox {
		width: 300px;
	}
	.photo {
		width: 200px;
		height: 400px;
		padding: 15px 40px;
		margin: 30px 16px;
	}
/*----fancybox-thumb----*/
	a.fancybox-thumb {
		padding:0;
	}
	.word {
		height: 80px;
		width: 200px;
	}
}





