@charset "utf-8";

/*文章樣版*/
.template-centent {
	line-height: 1.5;
	padding-top: 2%;
	font-weight: normal;
}

.template-centent img {
	display: inline-block;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.template-centent br {
	display:inline; 
	line-height: 0.5; 
}

.template-centent a{
	color: #333;
	text-decoration: none;
}
.template-centent a:hover{
	color: #F90;
	text-decoration: underline;
}

.download-box a{
	font-size: 1rem !important;
}

.template-centent .color-red,#inputGroupSelect04 .color-red {
	color: #F00;
}
.template-centent .color-blue,#inputGroupSelect04 .color-blue {
	color: #039;
}
.template-centent .color-orange,#inputGroupSelect04 .color-orange {
	color: #F90;
}

.template-centent ul li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 25px;
}

.template-centent .show_youtobe {
	display: block;
	height: 0px;
	width: 96%;
	padding-bottom: 55%;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.template-centent .show_youtobe iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border:0;
}

/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {

	.template-centent .show_youtobe {
		padding-bottom: 70%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
}
/* ==手機電腦====================================== */
@media screen and (max-width: 575px) {

	.template-centent .show_youtobe {
		padding-bottom: 70%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

}
