@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%;
    max-width:1440px;
    margin:0 auto 10% auto;
}
.item_time{
    display: inline-block;
    background-color: hsla(213,32%,40%,1.00);
    color: hsla(0,0%,100%,1.00);
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
	}
.item {
    border-bottom: 1px solid hsla(0,0%,0%,0.30);
    padding: 1%;
    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: 14pt;
	font-weight: 400;
}
.item_desc {
	font-size: 12pt;
	margin: 0;
	font-weight: 300;
	line-height: 25px;
}
/*=========================首頁=========================*/
	
/*=========================內頁=========================*/
.con_wrap{
    width:100%;
    max-width:1440px;
    margin:5% auto 5% 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%;	
	
	}
/*=========================內頁=========================*/
#body-top-pc {
  display: block;
}
#body-footer-pc {
  display: block;
}
#body-top-mobile {
  display: none;
}
#body-footer-mobile {
  display: none;
}
}


@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{
	display: inline-block;
    background-color: hsla(213,32%,40%,1.00);
    color: hsla(0,0%,100%,1.00);
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
	}
.item {
	border-bottom: 1px dotted hsla(0,0%,54%,1.00);
	padding: 5%;
	width: 90%;
	margin:0 auto 0 auto;
	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;
	color: hsla(0,0%,45%,1.00);
}
/*=========================首頁=========================*/
	
/*=========================內頁=========================*/
.con_wrap{
    width:100%;
    margin:10% 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%;		
	}
	
/*=========================內頁=========================*/
#body-top-mobile {
  display: block;
}
#body-footer-mobile {
  display: block;
}
#body-top-pc {
  display: none;
}
#body-footer-pc {
  display: none;
}
	}