/* CSS Document */

@media screen and (max-width: 800px) {
/* 上方選單 */
.header table td:nth-of-type(1) { width:80px;}
.header table td:nth-of-type(2) { text-align:right;}
}

@media screen and (max-width: 768px) {
/* 頁尾 */
.index_foot li { width:100%; text-align:center !important; padding:5px;}

/* */
.t_item {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;line-height:100%; height:auto; padding:7px 0 10px 0;}
.t_item a{width: 50%;margin: 2px 0;border-right: none;}
/* 相簿功能 */
.grid-outer { width: calc(50% - 10px);margin: 5px;}
.header table{padding-top: 250px;}

.i_photo{padding: 50px 20px;}

}

@media screen and (max-width: 650px) {
/**/
.header { background-color: rgb(235, 239, 245) !important;}

.header table,
.header table td { height:0px !important;}
.header table td { padding:0;}
.header table td:nth-of-type(2) .rwd_hidden { display:none;}
.t_item a div { display:none;}
/* about */
.article * { font-size: 18px; line-height: 25px; padding-bottom: 13px; letter-spacing: 1.5px;}
.index_foot li:nth-of-type(1), .index_foot li:nth-of-type(2){font-size: 12px;text-align: left;}
.index_foot li span{display:block;}

	.grid-outer {
		max-width: 500px;
	  width: 100%;
	  margin: 5px auto;
	}

}

