/*----------------------------------------------------------------------*/
/* 搶先看樣式 (preview style)*/
.guide_title#main_content{ top: 15px; }
.previewBox h2{
    padding: 5px 10px; font-size: 1.125em;
    line-height: 1.6; color: #FFF;
    background-color: #059e9b;
    margin-bottom: 10px;
    display: inline-block;
}
.previewBox h3{ color: #1fa3a7; font-size: 2.25em; }
.previewBox h4.title_st1{ border-left: 8px solid #01b2b3; }
.previewBox .table1 th{ background-color: #c9dede; }

.previewBox .ctMenu{ padding-bottom: 20px; }
.previewBox .ctMenu li{ padding-top: 8px; padding-bottom: 8px; margin-bottom: 0; border-bottom: 1px dotted #ccc; }
.previewBox .ctMenu li:first-child{ border-top: 1px dotted #ccc; }
.previewBox .ctMenu li a{ text-decoration: none; color: #000; display: block; position: relative;
    border-left: 8px solid #00b2b3; padding: 0 30px 0 15px;
}
.previewBox .ctMenu li:hover{ background-color: #f5f5f5; }
.previewBox .ctMenu li a:hover{ color: #01b2b3; }
.previewBox .ctMenu li a::after{ content:''; display:block; position:absolute; top:50%; right:15px; margin-top:-4px;
    border-left: 4px solid #777;
    border-top: 4px solid #777;
    width: 8px; height: 8px;
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    transform:rotate(135deg);
}
.previewBox .ctMenu li a:hover::after{ border-color: #222; }

h4.title_st2::before{ background-color: #059e9b; }
.color_1 h4.title_st3{ color: #00b2b3; }
.color_2 h4.title_st3{ color: #15bff0; }

span.OutLink a {color: #00b2b3; text-decoration: none;}
span.OutLink a:hover, a:focus {color: #0075c2;}

/*============================================================================*/
/*----------------------------------------------------------------------------*/
/* RWD設定 */
/*----------------------------------------------------------------------------*/
/*============================================================================*/
/* 平板(寬640px~1023px) */
@media screen and (min-width: 640px) and (max-width: 767px){
  /* 搶先看 */
  .previewBox{ margin-top: 0; }
}

/*============================================================================*/
/* 寬1023px以下*/
@media screen and (max-width: 1023px){
  /* 搶先看 */
  .previewBox h2{ font-size: 1.063em; padding: 2px 8px; }
  .previewBox h3{ font-size: 1.75em; }
}














