
body{
	color:rgb(65,45,30);
	font-family:Microsoft JhengHei,MingLiU,sans-serif;
	height: 100%;
	margin-top:120px;
}

body,td,th {
	font-family:Microsoft JhengHei,MingLiU,sans-serif;
}


.breadcrumb{
	background-color: #ff8a4b;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

    img.scale{
		-webkit-transition: background-color 1.5s ease;
	    -moz-transition: background-color .75s ease;
	    -o-transition: background-color .75s ease;
	    transition: background-color 1.5s ease;
	}

	img.scale:hover{
          -webkit-transform: scale(1.03);
          moz-transform: scale(1.03);
          o-transform: scale(1.03);
          transform: scale(1.03);
		  /*
          -webkit-box-shadow: 3px 3px 5px;
          moz-box-shadow: 3px 3px 5px;
          box-shadow: 3px 3px 5px;
          o-box-shadow: 3px 3px 5px;
		  */
	}	

	
    button.scale{
		-webkit-transition: background-color 1.5s ease;
	    -moz-transition: background-color .75s ease;
	    -o-transition: background-color .75s ease;
	    transition: background-color 1.5s ease;
	}

	button.scale:hover{
          -webkit-transform: scale(1.03);
          moz-transform: scale(1.03);
          o-transform: scale(1.03);
          transform: scale(1.03);
		  /*
          -webkit-box-shadow: 3px 3px 5px;
          moz-box-shadow: 3px 3px 5px;
          box-shadow: 3px 3px 5px;
          o-box-shadow: 3px 3px 5px;
		  */
	}	
	


.line-fixed-wrap {
    position: fixed;
    z-index: 1035;
    right: 11rem;
    bottom: 0.5rem;
}


.fb-fixed-wrap {
    position: fixed;
    z-index: 1035;
    right: 6rem;
    bottom: 0.5rem;
}


.money-fixed-wrap {
    position: fixed;
    z-index: 1035;
    right: 0.9375rem;
    bottom: 0.5rem;
}


article{
	
	min-height: 600px;
}

.brown_text{
	color:rgb(65,45,30);
	font-weight: bold;
	font-size:24px;
}


.brown_text_16{
	color:rgb(65,45,30);
	font-weight: bold;
	font-size:16px;
}


.brown_text_20{
	color:rgb(65,45,30);
	font-weight: bold;
	font-size:20px;
}

.brown_text_32{
	color:rgb(65,45,30);
	font-weight: bold;
	font-size:32px;
}


.orange_text_16{
	color:rgb(196,113,40);
	font-weight: bold;
	font-size:16px;
}

.orange_text_20{
	color:rgb(196,113,40);
	font-weight: bold;
	font-size:20px;
}


.orange_text_24{
	color:rgb(196,113,40);
	font-weight: bold;
	font-size:24px;
}


.orange_text_28{
	color:rgb(196,113,40);
	font-weight: bold;
	font-size:28px;
}

.orange_text_32{
	color:rgb(196,113,40);
	font-weight: bold;
	font-size:32px;
}



.white_text_16{
	color:rgb(255,255,255);
	font-weight: bold;
	font-size:16px;
}

.white_text_20{
	color:rgb(255,255,255);
	font-weight: bold;
	font-size:20px;
}


.blue_text{
	color:rgb(19,118,202);
	font-weight: bold;
	font-size:24px;

 }

 .orange_text{
    color:rgb(255,218,185);
	font-weight: bold;
	font-size:24px;
  } 

.orange_bg{

background-color:rgb(247,140,61);

}

.qa_border{
	border : 3px solid rgb(247,140,61);
	min-height : 250px;
}

.qa_block{
	background-color:rgb(247,140,61);
	min-height : 180px;
}


