@charset "utf-8";
/* CSS Document */

/* ---06作家一覽表--- */

.css_table_01 {
	display: table;
	width: 1200px;
	margin: 0px 7.5%;
	position: relative;
	top:125px;
}
.css_tr {
	display: table-row;
	overflow: auto;
}
.css_td {
	display: table-cell;
	width: inherit;
	height: 110px;
	float: left;
	margin-right:110px;
	margin-bottom:0px;
}
.css_td img {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
}
.css_td .overlay {
	position: absolute;
	width: 90px;
	height: 90px;
	background-color: rgba(240, 94, 28, 0);
	transition:all .2s;
}
.css_td:hover .overlay {
	background-color: rgba(240, 94, 28, .9);
	width:90px;
	height:90px;
}
.css_td a {
	display: block;
	text-align: center;
	line-height: 85px;
	color: rgba(255, 255, 255, 0);
	text-decoration: none;
 transition: all .2s linear;
 -o-transition: all .2s linear;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.css_td:hover a {
	color: rgba(255, 255, 255, 1);
}