#g_nav .li03 a/* --------------------------------------------------------
*g_nav
-------------------------------------------------------- */

#g_nav .li03 img {
  visibility: hidden;
}

/* --------------------------------------------------------
*index
-------------------------------------------------------- */
body.index #tabWrpper {
  padding: 40px 0 50px;
  background: #EDEDED;
}
body.index #tabWrpper .wrapper_in_in {
  width: 1180px;
  margin-left: -60px;
}
body.index #t_nav ul {
  overflow: hidden;
  *zoom: 1;
}
body.index #t_nav ul li {
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
	padding: 20px 0;
	text-align: center;
	background: #E1E1E1;
	font-family: GTSectraDisplay-Light;
	font-size: 160%;
}
body.index #t_nav ul li.on {
  background: #fff;
}
body.index .tab {
  background: #fff;
  padding: 32px 70px;
}
body.index .tab .tags {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 40px;
}
body.index .tab .tags p {
  float: left;
}
body.index .tab .tags ul {
  float: right;
  width: 830px;
  overflow: hidden;
  *zoom: 1;
}
body.index .tab .tags ul li {
  float: left;
}
body.index .worksUl, body.index #isoWrapper {
  width: 1030px;
  margin: 0 auto;
}
body.index #gallery .worksUl {
  display: inline;
}
body.index #gallery .worksUl li, body.index #gallery .worksUl li.edge {
  margin-left: 12px;
  margin-right: 12px;
  float: none;
  display: inline-block;
}
body.index #gallery {
  opacity: 0;
}
body.index .galleryDetailWrapper {
  position: absolute;
}
body.index .worksUl li {
  opacity: 1;
}

/* --------------------------------------------------------
*model
-------------------------------------------------------- */
body.model #main {
  background: none;
  height: 0;
}
body.model #main .logo {
  display: none;
}
body.model #mainVisual {
  display: none;
}
body.model #content {
  background: #EDEDED;
}
body.model #pankuzu {
  margin-top: 56px;
}
body.model #modelWrapper {
  width: 1060px;
  margin: 56px auto 0;
  background: #fff;
}
body.model #modelWrapper .pageBtn {
  position: fixed;
  top: 45%;
  left: 50%;
}
body.model #modelWrapper .pageBtn a {
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 14px 0;
  background: #373737;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: GTSectraDisplay-Light;
  font-size: 114%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
body.model #modelWrapper .pageBtn a img {
  vertical-align: middle;
}
body.model #modelWrapper .pageBtn a:hover {
  background: #796A56;
}
body.model #modelWrapper .pageBtn a {
  font-size: 160%;
  width: 60px;
}
body.model #modelWrapper #pageBtnL {
  margin-left: -590px;
}
body.model #modelWrapper #pageBtnR {
  margin-left: 530px;
}
body.model #modelWrapper #lead .pcOnly, body.model #modelWrapper h3 .pcOnly {
  display: none;
}
body.model #modelWrapper #lead .spOnly, body.model #modelWrapper h3 .spOnly {
  display: block;
}
body.model #modelWrapper h3 {
  font-size: 160%;
  font-family: " GTSectraDisplay-Light"; 
}
body.model #modelWrapper #lead {
  border-bottom: 1px solid #E1E1E1;
}
body.model #modelWrapper #lead .wrapper_in {
  position: relative;
}
body.model #modelWrapper #lead .modelOpen {
  background: #796A56;
  color: #fff;
  padding: 4px 8px;
  margin-top: 20px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 43%;
}
body.model #modelWrapper #lead .modelOpen2 {
  background: #796A56;
  color: #fff;
  padding: 4px 8px;
  margin-top: 1em;
  font-size: 0.8em;
  display: inline-block;
}
body.model #modelWrapper #lead .stdBtn {
  text-align: center;
  margin-top: 16px;
}
body.model #modelWrapper #lead .stdBtn a {
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 14px 0;
  background: #373737;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
 font-family: " GTSectraDisplay-Light"; 
  font-size: 114%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
body.model #modelWrapper #lead .stdBtn a img {
  vertical-align: middle;
}
body.model #modelWrapper #lead .stdBtn a:hover {
  background: #796A56;
}
body.model #modelWrapper #lead .stdBtn a {
  width: 260px;
  padding: 14px 10px;
}
body.model #modelWrapper .sec {
  padding: 40px 30px;
}
body.model #modelWrapper .sec h2 {
  margin-bottom: 35px;
   font-family: " GTSectraDisplay-Light"; 
  font-size: 180%;
}
body.model #modelWrapper .content_middle {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #E1E1E1;
}
body.model #modelWrapper .content_middle .sec {
  width: 469px;
}
body.model #modelWrapper #check {
  float: left;
  border-right: 1px solid #E1E1E1;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
}
body.model #modelWrapper #check dl {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
body.model #modelWrapper #check dl dt {
  float: left;
  position: relative;
}
body.model #modelWrapper #check dl dt a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: rgba(55, 55, 55, 0.5) url("../img/ico_zoom.png") 2px 2px no-repeat;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.model #modelWrapper #check dl dt a:hover:after {
  background-color: #796A56;
}
body.model #modelWrapper #check dl dd {
  float: right;
  width: 200px;
}
body.model #modelWrapper #check .modelMap {
  background: #EDEDED;
  padding: 10px 16px;
  margin-bottom: 30px;
}
body.model #modelWrapper #check .modelMap .st {
  font-weight: bold;
  font-size: 100%;
}
body.model #modelWrapper #check .modelMap dl dt, body.model #modelWrapper #check .modelMap dl dd {
  float: none;
  width: auto;
}
body.model #modelWrapper #check .modelMap h4 {
  margin-bottom: 8px;
}
body.model #modelWrapper #check .modelMap h4 dt {
  font-size: 86%;
}
body.model #modelWrapper #check .modelMap h4 dd {
  font-size: 160%;
  font-weight: bold;
}
body.model #modelWrapper #check .modelMap p {
  font-size: 86%;
  margin-bottom: 7px;
}
body.model #modelWrapper #check .modelMap .stdBtn {
  text-align: center;
  margin-top: 16px;
}
body.model #modelWrapper #check .modelMap .stdBtn a {
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 14px 0;
  background: #373737;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
   font-family: " GTSectraDisplay-Light"; 
  font-size: 114%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
body.model #modelWrapper #check .modelMap .stdBtn a img {
  vertical-align: middle;
}
body.model #modelWrapper #check .modelMap .stdBtn a:hover {
  background: #796A56;
}
body.model #modelWrapper #check .modelMap .stdBtn a {
  padding: 14px 10px;
}
body.model #modelWrapper .rightBox {
  float: right;
}
body.model #modelWrapper #layout {
  border-bottom: 0px solid #E1E1E1;
}
body.model #modelWrapper #layout h3 {
  margin-bottom: 30px;
}
body.model #modelWrapper #layout figure {
  margin-bottom: 20px;
}
body.model #modelWrapper #producer h3 {
  margin-bottom: 30px;
}
body.model #modelWrapper #gallery ul.thumbUl {
  overflow: hidden;
  *zoom: 1;
}
body.model #modelWrapper #gallery ul.thumbUl li {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 17px;
  margin-right: 17px;
}
body.model #modelWrapper #gallery ul.thumbUl li img {
  width: 166px;
  height: auto;
}
body.model #modelWrapper #gallery ul.thumbUl li.edge {
  margin-right: 0;
}
body.model #check, body.model #layout, body.model #producer {
  opacity: 0;
}

body.model.model03 #modelWrapper #check {
  margin: 0;
  padding-bottom: 0;
}

body.sp.model #check, body.sp.model #layout, body.sp.model #producer, body.tablet.model #check, body.tablet.model #layout, body.tablet.model #producer {
  opacity: 1;
}
body.sp.model #content, body.tablet.model #content {
  margin-top: 56px !important;
}
body.sp.model #modelWrapper #pageBtnL, body.tablet.model #modelWrapper #pageBtnL {
  margin-left: -560px;
}
body.sp.model #modelWrapper #pageBtnR, body.tablet.model #modelWrapper #pageBtnR {
  margin-left: 500px;
}

.galleryDetailWrapper {
  background: #373737;
  position: relative;
  display: none;
  overflow: hidden;
  height: 462px;
}
.galleryDetailWrapper aside {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1;
}
.galleryDetailWrapper li {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  *zoom: 1;
  display: none;
  height: 462px;
}
.galleryDetailWrapper figure {
  float: left;
}
.galleryDetailWrapper .textBox {
  float: left;
  padding: 35px 45px;
  color: #fff;
  width: 420px;
}
.galleryDetailWrapper .textBox dt {
  margin-bottom: 16px;
}

.works-main-vertical {
  margin-bottom: 40px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.works-main-vertical #mv {
  display: table-cell;
}
.works-main-vertical #lead {
  vertical-align: middle;
  display: table-cell;
  border-bottom: none !important;
}
.works-main-vertical #lead .wrapper_in {
  width: auto;
}

#googleMaps {
  width: 440px;
  height: 340px;
}

.googleMaps-view {
  text-align: right;
  margin-bottom: 20px;
}
.googleMaps-view a {
  color: #796A56;
}
