body {
    background-image: url(../img/bg-yellow.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

a,
a:link,
a:visited{color: #000;}
a:hover{color: #f9cc00;}

h1 {
    margin: 70px 0 50px;
    text-align: center;
}

#MainContent {
    width: 960px;
    padding-bottom: 155px;
    margin: 0 auto;
    position: relative;
}

.left {
    width: 643px;
    float: left;
}

.right {
    width: 293px;
    float: right;
}

.right a{
    text-decoration: none;
}

.right .top{
    content: ".";
    display: block;
    width: 293px;
    height: 10px;
    background: url(../img/bg-menu-top.png) no-repeat;
    background-position: 0 0;
    background-size: 293px 10px;
    text-indent: -9999px;
    margin-bottom: -5px;
}

.right .bottom {
    content: ".";
    display: block;
    width: 293px;
    height: 10px;
    background: url(../img/bg-menu-bottom.png) no-repeat;
    background-size: 293px 10px;
    text-indent: -9999px;
    margin-top: -5px;
}

.right li{
    position: relative;
    background: url(../img/bg-menu-middle.png) repeat-y;
    background-size: 293px 1px;
    padding: 20px 25px 20px 25px;
}

.right a:before{
    content: ".";
    display: block;
    background: url(../img/icon-arrow.png);
    background-size: 6px 10px;
    position: absolute;
    width: 6px;
    height: 10px;
    text-indent: -9999px;
    right: 30px;
    top: 45%;
}

.right a:hover:before{
    right: 25px;
}

.right li:after{
    content: ".";
    position: absolute;
    background: url(../img/line-gray.png) no-repeat;
    background-size: 240px 2px;
    background-position: center bottom;
    width: 240px;
    height: 20px;
    text-indent: -9999px;
}

.right li.last:after{
    background: none;
}


.right li span{
    width: 220px;
    display: block;
    margin: 0;
    padding: 0;
}

.right .title{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.right .date{
    font-size: 10px;
    color: #969696;
    font-weight: bold;
}

.right a:hover .title,
.right a:hover .date{
    color: #f9cc00;
}

.left .article.new:before {
    content: ".";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../img/icon-new.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    text-indent: -9999px;
}

.left .article {
    width: 643px;
    margin: 0 auto 27px;
}

.left .article .top {
    width: 643px;
    height: 10px;
    background: url(../img/bg-table-top.png) repeat-y;
    background-size: 643px 10px;
}

.left .article .bottom {
    width: 746px;
    height: 10px;
    background: url(../img/bg-table-bottom.png) repeat-y;
    background-size: 643px 10px;
}

.left .article .inner{
    background: url(../img/bg-table-middle.png) repeat-y;
    background-size: 643px 1px;
    padding: 35px 45px 25px 45px;
}

.left .article .title{
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.left .article h2{
    color: #000;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px;
    background: url(../img/icon-h2.png) no-repeat;
    background-size: 6px 18px;
    background-position: 0 5px;
    padding-left: 17px;
}

.left .article h3{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px;
    background: url(../img/icon-h3.png) no-repeat;
    background-size: 6px 6px;
    background-position: 0 9px;
    padding-left: 17px;
}

.left .article .date{
    display: block;
    font-size: 12px;
    color: #969696;
    font-weight: bold;
    margin-bottom: 30px;
}

.left .article .imageWrapper,
.left .article .videoWrapper{
    margin-bottom: 30px;
}

.left .article img{
    max-width: 550px;
    height: auto;
}

.left .article iframe{
    max-width: 550px;
}

.left .article p{
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 25px;
}

.left .article p.caption{
    display: block;
    font-size: 12px;
    color: #969696;
}
.left .article p.caption2{
    font-size: 12px;
    color: #969696;
}
.more {
    display: none;
}

.more.open {
    display:block;
}

a.moreBtn {
    display: block;
    width: 553px;
    height: 53px;
    background: url(../img/btn-more.png) no-repeat;
    background-size: 553px 106px;
    text-indent: -9999px;
    margin: 0 0 20px 0;
}

a:hover.moreBtn {
    background-position: 0 -53px;
}

a.moreBtn.open {
    display: none;
}

a.pageTop {
    display: block;
    width: 50px;
    height: 53px;
    background: url(../img/btn-pagetop.png) no-repeat;
    background-size: 50px 106px;
    text-indent: -9999px;
    position: fixed;
    right: 0;
    bottom: 150px;
}

a:hover.pageTop {
    background-position: 0 -53px;
}

/*-----------------------------
20151105
-----------------------------*/

.a151105 .imageWrapper .course_img{
    margin: 14px auto 0;
    width: 271px;
}

.caption{
width:270px;
}

.caption.left{
    float:left;
}

.caption.right{
    float:right;
}

.caption.center{
    margin: 0 auto;
}

.annotation{
    padding:5px 20px;
    background-color:#f2f2f2;
}
.annotation p{
    text-indent:-1em;
    margin-left:1em;
    margin-bottom: 15px !important;
}

.annotation p span{
    color:#e60012;
}

/*-----------------------------
20151111
-----------------------------*/
.a151111 .caption{
    width:550px;
}
.caption02{
    width:700px;
}


/*-----------------------------
guidebook
-----------------------------*/

.left .article .guidebook h2{
    display: block;
    margin: 20px 0 20px 0;
    width: 100%;
}

.left .article .guidebook h3{
    margin: 0 0 10px 0;
}

.guidebook img{
    float: left;
    width: 200px;
    margin: 0 20px 25px 0;
}

.guidebook-detail{
    float: right;
    width: 333px;
    font-size: 12px;
}

.guidebook-detail dt{
    display: block;
    float: left;
    clear: left;
    width: 21%;
    margin: 0;
    padding: 0;
    line-height: 2em;
    text-align: left;
}

.guidebook-detail dd{
    display: block;
    float: left;
    width: 79%;
    margin: 0;
    padding: 0;
    line-height: 2em;
}

.guidebook-detail dd:before{
    content: "：";
    margin-left: -1em;
}

.left .article p.guidebook-comment{
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 0 15px 0;
}

.left .article p.guidebook-link{
    font-size: 12px;
    margin: 0 0 25px 0;
    line-height: 1.8em;
    word-break:break-all;
}

.left .article p.guidebook-link a{
    word-break:break-all;
}

.guidebook-detail{
    margin: 0;
}

.left .article .guidebook-line{
    border-bottom: 1px dotted #000;
    padding-top: 15px;
    margin-bottom: 15px;
}

/*-----------------------------
20151201
-----------------------------*/
.imageWrapper151201{
    float:left;
}

.textWrapper151201{
    float:left;
    margin-top: -17px;
    margin-bottom: -25px;
    width: 268px;
    padding-left: 10px;
}
.li-style{
    margin-left: 2em;
    margin-bottom: 30px;
    font-size: 13px;
}
.li-style li{
    margin-bottom: 5px;
    list-style:disc;
}
.copy{
    font-size: 10px!important;
    color: #999;
}
