﻿/*fck======================================*/

.fck {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.fck img{
	width: 100%;
	height: auto;
}

/*640時,讓文字區段兩側有一些留白*/
@media(max-width:640px) {
    .fck_text {
        display:block;
        margin-left:0;
        margin-right:0;
}
}

/*對齊*/
.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: #ffffff;
	/*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_icon {
	position: absolute;
	bottom: 15px;
	right: 0;
	opacity: 0;
}
.fck_no {
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 0;
}
.fck_hover:hover .fck_icon, .fck_hover:hover .fck_no {
	opacity: 1;
}
/*.fck h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
	color: #537f6b;
}
.fck h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
	color: #7c8d58;
}
.fck h3 {
	font-size: 20px;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
	color: #8c6558;
}
.fck h4 {
	font-size: 18px;
	font-weight: bold;
	color: #8c7758;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
}
.fck h5 {
	font-size: 16px;
	font-weight: bold;
	color: #977b9f;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
}
.fck h6 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
}
.fck h7 {
	font-size: 15px;
	font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
}*/
/*.fck h1, .fck h2, .fck h3, .fck h4, .fck h5, .fck h6, .fck h7 {
	margin: 0.8em 0;
	line-height: 1.3em;
}*/
.fck pre {
	border: 1px #CCCCCC solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	padding: 2px 7px !important;
}
.fck cite {
	/*格式設定*/
	color: #F00;
	font-size: 36px;
}
.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 img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-height: 100% !important;
	max-width: 100% !important;
	margin: 1em auto 4px auto !important;
	text-align: left !important;
}*/



.fck table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #b9ab9e;
	border-left: 1px solid #b9ab9e;
	background-color:rgba(255,255,255,0.5);
}
.fck table tr th, .fck table tr td {
	padding: 4px 5px;
	font-size: 15px;
	line-height: 1.4em;
	vertical-align: middle;
	border-top: 1px solid #b9ab9e;
	border-right: 1px solid #b9ab9e;
	height: auto !important;
}
.fck table tr th {
	vertical-align: middle;
	border-bottom: 2px solid #b9ab9e;
	text-align: center;
	height: auto !important;
}
.fck table tr th p, .fck table tr td p {
	margin: 0;
	padding: 0;
	height: auto !important;
}
.fck table > tbody + tbody {
	border-top: 2px solid #b9ab9e;
}
.fck table table {
	background-color: #fff;
}
.fck table > thead > tr > td.active, .fck table > tbody > tr > td.active, .fck table > tfoot > tr > td.active, .fck table > thead > tr > th.active, .fck table > tbody > tr > th.active, .fck table > tfoot > tr > th.active, .fck table > thead > tr.active > td, .fck table > tbody > tr.active > td, .fck table > tfoot > tr.active > td, .fck table > thead > tr.active > th, .fck table > tbody > tr.active > th, .fck table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.fck a {
    /*color: #3ea3ca !important;*/
    text-decoration: underline;
}
.fck a p, .fck a span, .fck a p span {
	/*color: #00a3ad;*/
	text-decoration: underline;
}
.fck a:hover {
	/*color: #333;*/
	text-decoration: underline;
}
 @media print {
.fck table {
	border-collapse: collapse !important;
}
.fck table td, .fck table th {
	background-color: #fff !important;
}
}
/*文繞圖------*/
   /*單獨一列、置左*/
.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_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:768px) {
.content2_single_left.fck_img_w40, .content2_single_center.fck_img_w40, .content2_single_right.fck_img_w40 {
	width: 50%;
}
.content2_single_left.fck_img_w50, .content2_single_center.fck_img_w50, .content2_single_right.fck_img_w50 {
	width: 60%;
}
.content2_single_left.fck_img_w60, .content2_single_center.fck_img_w60, .content2_single_right.fck_img_w60 {
	width: 70%;
}
.content2_single_left.fck_img_w70, .content2_single_center.fck_img_w70, .content2_single_right.fck_img_w70 {
	width: 80%;
}
.content2_single_left.fck_img_w80, .content2_single_center.fck_img_w80, .content2_single_right.fck_img_w80 {
	width: 90%;
}
.content2_single_left.fck_img_w90, .content2_single_center.fck_img_w90, .content2_single_right.fck_img_w90 {
	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: 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%;
}
}
 @media(max-width:540px) {
.content2_single_left.fck_img_w40, .content2_single_center.fck_img_w40, .content2_single_right.fck_img_w40 {
	width: 70%;
}
.content2_single_left.fck_img_w50, .content2_single_center.fck_img_w50, .content2_single_right.fck_img_w50 {
	width: 80%;
}
.content2_single_left.fck_img_w60, .content2_single_center.fck_img_w60, .content2_single_right.fck_img_w60 {
	width: 90%;
}
.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: 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%;
}
}
 @media(max-width:360px) {
.content2_single_left.fck_img_w40, .content2_single_center.fck_img_w40, .content2_single_right.fck_img_w40 {
	width: 90%;
}
.content2_single_left.fck_img_w50, .content2_single_center.fck_img_w50, .content2_single_right.fck_img_w50 {
	width: 100%;
}
}
@media(max-width:320px) {
.content2_single_left.fck_img_w40, .content2_single_center.fck_img_w40, .content2_single_right.fck_img_w40 {
	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_row {
	width: 100%;
	display: block;
}
.you2_box {
	width: 700px;
	display: inline-block;
}
 @media(max-width:720px) {
.you2_box {
	width: 100%;
}
}
/*fb----------------------------------------*/
.fb_row {
	width: 100%;
	display: block;
	overflow: hidden;
}
.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;
}
}


