@charset "UTF-8";
/*
Theme Name: SALVAGE STORE
Theme URI:
Description: SALVAGE STORE 様用テーマ
Version: 1.0
Author: ND&I
Author URI: http://www.n-di.co.jp/
*/
/*** Web Fonts ***/
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:700);
@import url(http://fonts.googleapis.com/css?family=Lusitana:700);
/*** General Setting ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

img {
    vertical-align: bottom;
}

body {
    font: 16px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
    color: #222;
    text-align: left;
    background: #FFF;
}

a {
    color: #222;
    text-decoration: none;
}
a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

/* WordPress */
img.alignright {
    display: block;
    margin: 0 0 0 auto;
    float: right;
}

/* 配置位置 右 */
img.alignleft {
    display: block;
    margin: 0 auto 0 0;
    float: left;
}

/* 配置位置 左 */
img.aligncenter {
    display: block;
    margin: 0 auto;
}

/* 配置位置 中央 */
/* hover.css */
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
  }
  100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
  }
  100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-sweep-to-bottom:before {
    background: #444;
}

/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* layout */
#bg_black {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}

/* Header */
header::before {
    position: fixed;
    width: 100%;
    height: 13px;
    top: 0;
    left: 0;
    background: url("img/bg_header01.png") 0 0 repeat-x;
    content: "";
    z-index: 99;
}
header nav {
    position: fixed;
    z-index: 100;
    top: -170px;
    right: 0;
    left: 0;
    padding-top: 17px;
    width: 733px;
    height: 227px;
    margin: 0 auto;
    background: url("img/bg_head_menu01.png") center 0 no-repeat;
}
header nav .menulogo {
    text-align: center;
    margin-bottom: 25px;
}
header nav ul {
    width: 320px;
    margin: 0 auto 5px;
    *zoom: 1;
}
header nav ul:after {
    content: "";
    display: table;
    clear: both;
}
header nav ul li {
    float: left;
    width: 143px;
    height: 30px;
    margin: 0 8px 13px;
}
header nav #menu_btn {
    width: 304px;
    height: 74px;
    margin: 0 auto;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
header nav #menu_btn:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}
header nav .hvr-icon-pulse-grow:before {
    content: url("img/icon_head_arrow01.png");
    right: inherit;
    top: 2px;
}

/* Footer */
footer {
    position: relative;
    padding-top: 60px;
    background: #222;
    color: #FFF;
    text-align: center;
    font-size: 75%;
}
footer #pagetop {
    right: 15px;
    bottom: 15px;
    display: none;
}
footer #pagetop.fixed {
    position: fixed;
}
footer #pagetop.static {
    position: absolute;
    top: -128px;
    bottom: inherit;
}
footer .logo {
    margin-bottom: 20px;
}
footer h1 {
    margin-bottom: 20px;
}
footer address {
    margin-bottom: 50px;
}
footer #f_navi {
    *zoom: 1;
    width: 420px;
    margin: 0 auto 20px;
}
footer #f_navi:after {
    content: "";
    display: table;
    clear: both;
}
footer #f_navi li {
    float: left;
    margin: 0 5px;
}
footer #f_navi li a {
    display: block;
    width: 130px;
    color: #FFF;
}
footer .copy {
    font-size: 85.7%;
}

/* ページ共通 */
#page_title {
    text-align: center;
    padding: 113px 0 50px;
}

#pager {
    position: relative;
    *zoom: 1;
}
#pager:after {
    content: "";
    display: table;
    clear: both;
}
#pager .pager_in {
    float: left;
    position: relative;
    left: 50%;
}
#pager .page-numbers {
    background: #222;
    color: #FFF;
    display: block;
    float: left;
    position: relative;
    left: -50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 3px;
    font-size: 85.7%;
}
#pager .current {
    background: #a28532;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
#pager .next, #pager .prev {
    background: #222;
    color: #FFF;
    min-width: 35px;
    border: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

/* トップページ */
html body.home #wrapper {
    background: none;
}

header.top {
    background: url("img/top_visual02.jpg") center 0 no-repeat;
    background-size: cover;
}
header.top .header_in .logo {
    margin: auto;
    width: 424px;
    height: 171px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#concept {
    background: url("img/bg_section01.jpg") center 0 repeat-y;
    background-size: cover;
    width: 100%;
    padding: 63px 0 80px;
    text-align: center;
}
#concept h1 {
    margin: 0 auto 28px;
    width: 278px;
}
#concept .video {
    width: 950px;
    margin: 0 auto 40px;
}
#concept p {
    margin-bottom: 1em;
    font-size: 112.5%;
    line-height: 36px;
}

#works {
    background: url("img/bg_section02.jpg") center 0 repeat-x;
    background-size: cover;
    padding: 63px 0 266px;
    text-align: center;
    overflow-x: hidden;
}
#works h1 {
    margin: 0 auto 70px;
    width: 205px;
}
#works nav {
    width: 1178px;
    margin: 0 auto;
}
#works nav .diamonds {
    *zoom: 1;
    margin-right: -160px;
}
#works nav .diamonds:after {
    content: "";
    display: table;
    clear: both;
}
#works nav li {
    float: left;
    margin-right: 160px;
    position: relative;
}
#works nav li:nth-child(4) {
    margin-left: 224px;
}
#works nav li:nth-child(n+4) {
    margin-top: -215px;
}
#works nav li:nth-child(n+4) .diamond_title {
    top: 440px;
}
#works nav li:after {
    background: #FFF;
    display: block;
    position: absolute;
    top: 150px;
    left: 0;
    content: "";
    width: 286px;
    height: 286px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#works nav .diamond_title {
    display: block;
    background: #FFF;
    width: 150px;
    height: 150px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
}
#works nav .diamond_title:hover {
    opacity: 1;
}
#works nav .diamond_title:hover:before {
    background: #FEE;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 150px;
    height: 150px;
}
#works nav .diamond_title .title {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: 1;
    line-height: 1;
}
#works nav .diamond_title .title.top {
    background: url("img/icon_top_works_top.gif") center 135px no-repeat;
}
#works nav .diamond_title .title.bottom {
    background: url("img/icon_top_works_bottom.gif") center 0 no-repeat;
}
#works nav .diamond_title .title .cat {
    font-size: 40px;
    font-family: 'Lusitana';
    padding-top: 30px;
}
#works nav .diamond_title .title .ja {
    margin-top: 10px;
    font-size: 11px;
}
#works nav .diamond_img {
    display: block;
    width: 286px;
    height: 286px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#works nav .diamond_img .img {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    z-index: 2;
    left: -60px;
    bottom: -60px;
}
#works nav .diamond_img .works_num {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -55px;
    bottom: -65px;
    z-index: 3;
    text-align: center;
    width: 404px;
    height: 404px;
    line-height: 404px;
    font-size: 700%;
    font-family: 'Josefin Slab', serif;
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

#blog {
    background: url("img/bg_section03.jpg") center 0 repeat-y;
    background-size: cover;
    padding: 63px 0 85px;
    text-align: center;
}
#blog h1 {
    margin: 0 auto 28px;
    width: 156px;
}
#blog .archive_link {
    margin-bottom: 33px;
}
#blog .archive_link .hvr-icon-pulse-grow:before {
    content: url("img/icon_head_arrow01.png");
    top: 5px;
}
#blog .articles {
    *zoom: 1;
    width: 1122px;
    margin: 0 auto;
}
#blog .articles:after {
    content: "";
    display: table;
    clear: both;
}
#blog .articles .article {
    float: left;
    margin: 0 22px;
    background: url("img/bg_top_blogpost01.png") 0 0 no-repeat;
    padding: 25px;
    width: 280px;
    height: 441px;
}
#blog .articles .image {
    background: #FFF;
    border: #DDD 1px solid;
    margin-bottom: 10px;
}
#blog .articles .date {
    color: #767676;
    font-size: 81.3%;
    margin-bottom: 10px;
}
#blog .articles .content {
    text-align: left;
}

#access {
    padding: 63px 0 100px;
    text-align: center;
}
#access h1 {
    margin: 0 auto 28px;
    width: 574px;
}
#access .address {
    margin-bottom: 30px;
    font-size: 87.5%;
    line-height: 22px;
}
#access .map {
    width: 504px;
    margin: 0 auto 120px;
    text-align: right;
}
#access .thanks {
    border-top: #000 5px solid;
    border-bottom: #000 5px solid;
    margin: 0 auto;
    width: 750px;
}
#access .thanks .thanks_inner {
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    margin: 1px auto;
    padding: 65px 0;
}
#access .thanks .gratitude {
    margin-bottom: 33px;
}
#access .thanks .contact {
    width: 326px;
    margin: 0 auto 45px;
}
#access .thanks .contact p {
    text-align: left;
    margin-bottom: 25px;
}
#access .thanks .button {
    *zoom: 1;
    width: 96px;
    margin: 0 auto;
}
#access .thanks .button:after {
    content: "";
    display: table;
    clear: both;
}
#access .thanks .button p {
    float: left;
}
#access .thanks .button p:first-child {
    margin-right: 16px;
}

/* page.php */
body.page #wrapper {
    background: url("img/bg_section01.jpg") center 0 repeat-y;
    background-size: contain;
}

#page_title.title_about {
    background: url("img/page/bg_main_about.jpg") center 0 no-repeat;
    background-size: cover;
}

#page_title.title_workflow {
    background: url("img/page/bg_main_workflow.jpg") center 0 no-repeat;
    background-size: cover;
}

#page_title.title_contact {
    background: url("img/page/bg_main_contact.jpg") center 0 no-repeat;
    background-size: cover;
}

#page_title.title_privacy {
    background: url("img/page/bg_main_contact.jpg") center 0 no-repeat;
    background-size: cover;
}

#page_title.title_sitemap {
    background: url("img/page/bg_main_contact.jpg") center 0 no-repeat;
    background-size: cover;
}

/* Sidebar for posts */
#sidebar {
    width: 268px;
    float: right;
}
#sidebar .widget-title {
    background: url("img/page/bg_side_title01.png") 0 0 no-repeat;
    line-height: 39px;
    color: #f3f0e8;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    padding-left: 13px;
    width: 253px;
}
#sidebar #searchform label,
#sidebar #searchsubmit {
    display: none;
}
#sidebar form input {
    width: 253px;
    height: 26px;
    margin: 15px 0 20px 5px;
    background: #FFF url("img/page/bg_side_serch01.gif") right center no-repeat;
}
#sidebar ul {
    margin: 0 0 20px 10px;
}
#sidebar ul li {
    line-height: 30px;
}

/* single.php */
body.single #wrapper {
    background: url("img/bg_section01.jpg") center 0 repeat-y;
    background-size: contain;
}

#page_title.title_blog {
    background: url("img/page/bg_main_blog.jpg") center 0 no-repeat;
    background-size: cover;
}

#contents {
    width: 1040px;
    margin: 0 auto;
    padding: 50px 0 100px;
    *zoom: 1;
}
#contents:after {
    content: "";
    display: table;
    clear: both;
}
#contents .single {
    float: left;
    width: 730px;
}
#contents .single h2 {
    font-size: 212.5%;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}
#contents .single .date {
    margin-bottom: 20px;
    color: #767676;
}
#contents .single .image {
    margin-bottom: 10px;
}
#contents .single .article {
    margin-bottom: 80px;
}
#contents .single #page_navi {
    *zoom: 1;
    position: relative;
    height: 28px;
}
#contents .single #page_navi:after {
    content: "";
    display: table;
    clear: both;
}
#contents .single #page_navi li {
    float: right;
    height: 28px;
}
#contents .single #page_navi li:first-child {
    float: left;
}
#contents .single #page_navi li.list {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 30px;
}

/* category.php */
body.archive #wrapper {
    background: url("img/bg_section01.jpg") 0 0 repeat;
}

#contents {
    width: 1040px;
    margin: 0 auto;
    padding: 50px 0 100px;
    *zoom: 1;
}
#contents:after {
    content: "";
    display: table;
    clear: both;
}
#contents .archive {
    float: left;
    width: 730px;
}
#contents .archive h2 {
    font-size: 212.5%;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}
#contents .archive .date {
    margin-bottom: 20px;
    color: #767676;
}
#contents .archive .articles {
    *zoom: 1;
    margin-right: -70px;
}
#contents .archive .articles:after {
    content: "";
    display: table;
    clear: both;
}
#contents .archive .articles .article {
    float: left;
    margin: 0 70px 0 0;
    background: url("img/bg_top_blogpost01.png") 0 0 no-repeat;
    padding: 25px;
    width: 280px;
    height: 441px;
}
#contents .archive .articles .image {
    background: #FFF;
    border: #DDD 1px solid;
    margin-bottom: 10px;
}
#contents .archive .articles .date {
    color: #767676;
    font-size: 81.3%;
    margin-bottom: 10px;
}
#contents .archive .articles .content {
    text-align: left;
}

/* search.php ブログ検索関係 */
body.search #wrapper {
    background: url("img/bg_section01.jpg") 0 0 repeat;
}

#sidebar .searchform input {
    font-size: 106.3%;
}

/* works navi */
body.single-works .works_nav,
body.tax-works_cat .works_nav {
    *zoom: 1;
    margin: -40px auto 50px;
    width: 1100px;
}
body.single-works .works_nav:after,
body.tax-works_cat .works_nav:after {
    content: "";
    display: table;
    clear: both;
}
body.single-works .works_nav li,
body.tax-works_cat .works_nav li {
    float: left;
    margin: 0 35px;
}
body.single-works .works_nav .diamond,
body.tax-works_cat .works_nav .diamond {
    display: block;
    background: #FFF;
    width: 150px;
    height: 150px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
}
body.single-works .works_nav .diamond:hover,
body.tax-works_cat .works_nav .diamond:hover {
    opacity: 1;
}
body.single-works .works_nav .diamond:hover:before,
body.tax-works_cat .works_nav .diamond:hover:before {
    background: #FEE;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 150px;
    height: 150px;
}
body.single-works .works_nav .diamond .title,
body.tax-works_cat .works_nav .diamond .title {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: 1;
    line-height: 1;
    text-align: center;
    background: url("img/icon_top_works_top.gif") center 135px no-repeat;
}
body.single-works .works_nav .diamond .title .cat,
body.tax-works_cat .works_nav .diamond .title .cat {
    font-size: 40px;
    font-family: 'Lusitana';
    padding-top: 30px;
}
body.single-works .works_nav .diamond .title .ja,
body.tax-works_cat .works_nav .diamond .title .ja {
    margin-top: 10px;
    font-size: 11px;
}

/* single-works.php */
body.single-works #wrapper {
    background: url("img/bg_works01.jpg") center 250px repeat;
}

#page_title.title_works {
    background: url("img/page/bg_main_works.jpg") center 0 no-repeat;
    background-size: cover;
}

.single-works #contents {
    width: 1280px;
    margin: 0 auto;
    padding: 50px 0 100px;
}
.single-works #contents .works h2 {
    text-align: center;
    margin-bottom: 75px;
}
.single-works #contents .works .works_top {
    *zoom: 1;
    margin-bottom: 45px;
    position: relative;
}
.single-works #contents .works .works_top:after {
    content: "";
    display: table;
    clear: both;
}
.single-works #contents .works .works_top .image {
    float: left;
    background: #FFF;
    width: 638px;
}
.single-works #contents .works .works_top .article {
    float: right;
    width: 592px;
    margin-bottom: 80px;
}
.single-works #contents .works .works_top .article h3 {
    font-size: 212.5%;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}
.single-works #contents .works .works_top .article .date {
    margin-bottom: 20px;
    color: #767676;
}
.single-works #contents .works .works_top .detail {
    position: absolute;
    right: 0;
    bottom: 0;
    border: #000 1px solid;
    padding: 20px 30px;
    width: 530px;
}
.single-works #contents .works .works_top .detail p {
    margin-bottom: 18px;
}
.single-works #contents .works .works_top .detail table th {
    padding: 4px 0;
    width: 100px;
}
.single-works #contents .works .works_top .detail table td {
    padding: 4px 0;
}
.single-works #contents .works .works_bottom {
    *zoom: 1;
}
.single-works #contents .works .works_bottom:after {
    content: "";
    display: table;
    clear: both;
}
.single-works #contents .works .works_bottom p {
    float: left;
    width: 238px;
    background: #FFF;
    margin-left: 22px;
}
.single-works #contents .works .works_bottom p:first-child {
    margin-left: 0;
}

/* taxonomy-works_cat.php */
html body.tax-works_cat #wrapper {
    background: url("img/bg_works01.jpg") center 250px repeat;
}

#page_title.title_works {
    background: url("img/page/bg_main_works.jpg") center 0 no-repeat;
    background-size: cover;
}

.tax-works_cat #contents {
    width: 1280px;
    margin: 0 auto;
    padding: 50px 0 100px;
}
.tax-works_cat #contents .works_archive h2 {
    text-align: center;
    margin-bottom: 75px;
}
.tax-works_cat #contents .works_archive .count {
    text-align: right;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    font-size: 125%;
}
.tax-works_cat #contents .works_archive .posts {
    *zoom: 1;
    margin: 0 -13px 45px 0;
}
.tax-works_cat #contents .works_archive .posts:after {
    content: "";
    display: table;
    clear: both;
}
.tax-works_cat #contents .works_archive .posts .post {
    float: left;
    width: 418px;
    margin: 0 13px 30px 0;
    text-align: center;
}
.tax-works_cat #contents .works_archive .posts .image {
    background: #FFF;
    margin-bottom: 10px;
}
.tax-works_cat #contents .works_archive .posts .date {
    margin-bottom: 10px;
    color: #767676;
    font-size: 93.8%;
}
.tax-works_cat #contents .works_archive .posts h3 {
    font-size: 106.3%;
}
.tax-works_cat #contents .works_archive .works_bottom {
    *zoom: 1;
}
.tax-works_cat #contents .works_archive .works_bottom:after {
    content: "";
    display: table;
    clear: both;
}
.tax-works_cat #contents .works_archive .works_bottom p {
    float: left;
    width: 238px;
    background: #FFF;
    margin-left: 22px;
}
.tax-works_cat #contents .works_archive .works_bottom p:first-child {
    margin-left: 0;
}

/* contact */

/*# sourceMappingURL=style.css.map */
