.breadCrumb {
    max-width: 960px;
    height: 31px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 31px;
}

.breadCrumb ul {
    float: right;
    padding: 0 12px 0 0;
}

.breadCrumb ul li {
    display: block;
    float: left;
}

.breadCrumb ul li a {
    color: #666;
    text-decoration: none;
}

.breadCrumb ul li a:hover {
    color: #bd191f;
}

.breadCrumb ul li::after {
    content: " >";
    margin: 0 5px 0 0;
}

.breadCrumb ul li.hide-sy::after {
    content: none;
}

.inner-ttl {
    max-width: 960px;
    height: 43px;
    background-image: url(../img/red-line-bg.svg);
    margin:0 auto;
}

.inner-ttl ul{
    display: block;
    width: 100%;
    float: left;
}
.inner-ttl ul li{
    display: block;
    min-width: 194px;
    float: left;
    letter-spacing: 2px;
    font-size: 24px;
    background: #bd191f;
    line-height: 44px;
    margin: -2px 0 0 0;
    font-weight: normal;
    color: #fff;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.inner-ttl ul li:nth-child(2){
    background: #97141a;
    width: auto;
    max-width: 450px;
    padding-right: 20px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.inner-wrapper{
    max-width: 960px;
    height: 100%;
    margin: 10px auto 0 auto;
}
.inner-menu{
    width: 20.4%;
    height: auto;
    float: left;
}

.about-article{
    width: 79.6%;
    height: auto;
    float: right;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.about-article h1,
.about-article h2,
.about-article h3,
.about-article h4,
.about-article h5,
.about-article h6
{
    margin: 5px 0;
    color: #666;
    letter-spacing: 2px;
    font-family: "Arial",Microsoft JhengHei;
    font-weight: normal;
}
.about-article p{
    color: #666;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: "Arial",Microsoft JhengHei;
    line-height: 23px;
}
.about-article p a{
    color: #3ab5e6;
    text-decoration: none;
}
.about-article p a:hover{
    text-decoration: underline;
}
.about-article p span{
    color: #99161c;
    font-weight: bold;
}
.about-article h1 span{
    color: #bd191f;
    font-weight: bold;
}
.about-article h2 span{
    color: #bd191f;
    font-weight: bold;
}
.about-article h3 span{
    color: #bd191f;
    font-weight: bold;
}
.about-article h4 span{
    color: #bd191f;
    font-weight: bold;
}
.about-article h5 span{
    color: #bd191f;
    font-weight: bold;
}
.about-article h6 span{
    color: #bd191f;
    font-weight: bold;
}
.about-article img{
    width: 100%;
}
.internship-img-fix img{
    width: auto;
}
.about-article hr{
     border: 0;
     height: 1px;
     background: #666;
}
.about-article hr.hr-light{
     border: 0;
     height: 1px;
     background: #e5e5e5;
}
.hr-special{
    width: 100%;
    height: 51px;
    background: url(../img/gray-line-bg.svg) repeat;
    margin: 10px 0;
    float: left;
}
.hr-special p a{
    display: block;
    width: 67px;
    height: 17px;
    float: right;
    background: url(../img/more-btn.png);
    text-indent: -9999px;
    margin: 5px 17px 0 0;
}

.hr-next-back{
    width: 100%;
    height: 51px;
    background: url(../img/gray-line-bg.svg) repeat;
    margin: 7px 0 40px 0;
    float: left;
}
.hr-next-back p.btn-back a{
    display: block;
    width: 66px;
    height: 16px;
    float: left;
    background: url(../img/back-btn.png);
    text-indent: -9999px;
    margin: 5px 17px 0 17px;
}
.hr-next-back p.btn-next a{
    display: block;
    width: 58px;
    height: 17px;
    float: right;
    background: url(../img/next-btn.png);
    text-indent: -9999px;
    margin: 5px 17px 0 0;
}

.teacher,
.visiting-teacher.
{
    width: 100%;
    height: auto;
}
.teacher ul.
{
    width: 100%;
    float: left;
}
.teacher ul li{
    display: block;
    width: 25%;
    height: 185px;
    background: #f7f7f7;
    float: left;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border: 8px #fff solid;
    transition: background 0.3s ease;
}

.teacher ul li a,
.visiting-teacher ul li a
{
    /*display: block;*/
    text-decoration: none;
    /*height: 124px;
    overflow: hidden;*/
}

.teacher ul li a h2,
.teacher ul li a h3,
.visiting-teacher ul li a h2
{
    display: block;
    letter-spacing: 0px;
    color: #666;
    font-weight: normal;
    font-family:Microsoft JhengHei;
}

.teacher ul li a h2,
.visiting-teacher ul li a h2
{
    font-size: 17px;
    margin: 0 0 -3px 11px;
}

.teacher ul li a h3{
    font-size: 12px;
    margin: 0 0 0 11px;
}

.teacher ul li:hover,
.visiting-teacher ul li:hover
{
    background: #bd191f;
}

.teacher ul li:hover h2,
.teacher ul li:hover h3,
.visiting-teacher ul li:hover h2
{
    color: #fff;
}

.teacher ul li img{
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.teacher ul li a:hover img{
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.visiting-teacher ul{
    width: 100%;
    height: auto;
    float: left;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border: 8px #fff solid;
}
.visiting-teacher ul li{
    display: block;
    width: 25%;
    height: 37px;
    background: #f7f7f7;
    float: left;
    transition: background 0.3s ease;
}
.visiting-teacher ul li a h2{
    line-height: 35px;
}

.visiting-teacher-inside{
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}

.visiting-teacher-inside ul{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 80px;
}

.visiting-teacher-inside ul li{
    display: block;
    width: 50%;
    min-height: 107px;
    float: left;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-top: 1px #e5e5e5 solid;
}
.visiting-teacher-inside ul li h2{
    font-size: 18px;
}

.visiting-teacher-inside ul li p{
    display: block;
    width: 94%;
    font-size: 12px;
    margin: 0 0 0 0;
    text-indent: inherit;
    letter-spacing: 0;
    line-height: 15px;
    color: #999;
}

.share-list{
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}

.share-list ul{
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

.share-list ul li{
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    height: 200px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-bottom: 1px #e5e5e5 solid;
}
.share-list ul li:nth-child(1){
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-top: 1px #e5e5e5 solid;
}
.share-list ul li img{
    width:auto;
    min-height: 160px;
    max-width: 220px;
    max-height: 160px;
    float: left;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.share-list ul li:hover img{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.share-list-text {
    display: block;
    width: 65%;
    height: auto;
    float: left;
    margin: 0 0 0 20px;
}
.share-list-ttl{
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 10px;
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.news-list-ttl{
    padding: 0;
    margin: 0 0 40px 0;
}

.share-list-ttl-color-red{
    border-left: 15px #ff828a solid;
}

.share-list-ttl-color-yellow{
    border-left: 15px #fed757 solid;
}
.share-list-ttl h2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0;
    padding: 10px 0 0 0;
}

.share-list-ttl h3{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
}
.share-list-text p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
    text-indent: inherit;
    max-height:60px;
    overflow:hidden;
    text-overflow: ellipsis;
}
.share-list-text p.midd-ttl{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
    text-indent: inherit;
}



.bulletin-list{
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}

.bulletin-list ul{
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

.bulletin-list ul li{
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    height: 200px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-bottom: 1px #e5e5e5 solid;
}
.bulletin-list ul li a{
    text-decoration: none;
}
.bulletin-list ul li:nth-child(1){
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-top: 1px #e5e5e5 solid;
}
.bulletin-date{
    width:30%;
    min-width: 224px;
    height: 160px;
    float: left;
    background: #f7f7f7;
}
.bulletin-date-fix{
    float: none;
}
.bulletin-date p.bulletin-month{
    font-size: 38px;
    margin: 10px 0 0 -55px;
    line-height: 61px;
    display: block;
    color: #343434;
    overflow: hidden;
    font-style: italic;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-indent: 2em;
}
.bulletin-date p.bulletin-day{
    font-size: 120px;
    margin: -60px 0 0 -170px;
    line-height: 140px;
    display: block;
    color: #343434;
    overflow: hidden;
    font-style: italic;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-indent: 2em;
}


.bulletin-list-text {
    display: block;
    width: 65%;
    height: auto;
    float: left;
    margin: 0 0 0 20px;
}
.bulletin-list-ttl{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}

.bulletin-list-ttl h2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0;
    padding: 10px 0 0 0;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bulletin-list-ttl h3{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
}
.bulletin-list-text p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 45px 0 0 0;
    text-indent: inherit;
    max-height: 60px;
    overflow:hidden;
    text-overflow: ellipsis;
}

.connection-boxs{
    display: block;
    width: 100%;
    height: auto;
}
.connection-boxs ul{
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-top: 8px #fff solid;
    border-bottom: 8px #fff solid;
}
.connection-boxs ul li{
    display: block;
    width: 50%;
    height: 124px;
    float: left;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-top: 8px #fff solid;
    border-bottom: 8px #fff solid;
}
.connection-boxs ul li a{
    text-decoration: none;
}
.connection-boxs ul li:nth-child(1){
    background: #eee url(../img/icon-01.svg) no-repeat;
    background-position: 20% center;
    border-right: 16px #fff solid;
}
.connection-boxs ul li:nth-child(2){
    background: #eee url(../img/icon-02.svg) no-repeat;
    background-position: 20% center; 
}
.connection-boxs ul li:nth-child(3){
    background: #eee url(../img/icon-03.svg) no-repeat;
    background-position: 20% center;
    border-right: 16px #fff solid;
}
.connection-boxs ul li:nth-child(4){
    background: #eee url(../img/icon-04.svg) no-repeat;
    background-position: 20% center; 
}

.connection-boxs ul li h3{
    letter-spacing: -1px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin: 27px 0 0 160px;
}
.connection-boxs ul li h4{
    letter-spacing: 1px;
    font-size: 16px;
    font-weight:normal;
    color: #333;
    margin: 0 0 0 160px;
}

.pt-teacher{
    display: block;
    width: 100%;
    height: auto;
}

.pt-teacher ul{
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-top: 15px #fff solid;
    border-bottom: 15px #fff solid;
}

.pt-teacher ul li{
    display: block;
    width: 48%;
    float: left;
}
.pt-teacher ul li img{
    display: block;
    width: 100%;
    height: auto;
}
.pt-teacher ul li:nth-child(2){
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-top: 1px #666 solid;
    border-bottom: 1px #666 solid;
    float: right;
    min-height: 360px;
}
.pt-teacher ul li h2{
    letter-spacing: 1px;
    font-size: 22px;
    font-weight:normal;
    color: #666;
    margin: 0 0 0 0;
    text-indent: inherit;
    line-height: 50px;
}
.pt-teacher ul li p{
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 14px;
    font-weight:normal;
    color: #666;
    margin: 0 0 0 0;
    text-indent: inherit;
}

span.btn-facebook a,
span.btn-youtube a,
span.btn-flickr a
{
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    float: right;
    margin: 35px 5px 10px 3px;
}
span.btn-facebook a,
span.news-btn-facebook a
{
    background:url(../img/btn-facebook.svg) no-repeat;
}
span.btn-youtube a,
span.news-btn-youtube a
{
    background:url(../img/btn-youtube.svg) no-repeat;
}
span.btn-flickr a,
span.news-btn-flickr a
{
    background:url(../img/btn-flickr.svg) no-repeat;
}

span.news-btn-facebook a,
span.news-btn-youtube a,
span.news-btn-flickr a
{
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    float: right;
    margin: 0 3px;
}

.news-contant{
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
    padding: 0px 0 40px 0;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-top: 1px #666 solid;
    border-bottom: 1px #666 solid;
}
.news-contant h1{
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    
}

.news-contant p{
    text-indent: inherit;
    letter-spacing: 1px;
}
.page404 {
    padding: 60px 0 100px 0;
}
.page404 h4 {
    text-align: center;
    font-size: 190px;
    font-weight: bold;
    color: #838383;
}
.page404 h3 {
    text-align: center;
    font-size: 30px;
}
.page404 p {
    text-align: center;
    font-size: 20px;
    margin: 15px 0 25px 0;
}
.keywords{
    display: block;
    width: 90%;
    height: auto;
}
.keywords p{
    font-size: 16px;
    color: #bd191f;
    letter-spacing: 0;
    float: left; 
    margin: 0px 10px 10px 0;
    display: block;
}
.keywords ul{
    display: block;
    width: 100%;
    height: auto;
}
.keywords ul li{
    display: block;
    color: #bd191f;
    font-size: 15px;
    line-height: 16px;
    float: left;
    margin: 0 10px 0 0;
    padding: 2px 8px;
    border: 1px #bd191f solid;
    border-radius: 25px;
}
.next-back-fix{
    margin: 20px 0;
}
.wrap-btn2018 {
    white-space: nowrap;
}
.btn2018 {
    width: 50%;
    display: inline-block;
}
@media screen and (max-width: 480px){
    .btn2018 {
        width: 100%;
        display: block;
    }
}




