@charset "utf-8";	
/*edit*/
.edit:before,/*去除相疊衝*/
.edit:after {
    content: "";
    display: table;
}
.edit:after {
    clear: both;
}
.edit * {
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.edit {
    font-size: 17px;
	line-height: 2;
}
.edit a {
    text-decoration: underline;
	color: #337ab7;
}
.edit .btn {
    text-decoration: none;
}
.edit p {
	margin-bottom: 34px;
	word-break: break-all;
}
.edit h1 ,
.edit h2 {
	line-height: 1.5;
	font-size: 24px;
	font-size: 1.412em;
	margin-top: 36px;
	margin-bottom: 58px;
	position: relative;
}
.edit h1:before ,
.edit h2:before {
	content:"";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 70px;
	height: 3px;
	background-color: #00a0e9;
}
.edit h3 {
	line-height: 1.5;
	font-size: 18px;
	font-size: 1.059em;
	margin-top: 36px;
	margin-bottom: 36px;
	color: #00a0e9;
	background-color: #ebf3f7;
	padding: 10px 20px;
	border-radius: 5px;
}
.edit h4 {
	line-height: 1.5;
	font-size: 20px;
	font-size: 1.18em;
	margin-top: 36px;
	margin-bottom: 36px;
}
.edit h5 ,
.edit h6 {
	line-height: 1.5;
	font-size: 17px;
	font-size: 1em;
	margin-top: 36px;
	margin-bottom: 36px;
}
.edit > h1:first-child ,
.edit > h2:first-child ,
.edit > h3:first-child ,
.edit > h4:first-child ,
.edit > h5:first-child ,
.edit > h6:first-child ,
.edit section:first-child > h1:first-child ,
.edit section:first-child > h2:first-child ,
.edit section:first-child > h3:first-child ,
.edit section:first-child > h4:first-child ,
.edit section:first-child > h5:first-child ,
.edit section:first-child > h6:first-child {	
	margin-top: 0px;
}
.edit section:last-child > *:last-child {	
	margin-bottom: 0px;
}
.edit ul ,
.edit ol {
	margin-bottom: 36px;
}
.edit table {
	width: 100%;
	margin-bottom: 36px;
}
.edit table th ,
.edit table td {	
	border: 1px solid #dce3e5;
	padding: 10px 20px;
	line-height: 1.5;
	background-color: #fff;
}
.edit table th {	
	background-color: #edf6fa;
	color: #333333;
	font-weight: normal;
}
.edit table th p ,
.edit table td p ,
.edit table td ul ,
.edit table td ol {	
	margin-bottom: 0;
}
.edit table.striped tr:nth-of-type(2n) td {
  background-color: #fafafa;
}
.edit .table-responsive {	
	margin-bottom: 36px;
	clear: both;
}
.edit .table-responsive table {	
	margin-bottom: 0;
}
.edit blockquote {
	font-size: 16px;
	font-size: 0.941em;
	margin-bottom: 36px;
}
.edit blockquote p {
	margin-bottom: 10px;
}
.edit img {
	margin: 0 auto 36px auto ;
	display: block;
	max-width: 100%;
	height: auto;
	clear: both;
}
.edit img.noimg {
	margin: 0;
	display: inline;
	clear: none;
}
.edit section {
	clear: both;
}
.edit .imgBoxLeft ,
.edit .imgBoxRight ,
.edit .imgBoxGroups {
	padding: 0;
	margin-bottom: 36px;
	clear: both;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.edit .imgBoxLeft {
	margin-right: 36px;
	float: left;
}
.edit .imgBoxRight {
	margin-left: 36px;
	float: right;
}
.edit .imgBoxLeft img ,
.edit .imgBoxRight img ,
.edit .imgBoxGroups img ,
.edit .imgBoxCenter img {
	margin-bottom: 0px;
	width: 100%;
}
.edit .imgBoxLeft p ,
.edit .imgBoxRight p ,
.edit .imgBoxGroups p ,
.edit .imgBoxCenter p {
	margin: 0;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: 16px;
	font-size: 0.941em;
	background-color: #f7f7f7;
	color: #4d4d4d;
}
.edit .imgBoxLeft p:before ,
.edit .imgBoxRight p:before ,
.edit .imgBoxGroups p:before ,
.edit .imgBoxCenter p:before {
	content:"\27A4";
	color: #4d4d4d;
	padding-right: 5px;
}
.edit .imgBoxCenter {
	padding: 0;
	margin: 0 auto 36px auto ;
	float: none;
	text-align: center;
	clear: both;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.edit .imgBoxGroups_box {
	margin-bottom: 36px;
	clear: both;
}
.edit .imgBoxGroups {
	margin-bottom: 0;
	margin-top: 30px;
	clear: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.edit .imgBoxGroups .shadow {
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.edit .imgBoxGroups:nth-of-type(1) ,
.edit .imgBoxGroups:nth-of-type(2) {
	margin-top: 0px;
}
.edit .imgBoxGroups_box .col-sm-6 ,
.edit .imgBoxGroups_box .col-sm-12 {
	padding-left: 15px;
	padding-right: 15px;
}
/*設定表格寬度平均分配*/
.edit .table-responsive table.sp2 th ,
.edit .table-responsive table.sp2 td {	
	width: 1%;
	/*word-wrap:break-word; 
	word-break:break-all; */
}
.touch_ {
    display: none;
    margin-bottom: 10px;
    font-size: 15px;
    color: #00a0e9;
    clear: both;
    line-height: 1;
}
.touch_ img {
    margin: 0;
    width: 30px;
    margin-right: 10px;
	float: left;
}
.touch_ span {
    padding-left: 40px;
    display: block;
}
@media (max-width:991px) {	
	.edit table th ,
	.edit table td {	
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:639px) {	/*xs 767 手機*/
	/*-----編輯器-----*/
	.table-responsive {	
		-webkit-overflow-scrolling: touch;
		border: none;
	}
	.edit .table-responsive table th ,
	.edit .table-responsive table td {	
		white-space: nowrap; /*rwd*/
	}
	/*百分比表格*/
	.edit .table-responsive table.sp1 {	
		max-width: none;
		width: 200%;
	}
	.edit .table-responsive table.sp1 th ,
	.edit .table-responsive table.sp1 td {	
		white-space: normal;
	}
	/*設定表格寬度平均分配*/
	.edit .table-responsive table.sp2 th ,
	.edit .table-responsive table.sp2 td {	
		width: auto;
	}
	.edit .imgBoxLeft {
		float: none;
	    margin-right: 0px;
	}
	.edit .imgBoxRight {
	    float: none;
	    margin-left: 0px;
	}
	.edit .imgBoxGroups:nth-of-type(2) {
		margin-top: 30px;
	}
	.touch_ {
	    display: block;
	}
}