@charset 'utf-8';
/**
 * For project page
 */
/**
 * /projects/
 * page-projects.php template
 */
#projectsFrame {
    overflow: hidden;
    padding-left:25px;
}
#projectsFrame .category {
    float: left;
    padding-bottom: 16px;
    width: 321px;
}
#projectsFrame .category a {
    display: block;
    position: relative;
    width: 305px;
}
#projectsFrame .category a:hover {
    opacity:0.85;
}
#projectsFrame .titles {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}
#projectsFrame .title {
    line-height: 150%;
    padding:0 10px;
}
/**
 * /blog/project_categories/something/
 * taxonomy-project_categories.php template
 */
#catName,
#catDescription{
    padding: 0 25px;
}
#projectList {
    padding-left: 25px;
}
#catName {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 16px;
}
#catName .ja {
    font-size: 15px;
}
#catDescription {
    line-height: 160%;
    padding-bottom: 40px;
}
#catDescription p {
    padding-bottom: .9em;
}
#catDescription .ja {
    font-size: 13px;
}
#projectList {
    overflow: hidden;
}
#projectList .project {
    float: left;
    padding-bottom: 30px;
    width: 240px;
}
#projectList .project div {
    text-align: center;
}
#projectList .project .titles {
    padding-right: 20px;
}
#projectList .project .title .en,
#projectList .project .title .ja {
    padding:5px;
}
#projectList .project .title .ja {
    font-size: 13px;
}
#underContent {}
#underContent .backButton {
    background: #333;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    padding: 18px;
    text-align: center;
    width: 40%;
}
/**
 * /blog/project/something/
 * single-project.php template
 */
#projectBody {
    padding: 0 25px 30px;
}
#projectTitle {
    padding-bottom: 32px;
}
#projectTitle .en,
#projectTitle .ja {
    font-weight: bold;
}
#projectTitle .en {
    font-size: 23px;
    padding-bottom: 0.5em;
    font-style: italic;
}
#projectTitle .ja {
    font-size: 20px;
}
#projectTitle .terms {
    font-size: 13px;
}
#projectBody {
    overflow: hidden;
}
#imageColumn {
    float:left;
    line-height: 170%;
    width: 69%;
}
#imageColumn > p{
    padding-bottom: 3em;
}
#textColumn {
    line-height: 170%;
    margin-left: 73%;
}
#textColumn .ja {
    font-size: 13px;
}
#textColumn .en > p,
#textColumn .ja > p {
    padding-bottom: 2em;
}
#nextPrev {
    clear: left;
    overflow: hidden;
    padding-bottom: 32px;
    position: fixed;
    top: 50%;
    width: 1160px;
    margin-left: -80px;
}
#nextPrev .prevWork ,
#nextPrev .nextWork{
    font-size: 18px;
    width: 8.5%;
}
#nextPrev .prevWork{
    float: left;
}
#nextPrev .nextWork{
    float: right;
    text-align: right;
}
#nextPrev .prevWork a,
#nextPrev .nextWork a {
    background: #000;
    color: #fff;
    display: block;
    padding: 0.8em 1em;
    opacity: 0.3;
}
#nextPrev .prevWork a:hover,
#nextPrev .nextWork a:hover {
    text-decoration: none;
    opacity: 1;
}
#nextPrev .prevWork .label,
#nextPrev .nextWork .label,
#nextPrev .prevWork .arrow,
#nextPrev .nextWork .arrow {
    display: block;
}
#nextPrev .prevWork .arrow {
    float: left;
    padding: 0.45em 0.5em 0.45em 0;
}
#nextPrev .nextWork .arrow {
    float: right;
    padding: 0.45em 0 0.45em 0.5em;
}

#otherProjectTitle {
    clear: both;
    padding-bottom: 2em;
}
#otherProject {
    overflow: hidden;
    width: 950px;
}
#otherProject li {
    float: left;
    width: 190px;
}
#otherProject li div {
    padding-bottom: 0.5em;
    text-align: center;
}
#otherProject li .titles {
    padding: 0 1em 0 0.5em;
}
#otherProject li .titles p {
    padding-bottom:0.6em;
}