@charset "utf-8";

/*文章樣版*/
.template-centent {
	line-height: 1.5;
	/* [disabled]letter-spacing: 1px; */
	width: 100%;
	padding-top: 2%;
	font-weight: normal;
}

.template-centent img {
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.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;
}

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

.template-centent .f-bold {
	font-weight: bold;
}
.template-centent .f-italic {
	font-style: italic;
}

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

.template-centent .show_youtobe {
	display: block;
	/* [disabled]float: left; */
	height: 0px;
	width: 94%;
	margin-top: 15px;
	margin-bottom: 15px;
	/*margin-right: 3%;
	margin-left: 3%;*/
	position: relative;
	padding-bottom: 55%;

}

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

.template-centent .area-float-right {
	text-align: right;
	width:100%;
}
.template-centent .area-float-center {
	text-align: center;	
	width:100%;
}
.template-centent .area-float-right > img,.template-centent .area-float-center > img {
	display: inline-block;
}
.test {}
/* ==平板電腦====================================== */
@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;
	}

}
