﻿/*body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}*/


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/*style for shortlink top line*/
.shortlink-line {
       border-top: 1px solid #ccc;
}

/*Style for Ad Sentense*/
.Ad-Sentense{

    text-align: right;
    font-family: '微軟正黑體','新細明體','Arial Unicode MS', Arial, Helvetica, sans-serif  ;
    font-size : large;
    font-weight : bold;

}

/*Style for recently course*/
.learn-more1{
  margin-right: 0;
  padding-left: 0;
  padding-right : 12px;
  background: url("http://www.asus.com/media/images/sub_button.png") no-repeat right 5px;
}

p[data-type="CourseSession"] {
    display: inline-block;
    font-size:1em;
}

.resault-items::after {

    content: attr(data-more);
    float:right;
    
}

@media (max-width: 540px) {
    .learn-more1{
        font-size: 16px !important;
/*        background-size: 7px;
        background-position: right 7px;*/
    }
}

/*首頁--scroll課程(此效果只有當解析度大於等於960時才會出現*/

/*@media (min-width: 960px) {

    .rl-lesson-box-bouns {
        white-space:nowrap;
    }
     
    .rl-lesson-box-content-bouns {
        overflow-x: scroll;
        overflow-y: hidden;
    
    }

}*/