@charset "UTF-8";
/*===========================================
ePoster
===========================================*/
.search__container input[name='TitleSrh']{
	width:300px;
}
@media screen and (max-width:430px){/* i14 Pro Max */
	.search__col{
		width:100%;
	}
	.search__container input[name='TitleSrh']{
		width:100%;
	}
}

/*-------------------------------------------
List
-------------------------------------------*/
.eposter__item{
	border-bottom:1px solid #ddd;
	padding:20px 110px 20px 0;
	position:relative;
}
	.eposter__id{
		color:#3daee0;
	}
	.eposter__title{
		margin:10px 0;
		color:#111;
		font-size:1.125rem; line-height:1.3rem;
		word-break:break-word;
	}
		.eposter__title .en{
			color:#777;
			font-size:1rem;
			padding-top:5px;
		}
	.eposter__author{
		font-size:.875rem; line-height:1.3rem;
	}
		.eposter__label{
			letter-spacing:1.25px;
		}
		.eposter__author .zh-hant,
		.eposter__author .en{
			display:inline-block;
			vertical-align:top;
		}
		.eposter__author .en{
			color:#777;
			margin-left:10px;
		}
	.eposter__buttons{
		position:absolute; top:50%; right:0;
		transform:translateY(-50%);
	}
		.eposter__buttons input[type='button']{
			width:80px;
			padding-left:10px; padding-right:10px;
			margin-bottom:8px;
		}
@media screen and (max-width:430px){/* i14 Pro Max */
	.eposter__item{
		padding-right:0;
	}
		.eposter__label{
			display:block;
		}
		.eposter__buttons{
			position:static;
			transform:translateY(0%);
			padding-top:15px;
		}
			.eposter__buttons br{
				display:none;
			}
			.eposter__buttons input[type='button']{
				margin-bottom:0;
				margin-right:10px;
			}
}

/*-------------------------------------------
Detail
-------------------------------------------*/
.eposter__introduction{
	background:#fff;
}
	.eposter__header{
		background:rgba(18,125,214,1);
		background:-moz-linear-gradient(left, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
		background:-webkit-gradient(left top, right top, color-stop(0%, rgba(18,125,214,1)), color-stop(100%, rgba(1,81,155,1)));
		background:-webkit-linear-gradient(left, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
		background:-o-linear-gradient(left, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
		background:-ms-linear-gradient(left, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
		background:linear-gradient(to right, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dd6', endColorstr='#01519b', GradientType=1 );
		padding:20px;
		position:relative;
	}
		.eposter__header h2{
			margin:0;
			color:#fff;
			font-size:1.5rem; line-height:1.3;
		}
		.eposter__header .btn{
			position:absolute; top:50%; right:20px;
			transform:translateY(-50%);
		}
	.eposter__detail{
		padding:30px 20px;
	}
		.eposter__detail .part-title:first-of-type{
			margin-top:0;
		}
		.eposter__detail .table-list tbody td{
			padding:5px;
			word-break:normal;
			line-height:1.3;
		}
		.eposter__detail .table-content tbody th{
			text-align:left;
		}
		.eposter__detail .table-content tbody td{
			padding:5px;
			word-break:normal;
			line-height:1.3;
		}
.eposter__introduction .buttons{
	padding:20px 0;
}
.eposter__introduction footer{
	background:rgba(18,125,214,1);
	background:-moz-linear-gradient(left, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
	background:-webkit-gradient(left top, right top, color-stop(0%, rgba(18,125,214,1)), color-stop(100%, rgba(1,81,155,1)));
	background:-webkit-linear-gradient(left, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
	background:-o-linear-gradient(left, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
	background:-ms-linear-gradient(left, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
	background:linear-gradient(to right, rgba(18,125,214,1) 0%, rgba(1,81,155,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dd6', endColorstr='#01519b', GradientType=1 );
	padding:10px 20px;
}