/* Website template by freewebsitetemplates.com */

@font-face {
    font-family: 微軟正黑體;
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #fff;
    font-family: 微軟正黑體;
    margin: 0;
}

img {
    border: 0;
}

.clearfix:after,
#contents:after {
    clear: both;
    content: "";
    display: block;
    height: 1%;
    line-height: 0;
    visibility: hidden;
}

.btn {
    background: url(https://www.acl.com.tw/images/bg-button.png) no-repeat;
    background-position: 0 -70px;
    color: #fff;
    display: inline-block;
    font: 24px/60px 'OpenSans';
    height: 60px;
    width: 230px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 微軟正黑體;
}

.btn:hover {
    background-position: 0 0;
}


/*------------------------------ HEADER ------------------------------*/

#header {
    /* background-color: #eee;
    border-bottom: 1px solid #e6e6e6; */
    padding: 10px 0;
    /*height: 191px;*/
}

#header>div {
    width: 920px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

#footer>div {
    /* width: 920px; */
    margin-left: 60px;
    padding: 0 20px;
}


/*調整增加 bootstrap 後 畫面跑掉的調整 */

#header>div {
    /*width: 1000px;*/
    /*width: 1380px;*/
    width: 98vw;
    /*height: 170px;*/
    height: 10%;
}


/** Logo **/

#header .logo {
    /*float: left;*/
    /*margin-right: 20px;*/
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.logo img {
    max-width: 100%;
}


/** Navigation **/

#navigation {
    display: inline-block;
    list-style: none;
    line-height: 60px;
    margin: 50px 0px 0px 0px;
    margin-top: 16px !important;
    /*margin-bottom: 16px !important;*/
    margin-bottom: 16px !important;
    padding: 0;
}

#navigation ul {
    display: inline-block;
    list-style: none;
    /*margin: 0;
    padding: 0;*/
}

#navigation li {
    /*float: left;*/
    /*width: 145px;*/
    /*width: 150px;*/
    text-align: left;
    /* background-color: #0D4B85; */
}

#navigation li a {
    color:#0D4B85;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    padding: 10px;
}

#navigation li a:hover {
    color:#0D4B85;
    background-color:  	white;
}

#navigation li.active a {
    color: #f99600;
}


/*------------------------------ CONTENTS ------------------------------*/

#contents {
    min-height: 510px;
    /*width: 880px;*/
    width: 1080px;
    margin: 0 auto;
    padding: 54px 40px;
    margin-left: 50px;
    margin-right: 100px;
    max-width: 98%;
}

#contents ul {
    display: inline-block;
    margin: -20px 0px -20px 0px;
}

#contents li {
    text-align: left;
    /*width:750px;*/
    /*font-size:16px;*/
    margin-bottom: 8px;
    /* font-size: 20px; */
    line-height: 24px;
}

#contents table tr td li {
    width: 636px;
}

h1 {
    color: #C00;
    /*font-size: 30px;*/
    font-size: 40px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 30px;
}

h2 {
    color: #09C;
    /*font-size: 24px;*/
    font-size: 34px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 12px;
}

.style1 {
    /*font-size:18px;*/
    font-size: 28px;
    font-weight: bold;
}

.style2 {
    /*font-size:14px;*/
    font-size: 24px;
}

.styleRed {
    color: #C00;
}

p {
    color: #333;
    /*font-size: 16px;*/
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px;
}

p a {
    color: #00F;
}

blockquote {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

table {
    color: #333;
    font-size: 16px;
}

#contents .features {
    /*width: 800px;*/
    width: 1200px;
    margin:0px auto;
    
}

.features>div {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.features>img {
    clear: both;
    /*float: right;*/
    margin-right: 20px;
    margin: 5px;
}


/*.features > li {
    width: width:450 !important;
    outline: solid 1px blue;
}*/

.features .time {
    width: 125px !important;
}

.features .left {
    /*float: left;*/
    text-align: left;
}

.features .showy {
    font-weight: bolder;
}

#register-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #F3F3F3;
    padding: 10px;
}


/*------------------------------ FOOTER ------------------------------*/

#footer {
    background-color: #eee;
    border-top: 1px solid #d8d8d8;
    padding: 10px 0;
}

#footer p {
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
}


/*######## form ########*/

.smart-green {
    max-width: 500px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #89AF4C;
}

.smart-green h1>span {
    display: block;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
    font-family: 微軟正黑體;
    font-size: 16px;
}

.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}

.smart-green input[type="text"],
.smart-green input[type="email"],
.smart-green textarea,
.smart-green select {
    color: #555;
    height: 30px;
    line-height: 15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 16px/16px 微軟正黑體;
}

.smart-green textarea {
    height: 100px;
    width: 100%;
    padding-top: 10px;
}

.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    width: 100%;
    height: 30px;
}

.smart-green .button {
    cursor: pointer;
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 5px 50px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    font-size: 16px;
    font-family: 微軟正黑體;
}

.smart-green .button:hover {
    background-color: #80A24A;
}

.smart-green input[type="radio"] {
    visibility: hidden;
}

label.radio {
    cursor: pointer;
    text-indent: 35px;
    overflow: visible;
    display: inline-block;
    position: relative;
    color: #555;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin-top: 2px;
}

label.radio:before {
    background: #999;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

label.radio:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.25em;
    background: transparent;
    top: 7.5px;
    left: 4.5px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type=radio]:checked+label:after {
    opacity: 1;
}


/*================================== Registration.php 使用  ==================================*/


/*必填欄位的星星*/

span.styleRed.required-asterisk {
    color: red;
    margin-top: 0px;
}

.form-group .help-block {
    font-size: 18px;
}

.btn_Reg{
    border: 3px solid;
    margin : 6px;
    height : 250px;
    width : 250px;
    border-radius: 5px;
    border-color:#FFFFFF;
    cursor: pointer;
}

.td_space{
    border: none;
    width : 10px;
}

.btn_title{
    font-size: 26px;
    font-weight: 900;
    color : #09C;
}

.btn_price_f{
    color: #f0a117;
    font-size: 50px;
}

.comment{
    font-size: 14px;
    background-color: white;
    border: none;
}


/*================================== Registration.php END  ==================================*/

table {
    color: #333;
    width: 810px;
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    /* border: 1px solid #CCC; */
    height: 30px;
}

th {
    background: #F3F3F3;
    font-weight: bold;
}

td {
    /* background: #FAFAFA; */
    /* text-align: center; */
}

tr:nth-child(even) td {
    /* background: #FEFEFE; */
}

tr:nth-child(odd) td {
    /* background: #F1F1F1; */
}

.program-speech-author {
    font-size: 20px;
}

.program-speech-main {
    width: 880px;
    margin: 0 auto;
    text-align: center;
}

.program-speech-main div {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: auto 0;
}

.program-speech-speech {
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
}

.program-speech-title {
    font-size: 35px;
}

.program-speech-abstract {
    font-size: 30px;
    text-decoration: underline;
}

.program-speech-abstract-contents {
    text-align: left;
}

.program-speech-contents {
    font-size: 18px;
}

.program-speech-hr {
    width: 880px;
}

.program_speech-img-box {
    width: 32px;
    height: 55px;
    float: left;
    padding-top: 19px;
    position: relative;
}

.program_speech-img {
    width: 220%;
}

.head_2017_nav {
    background-color: rgba(0, 0, 0, 0);
}


/*.head_2017_nav * {
    margin: 0;
    padding: 0;
    width: 100%;
}
*/

.head_2017_nav * {
    /*width:100%;*/
}


/*================================== Program.php 使用  ==================================*/

.program_pic {
    width: 85vw;
}


/*================================== Program.php END  ==================================*/