
/* ==========================================================================
   Twitter
   ========================================================================== */

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

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

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

.article {
    width: 306px;
    margin: 0 auto 30px;
}

.article .top {
    width: 306px;
    height: 6px;
    background: url(../img/bg-table-top.png) no-repeat;
    background-size: 306px 10px;
    background-position: left top;
    margin: 0;
    padding: 0;
}

.article .bottom {
    width: 306px;
    height: 6px;
    background: url(../img/bg-table-bottom.png) no-repeat;
    background-size: 306px 10px;
    background-position: left bottom;
    margin: 0;
    padding: 0;
}

.article .inner{
    background: url(../img/bg-table-middle.png) repeat-y;
    background-size: 306px 1px;
    margin: 0;
    padding: 13px 18px 8px;
}

.article .title{
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25em;
    margin-bottom: 3px;
}

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

.article h3{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 5px;
    background: url(../img/icon-h3.png) no-repeat;
    background-size: 4px 4px;
    background-position: 0 7px;
    padding-left: 13px;
}

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

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

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

.article p{
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.article p.caption{
    display: block;
    font-size: 9px;
    color: #969696;
}

.article a,
.article a:link,
.article a:visited{color: #000;}

.more {
    display: none;
}

.more.open {
    display:block;
}

a.moreBtn {
    display: block;
    width: 273px;
    height: 43px;
    background: url(../img/btn-more.png) no-repeat;
    background-size: 273px 86px;
    text-indent: -9999px;
    margin: 0 0 5px 0;
}

a:active.moreBtn {
    background-position: 0 -43px;
}

a.moreBtn.open {
    display: none;
}

#Footer {
    padding-top:0;
    margin-top: -15px;
}

a.pageTop {
    display: block;
    width: 44px;
    height: 43px;
    background: url(../img/btn-pagetop.png) no-repeat;
    background-size: 45px 86px;
    text-indent: -9999px;
    z-index: 100;
    float: right;
    margin: -18px 0 0 0;
}

a.pageTop.fixed {
    display: block;
    width: 44px;
    height: 43px;
    background: url(../img/btn-pagetop.png) no-repeat;
    background-size: 45px 86px;
    text-indent: -9999px;
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 100;
    float: none;
    margin: 0;
}

a:active.pageTop {
    background-position: 0 -43px;
}

.moreRead3D {
    height: 43px;
    padding-left: 10px;
    padding-right: 5px;
    margin-bottom: 45px;
}

.moreRead3D #morePrev {
    background-image: url(../img/btn-more-3ds.png);
    background-repeat: no-repeat;
    background-size: 296px 86px;
    background-position: 0px 0px;
    text-indent: -9999px;
    width: 148px;
    height: 43px;
    margin: 0 auto 20px;
    float: left;
}

.moreRead3D #morePrev:active {
    background-position: 0px -43px;
}

.moreRead3D #moreNext {
    background-image: url(../img/btn-more-3ds.png);
    background-repeat: no-repeat;
    background-size: 296px 86px;
    background-position: -148px 0px;
    text-indent: -9999px;
    width: 148px;
    height: 43px;
    margin: 0 auto 20px;
    float: right;
}

.moreRead3D #moreNext:active {
    background-position: -148px -43px;
}

.moreRead3D a {
    width: 303px;
    height: 55px;
    display: block;
}



/*-----------------------------
20151105
-----------------------------*/
.annotation{
    padding:5px 13px;
    background-color:#f2f2f2;
}
.annotation p{
    text-indent:-1em;
    margin-left:1em;
    margin-bottom: 12px;
}

.annotation p span{
    color:#e60012;
}


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

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

.article .guidebook h3{
    margin: 20px 0 5px 0;
}

.guidebook img{
    margin: 0 0 5px 0;
}

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

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

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


.guidebook-detail{
    width: 270px;
    font-size: 12px;
}

.article p.guidebook-comment{
    font-size: 12px;
    margin: 0 0 15px 0;
}

.article .guidebook .guidebook-link a{
    width: 270px;
    font-size: 12px;
    margin: 0 0 25px 0;
    word-break:break-word;
}

.article .guidebook-line{
    border-bottom: 1px dotted #000;
    padding-top: 10px;
    margin-bottom: 10px;
}
.li-style {
    font-size: 12px;
    margin-left: 1em;
}
.li-style li{
    margin-bottom: 10px;
    list-style: disc;

}
.copy{
    font-size: 10px!important;
    color: #999;
}
/*-----------------------------
only old 3ds
-----------------------------*/
.only3ds {
    display: none;
}
