﻿/*fck======================================*/

.fck {
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	font-family: 'Noto Serif TC', serif;
	letter-spacing: 0.05em;
}

/*對齊*/
.fck_left {
	text-align: left;
}

.fck_center {
	text-align: center;
}

.fck_right {
	text-align: right;
}

.fck,
.fck p,
.fck div,
.fck tr,
.fck td,
.fck span,
.fck ol,
.fck ul,
.fck li {
	color: #333;
	/*font-size: 16px;*/
	line-height: 1.8em;
	/*font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;*/
}

.fck_hover {
	padding: 15px;
	position: relative;
}

.fck_hover:hover {
	background-color: #ebebeb;
	padding: 15px;
	-moz-transition: background 500ms;
	-o-transition: background 500ms;
	-webkit-transition: background 500ms;
}

/*每一區的外圍------------------*/
.fck_frame .fck_text,
.fck_frame2 .fck_text,
.fck_t_img {
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0;
}

@media (max-width:480px) {

	.fck_text {
		margin-left: 20px;
		margin-right: 20px;
	}
}


.fck_icon {
	position: absolute;
	bottom: 15px;
	right: 0;
	opacity: 0;
}

.fck_no {
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #000;
}

.fck_hover:hover .fck_icon,
.fck_hover:hover .fck_no {
	opacity: 1;
}

.fck_text h1,
.fck_text h2,
.fck_text h3,
.fck_text h4,
.fck_text h5,
.fck_text h6 {
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
	line-height: 1.8em;
	margin: 0.5em 0;
	padding: 0;
}

.fck_text h1 {
	font-size: 28px;
	color: #8c6558;

}

.fck_text h2 {
	font-size: 24px;
	color: #537f6b;

}

.fck_text h3 {
	font-size: 20px;
	color: #7c8d58;
}

.fck_text h4 {
	font-size: 18px;
	color: #8c7758;
}

.fck_text h5 {
	font-size: 16px;
	color: #977b9f;
}

.fck_text h6 {
	font-size: 16px;
	color: #333;
}

@media(max-width:1160px) {
	.fck_text h1 {
		font-size: 24px;
		color: #537f6b;
	}

	.fck_text h2 {
		font-size: 22px;
		color: #7c8d58;
	}

	.fck_text h3 {
		font-size: 20px;
		color: #8c6558;
	}

	.fck_text h4 {
		font-size: 18px;
		color: #8c7758;
	}
}

.fck address,
.fck var,
.fck cite {
	/*地址*/
	font-style: italic;
}

.fck .marker {
	color: #E13953;
}

.fck .small {
	font-size: 0.8em;
}

.fck tt {
	background-color: #FFE6F1;
	color: #E13953;
}

.fck code {
	background-color: #f1f1f1;
	color: #E13953;
}

.fck kbd {
	background-color: #333;
	color: #fff;
}

.fck samp {
	background-color: #333;
	color: #FC0;
}

.fck del {
	text-decoration: line-through;
}

.fck ins {
	text-decoration: underline;
}

.fck p,
.fck ul,
.fck ol {
	/*padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.8em;
	font-size: 15px;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;*/
}

.fck ul li ul,
.fck ol li ol,
.fck ul li ol,
.fck ol li ul {
	/*margin: 0 0 0 0;*/
}

.fck li {
	/*line-height: 1.8em;*/
}

.fck ol li {
	/*list-style-type: decimal;
	margin-left: 1.5em;
	font-size: 16px;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
	color: #333;*/
}

.fck ul li {
	/*list-style-type: disc;
	margin-left: 1.5em;
	font-size: 16px;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
	color: #333;*/
}


.fck a {
	/*color: #3ea3ca !important;*/
	text-decoration: underline;
	color: rgb(50, 154, 214);
	font-size: inherit;
}

.fck a p,
.fck a span,
.fck a p span {
	color: rgb(50, 154, 214);
	font-size: inherit;
	text-decoration: underline;
}

.fck a:hover {
	color: rgb(30, 146, 212);
	text-decoration: underline;
}

/*文繞圖------*/
/*單獨一列、置左*/
.content2_single_left {
	float: none;
	text-align: left;
	display: block;
	margin: 0 0 20px 0;
}

/*單獨一列、置中*/
.content2_single_center {
	float: none;
	text-align: center;
	display: block;
	margin: 0 auto 20px auto;
}

/*單獨一列、置右*/
.content2_single_right {
	float: none;
	text-align: center;
	display: block;
	margin: 0 0 20px 0;
}

.content2_around_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: center;
}

.content2_around_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	text-align: center;
}

.fck_img img {
	width: 100%;
	height: auto;
}

/*圖片寬度*/
.fck_img_w40 {
	width: 40%;
}

.fck_img_w50 {
	width: 50%;
}

.fck_img_w60 {
	width: 60%;
}

.fck_img_w70 {
	width: 70%;
}

.fck_img_w80 {
	width: 80%;
}

.fck_img_w90 {
	width: 90%;
}

.fck_img_w100 {
	width: 100%;
}

@media(max-width:1024px) {

	.content2_single_left.fck_img_w40,
	.content2_single_center.fck_img_w40,
	.content2_single_right.fck_img_w40 {
		width: 60%;
	}

	.content2_single_left.fck_img_w50,
	.content2_single_center.fck_img_w50,
	.content2_single_right.fck_img_w50 {
		width: 70%;
	}

	.content2_single_left.fck_img_w60,
	.content2_single_center.fck_img_w60,
	.content2_single_right.fck_img_w60 {
		width: 80%;
	}

	.content2_single_left.fck_img_w70,
	.content2_single_center.fck_img_w70,
	.content2_single_right.fck_img_w70 {
		width: 90%;
	}

	.content2_single_left.fck_img_w80,
	.content2_single_center.fck_img_w80,
	.content2_single_right.fck_img_w80 {
		width: 100%;
	}

	.content2_single_left.fck_img_w90,
	.content2_single_center.fck_img_w90,
	.content2_single_right.fck_img_w90 {
		width: 100%;
	}

	.content2_single_left.fck_img_w100,
	.content2_single_center.fck_img_w100,
	.content2_single_right.fck_img_w100 {
		width: 100%;
	}
}

@media(max-width:640px) {

	.content2_single_left.fck_img_w40,
	.content2_single_center.fck_img_w40,
	.content2_single_right.fck_img_w40 {
		width: 80%;
	}

	.content2_single_left.fck_img_w50,
	.content2_single_center.fck_img_w50,
	.content2_single_right.fck_img_w50 {
		width: 90%;
	}

	.content2_single_left.fck_img_w60,
	.content2_single_center.fck_img_w60,
	.content2_single_right.fck_img_w60 {
		width: 100%;
	}

	.content2_single_left.fck_img_w70,
	.content2_single_center.fck_img_w70,
	.content2_single_right.fck_img_w70 {
		width: 100%;
	}
}

@media(max-width:480px) {

	.content2_single_left.fck_img_w40,
	.content2_single_center.fck_img_w40,
	.content2_single_right.fck_img_w40 {
		width: 100%;
	}

	.content2_single_left.fck_img_w50,
	.content2_single_center.fck_img_w50,
	.content2_single_right.fck_img_w50 {
		width: 100%;
	}

	.content2_single_left.fck_img_w60,
	.content2_single_center.fck_img_w60,
	.content2_single_right.fck_img_w60 {
		width: 100%;
	}
}


@media(max-width:768px) {

	.content2_around_left.fck_img_w80,
	.content2_around_right.fck_img_w80 {
		width: 100%;
	}

	.content2_around_left.fck_img_w90,
	.content2_around_right.fck_img_w90 {
		width: 100%;
	}

	.content2_around_left.fck_img_w100,
	.content2_around_right.fck_img_w100 {
		width: 100%;
	}
}

@media(max-width:640px) {

	.content2_around_left.fck_img_w70,
	.content2_around_right.fck_img_w70 {
		width: 100%;
	}
}

@media(max-width:414px) {

	.content2_around_left.fck_img_w40,
	.content2_around_right.fck_img_w40 {
		width: 100%;
	}

	.content2_around_left.fck_img_w50,
	.content2_around_right.fck_img_w50 {
		width: 100%;
	}

	.content2_around_left.fck_img_w60,
	.content2_around_right.fck_img_w60 {
		width: 100%;
	}
}

.content2_single_left img,
.content2_single_center img,
.content2_single_right img,
.content2_around_right img,
.content2_around_left img {
	width: 100%;
	height: auto;
}

.content2_single_left p,
.content2_single_center p,
.content2_single_right p,
.content2_around_right p,
.content2_around_left p {
	color: #0093d0;
	margin: 0;
	display: block;
	padding: 0;
	text-align: center;
}

@media(max-width:640px) {

	.content2_single_left p,
	.content2_single_center p,
	.content2_single_right p,
	.content2_around_right p,
	.content2_around_left p {
		margin: 0 10px
	}
}


/*圖片加框線-----*/

.fck_img_border img {
	padding: 7px;
	border: 1px #ccc solid;
}

.fck blockquote p,
.fck blockquote span,
.fck blockquote h4,
.fck blockquote h5,
.fck blockquote h6,
.fck blockquote h3,
.fck blockquote h2,
.fck blockquote h1 {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.fck blockquote {
	padding: 0 10px;
	margin: 0 0 15px 16px;
	border-left: 4px #e2e2e2 solid;
}

.fck blockquote blockquote {
	padding: 0 10px;
	margin: 0 0 15px 16px;
	border: none;
}

@media(max-width:1024px) {

	.fck,
	.fck p,
	.fck div,
	.fck tr,
	.fck td,
	.fck span,
	.fck ol,
	.fck ul,
	.fck li {
		/*font-size: 15px !important;*/
	}

	/*.fck h1 {
	font-size: 26px;
}
.fck h2 {
	font-size: 22px;
}
.fck h3 {
	font-size: 18px;
}
.fck h4 {
	font-size: 16px;
}
.fck h5 {
	font-size: 15px;
}
.fck h6 {
	font-size: 15px;
}
.fck h7 {
	font-size: 15px;
}*/
	/*.fck cite {
	font-size: 30px;
}
.fck .big {
	font-size: 16px;
}
.fck .small {
	font-size: 14px;
}
.fck p, .fck ul, .fck ol {
	font-size: 15px;
}
.fck ol li {
	font-size: 15px;
}
.fck ul li {
	font-size: 15px;
}
.fck table tr th, .fck table tr td {
	font-size: 15px;
}*/
}

/*you2----------------------------------------*/

.you2_box {
	width: 900px;
	display: inline-block;
}

@media(max-width:720px) {
	.you2_box {
		width: 100%;
	}
}

/*fb----------------------------------------*/
.fb_box {
	display: inline-block;
}

.fb_box iframe {
	/*width:100%;
    height:auto;*/
}

@media(max-width:720px) {
	.fb_box {
		width: 100%;
	}
}

/*資訊列-------------------------------------------------------------------------------*/
.data_row {
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
	vertical-align: middle;
	line-height: 24px;
	text-align: right;
}

.data_row span {
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #333;
	vertical-align: middle;
	line-height: 24px;
}

.data_row .fb_share a {
	color: #333;
	font-size: 24px;
	line-height: 24px;
}

.data_row .fb_share a:hover {
	color: #3b5998;
}

@media(max-width:640px) {
	.data_row {
		text-align: left;
	}

	.data_row span {
		display: inline-block;
		padding: 0 20px 0 0;
		font-size: 16px;
		color: #333;
		vertical-align: middle;
		line-height: 24px;
	}
}

/*表格--------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #dde2e5;
	width: 100%;
}

table tr td,
table tr th {
	padding: 7px;
	line-height: 1.42857143;
	vertical-align: middle;
	border: 1px solid #dde2e5;
}

table tr th {
	background: #eaeeee;
	border-bottom: 2px solid #d6e0e0;

}

table tr:nth-child(odd)>td {
	background-color: #f9fafa;
}

tr.td_dark td,
td.td_dark {
	background: #57585a !important;
	color: #fff;
}

tr.td_primary td,
td.td_primary {
	background: #78a9da !important;
	color: #fff;
}

tr.td_success td,
td.td_success {
	background: #aacd9a !important;
	color: #fff;
}

tr.td_blue td,
td.td_blue {
	background: #dbedf4 !important;
	color: #6195dd;
	font-weight: bold;
}

@media print {

	table td,
	table th {
		background-color: #fff !important;
		border: 1px solid #ddd !important;
	}


	table {
		border-collapse: collapse !important;
	}
}