/* --------------------------------------------------------
*common
-------------------------------------------------------- */
body {
  color: #333;
  line-height: 1.8;

  font-size: 10pt;
}

a {
  color: #333;
}
a:visited, a:active {
  color: #333;
}
a:hover {
  text-decoration: underline;
}

#wrapper {
  overflow: hidden;
}

.content_in_wrapper {
  overflow: hidden;
  *zoom: 1;
  width: auto;
  margin-left: 220px;
}

.wrapper_in {
  margin: 0 auto;
}

.spwrap {
  padding: 0 15px;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.leftBox, .rightBox {
  float: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
.pcOnly {
  display: none;
}

.red {
  color: #BD272D;
}

/* --------------------------------------------------------
*g_nav
-------------------------------------------------------- */
header {
  background: url("../img/g_nav_bg_01.png") 0 0;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
}

#spHeaer {
  height: 30px;
}
#spHeaer dl {
  overflow: hidden;
  *zoom: 1;
  padding-left: 15px;
  padding-right: 15px;
}
#spHeaer dl dt {
  float: left;
}
#spHeaer dl dt img {
  width: 100%;
  height: auto;
}
#spHeaer dl dt img {
  max-width: 140px;
}
#spHeaer dl dd {
  float: right;
}
#spHeaer dl dd img {
  width: 100%;
  height: auto;
}
#spHeaer dl dd img {
  max-width: 30px;
}

#g_nav {
  position: static !important;
  top: 0 !important;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: url("../img/g_nav_bg_01.png") 0 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
  font-size: 134%;
  letter-spacing: 0.05em;
}
#g_nav .leadTxt {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 8px;
}
#g_nav .leadTxt img {
  max-width: 100%;
  height: auto;
}
#g_nav ul {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 8px;
}
#g_nav ul li {
  border-bottom: 1px solid #292929;
  background: url("../img/header_sp_ico_01.png") 96% 50% no-repeat;
  background-size: 10px;
}
#g_nav ul li a {
  color: #ddd;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  font-size: 86%;
}
#g_nav ul li a img {
  vertical-align: middle;
}
#g_nav ul li.li07 {
  border-right: 1px solid #4D4D4D;
}
#g_nav ul li:hover, #g_nav ul li:active {
  background-color: #000;
}
#g_nav #spMenuCloseBtn {
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  color: #ddd;
}
#g_nav.on {
  padding: 14px 0;
  height: 1000px;
}

/* --------------------------------------------------------
*main
-------------------------------------------------------- */
#main {
  height: 125px;
  background: #333 0 0 no-repeat;
  position: relative;
}
#main .wrapper_in {
  position: relative;
}
#main .wrapper_in .logo {
  display: none;
}
#main .topLogo {
  display: none;
}

#mainVisual {
  margin-top: 50px;
}
#mainVisual, #mainVisual li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
}
#mainVisual .li01 {
  background: url("../img/index/main01_img_01.jpg") center center no-repeat;
  background-size: cover;
}

#infoBox {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url("../img/infoBox_bg_01.png") 0 0;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding: 12px ;
}
#infoBox .wrapper_in {
  overflow: hidden;
  *zoom: 1;
}
#infoBox a {
  /*display: block;*/
  height: 100%;
  text-decoration: underline;
}
#infoBox a.infoBox-a01 {
  padding-bottom: 5px;
}
#infoBox a.infoBox-a02 {
  padding-top: 5px;
}
#infoBox h2 {
  margin-bottom: 4px;
  display: none;
}
#infoBox dl {
  overflow: hidden;
  *zoom: 1;
}
#infoBox dl dt, #infoBox dl dd {
  float: left;
}
#infoBox dl dt {
  margin-right: 10px;
}

#pankuzu {
  background: #222;
  font-size: 86%;
  padding: 4px 0;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
#pankuzu ul {
  overflow: hidden;
  *zoom: 1;
}
#pankuzu ul li {
  float: left;
  margin-right: 10px;
}
#pankuzu ul li a {
  margin-right: 10px;
}
#pankuzu, #pankuzu a {
  color: #ddd;
}
#pankuzu a {
  text-decoration: none;
}
#pankuzu a:hover {
  color: #796A56;
}

#lead {
  padding: 30px 0;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
#lead img {
  max-width: 100%;
  height: auto;
}
#lead h1 {
  margin-bottom: 40px;
}
#lead dt {
  margin-bottom: 20px;
}
#lead br {
  display: none;
}

/* --------------------------------------------------------
*f_nav
-------------------------------------------------------- */
#f_nav {
  background: #222;
  padding: 30px 0 30px;
}
#f_nav, #f_nav a {
  color: #ddd;
}
#f_nav a {
  text-decoration: none;
}
#f_nav a:hover {
  color: #796A56;
}
#f_nav h2 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
}
#f_nav h2 img {
  max-width: 100%;
  height: auto;
}
#f_nav h2 span {
  font-size: 142%;
  display: block;
  margin-bottom: 8px;
}
#f_nav nav {
  font-family: "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
  font-size: 115%;
  letter-spacing: 0.05em;
  padding-left: 15px;
  padding-right: 15px;
}
#f_nav nav dl {
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
#f_nav nav dl dd {
  display: none;
  float: left;
  margin-right: 8px;
  width: 620px;
}
#f_nav nav dl dd a {
  padding: 0 6px;
}
#f_nav nav dl.twolink {
  overflow: hidden;
  *zoom: 1;
}
#f_nav nav dl.twolink dt {
  float: left;
  margin-right: 5px;
}
#f_nav nav dl.twolink dd {
  float: left;
  display: block;
  width: auto;
}
#f_nav nav dl.twolink dd a {
  display: inline-block;
  margin-left: 5px;
}

/* --------------------------------------------------------
*blogFeed
-------------------------------------------------------- */
#blogFeed {
  position: relative;
  background: #333;
  padding: 20px 0 20px;
}
#blogFeed, #blogFeed a {
  color: #fff;
}
#blogFeed h2 {
  text-align: center;
  margin-bottom: 30px;
}
#blogFeed h2 img {
  max-width: 100%;
  height: auto;
}
#blogFeed .entryWrapper {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}
#blogFeed .entryWrapper .entryBox {
  background: url("../img/header_sp_ico_01.png") 96% 50% no-repeat;
  background-size: 10px;
  border-top: 1px solid #4D4D4D;
}
#blogFeed .entryWrapper .entryBox a {
  padding: 6px 26px;
  display: block;
  text-decoration: none;
}
#blogFeed .entryWrapper .entryBox a:hover {
  background: #666;
}
#blogFeed .entryWrapper .entryBox article {
  font-size: 82%;
  color: #E2E2E2;
  margin-bottom: 20px;
  display: none;
}
#blogFeed .entryWrapper .entryBox .date {
  font-size: 82%;
}
#blogFeed .entryWrapper .entryBox .date dd {
  display: none;
}
#blogFeed .entryWrapper .entryBox:last-child {
  border-bottom: 1px solid #4D4D4D;
}
#blogFeed .pagetop a {
  display: block;
  width: 100%;
  height: 30px;
  padding: 10px 0 20px;
  z-index: 1;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#blogFeed .pagetop a:hover {
  background: #444;
}

/* --------------------------------------------------------
*footer
-------------------------------------------------------- */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #222;
  width: 100%;
  z-index: 999;
}
footer img {
  width: 40px;
  height: auto;
}
footer .wrapper_in {
  width: 100%;
}
footer #snsBtn {
  float: left;
  overflow: hidden;
  *zoom: 1;
}
footer #snsBtn li {
  float: left;
}
footer #blogHoverArea {
  display: none;
}
footer .pagetop, footer .copyright {
  float: right;
}
footer .pagetop {
  margin-left: 20px;
}
footer .copyright {
  display: none;
  color: #fff;
  font-size: 75%;
  margin-top: 16px;
}

#footerMopduleWrapper {
  position: relative;
}

/* --------------------------------------------------------
*worksUl
-------------------------------------------------------- */
.worksUl {
  overflow: hidden;
  *zoom: 1;
}
.worksUl .off img {
  opacity: 0.4;
}
.worksUl li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
}
.worksUl li img {
  width: 100%;
  height: auto;
}
.worksUl li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  /* IE 6-9 */
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.worksUl li img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url(grayscale.svg);
  /* Firefox 4+ */
  filter: none;
  /* IE 6-9 */
}
.worksUl li figure {
  margin-bottom: 5px;
  position: relative;
}
.worksUl li figure aside {
  color: #fff;
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  font-size: 41%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
.worksUl li figure aside span {
  text-align: center;
  padding: 3px 6px;
}
.worksUl li p {
  line-height: 1.2;
  font-size: 82%;
}
.worksUl li:nth-child(even) {
  margin-right: 0;
}

#model .worksUl li p {
  height: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
  background: none !important;
}

.nivo-lightbox-title-wrap {
  background: #000;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
  width: 12% !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  width: 36px !important;
  height: 36px !important;
}

#fancybox-left, #fancybox-right {
  position: fixed !important;
  top: 0 !important;
  z-index: 9000 !important;
  height: 100% !important;
}

#fancybox-left {
  left: 0 !important;
}

#fancybox-right {
  right: 0 !important;
}

#fancybox-left-ico, #fancybox-right-ico {
  top: 50% !important;
}

#fancybox-title {
  bottom: auto;
  margin-top: 10px;
  background: #000;
  padding: 4px;
}

#fancybox-left-ico, #fancybox-right-ico {
  padding: 0 !important;
}

#fancybox-left-ico {
  left: 4px !important;
}

#fancybox-right-ico {
  right: 4px !important;
}

.fancybox-title-float {
  position: static !important;
  height: auto !important;
}

#fancybox-close {
  z-index: 9001 !important;
}
