@charset "utf-8";
/* CSS Document */

.contentBox .leftBox{
  float:left;
  width:75%;}

.contentBox .rightBox{
  float:right;
  width:20%;}

/****分享*****/
.shareBox{
  float:right;}

.shareBox .btn-fb{
  margin-right:5px;
  display:inline-block;
  vertical-align:middle;}

.contentBox .leftBox h3{
  clear:both;
  line-height: 1.8;
  font-size: 20px;
  font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-weight: normal;
  color: #f08700;
  }

div#left_1 {
    float: left !important;
    /*background: #f08700;
      padding: 0px 10px; */
    border-radius: 20px;
}

div#right_1 {
    float: right !important;
}

@media (max-width: 640px){
  .contentBox .leftBox{
    float:none;
    width:100%;}
  
  .contentBox .rightBox{
    float:none;
    width:100%;
    margin-top:30px;}
}