@charset "utf-8";
/* CSS Document */
.season-class {
	border:1px solid #ead3c3;
	padding-bottom:15px;
}

.member-info {
	position:absolute;
	top:30px;
	right:15px;
	z-index:4;
}
.member-info a{
	color:#fff;
}
.member-info ul {
	clear:both;
	overflow:hidden;
}
.member-info ul li {
	float:right;
	color:#fff;
}
.authKey-number ul li {
	display:inline;
}
/* btn-gray */
.btn-gray {
	color: #fff;
	border: solid 1px #bbbbbb;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #b5b4b4; /* Old browsers */
}
.btn-gray:hover {
	background-color:#a6a5a5;
	color:#fff;	
}
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active {
	color: #fff;
	border: solid 1px #bbbbbb;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #b5b4b4; /* Old browsers */
}


.btn-red {
  color: #a40000;
  background-color: #fff;
  border-color: #a40000;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active {
  color: #a40000;
  background-color: #fbe9e9;
  border-color: #a40000;
}

.btn-default {
  color: #e27179;
  background-color: #fff;
  border-color: #e27179;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #e09ba0;
  border-color: #e27179;
}

/* btn-green */
.btn-green {
	color: #fff;
	border: solid 1px #19962e;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
	background: #22ac38; /* Old browsers */
}
.btn-green:hover {
	
	border: solid 1px #22ac38;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
	background: #22ac38; /* Old browsers */
}
.btn-green:active {
	color: #fff;
	border: solid 1px #19962e;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
	background: #22ac38; /* Old browsers */

}

/* btn-blue */
.btn-blue {
	color: #fff;
	border: solid 1px #0356bc;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #0d72c4; /* Old browsers */
background: -moz-linear-gradient(top,  #2890d7 0%, #0d72c4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2890d7), color-stop(100%,#0d72c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2890d7 0%,#0d72c4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2890d7 0%,#0d72c4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2890d7 0%,#0d72c4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2890d7 0%,#0d72c4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2890d7', endColorstr='#0d72c4',GradientType=0 ); /* IE6-9 */

	
	-moz-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	-webkit-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
}
.btn-blue:hover {
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2890d7', endColorstr='#0b67b1');
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2890d7), to(#0b67b1));
	background-image: -webkit-linear-gradient(top, #2890d7, #0b67b1);
	background-image: -moz-linear-gradient(top, #2890d7, #0b67b1);
	background-image: -o-linear-gradient(top, #2890d7, #0b67b1);
	background-image: -ms-linear-gradient(top, #2890d7, #0b67b1);
	background-image: linear-gradient(to bottom, #2890d7, #0b67b1);
	color:#fcfadc;
}
.btn-blue:active,.btn-blue:visited {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #0d72c4; /* Old browsers */
background: -moz-linear-gradient(top,  #2890d7 0%, #0d72c4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2890d7), color-stop(100%,#0d72c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2890d7 0%,#0d72c4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2890d7 0%,#0d72c4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2890d7 0%,#0d72c4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2890d7 0%,#0d72c4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2890d7', endColorstr='#0d72c4',GradientType=0 ); /* IE6-9 */
color:#fff;

}
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color:#fff;
}
/*.photo-size-photo {
	position:absolute;
	top:30px;
	left:15px;
	z-index:5;	
}*/
.hor-note {
	min-height:40px;	
}
.hor-note ul {
	margin-top:20px;
	clear:both;
	overflow:hidden;
}
.hor-note ul li {
	float:left;
	border:1px solid #a40000;
	border-radius:3px;
	color:#a40000;
	padding:3px 5px;
	margin:0px 8px 10px 0;	
}
.hor-note ul li a {
	color:#a40000;
}
.hor-note ul li.title {
	border:0px;
	border-radius:0px;
	color:#000;
	margin:0 0px 0 0 ;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color:#eee8d8;
  color:#706650;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.upload-photo-info {
	border-top:1px solid #ddd;
	margin-top:20px;
}
.upload-photo-info span {
	color:#F00;
	display:block;
	margin:20px 0 10px 0;
}
.upload-photo-info ul li {
	list-style:decimal;
	margin:0 20px 5px 20px;
	font-size:13px;
	
}
.student-photo h4 {
	text-align:center;	
}
.student-photo .example-photo {
	border:1px solid #ddd;
	width:230px;
	padding:10px 5px;
	margin:0 auto;
	height:235px;
	overflow:hidden;	
}

.student-photo .example-photo img {
	display:block;
	margin:0 auto;
	max-width:165px;
	height:auto;
	overflow:hidden;
}

.col-fixed, .row-fixed {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
/*固定欄位寬度200像素*/
.col-fixed {
	width: 200px;
}
 
.row-fixed {
	width:calc(100% - 200px);
}
	
.gray-bg {
	background-color:#fafafa;
	padding:15px;	
}
.gray-bg h3 {
	text-align:center;
	font-size:22px;
	margin:30px 0 20px 0;
}
.gray-bg p {
	font-size:16px;
	color:#5b5b5b;
}
.gray-bg .decimal-m40 ul li {
	list-style:decimal;
	margin:0 40px 15px 40px;
	color:#5b5b5b;
	font-size:16px;

}
.gray-bg .decimal ul li {
	list-style:decimal;
	margin:0 20px 15px 20px;
	color:#5b5b5b;
}
.gray-bg .decimal ul li ul li {
	list-style:decimal;
	margin:0 20px 15px 20px;
	font-size:16px;
	color:#5b5b5b;
}
.btn-orange {
	color: #fff;
	border: solid 1px #ec675d;
	background-color:#f77268;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active {
	color: #fff;
	background-color:#ec675d;
}
.btn-yell {
	background-color:#fbbc05;
	border:1px solid #efb200;
	color:#fff;
}
.btn-yell:hover,
.btn-yell:focus,
.btn-yell.focus,
.btn-yell:active,
.btn-yell.active {
	background-color:#fbbc05;
	border:1px solid #efb200;
	color:#000;
}
.btn-green {
	color: #fff;
	border: solid 1px #536881;
	background-color:#536881;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active {
	color: #fff;
	border: solid 1px #36485E;
	background-color:#36485E;
}
/*
.photo {
	height:270px;	
}
*/
.logo {
	float:left;
	padding:15px 10px 0 0px;
}
.logo img{
	width:62px;
	height:62px;
}
.website-name  {
	float:left;
	padding:25px 0 0 0;
}
.website-name h1 {
	font-size:24px;
	margin:0;
	padding:0;
	color:#fff;
}
.website-name h3 {
	font-size:18px;
	margin:5px 0 0 0;
	padding:0;
	color:#fff;
}
.apply-end {
	margin-top:40px;
	text-align:right;
	color:#b5383d;
}
.panel-tool {
	padding-bottom:20px;
	text-align:right;	
}
@media (min-width: 768px) {
  .container {
    /*width: 1000px;*/
  }
}
@media (min-width: 992px) {
  .container {
    /*width: 1000px;*/
  }
}
@media (min-width: 1200px) {
  .container {
    /*width: 1000px;*/
  }
}
.content-body {
	position:relative;	
}

.content-body h2 {
	font-size:22px;
	padding:0px 0 0 5px;
	margin:0 0 20px 0px;
	border-left:3px solid #e1a7c1;
}

.content-body .explanation {
	background-color:#f8f8f8;
	border:1px solid #f2f2f2;
	padding:10px 20px;
	margin-top:10px;
}

.content-body .explanation p {
	margin:0px 0 5px 0;
	color:#5b5b5b;
	line-height:1.6;
}
.content-body .explanation p span.note {
	color:#F00;
}
.content-body button.bh,.content-body button.list {
	position:relative;
}

.content-body .explanation ul.decimal {
	margin-top:0px;	
}
.content-body .explanation ul.decimal li {
	list-style:decimal;
	margin:0 20px 5px 20px;
	color:#5b5b5b;
}
.content-body .tool-btn {
	width:160px;
	margin:0 auto;
}
.form-title h2 {
	font-size:22px;
	padding:10px 0 0 0;
	margin:0;
	
}
.form-title h2 span {
	color:#c82431;
	font-size:13px;
}
.content-bg {
	background-color:#FFF;
	border:1px solid #ececec;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	clear:both;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:40px;
	padding:35px 15px;
	min-height:600px;
}
.sisters-content-bg {
	background-color:#FFF;
	border:1px solid #ececec;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	clear:both;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:40px;
	padding:20px 20px;
	min-height:450px;
}
.panel {
  margin-bottom: 0px;
  background-color: #fff;
  border:1px solid #ccc;
  border-bottom:0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0,0);
          box-shadow: 0 0px 0px rgba(0, 0, 0,0);
}
.panel-heading {
  padding: 10px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position:relative;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5fbfd+0,ebf4f9+100 */
background: #f5fbfd; /* Old browsers */
background: -moz-linear-gradient(top,  #f2ede0 0%, #eee8d7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ede0), color-stop(100%,#eee8d7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2ede0 0%,#eee8d7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2ede0 0%,#eee8d7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2ede0 0%,#eee8d7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2ede0 0%,#eee8d7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ede0', endColorstr='#eee8d7',GradientType=0 ); /* IE6-9 */

}

.panel-heading span.remark {
	color:#c82431;
	font-size:13px;
}
.panel-heading span.status-error {
	border:1px solid #f2cfcf;
	padding:2px 5px 3px 5px;
	border-radius:3px;
	font-size:13px;
	color:#c96363;
	background-color:#fdebeb;
}
.panel-heading span.status-note {
	border:1px solid #faebcc;
	padding:2px 5px 3px 5px;
	border-radius:3px;
	font-size:13px;
	color:#8a6d3b;
	background-color:#fcf8e3;
}

.panel-heading span.status-accept {
	padding:2px 5px 3px 5px;
	border-radius:3px;
	font-size:13px;
	color:#1c821c;
	border:1px solid #bae7ba;
	background-color:#edfced;
}

.panel-default > .panel-heading {
  color: #fff;
  border-color: #9170B7;
  background:#9170B7;
}
.panel-default > .index-panel-heading {
  color: #113686;
  border-color: #ddd;
  background-color:#00C;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin:5px 0 15px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #755798;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #755798;
  border-color: #755798;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #755798;
  border-color: #755798;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.panel-footer p {
	font-weight:600;	
}
.panel-body {
	position:relative;
	border:1px solid #eee;
}
.panel-body .upload-photo-col {
	position:absolute;
	top:55px;
	right:20px;
	z-index:10;
	padding-left:50px;
	border-left:1px solid #ead3c3;
	width:300px;
	height:410px;
}
.panel-body .upload-photo-col img {
	border:1px solid #ddd;
	padding:5px;
}
.panel-body .upload-photo-col .button {
	width:100%;
	margin-top:40px;
}
.panel-body .upload-photo-col .note {
	padding:0;
	margin:0;
	width:230px;
	font-size:12px;
	text-align:center;
	margin-top:10px;
}
.panel-body .news-row {
	border-bottom:1px solid #eeeeee;
	padding:0px 0 15px 0;
	margin-bottom:25px;
}
.panel-body .news-row:last-child {
	margin-bottom:0px;
}
.panel-body .news-row .update-news {
	font-size:13px;
	color:#5b5b5b;
}
.panel-body .news-row h3 {
	padding:0;
	margin:0px;
	font-size:14px;
	line-height:1.4;
	height:40px;
	overflow:hidden;
}
.panel-body p span.status-accept {
    color: #2a8a41;
}
.panel-body p span.status-error {
    color: #a40000;
}
.panel-body p {
	padding:20px;
	color:#5b5b5b;
	line-height:1.5;
}
.panel-body .form-group p.error {
	color:#b5383d;
}
.panel-body ul.decimal li {
	list-style:decimal;
	margin:0 20px 5px 20px;
}
.panel-body ul.outside li {
	list-style:outside;
	margin:0 20px 5px 20px;
}
.panel-body p.pa0 {
	padding:0px;
	color:#5b5b5b;
	line-height:1.5;
}
.panel-body h4 {
	margin-bottom:5px;
}
.panel-body h5 {
	margin-bottom:15px;
	font-size:16px;
	color:#b15e83;
}

.apply-date ul li {
	list-style:outside;
	margin:0 20px 5px 20px;
	font-size:15px;	
}

.panel-body p.p0510 {
	padding:0px 0px;
	color:#5b5b5b;
	line-height:1.5;
}

.panel-body p.p0515 {
	padding:5px 15px;
	color:#5b5b5b;
	line-height:1.5;
}
.panel-body p.p515015 {
	padding:5px 15px 0 15px;
	color:#5b5b5b;
	line-height:1.5;
}
.panel-body p.p1015 {
	padding:10px 15px;
	color:#5b5b5b;
	line-height:1.5;
}
.panel-body p.p1005 {
	padding:10px 5px;
	color:#5b5b5b;
	line-height:1.5;
}
.panel-body p.p100 {
	padding:10px 0px;
	color:#5b5b5b;
	line-height:1.5;
}
.panel-body-row-1 {
    padding:10px;
    border-bottom:1px solid #ead3c3;

}

.panel-body-row {
    padding:10px;

}
.panel-body-row-result {
    padding:20px 10px 10px 10px;
    border-top:1px solid #ddd;

}
.panel-body-row span.remark {
	border-radius:3px;
	font-size:12px;
	color:#c82431;
	padding:1px 6px;
	margin:0 5px;
	border:1px solid #c82431;
}
.panel-footer .row .col-md-6 span.date {
	border-radius:3px;
	font-size:13px;
	color:#313131;
	padding:4px 5px 7px 5px;
	margin:0 2px;
	font-style:italic;
}
.panel-footer .row .col-md-12 span.date {
	border-radius:3px;
	font-size:13px;
	color:#313131;
	padding:4px 5px 7px 5px;
	margin:0 2px;
	font-style:italic;
}
.panel-footer .row .col-md-6 span.note {
	color:#F00;
}
.panel-footer .row .col-md-6 span.accept {
	color:#1c821c;
}

.panel-body-row .row .col-md-6 span.date {
	border-radius:3px;
	font-size:13px;
	color:#313131;
	padding:4px 5px 7px 5px;
	margin:0 2px;
	font-style:italic;
}
.panel-body-row-1 .row .col-md-6 span.date {
	border-radius:3px;
	font-size:13px;
	color:#313131;
	padding:4px 5px 0px 5px;
	margin:0 2px;
	font-style:italic;
}
.panel-body-row-1 .row .col-md-5 span.date {
	border-radius:3px;
	font-size:13px;
	color:#313131;
	padding:4px 5px 0px 5px;
	margin:0 2px;
	font-style:italic;
}
.danger {
    background-color: #fbf0f0;
}
.br0 {
	border-bottom:0px;	
}
.panel-body form.form_style1 .col-md-12 span.info {
	color:#313131;
	height:40px;
	display:block;
	width:400px;
	padding-top:7px;
	padding-left:100px;
}
/*標題中線效果*/

h2.title-row {
	margin: 20px 0 30px;
    text-align: center;
    position: relative;	
}
h2.title-row span {
	background: #fff;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}
h2.title-row:after {
	content: "";
    display: block;
    height: 1px;
    background: #f60;
    position: absolute;
    top: 20px;
    width: 100%;
}

.icon-wrap {
	width:128px;
	height:128px;
	margin:0 auto;	
}
.icon-wrap + h4 {
	text-align:center;
}
.icon-wrap + h4 + p {
	text-align:center;
}
.dropdown-message {
	min-width:350px;
	background-color:#F93;	
}
.dropdown-message h4 {
	padding:5px 8px;
	margin:0;
}
.dropdown-message .message-update {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;	
}

/*對話框*/
.mwt_border{
	width:250px;
	height:90px;
	text-align:center;
	background:#fff;
	position:relative;
	border: solid 1px #333;
	margin:0px;
	padding:15px;
}
/*箭頭右*/
.mwt_border .arrow_r_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent transparent #333;
	position:absolute;
	top:20%;
	right:-30px;
}
/*箭頭右-邊框*/
.mwt_border .arrow_r_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent transparent #fff;
	position:absolute;
	top:20%;
	right:-29px;
}
 
/*箭頭左*/
.mwt_border .arrow_l_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent #333 transparent  transparent ;
	position:absolute;
	top:20%;
	left:-30px;
}
/*箭頭左-邊框*/
.mwt_border .arrow_l_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent #fff transparent transparent ;
	position:absolute;
	top:20%;
	left:-29px;
}
 
/*箭頭上*/
.mwt_border .arrow_t_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent #333 transparent ;
	position:absolute;
	top:-30px;
	left:40px;
}
/*箭頭上-邊框*/
.mwt_border .arrow_t_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent #fff transparent ;
	position:absolute;
	top:-29px;
	left:40px;
}
 
/*箭頭下*/
.mwt_border .arrow_b_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:#333 transparent transparent transparent ;
	position:absolute;
	bottom:-30px;
	right:50px;
}
/*箭頭下-邊框*/
.mwt_border .arrow_b_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:#fff transparent transparent transparent ;
	position:absolute;
	bottom:-29px;
	right:50px;
}

/*垂直時間軸*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
.fileUpload-btn-style {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.fileUpload-btn-style input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
/*上傳檔案*/
.fileUpload {
	position: relative;
	overflow: hidden;
	background-color: #f7f7f9;
	border:1px solid #eeeeee;
	height:40px;
	width: 200px;
	text-align: center;
	border-radius:3px;
}
.fileUpload:hover {
	background-color: #eeeeee;
}
.fileUpload i {
	color:#393939;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	text-align: center;
}
.custom-span{font-size: 100px; color: #FE57A1}
#uploadFile{border: none;margin-left: 10px; width: 200px;}
.custom-para{font-size: 14px; color:#585858;}

/*評價*/
.starrr { display: inline-block; }

.starrr i {
	font-size: 24px;
	padding: 0 1px;
	cursor: pointer;
	color: #ffd119;
}

.tag-col span a:link {
	padding:5px 8px;
	background-color:#CCC;
	margin-right:5px;
	border-radius:3px;
}
.row-header {
	position:relative;
	background-color:#03F;	
}
.left-btn-slider {
	position:absolute;
	z-index:3;
	top:85px;
	left:0px;
	background-color:#F00;	
}
.right-btn-slider {
	position:absolute;
	z-index:3;
	top:85px;
	right:0px;
	background-color:#F00;	
}
.btn-slider {
	position:absolute;
	z-index:3;
	top:0px;
	right:0px;
	background-color:#F00;	
}

.btn-slider ul {
	clear:both;
	overflow:hidden;
}

.btn-slider ul li {
	float:right;
}

ul, ol {
  margin-top: 0;
  margin-bottom:0px;
  padding:0;
  list-style: none;
}
.topbar {
	background-color:#4b494f;
	padding:5px 0;
	color:#999;
}
.topbar-accounts-links {
	width:100%;
	min-height:20px;
	clear:both;
	/*overflow:hidden;*/
}
.topbar-accounts-links li {
	float:right;
	list-style:none;
	color:#313131;
}
.topbar-accounts-links a:link, .topbar-accounts-links li a:visited, .topbar-accounts-links li a:active {
	text-decoration:none;
	padding:1px 8px 2px 8px;
	color: #f77268;
	border: solid 1px #f77268;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #fff; /* Old browsers */
	border-radius:3px;
	margin-left:8px;
	font-size:13px;
}
.topbar-accounts-links li a:hover {
	background-color:#e09ba0;
	color:#fff;
}

.topbar-channel-links li {
	float:left;
	list-style:none;
	color:#f1f1f1;
}
.topbar-channel-links li a:link, .topbar-channel-links li a:visited, .topbar-channel-links li a:active {
	color:#999;
	text-decoration:none;
	padding:0 15px 0 0px;
}
.topbar-channel-links li a:hover {
	color:#f1f1f1;
	text-decoration:none;
}
.navbar {
	margin-bottom:0px;	
}

.ad-link ul li {
	margin:5px 0;
}
.ad-link ul li a:link,.ad-link ul li a:visited,.ad-link ul li a:active {
	display:block;
	background:  url(../images/arr_1.gif) left center no-repeat; 
	padding:0 0 0 15px;
}

.product_info {
	clear:both;
	overflow:hidden;
}
.product_info ul li {
	padding:13px 0 0 0;
	clear:both;
	overflow:hidden;
}
.product_info ul li .title {
	float:left;
	width:70px;
	height:16px;
}
.product_info ul li .content {
	float:left;
	margin:0 0 0 0px;
}
.product_info ul li .product_size {
	float:left;
	width:570px;
	margin:0 0 0 0px;
}
.product_info ul li .product_size ul {
	clear:both;
}
.product_info ul li .product_size ul li {
	display:inline-block;
	overflow:hidden;
	height:27px;
	padding:0;
	margin:0 0px 0 0;
}
.product_info ul li .product_size ul li a {
	display:block;
	padding:5px;
	margin:0 0 5px 0;
	text-align:center;
	line-height:15px;
	border:1px solid #dcdcdc;
	text-decoration:none;
}
.product_info ul li .product_size ul li a:hover {
	border:1px solid #999; 
}
.product_info ul li .product_size ul li.selected a:link,
.product_info ul li .product_size ul li.selected a:visited {
	border:1px solid #F00;
	background-color:#F00;
	color:#fff;
}
.product_info ul li .product_meda {
	float:left;
}
.product_info ul li .product_meda ul li {
	display:inline-block;
	padding:0;
	margin:0 5px 0 0;
}

.product_info ul li .product_color {
	float:left;
	
}
.product_info ul li .product_color ul li {
	display:inline-block;
	padding:0;
	margin:0 5px 0 0;
}
.product_info ul li .product_color ul li img {
	width:36px;
	height:36px;
	vertical-align:middle;
	padding:5px;
}
.product_info ul li .product_color ul li a {
	display:inline-block;
	background-color:#fff;
	border:1px solid #dcdcdc;
}
.product_info ul li .product_color ul li a:hover {
	border:1px solid #999;
}
.product_info ul li .product_color ul li.selected a:link,
.product_info ul li .product_color ul li.selected a:visited {
	border:1px solid #F00;
}
/*layout*/
/*footer置底時*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#f2f2f2;
}
/*網站外框*/
#wrapper {
	min-height:100%;
	position:relative;
}

/*表頭*/
header {
	position:relative;
	height:120px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	background-color:#9170B7;
	border-bottom:1px solid #9170B7;
}

/*內容*/
#body_content {
	padding:20px 0 0 0;
	padding-bottom:100px;	/* Height of the footer */
}

/*置底*/
footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;/* Height of the footer */
	background-color:#444;
	padding:0px 0 0 0;
	border-top:1px solid #444;
}

footer p {
	color:#fff;
	font-size:13px;
	padding-top:20px;
	line-height:1.6;
}
footer p a:link,footer p a:visited,footer p a:active {
	color:#fff;
}
footer p a:hover {
	color:#fff;
}
/*選單設定*/

.menu-ver-style1 {
	width:100%;
	position:relative;
	padding:0px;
	margin:0;
	margin:0 auto;
}
.menu-ver-style1 ul {
	padding:0 0px 0 0;
	margin:0 0 0 0;

}
.menu-ver-style1 ul li {
	border-right:none;
	margin:0 0 20px 0;
	border-radius:3px;

}
.menu-ver-style1 ul li a:link,.menu-ver-style1 ul li a:visited {
	display:block;
	color:#f8f8f8;
	text-decoration:none;
	padding:15px 0 15px 15px;
	border-radius:3px;
	background-color:#f3f3f3;
	border:1px solid #ddd;
	color:#7d7d7d;
}

.menu-ver-style1 ul li.selected a:link,
.menu-ver-style1 ul li.selected a:visited {
	position:relative;
	background-color:#fff;
	color:#000;
}
.menu-ver-style1 ul li.selected .step-accept {
	position:absolute;
	right:10px;
	top:15px;
	z-index:5;
	color:#279846;
}

.menu-ver-style1 ul li.not-allowed a:link,
.menu-ver-style1 ul li.not-allowed a:visited {
	display:block;
	color:#f8f8f8;
	text-decoration:none;
	padding:15px 0 15px 15px;
	border-radius:3px;
	background-color:#f3f3f3;
	border:1px solid #ddd;
	color:#7d7d7d;
	cursor: not-allowed;
}

.menu-ver-style1 ul li.home a:link,
.menu-ver-style1 ul li.home a:visited {
	color: #fff;
	border: solid 1px #27a248;
	background-color:#31b154;
}
.menu-ver-style1 ul li.home a:hover{
	color: #fff;
	border: solid 1px #27a248;
	background-color:#27a248;
}

.menu-ver-style1 ul li a:hover {
	background-color:#eaeaea;
	color:#000;
	border-radius:3px;
}

/*mouse:hover下拉選單*/
#navbar-down {
	position:relative;
	height:30px;
	clear:both;
	background-color:#666;
}

#nav {
	margin:0px auto 0 auto;
	padding:0px 0px 0 20px;
	height:30px;
	background: #219ff7;
	font-size:100%;
	}
#nav li {
	float: left;
	position: relative;
	list-style: none outside none;
}

#nav li.open, #nav li:hover {
  background: #fff;
  }
#nav li:hover > a {
  background: #fff;
  color:#219ff7;
}

#nav li a {
	display: block;
	padding: 5px 15px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	
	}
#nav li ul {
  display: none;
  position: absolute;
  z-index:5;
  top: 30px;
  left: 0;
  width: auto; 
  min-width: 130px;
  *width: 130px;
  white-space: nowrap;
  padding:0 0px 5px 0px;
  background: #fff;
  border-width: 0 1px 1px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  }
#nav li:hover ul {
  display: block;
  }
#nav li ul li {
  float: none;
  list-style: none outside none;
}
#nav li ul li a {
  padding: 8px 8px 8px 13px;
  display: inline-block;
  color:#219ff7;
  }
#nav li ul li a {display: block;}
#nav li ul li a:hover {
	color: #fff;
	background-color:#1589d9;
}

#navbar-topnav {
	position:relative;
	height:82px;
	clear:both;
	overflow:hidden;
}

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width:100%;
	list-style: none;
	position: relative;
	background-color:#000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding:8px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background-color:#1376c9;}
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:31px;
	display: none;
	width: 100%;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block;}
ul#topnav li span a { display: inline;}
ul#topnav li span a:hover {text-decoration: underline;}


/*水平導覽選單_內容效果區塊*/
.menu-hor-style1 {
	clear:both;
	overflow:hidden;
	padding:0 0 25px 0 ;
}
.menu-hor-style1 ul {
	clear:both;
	margin:0;
	padding:0 0 0 0em;
}
.menu-hor-style1 li {
	list-style:none;
	float:left;
	
}

.menu-hor-style1 li a:link,.menu-hor-style1 li a:visited {
	margin:0em 10px 0 0;
	margin:0px 10px 0 0\0/IE8+9;/*IE8 + 9 + IE10*/
	display:block;
	color:#6e6e6e;
	text-decoration:none;
	padding:10px 15px;
	line-height:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	background-color:#f2f2f2;
	border:1px solid #d9d9d9;
	behavior: url(css/ie-css3.htc);
}
.menu-hor-style1 li a:hover {
	color:#333;
	-moz-box-shadow:1px 1px 5px #e5e5e5;
	-webkit-box-shadow:1px 1px 5px #e5e5e5;
	box-shadow:1px 1px 5px #e5e5e5;
	border:1px solid #c6c6c6;
}

.menu-hor-style1 ul li.selected a:link,
.menu-hor-style1 ul li.selected a:visited {
	background-color:#fff;
	color:#000;
	cursor:default;
}


/*水平導覽選單_內容效果區塊*/
.menu-hor-style2 {
	padding:0px 0 20px 0;
}
.menu-hor-style2 ul {
	padding:0 0 34px 0.7em;
	padding:0 0 34px 0.7em\0/IE8+9;/*IE8 + 9 + IE10*/
	margin:0;
	border-bottom:1px solid #d9d9d9;
	clear:both;
	
	
}
.menu-hor-style2 li {
	float:left;
	border:1px solid #ddd;
	border-bottom:none;
	list-style:none;
	margin:0 5px 0 0;
	background-color:#f8f8f8;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.menu-hor-style2 li:last-child {
	border-right:1px solid #d9d9d9;
}
.menu-hor-style2 li a:link,.menu-hor-style2 li a:visited {
	display:block;
	color:#6e6e6e;
	text-decoration:none;
	padding:0.5em 1.5em 6px 1.5em;
	border-bottom:1px solid #d9d9d9;
}
.menu-hor-style2 ul li.selected a:link,
.menu-hor-style2 ul li.selected a:visited {
	color:#2e5b67;
	background-color:#fff;
	border-bottom:1px solid #FFF;
	cursor:default;
}

.menu-hor-style2 ul li a:hover {
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #FFF;
}

/*水平導覽選單_內容效果區塊*/
.menu-hor-style3 {
	padding:0px;
}
.menu-hor-style3 ul {
	padding:0 0 34px 0.7em;
	padding:0 0 34px 0.7em\0/IE8+9;/*IE8 + 9 + IE10*/
	margin:0;
	border-bottom:1px solid #ddd;
	
}
.menu-hor-style3 li {
	float:left;
	list-style:none;
	margin:0 0.3em 0 0;
}
.menu-hor-style3 li a:link,.menu-hor-style3 li a:visited {
	display:block;
	color:#6e6e6e;
	text-decoration:none;
	padding:0.5em 1.5em 6px 1.5em;
}
.menu-hor-style3 ul li.selected a:link,
.menu-hor-style3 ul li.selected a:visited {
	color:#333;
	background-color:#fff;
	border-bottom:2px solid #333333;
	cursor:default;
}

.menu-hor-style3 ul li a:hover {
	color:#959595;
	border-bottom:2px solid #959595;
}
/*表單設定*/
.form_style1 {
	background-color:#FFF;
	color:#5b5b5b;
}
.form_style1 .form-row h5 {
	font-size:16px;
	padding:7px 10px;
	border-left:3px solid #5b5b5b;
	background-color:#f8f8f8;
}

.form-row {
	clear:both;
	overflow:hidden;
}
.form_style1 .form-row .label-row {
	float:left;
	width:95px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	text-align:right;
	color:#313131;
}

.form_style1 .form-row .label-row-right-w180 {
	float:left;
	width:180px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	text-align:right;
	color:#313131;
}
.form_style1 .form-row .label-row-right-w180-2row {
	float:left;
	width:180px;
	height:50px;
	overflow:hidden;
	line-height:1.4;
	text-align:right;
	color:#313131;
	padding-top:5px;
}
.form_style1 .form-row .label-row-right-w100 {
	float:left;
	width:180px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	text-align:right;
	color:#313131;
}
.form_style1 .form-row .label-row-pa {
	float:left;
	display:block;
	width:95px;
	height:50px;
	overflow:hidden;
	line-height:70px;
	text-align:right;
	color:#313131;
}
.form_style1 .form-row .form-content .content-row {
	float:left;
	display:block;
	padding:7px 0 0 10px;
}
.form_style1 .form-row .form-content .ddd {
	background-color:#039;
	width:600px;
}
.form_style1 .form-row .form-content-3 .content-row {
	float:left;
	display:block;
	padding:0px 0 15px 0px;
	font-weight:100;
}
.form_style1 .form-row .form-content .content-row-1 {
	display:inline-block;
	padding:7px 0 0 10px;
}
.form_style1 .form-row .label-row-right-w110 {
	float:left;
	min-width:70px;
	height:30px;
	overflow:hidden;
	line-height:30px;
	text-align:right;
	color:#313131;
	margin:2px 10px 15px 0;
}
.form_style1 .form-row .form-content-4 .content-row {
	color:#535353;
	font-weight:100;
}
.form-content {
	float:left;
	padding:10px 5px;
}
.form-content-1 {
	float:left;
	padding:13px 5px;
}
input[type="text"],input[type="email"],input[type="date"],input[type="time"],input[type="tel"],input[type="password"]{ 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
}
input[type="radio"],input[type="checkbox"] {
	margin:0 3px 0 0;
}
input[type="text"]:hover,input[type="email"]:hover,input[type="date"]:hover,input[type="time"]:hover,input[type="tel"]:hover,input[type="password"]:hover,input[type="file"]:hover { 
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;
}


input[type="file"]{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
	padding:3px 2px 5px 2px;
}


select {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
	line-height:22px;
	margin:0 0.5em 0 0;
	behavior: url(css/ie-css3.htc);
}
select:hover {
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;

}
textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
textarea:hover {
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;

}

.form-size-default {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-size-default:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.note {color: #c82431; padding: 0 4px 0 0; font-weight: bold;}
.inline-note {display:inline; padding: 0; color: #999; margin:0;}
.block-note {display:block; padding: 0; color: #999; margin:5px 0 0 0;}
.consent_btn_submit {
	width:100%;
	clear:both;
	overflow:hidden;
	text-align:center;
	margin:0px 0;
}
.consent_btn_submit ul {
	width:100%;
    display: inline-block;	
	margin:0;
	padding:15px 0 0px 0;
}
.consent_btn_submit ul li {
	margin:0 0px 20px 0;
	display:block;
}
.consent_btn_submit ul li:last-child {
	margin:0 0 0 0;
}
.btn_submit {
	width:100%;
	clear:both;
	overflow:hidden;
	text-align:center;
	margin:30px 0;
}
.btn_submit ul {
	width:100%;
    display: inline-block;	
	margin:0;
	padding:15px 0 0px 0;
}
.btn_submit ul li {
	margin:0 10px 0 0;
	display:inline-block;
}
.form_style4 {
	background-color:#fff;
}

.form_style4 input[type=checkbox].css-checkbox {
	display:none;
}

.form_style4 input[type=checkbox].css-checkbox + label.css-label {
	padding:6px 0 1px 21px;
	margin:0 10px 0 0px;	
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 7px;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
}

.form_style4 input[type=checkbox].css-checkbox:checked + label.css-label {
	padding:0px 0 1px 21px;
	margin:6px 10px 0 0px;	
	background-position:0 -16px;
}
.form_style4 label.css-label {
	background-image:url(../images/check-icon.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form_style4 input[type=radio].css-radio {
	display:none;
}
.form_style4 input[type=radio].css-radio + label.css-label1 {
	padding:0px 0 0 21px;	
	margin:6px 10px 0 0px;	
	height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
}
.form_style4 input[type=radio].css-radio:checked + label.css-label1 {
	background-position:0 -16px;
}
.form_style4 label.css-label1 {
	background-image:url(../images/radio-icon.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form_style4 .form-row .label-row {
	float:left;
	display:block;
	width:150px;
	height:60px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
}
.form_style4 .form-row .form-content .content-row {
	float:left;
	display:block;
	padding:7px 0 0 10px;
}

.form_style6 .form-row .label-row {
	float:left;
	display:block;
	width:150px;
	height:60px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
}

.form_style6 input[type="checkbox"] {
    display:none;
}


/*背景色*/
.form_style6 input[type="checkbox"] + label {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
	background-color:#CCC;
    cursor:pointer;
	padding:5px 8px;
	border-radius:3px;
}

.form_style6 input[type="checkbox"]:checked + label {
	background-color:#F00;
}
.form_style6 input[type="checkbox"] + label:hover  {
	background-color:#FC0;
}

/*圖片樣式
.form_style6 input[type="checkbox"] + label span {
	display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/radio-icon.png) left top no-repeat;
    cursor:pointer;
}
.form_style6 input[type="checkbox"]:checked + label span{
    background:url(../images/radio-icon.png) -19px top no-repeat;
}
*/

.form_style6 input[type="radio"] {
    display:none;
}

/*背景色*/
.form_style6 input[type="radio"] + label {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
	background-color:#CCC;
    cursor:pointer;
	padding:5px 8px;
	border-radius:3px;
}

.form_style6 input[type="radio"]:checked + label {
	background-color:#F00;
}
.form_style6 input[type="radio"] + label:hover  {
	background-color:#FC0;
}

/*表格1*/
.table_style1 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	width:100%;
}
.table_style1 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style1 td {
	border:1px solid #cdcdcd;
	padding:0.5em;
}
.table_style1 th {
	border:1px solid #ddd;
	background-color:#313131;
	color:#FFF;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style1 tr:nth-child(even) {
	background-color:#fafafa;
}
.table_style1 tr:hover {
	background-color:#e9f6fc;
	color:#333;
}
.table_style1 td.light-yell {
	background-color:#faf8ed;
	font-weight:600;
}
.table_style1 td i.green {
	color:#279846;
}
/*表格2*/
.table_style2 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	color:#515967;
	width:100%;
}
.table_style2 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style2 td {
	border:1px solid #cdcdcd;
	padding:0.5em;
}
.table_style2 th {
	border:1px solid #cdcdcd;
	background-color:#f5f5f6;
	color:#515967;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style2 tr:nth-child(even) {
	background-color:#ffffff;
}
.table_style2 tr:nth-child(odd) {
	background-color:#f9f9f9;
}

.table_style2 tr:hover {
	background-color:#e1f5fe;
	color:#333;
}
.table_style3 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	color:#515967;
	-moz-box-shadow: 3px 3px 10px #e6e6e6;
	-webkit-box-shadow: 3px 3px 10px #e6e6e6;
	box-shadow: 3px 3px 10px #e6e6e6;
	width:100%;
}
.table_style3 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style3 td {
	border:1px solid #cdcdcd;
	padding:0.5em;
	text-align:right;
}
.table_style3 th {
	border:1px solid #cdcdcd;
	background-color:#FFF;
	color:#515967;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.table_style3 tr:hover {
	background-color:#7ea700;
	color:#FFF;
}
table.table_style3 thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.table_style3 thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

table.table_style3 thead tr .headerSortDown, table.table_style3 thead tr .headerSortUp {
background-color:#CCC;
color:#FFF;
}
.table_style4 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	color:#515967;
	width:100%;
}
.table_style4 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 0px 0px;
}
.table_style4 td {
	border:1px solid #cdcdcd;
	padding:0em;
}
.table_style4 th {
	border:1px solid #cdcdcd;
	background-color:#f5f5f6;
	color:#515967;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}

.form_style4_table input[type="text"] {
	border:0px;
	width:100%;
	margin:0px;
	border-radius:0px;
}

.form_style4_table input[type="text"]:hover {
	background-color:#e1f5fe;
}

.form_style4_table select {
	border:0px;
	width:100%;
	margin:0px;
}
.form_style4_table select:hover {
	background-color:#e1f5fe;
}
.table_style5 {
	border-collapse:collapse;
	width:100%;
}
.table_style5 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style5 td {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #cddfe8;
	padding:0.7em 0.5em;
	color:#535353;
}
.table_style5 td span.status-error {
	color:#a40000;
}
.table_style5 td span.status-agree {
	color:#279846;
}
.table_style5 td ul.decimal li {
	list-style:decimal;
	margin:0 20px 5px 20px;
}
.table_style5 td ol.outside li {
	list-style:outside;
	margin:0 20px 5px 20px;
}
.table_style5 th {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #cddfe8;
	/*border-bottom:2px solid #ddd;*/
	/*border-bottom:2px solid #cddfe8;*/
	color:#313131;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style5 th.bl0,.table_style5 td.bl0 {
	border-left:0px;
}
.table_style5 th.br0,.table_style5 td.br0 {
	border-right:0px;
}
.table_style5 th.bt0,.table_style5 td.bt0 {
	border-top:0px;
}
.table_style5 tr.danger {
	background-color:#f2dede;
}
.table_style5 td p {
	padding:0;
	margin:0;
}
.table_style6 {
	border-collapse:collapse;
	width:100%;
}
.table_style6 td.gray-bg {
	background-color:#fafafa;
}
.table_style6 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style6 td {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #ddd;
	padding:15px 15px;
	color:#535353;
}
.table_style6 td.title {
    color: #626262;
	font-weight:600;
}

.table_style6 td span.status-error {
	color:#a40000;
}
.table_style6 td span.status-agree {
	color:#279846;
}
.table_style6 td ul.decimal li {
	list-style:decimal;
	margin:0 20px 5px 20px;
}
.table_style6 td ol.outside li {
	list-style:outside;
	margin:0 20px 5px 20px;
}
.table_style6 th {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #edd8b8;
	/*border-bottom:2px solid #ddd;*/
	/*border-bottom:2px solid #cddfe8;*/
	background-color:transparent;
	color:#313131;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style6 th.bl0,.table_style6 td.bl0 {
	border-left:0px;
}
.table_style6 th.br0,.table_style6 td.br0 {
	border-right:0px;
}
.table_style6 th.bt0,.table_style6 td.bt0 {
	border-top:0px;
}
.table_style6 th.bb0,.table_style6 td.bb0 {
	border-bottom:0px;
}
.table_style6 tr.danger {
	background-color:#f2dede;
}
.table_style6 td p {
	padding:0;
	margin:0;
}
.table_style6 td.fwbold {
	font-weight:bold;
}

.table_style7 {
	border-collapse:collapse;
	width:100%;
}
.table_style7 td.gray-bg {
	background-color:#fafafa;
}
.table_style7 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style7 td {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #ddd;
	padding:15px 15px;
	color:#535353;
}
.table_style7 td.title {
    color: #718083;
}
.table_style7 td span.status-error {
	color:#a40000;
}
.table_style7 td span.status-agree {
	color:#279846;
}
.table_style7 td ul.decimal li {
	list-style:decimal;
	margin:0 20px 5px 20px;
}
.table_style7 td ol.outside li {
	list-style:outside;
	margin:0 20px 5px 20px;
}
.table_style7 th {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #edd8b8;
	/*border-bottom:2px solid #ddd;*/
	/*border-bottom:2px solid #cddfe8;*/
	background-color:transparent;
	color:#313131;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style7 th.bl0,.table_style7 td.bl0 {
	border-left:0px;
}
.table_style7 th.br0,.table_style7 td.br0 {
	border-right:0px;
}
.table_style7 th.bt0,.table_style7 td.bt0 {
	border-top:0px;
}
.table_style7 th.bb0,.table_style7 td.bb0 {
	border-bottom:0px;
}
.table_style7 tr.danger {
	background-color:#f2dede;
}
.table_style7 td p {
	padding:0;
	margin:0;
}
.table_style7 td.fwbold {
	font-weight:bold;
}

/*登入*/
.form_style3 {
	width:245px;
	padding:15px;
}


.form_style3 label {
	display:inline-block;
	width:80px;
	margin:0;
	color:#707070;
	font-weight:100;
}
.form_style3 label + a {
	display:inline-block;
	width:100px;
}
.form_style3 input[type="checkbox"] {
	margin:0px 5px 0 0;
}
.form_style3 span {
	display:block;
	color:#c80515;
}

/*內距和邊界設定*/
.mt0 {margin-top: 0;}
.mt3  {margin-top: 3px;}
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mr3  {margin-right: 3px;}
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mb0  {margin-bottom: 0;}
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.m0505 {margin:0px 5px;}
.m0405005 {margin:4px 5px 0 5px;}

.pt0  {padding-top: 0;}
.pt3  {padding-top: 3px;}
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pr0  {padding-right: 0px;}
.pr5  {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}
.pr45 {padding-right: 45px;}
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pl0  {padding-left: 0px;}
.pl5  {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}
.pl45 {padding-left: 45px;}
.p1020 {padding:10px 20px;}
.p0515 {padding:5px 15px;}
.p1015 {padding:10px 15px;}
.pa0 {padding:0;}
.p-change-l15 {
	padding:0 15px 0 0px;	
}

.ba1 {	border:1px solid #d9d9d9;}
.bt1 {  border-top:1px solid #d9d9d9;}
.bb1 {  border-bottom:1px solid #d9d9d9;}

.b-t-lr5 {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;	
}
.w100pa {width: 100%;}
.w90pa {width: 90%;}
.w30 {width: 30px;}
.w50 {width: 50px;}
.w60 {width: 60px;}
.w70 {width: 70px;}
.w85 {width: 85px;}
.w90 {width: 90px;}
.w100 {width: 100px;}
.w110 {width: 110px;}
.w125 {width: 125px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w215 {width: 215px;}
.w240 {width: 240px;}
.w250 {width: 250px;}
.w258 {width: 258px;}
.w285 {width: 285px;}
.w300 {width: 300px;}
.w310 {width: 310px;}
.w330 {width: 330px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.w500 {width: 500px;}
.w600 {width: 600px;}
.w700 {width: 700px;}
.w750 {width: 750px;}

/*icon*/
.fb-like {
	background-image:url(../images/icon2.png);
	background-repeat:no-repeat;
	background-position:0;
}
.fb-message {
	background-image:url(../images/icon1.png);
	background-repeat:no-repeat;
	background-position:0;
}



@media (min-width: 320px) and (max-width: 768px) {
	.p-change-l15 {
		padding:0 15px 0 15px;	
	}
}

.nav-style-1-tabs {
	width:100%;
}
.nav-style-1-tabs > li:first-child {
}

.nav-style-1-tabs > li {
  float: left;
  margin-bottom: -1px;
  border-bottom:none;
  border-right:none;
}
/*.nav-style-1-tabs > li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.nav-style-1-tabs > li:last-child {
    border-right:1px solid #dfdfe1;
}*/
.nav-style-1-tabs > li > a {
  line-height: 1.42857143;
  color:#393939;
  /*margin-right: 2px;
  border: 1px solid transparent;
  border-radius:4px;*/
  /*padding-left:35px;*/
}
.nav-style-1-tabs > li > a:hover {
  /*border-color: #eee #eee #ddd;*/
  background-color:#f2f2f;
  color:#313131;
}
.nav-style-1-tabs > li.active > a,
.nav-style-1-tabs > li.active > a:hover,
.nav-style-1-tabs > li.active > a:focus {
	cursor: default;
	color:#393939;
	font-weight:bold;
	background-color: #fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
}

.nav-style-2-tabs {
	width:100%;
}
.nav-style-2-tabs > li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav-style-2-tabs > li {
  float: left;
  margin-bottom: -1px;
  border:1px solid #ddd;
  border-right:none;
}
.nav-style-2-tabs > li:last-child {
    border-right:1px solid #dfdfe1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}

.nav-style-2-tabs > li > a {
  line-height: 1.42857143;
  color:#393939;
  /*margin-right: 2px;
  border: 1px solid transparent;
  border-radius:4px;*/
  /*padding-left:35px;*/
}
.nav-style-2-tabs > li > a:hover {
  /*border-color: #eee #eee #ddd;*/
  background-color:#f2f2f2;
  color:#313131;
}
.nav-style-2-tabs > li.active > a,
.nav-style-2-tabs > li.active > a:hover,
.nav-style-2-tabs > li.active > a:focus {
	cursor: default;
	color:#393939;
	font-weight:bold;
	background-color:#f2f2f2;
}



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*箭頭上*/
.dropdown-menu .arrow_t_int{
	width:0px;
	height:0px;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent #c1c1c1 transparent ;
	position:absolute;
	top:-20px;
	right:10px;
}
/*箭頭上-邊框*/
.dropdown-menu .arrow_t_out{
	width:0px;
	height:0px;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent #fff transparent ;
	position:absolute;
	top:-19px;
	right:10px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color:#fff;
  width:230px;
  float:left;
}
.nav > li {
  position: relative;
  display: block;
  border:1px solid #ead3c3;
  border-bottom:0px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li:last-child {
  border-bottom:1px solid #ead3c3;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}


.nav-tabs {
  border-bottom:0px;
}
.nav-tabs > li {
	float:none;  
  margin-bottom:0px;
}
.nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 0px solid #f60;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active a {
	background-color:#039;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #1a80cd;
  border: 0px solid #ddd;
  border-bottom-color:0px solid #ddd;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.tab-content {
	width:715px;
	margin-left:20px;
	float:left;
	border:1px solid #ead3c3;
	padding:15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0,.1);
	border-radius:5px;
}
.tab-content h3 {
	padding:0;
	margin:10px 0 20px 0;
	font-size:18px;
}
.photo {
	width:160px;
	margin:0 auto;	
	/*position:absolute;
	z-index:5;
	right:50px;
	top:15px;*/
}
.photo .profile-img {
	margin-bottom:10px;	
}
.photo .profile-img img {
	max-width:160px;
	height:auto;
	border:1px solid #ddd;
}
.photo-size-photo {
	position:absolute;
	top:30px;
	left:15px;
	z-index:5;	
}

@media (min-width: 768px) {
	.col-1-12-prl0 {
		padding-left:0;
		padding-right:0;
	}
}