@charset "UTF-8";
/* CSS Document */

.content .work{
    position: relative;
    padding: 0 7.14286em;
}
.content .work ul.localNav{
    text-align:  center;
    margin: 0 0 40px 0;
}
.content .work ul.localNav li{
    margin: 0 20px;
    display: inline-block;
    font-size: 134%;
    font-weight: bold;
}
.content .work ul.localNav li a{
    border-bottom: #000 solid 1px;
    text-decoration: none;
}
.content .work ul.localNav li.journal.stay a,
.content .work ul.localNav li.journal a:hover{
    color: #FF3535;
    border-bottom: #FF3535 solid 1px;
}
.content .work ul.localNav li.publication.stay a,
.content .work ul.localNav li.publication a:hover{
    color: #FF4F9D;
    border-bottom: #FF4F9D solid 1px;
}
.content .work ul.localNav li.works.stay a,
.content .work ul.localNav li.works a:hover{
    color: #00AAEF;
    border-bottom: #00AAEF solid 1px;
}
.content .work ul.localNav li.event.stay a,
.content .work ul.localNav li.event a:hover{
    color: #25e488;
    border-bottom: #25e488 solid 1px;
}
.content .work h2.name{
    text-align: center;
    color: #00a8b8;
    font-size: 200%;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.content .workArea{
    margin: 0 0 0 -2%;
}
.content .workArea .Box{
    margin: 0 0 40px 2%;
    width: 31.3333333333333%;
    float: left;
}
.content .workArea .Box:hover{
    box-shadow: 0 0 10px gray;
    color: #fff;
}
.content .workArea .Box.JOURNAL:hover{
    background: #FF3535;
}
.content .workArea .Box.PUBLICATION:hover{
    background: #FF4F9D;
}
.content .workArea .Box.WORKS:hover{
    background: #00AAEF;
}
.content .workArea .Box.EVENT:hover{
    background: #25e488;
}
/*.content .workArea .Box.EVENT:hover a,
.content .workArea .Box.EVENT:hover .textArea p.time{
    color: #000;
}
.content .workArea .Box.EVENT:hover .textArea p.cate{
    border: #000 solid 1px;
}
.content .workArea .Box.EVENT:hover .textArea p.cate a{
    color: #000;
}*/
.content .workArea .Box p.img{
    overflow: hidden;
    margin: 0;
}
.content .workArea .Box p.img img{
    max-width: inherit;
    min-width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: transform .8s cubic-bezier(.23,1,.32,1);
    -moz-transition: transform .8s cubic-bezier(.23,1,.32,1);
    -o-transition: transform .8s cubic-bezier(.23,1,.32,1);
    -webkit-transition: transform .8s cubic-bezier(.23,1,.32,1);
    transform-origin: center center;
    moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    width: 100%;
    opacity: 1 !important;
}
.content .workArea .Box:hover img{
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    opacity: 1 !important;
}
.content .workArea .Box a{
    margin: 0;
}
.content .workArea .Box:hover a{
    color: #fff;
}
.content .workArea .Box .textArea{
    padding: 15px;
}
.content .workArea .Box .textArea a{
    text-decoration: none;
}
.content .workArea .Box .textArea p.cate{
    display: inline-block;
    padding: 3px 10px 1px 10px;
    color: #fff;
    margin: 0;
}
.content .workArea .Box .textArea p.cate a{
    color: #fff;
}
.content .workArea .Box.JOURNAL .textArea p.cate{
    border: #FF3535 solid 1px;
    background: #FF3535;
}
.content .workArea .Box.PUBLICATION .textArea p.cate{
    border: #FF4F9D solid 1px;
    background: #FF4F9D;
}
.content .workArea .Box.WORKS .textArea p.cate{
    border: #00AAEF solid 1px;
    background: #00AAEF;
}
.content .workArea .Box.EVENT .textArea p.cate{
    border: #25e488 solid 1px;
    background: #25e488;
}
.content .workArea .Box.JOURNAL:hover .textArea p.cate,
.content .workArea .Box.PUBLICATION:hover .textArea p.cate,
.content .workArea .Box.WORKS:hover .textArea p.cate,
.content .workArea .Box.EVENT:hover .textArea p.cate{
    border: #fff solid 1px;
}
.content .workArea .Box .textArea h2{
    font-size: 120%;
    line-height: 1.4;
    font-weight: bold;
    margin: 10px 0;
}
.content .workArea .Box .textArea p.time{
    color: #00A8B8;
    margin: 0;
}
.content .workArea .Box:hover .textArea p.time{
    color: #fff;
}
.content .workArea .Box .textArea p.tag{
    color: #00A8B8;
    margin: 0;
}
.content .workArea .Box .textArea p.tag .hash {
    padding-right: .71429em;
    display: inline-block;
    vertical-align: baseline;
}

.content .acms-pager-container{
    clear: both;
    text-align: center;
    margin: 0 0 0 2%;
}
.content .acms-pager-container li{
    display: inline-block;
    margin: 0 10px;
}
.content .acms-pager-container li.prev{
    float: left;
}
.content .acms-pager-container li.next{
    float: right;
}

.content.entry{
    max-width: 800px;
    margin: 0 auto;
}
.content.entry .acms-grid p,
.content.entry .acms-grid-r p {
    margin: 20px 10px;
}
.content.entry .acms-page-header {
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: none;
}
.content.entry h2{
    clear: both;
    margin: 30px 0 40px 0;
    padding: 0;
    font-size: 180%;
    font-weight: bold;
    line-height: 1.4;
}
.content.entry p.entry-info{
    margin: 0;
}
.content.entry p.entry-info time{
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
}
.content.entry.journal p.entry-info time{
    color: #FF3535;
    border-right: #FF3535 solid 1px;
}
.content.entry.publication p.entry-info time{
    color: #FF4F9D;
    border-right: #FF4F9D solid 1px;
}
.content.entry.works p.entry-info time{
    color: #00AAEF;
    border-right: #00AAEF solid 1px;
}
.content.entry.event p.entry-info time{
    color: #25e488;
    border-right: #25e488 solid 1px;
}
.content.entry p.entry-info a.acms-label{
    display: inline-block;
    padding: 3px 10px 1px 10px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
    border-radius: 0;
    font-size: 94%;
    text-decoration: none;
}
.content.entry.journal p.entry-info a.acms-label{
    background: #FF3535;
}
.content.entry.publication p.entry-info a.acms-label{
    background: #FF4F9D;
}
.content.entry.works p.entry-info a.acms-label{
    background: #00AAEF;
}
.content.entry.event p.entry-info a.acms-label{
    background: #25e488;
}

.content.entry .acms-page-header{
    margin: 0 0 30px;
}
.content.entry .acms-page-header h1.entry-title{
    margin: 15px 0 0 0;
    font-size: 200%;
}
.content.entry .acms-page-header h1.entry-title span{
    font-size: 74%;
    display: block;
}
.content.entry .acms-entry {
    margin: 0 0 30px;
    border-bottom: none;
    padding: 0;
}
.content.entry .acms-entry .outline{
    margin: 40px 10px;
}
.content.entry .acms-entry .outline h3 {
    margin: 0;
    padding: 0;
    border-top: none;
    font-size: 120%;
}
.content.entry .acms-entry .outline .outlineArea{
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
    padding: 5px 0;
    margin: 5px 0 0 0;
}
.content.entry .acms-entry .outline table{
    border: none;
    margin: 0;
}
.content.entry .acms-entry .outline table th,
.content.entry .acms-entry .outline table td{
    border: none;
    padding: 0;
}

.content.entry .acms-entry .outline table th{
	background: none;
	font-weight: bold;
    width: 25%;
}
.content.entry ul.entry-tag li{
    display: inline-block;
    margin: 0 15px 0 0;
}
.content.entry ul.entry-tag li a{
    text-decoration: none;
}
.content.entry .related_article{
    margin: 40px 0 40px -40px;
}
.content.entry .related_article .Box{
    width: 230px;
    margin: 0 0 0 40px;
    float: left;
}
.content.entry .related_article .Box a{
    margin: 0;
    text-decoration: none;
}
.content.entry .related_article .Box p.cate{
    display: inline-block;
    padding: 3px 10px 1px 10px;
    color: #fff;
    margin: 0;
}
.content.entry .related_article .Box p.cate a{
    color: #fff;
}
.content.entry .related_article .Box.JOURNAL p.cate{
    border: #FF3535 solid 1px;
    background: #FF3535;
}
.content.entry .related_article .Box.PUBLICATION p.cate{
    border: #FF4F9D solid 1px;
    background: #FF4F9D;
}
.content.entry .related_article .Box.WORKS p.cate{
    border: #00AAEF solid 1px;
    background: #00AAEF;
}
.content.entry .related_article .Box.EVENT p.cate{
    border: #FFFF26 solid 1px;
    background: #FFFF26;
}
.content.entry .related_article .Box.JOURNAL p.cate a:hover{
    border: #FF3535 solid 1px;
    color: #FF3535;
    background: #fff;
}
.content.entry .related_article .Box.PUBLICATION p.cate a:hover{
    border: #FF4F9D solid 1px;
    color: #FF4F9D;
    background: #fff;
}
.content.entry .related_article .Box.WORKS p.cate a:hover{
    border: #00AAEF solid 1px;
    color: #00AAEF;
    background: #fff;
}
.content.entry .related_article .Box.EVENT p.cate a:hover{
    border: #FFFF26 solid 1px;
    color: #FFFF26;
    background: #fff;
}
.content.entry .related_article .Box p.img{
    overflow: hidden;
    margin: 10px 0 0 0;
}
.content.entry .related_article .Box p.img img{
    max-width: inherit;
    min-width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: transform .8s cubic-bezier(.23,1,.32,1);
    -moz-transition: transform .8s cubic-bezier(.23,1,.32,1);
    -o-transition: transform .8s cubic-bezier(.23,1,.32,1);
    -webkit-transition: transform .8s cubic-bezier(.23,1,.32,1);
    transform-origin: center center;
    moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    width: 100%;
    opacity: 1 !important;
}
.content.entry .related_article .Box:hover img{
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    opacity: 1 !important;
}
.content.entry .related_article .Box h3{
    font-size: 120%;
    line-height: 1.4;
    font-weight: bold;
    margin: 5px 0 0 0;
    border-top: none;
    padding: 0;
}
.content.entry .backtop{
    text-align: center;
    font-size: 120%;
}
.content.entry .backtop a{
    color: #000;
    text-decoration: none;
}
.content.entry .entry-footer-item{
    margin: 40px 0 0 0;
}
.content.entry ul.share-list{
    margin: 5px 0 0 0;
}
.content.entry ul.share-list li{
    display: inline-block;
    margin: 0 15px 0 0;
}
.content.entry ul.share-list li a{
    text-decoration: none;
}