body {
    /*font-family: "ten-mincho",serif;*/
    /*font-family: "a-otf-midashi-mi-ma31-pr6n",serif;*/
    /*font-family: "a-otf-futo-min-a101-pr6n",serif;*/
    font-family: "source-han-serif-japanese",serif;
    font-weight: 200;
    padding-top: 20px;
}
img {
    vertical-align: bottom;
}

.wrapper {
    width: 900px;
    margin: 0 auto;
}

#header {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#header:after {
    content: " ";
    display: block;
    clear: both;
}

#vi_small {
    width: 330px;
    height: 198px;
    margin-right: 50px;
    /*
    background: url(../images/common/vi_small.jpg) left no-repeat;
    background-size: 100%;
    */
    position: relative;
    float: left;
}
#vi_small #vi {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#vi_small #vi a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
}
#vi_small #vi a img {
    width: 100%;
    height: auto;
}
#vi_small #vi a:hover {
    opacity: 0.8;
}
#vi_small #badge_container {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto 0;
}
#vi_small #badge_container a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 5px #000;
}
#vi_small #badge_container a img {
    width: 100%;
    height: auto;
}

#badge .preview,
#vi_small #badge_container .preview {
    display: block;
    width: 400px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}
#badge a:hover .preview,
#vi_small #badge_container a:hover .preview {
    visibility: visible;
    opacity: 1;
}

#badge .preview {
    right: -440px;
    bottom: -70px;
    -webkit-transform: scale(0);
    -webkit-transform-origin: left;
    -webkit-transition: .3s;
    transform: scale(0);
    transform-origin: left;
    transition: .3s;
}
#badge a:hover .preview {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#vi_small #badge_container .preview {
    right: -400px;
    -webkit-transform: scale(0);
    -webkit-transition: .3s;
    transform: scale(0);
    transition: .3s;
}
#vi_small #badge_container a:hover .preview {
    -webkit-transform: scale(1);
    transform: scale(1);
}



#header_primary {
    width: 720px;
    display: table;
    float: left;
    margin: -6px 0 20px 0;
}
#header_primary #site_name,
#header_primary #contact_link {
    display: table-cell;
    line-height: 32px;
    font-size: 20px;
    letter-spacing: 1px;
}
#header_primary #site_name {}
#header_primary #site_name span {
    display: inline-block;
    padding-left: 28px;
    margin-left: 8px;
    background: url(../images/common/icon_mark.png) left no-repeat;
    background-size: 24px;
}
#header_primary #site_name a {
    text-decoration: none;
    color: #000;
}
#header_primary #contact_link {
    text-align: right;
    padding-right: 20px;
}
#header_primary #contact_link a {
    display: inline-block;
    padding-right: 40px;
    text-decoration: none;
    color: #000;
    background: url(../images/common/icon_mail.png) right no-repeat;
    background-size: 32px;
    position: relative;
}
#header_primary #contact_link a:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: solid 1px #000;
    width: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
#header_primary #contact_link a:hover:after {
    opacity: 1;
    width: calc(100% - 40px);
}
/*
#ci_small {
    width: 220px;
    padding: 24px 0;
    float: left;
}
#ci_small img {
    width: 100%;
    height: auto;
}
*/

#gnav {
    float: left;
}
#gnav ul {
    padding: 0 0px;
}
#gnav ul:after {
    content: " ";
    display: block;
    clear: both;
}
#gnav ul li {
    float: left;
}
#gnav ul li+li {
    padding-left: 30px;
}
#gnav ul li a {
    display: block;
    width: 152px;
    height: 152px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
    overflow: hidden;
}
#gnav ul li a img {
    width: 100%;
    height: auto;
    -webkit-transition: .05s;
    transition: .05s;
}
#gnav ul li a:hover {
    box-shadow: inset 1px 1px 8px rgba(0,0,0,0.4);
}
#gnav ul li a:hover img {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}



.main {
}

.main_title {
    border-bottom: solid 1px #bfbfbf;
}
.main_title h2 {
    font-size: 30px;
    line-height: 140%;
    box-sizing: border-box;
    padding: 0 8px 2px 8px;
}

.main_content {
    padding: 20px 0;
}

.section {
    overflow: hidden;
    margin-top: -10px;
}
.section:first-of-type {
    margin-top: 20px;
}
.section_title {
    font-size: 26px;
    line-height: 140%;
    padding: 0 8px 6px 8px;
}
.section_title span {
    font-size: 18px;
    vertical-align: top;
}
.products_caption {
    font-size: 14px;
    line-height: 150%;
    margin-top: -2px;
    padding: 0 8px 12px 8px;
}
.products {
    width: 100%;
}
.products:after {
    content: " ";
    display: block;
    clear: both;
}
.products_no_title {
    padding-top: 10px;
}

.product {
    width: 440px;
    float: left;
    margin-bottom: 40px;
}
.product:nth-of-type(odd) {
    margin-right: 20px;
}
.product_image {
    width: 440px;
    height: 240px;
    background-color: #000;
    overflow: hidden;
}
.product_image img {
    width: 100%;
    height: auto;
}
.product_number {
    font-size: 12px;
    line-height: 150%;
    text-align: right;
    font-weight: 300;
}





#footer {
    background-color: #777;
    color: #fff;
}
#footer_inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

#footer_nav {
}
#footer_nav ul {
}
#footer_nav ul li {
    font-size: 18px;
    line-height: 140%;
}
#footer_nav ul li+li {
    padding-top: 4px;
}
#footer_nav ul li a {
    text-decoration: none;
    color: #fff;
    padding-left: 18px;
    position: relative;
}
#footer_nav ul li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#footer_nav ul li a:hover {
    text-decoration: underline;
}

#company_address {
    margin-top: 50px;
    display: table;
}
#company_address dl {
    display: table-row-group;
}
#company_address dl dt,
#company_address dl dd {
    display: table-cell;
    letter-spacing: 1px;
    line-height: 150%;
}
#company_address dl dd {
    padding-left: 14px;
}

#footer_company_name {
    padding-left: 39px;
    background: url(../images/common/icon_mark_white.png) 0px 10px no-repeat;
    background-size: 32px;
    font-size: 30px;
    line-height: 48px;
    position: absolute;
    right: 0;
    bottom: 16px;
}

#copyright {
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 150%;
    padding: 20px;
    font-weight: 300;
}