@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
/*=========================首頁=========================*/
#wrap {
	display: flex;
	flex-wrap: wrap;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 2%;
	margin-bottom: 10%;
}
.item_time{
	padding-bottom: 10px;
	display: inline-block;
	}
.item {
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 2%;
	width: 100%;
	display: block;
	text-decoration: none;
	transition: transform 0.8s;
	text-align: justify;
	margin: 2%;
}
.item:hover {
	color: hsla(0,0%,38%,1.00);
	transform: scale(1.05);
}
	
.item a:hover{
	color:hsla(0,0%,29%,1.00);	
}
	
.item_title {
	font-size: 14pt;
	font-weight: 400;
}
.item_desc {
	font-size: 12pt;
	margin: 0;
	font-weight: 300;
	line-height: 25px;
}
/*=========================首頁=========================*/
	
/*=========================內頁=========================*/
.con_wrap{
    width:100%;
    margin:0 auto 0 auto;
    }
#album{
    border-top: 1px solid hsla(0,0%,0%,0.30);
    padding: 2%;
    margin-top: 5%;
	}
	
#file{
	border-top: 1px solid hsla(0,0%,0%,0.30);
    padding: 2%;
    margin-top: 3%;	
	
	}
/*=========================內頁=========================*/

}

	
@media screen and (max-width:600px) { /*行動裝置*/
/*=========================首頁=========================*/	
#wrap {
	flex-wrap: wrap;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 5%;
}
.item_time{
	padding-bottom: 10px;
	display: inline-block;
	}
.item {
	border-bottom: 1px dotted hsla(0,0%,54%,1.00);
	padding: 5% 2% 5% 2%;
	width: 100%;
	display: block;
	text-decoration: none;
	transition: transform 0.8s;
	text-align: justify;
}
.item:hover {
	color: hsla(0,0%,38%,1.00);
	transform: scale(1.05);
}
	
.item a:hover{
	color:hsla(0,0%,29%,1.00);	
}
	
.item_title {
	font-size: 17pt;
	font-weight: 400;
}
.item_desc {
	font-size: 14pt;
	margin: 0;
	font-weight: 300;
	line-height: 35px;
}
/*=========================首頁=========================*/
	
/*=========================內頁=========================*/
.con_wrap{
    width:100%;
    margin:0 auto 0 auto;
    }
#album{
	border-top: 1px solid hsla(0,0%,0%,0.30);
	padding: 5% 2% 5% 2%;
	margin-top: 5%;	
	}
	
#file{
	border-top: 1px solid hsla(0,0%,0%,0.30);
	padding: 5% 2% 5% 2%;
	margin-top: 3%;		
	}
	
/*=========================內頁=========================*/
	
	}