@charset "UTF-8";
/* ---------------------------------------------------
01: Setup
02: CSS Hack
03: Base
04: Individual
05: Plugin
--------------------------------------------------- */
html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: left;
  line-height: 1.5;
}

body {
  color: #000;
  font-size: 12px;
  font-family: Cambria, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  background: #fff;
  text-align: center;
  -webkit-text-size-adjust: none;
  -ms-touch-action: none !important;
}

span {
  font-family: Cambria, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol, dl, li, dt, dd {
  list-style: none;
}

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

th {
  font-weight: normal;
}

th, td {
  vertical-align: top;
}

a, img {
  border: 0;
  text-decoration: none;
}

strong {
  font-weight: normal;
}

em, address {
  font-style: normal;
}

input, button {
  text-align: center;
  line-height: normal;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

a {
  color: #660000;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a:link {
  color: #660000;
}

a:visited {
  color: #660000;
}

a:hover, a:active {
  color: #660000;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
  border: none;
  text-decoration: none;
}

.clr:after, #region:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-table;
  min-height: 1%;
}

* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

.hidetxt {
  text-indent: -9999px;
  overflow: hidden;
}

.hidetxt a {
  overflow: hidden;
}

body {
  background: #fff url(../img/bg.jpg?v=3) center top repeat-y fixed;
}

#wrapper {
  width: 982px;
  margin: 0 auto;
}

#header {
  margin: 20px 0 0px 0;
}
#header h1 {
  float: left;
}
#header ul {
  float: right;
  width: 852px;
}
#header li {
  margin: 1px;
  float: left;
  height: 49px;
  width: 211px;
  vertical-align: middle;
  text-align: center;
}
#header li a,
#header li span{
  display: table-cell;
  height: 49px;
  width: 211px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#header li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
#header li span{
  color: #660000;
}

#region {
  margin: 10px 0 10px 0;
  width: 100%;
}
#region img {
  float: right;
  margin-right: 2px;
}

#unavi {
  margin: 0 0 10px 0;
  width: 100%;
  position: relative;
  height: 18px;
}

#snsnavi {
  position: absolute;
  right: 44px;
  width: 181px;
  padding-right: 4px;
}

#snsnavi a {
  float: left;
  margin-left: 3px;
  margin-top: 1px;
}
#snsnavi a:first-child {
  padding-right: 1px;
}

#langnavi {
  position: absolute;
  right: 0;
  width: 42px;
}
#langnavi a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 13px;
  color: #000;
}
#langnavi a:first-child {
  border-right: solid 1px #b3b3b3;
  padding-right: 4px;
}

#langnavi a {
  float: left;
  margin-left: 4px;
  margin-top: 3px;
}

#side {
  float: left;
  width: 196px;
}

#main {
  float: right;
  width: 750px;
  min-height: 316px;
  margin-bottom: 0em;
}
#main h2.pagetitle {
  display: table-cell;
  height: 50px;
  width: 750px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  color: #660000;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.08);
}
#main h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
#main h4 {
  font-weight: bold;
}
#main p {
  text-indent: 1em;
  font-size: 14px;
  margin-bottom: 1.7em;
}

#mainwoborder {
  float: right;
  width: 752px;
  min-height: 600px;
  margin-bottom: 0em;
}

#side h2.sideArtistsLink a {
  position: relative;
  display: table-cell;
  height: 50px;
  width: 750px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#side h2.sideArtistsLink a:hover {
  background: rgba(0, 0, 0, 0.05);
}
#side h2.sideArtistsLink a:before {
  position: absolute;
  content: "";
  background: rgba(240, 240, 240, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#side h4 {
  text-align: center;
  padding: 20px 15px 0 15px;
}
#side p {
  padding: 10px 15px 20px 15px;
  border-bottom: solid 1px #808080;
  text-align: center;
}

strong {
  font-weight: bold;
}

ol {
  padding-left: 2em;
  margin-bottom: 20px;
}

ol li {
  list-style-type: decimal;
  margin-bottom: 1em;
}

#entomorodia {
  margin: 60px 18px 20px 0;
  display: block;
  position: absolute;
  bottom: 0%;
  right: 0%;
}
#entomorodia a {
  width: 84px;
}

#footer {
  margin: 30px 0 30px 0;
}
#footer ul {
  float: left;
  width: 478px;
}
#footer li {
  float: left;
  height: 32px;
  padding-right: 2px;
}
#footer li a {
  display: table-cell;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#footer li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
#footer li.footerMailing a {
  position: relative;
  width: 185px;
}
#footer li.footerMailing a:before {
  position: absolute;
  content: "";
  background: rgba(240, 240, 240, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#footer li.footerPurchase a {
  width: 148px;
}
#footer li.footerSitemap a {
  width: 139px;
}
#footer li:last-child {
  padding-right: 0;
}
#footer .copyright {
  box-sizing: border-box;
  display: table-cell;
  height: 32px;
  width: 505px;
  padding-right: 1em;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  color: #660000;
  background: rgba(0, 0, 0, 0.08);
}

.totop a {
  width: 982px;
  display: block;
  text-align: right;
  margin: 0.5em 0 0.75em;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  color: black;
}

.home #footer p.totop {
  display: none;
}

body.top {
  background: #fff url(../img/bg.jpg?v=3) center top repeat-y;
  height: 100%;
}
body.top h1 {
  width: 280px;
  margin: 0 auto;
  padding-top: 90px;
}
body.top ul {
  width: 330px;
  margin: 34px auto;
}
body.top ul li {
  height: 32px;
}
body.top ul li a {
  display: table-cell;
  width: 150px;
  height: 47px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
body.top ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
body.top li.jp {
  float: left;
  width: 150px;
}
body.top li.en {
  float: right;
  width: 150px;
}

#news, #upcoming-ex {
  width: 475px;
  background: #000000;
  border: solid 1px #808080;
}

#current-ex {
  float: left;
  height: 410px;
  margin-bottom: 30px;
}

#bnr {
  float: right;
  margin-bottom: 27px;
}

#news {
  float: right;
  position: relative;
  height: 324px;
  margin-bottom: 30px;
}
#news span.rss {
  position: absolute;
  top: 18px;
  right: 154px;
}
#news ul {
  padding: 23px 23px 0 23px;
}
#news ul li {
  padding-bottom: 1.5em;
}
#news ul li span {
  display: block;
}
#news ul li #news ul li a {
  color: #ffffff;
}
#news ul li #upcoming-ex {
  float: left;
  height: 412px;
}

#artfes {
  float: right;
  height: 412px;
  width: 475px;
  background: #000000;
  border-top: solid 1px #808080;
  border-right: solid 1px #808080;
  border-left: solid 1px #808080;
}
#artfes dt {
  width: 332px;
  height: 89px;
  border-right: solid 1px #808080;
  border-bottom: solid 1px #808080;
}
#artfes dd {
  width: 142px;
  height: 89px;
  margin-top: -90px;
  margin-left: 333px;
  border-bottom: solid 1px #808080;
}

#rightcolumn {
  width: 475px;
  float: left;
}

#leftcolumn {
  width: 475px;
  float: left;
  margin-left: 28px;
  position: relative;
}

#franticartists {
  width: 475px;
  height: 94px;
  margin-bottom: 30px;
}
#franticartists h2 a {
  display: table-cell;
  height: 50px;
  width: 475px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.08);
}
#franticartists .simply-scroll {
  box-sizing: border-box;
  height: 55px !important;
  border-left: solid 1px rgba(0, 0, 0, 0.15);
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  text-align: center;
}
#franticartists .simply-scroll .simply-scroll-clip {
  width: 474px;
  height: 92px;
}
#franticartists .simply-scroll #artists li {
  box-sizing: border-box;
  width: 67px !important;
  height: 54px !important;
  padding-top: 12px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
}
#franticartists .simply-scroll #artists li.odd {
  background: rgba(255, 255, 255, 0.5);
}

#artisttransparentbtn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 475px;
  height: 100px;
  background-image: url(../../ja/artist/img/transparent.gif);
  background-repeat: repeat;
  z-index: 5;
  cursor: pointer;
}

#upcoming-ex-up,
#current-ex-down {
  width: 473px;
  margin-bottom: 26px;
}
#upcoming-ex-up a,
#current-ex-down a {
  display: block;
  text-decoration: none;
  color: #000;
}
#upcoming-ex-up .slide,
#current-ex-down .slide {
  margin-bottom: 8px;
}
#upcoming-ex-up h2,
#current-ex-down h2 {
  font-size: 17px;
  line-height: 1.25;
  text-align: right;
  margin-bottom: 4px;
}
#upcoming-ex-up h3,
#current-ex-down h3 {
  font-size: 13px;
  text-align: right;
  line-height: 1.4;
}

#artfes-big {
  float: right;
}
#artfes-big h2 {
  display: table-cell;
  height: 50px;
  width: 475px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  color: #660000;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.08);
}
#artfes-big .artfeslist li {
  padding: 5px 0px 3px 8px;
  border-left: solid 1px rgba(0, 0, 0, 0.15);
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  *zoom: 1;
}
#artfes-big .artfeslist li:after {
  content: "";
  display: block;
  clear: both;
}
#artfes-big .artfeslist li a.artfestxt {
  display: block;
  width: 360px;
  float: left;
  color: #000;
  text-decoration: none;
}
#artfes-big .artfeslist li a.artfestxt h3 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
}
#artfes-big .artfeslist li a.artfestxt p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
#artfes-big .artfeslist li a.artfeslogo {
  display: block;
  width: 98px;
  float: left;
}
#artfes-big .artfeslist li a.artfeslogo span {
  display: table-cell;
  height: 90px;
  width: 106px;
  vertical-align: middle;
  text-align: center;
}
#artfes-big .artfeslist li a.artfeslogo span img {
  max-width: 100%;
  height: auto;
}

#homeInfoArea {
  margin: 30px 0 29px;
  width: 980px;
  position: relative;
}
#homeInfoArea #homeNews {
  width: 726px;
  *zoom: 1;
}
#homeInfoArea #homeNews:after {
  content: "";
  display: block;
  clear: both;
}
#homeInfoArea #homeNews ul {
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#homeInfoArea #homeNews.homeNews-ja ul#newsticker li a {
  font-size: 12px;
}
#homeInfoArea #homeNews h2 {
  width: 102px;
  float: left;
}
#homeInfoArea #homeNews h2 a {
  position: relative;
  display: table-cell;
  height: 74px;
  width: 102px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.08);
  z-index: 10;
}
#homeInfoArea #homeNews h2 a:before {
  position: absolute;
  content: "";
  background: rgba(220, 220, 220, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#homeInfoArea #homeNews ul#newsticker {
  width: 624px;
  float: right;
  height: 74px !important;
}
#homeInfoArea #homeNews ul#newsticker li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 28px;
}
#homeInfoArea #homeNews ul#newsticker li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  background: url(../img/common_icon_arrow_red.png) no-repeat right center;
  padding-right: 1em;
}
#homeInfoArea #homeNews ul#newsticker li a span {
  color: #999999;
}
#homeInfoArea #homeNews ul#newsticker li:hover {
  background: rgba(0, 0, 0, 0.05);
}
#homeInfoArea #unavi {
  position: absolute;
  right: 0;
  top: -2px;
}
#homeInfoArea #unavi #snsnavi {
  position: absolute;
  right: 44px;
  width: 181px;
  padding-right: 4px;
}
#homeInfoArea #unavi #langnavi {
  position: absolute;
  right: 0;
  width: 42px;
}
#homeInfoArea #unavi #langnavi a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 13px;
  color: #000;
}
#homeInfoArea #unavi #langnavi a:first-child {
  border-right: solid 1px #b3b3b3;
  padding-right: 4px;
}
#homeInfoArea #homeLetter {
  position: absolute;
  right: 0;
  top: 20px;
  width: 226px;
}
#homeInfoArea #homeLetter a {
  display: block;
  text-decoration: none !important;
}
#homeInfoArea #homeLetter h2 {
  height: 28px;
  background: rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
#homeInfoArea #homeLetter span {
  box-sizing: border-box;
  display: block;
  height: 28px;
  background: #fff;
  border-left: solid 1px rgba(0, 0, 0, 0.15);
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 28px;
  padding-left: 8px;
}

#about {
  background-image: url(/ja/img/about.bg.gif);
  background-position: center 0;
  background-repeat: no-repeat;
  margin-top: 2em;
  padding: 4em 4.5em 7em;
  color: #FFF;
  letter-spacing: 1;
}
#about p {
  text-indent: 0;
}

#interview {
  background-image: url(/ja/img/about.bg2.gif);
  background-position: center 0;
  background-repeat: no-repeat;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 5em 4.5em;
  color: #FFF;
  letter-spacing: 1;
  background-color: none;
}
#interview p {
  text-indent: 0;
}

.imgcenter {
  margin: 0 0.7em;
}

#slideshow {
  width: 750px;
}
#slideshow .slidetext {
  float: right;
}
#slideshow .slide {
  float: left;
}
#slideshow .slideonlyone {
  float: left;
}

.artist #intro,
.exhibition #intro,
.intro-bordertop,
.artist #intro2 {
  padding: 23px 23px 1px 23px;
  background: #ffffff;
  color: #000000;
  border-bottom: solid 1px #808080;
  clear: both;
}

.intro-noborder {
  border-bottom: none;
}

.exhibition #intro {
  border-top: solid 1px #808080;
}

.intro-bordertop {
  border-top: solid 1px #808080;
}

.artist #intro2 {
  border-top: solid 1px #808080;
  border-bottom: none;
}

#intro p {
  margin-bottom: 1.5em;
  font-size: 14px;
  text-indent: 1em;
}

.intro-bordertop p {
  margin-bottom: 1.5em;
  font-size: 14px;
  text-indent: 1em;
}

#intro2 p {
  margin-bottom: 0;
}

#intro h3 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}

.intro-bordertop h3 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}

#intro .right {
  text-align: right;
}

#works img {
  margin-bottom: 10px;
}

#works {
  background: #ffffff;
  color: #000000;
  padding: 25px 22px;
  clear: both;
}

.exhibition #works {
  background: #ffffff;
  color: #000000;
  border-bottom: solid 1px #ccc;
  padding: 25px 0 25px 23px;
}
.exhibition #works .pic {
  float: left;
  width: 224px;
  padding-right: 15px;
}

.artist #works table.group {
  margin-bottom: 40px;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  font-size: 11px;
  line-height: 1;
}
.artist #works table.group strong {
  font-size: 12px;
  line-height: 1.3;
}
.artist #works table.group td {
  width: 340px;
  padding: 5px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  line-height: 1.4;
}
.artist #works table.group td a {
  display: block;
  width: 340px;
}

.artist #works table.catalog {
  margin: 0;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.artist #works table.catalog td {
  width: 340px;
  padding: 5px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.artist #workwrap table.catalog {
  clear: both;
  margin: 0;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.artist #workwrap table.catalog td {
  width: 340px;
  padding: 5px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.artist #works td img {
  float: left;
  padding-right: 10px;
  margin: 0;
}
.artist #works a, .artist #works a:link, .artist #works a:visited, .artist #works a:hover, .artist #works a:active {
  color: #000000;
  text-decoration: none;
}
.artist #works table.catalogwide {
  height: 120px;
  margin: 0;
  border-left: solid 1px #ccc;
}
.artist #works table.catalogwide td {
  width: 691px;
  padding: 17px 5px 5px 5px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

/*       作品 ソース変更20180313       */
.artist #works.intro_area {
  padding-bottom: 45px;
}
.artist #works .worktitle {
  overflow: hidden;
  padding-right: 5px;
}
.artist #works.intro_area .worktitle {
  padding-top: 20px;
}
.artist #works.intro_area .worktitle.top {
  padding-top:0;
}
.artist #works .worktitle h3{
}
.artist #works .worktitle a{
}
.artist #works .worktitle a img{
  margin-bottom: 0;
}
.artist #works.intro_area table.group{
  margin-bottom: 20px;
}
.artist #works.intro_area table.group+table.group{
  margin-top: 0;
}
.artist #works table.group td a .work_boxset{
  overflow: hidden;
  box-sizing: border-box;
}
.artist #works table.group td a .work_boxset .work_img{
  float: left;
  width:120px;
  padding-right: 10px;
}
.artist #works table.group td a .work_boxset .work_img img{
  float: none;
  margin-bottom: 0;
  padding-right: 0;
}
.artist #works table.group td a .work_boxset dl.work_text{
  padding-left:130px;
}
.artist #works table.group td a .work_boxset dl.work_text dt{
  font-size: 12px;
  font-weight:bold;
  line-height: 1.3;
}
.artist #works table.group td a .work_boxset dl.work_text dd{
}
/*       作品 ソース変更 ここまで         */

.artist #workwrap.txt p {
  padding-top: 20px;
  margin-top: 20px;
}
.artist #works table.catalogwide1row {
  height: 120px;
  margin: 1.5em 0 0;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.artist #works table.catalogwide1row td {
  width: 340px;
  padding: 17px 5px 5px 5px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.artist .separate_catalog {
  padding-left: 21px;
  height: 30px;
  background-color: #460001;
  margin: 0;
}
.artist .worktitle h3 {
  float: left;
  margin-bottom: 20px;
}
.artist .worktitle a {
  float: right;
}
.artist .group + .group {
  margin-top: -20px;
}

.nomargintable #works table.group {
  margin-bottom: 20px;
}
.nomargintable #works table.group:last-child {
  margin-bottom: 0px;
}

.caption {
  display: block;
  padding-left: 130px;
}

#workwrap {
  background: #ffffff;
  color: #000000;
  padding: 25px 23px;
}
#workwrap .wrap-out {
  border-left: solid 1px #808080;
  border-top: solid 1px #808080;
  font-size: 11px;
  float: left;
  margin-bottom: 40px;
}
#workwrap .wrap-out:last-child {
  margin-bottom: 10px;
}
#workwrap .wrap-out-artistpage {
  border-left: solid 1px #808080;
  border-top: solid 1px #808080;
  font-size: 11px;
  float: left;
  margin-bottom: 25px;
}
#workwrap .wrap-out .wrap-in, #workwrap .wrap-out-artistpage .wrap-in {
  width: 340px;
  min-height: 120px;
  padding: 5px;
  border-right: solid 1px #808080;
  border-bottom: solid 1px #808080;
  float: left;
}
#workwrap .wrap-out .wrap-in a, #workwrap .wrap-out-artistpage .wrap-in a {
  display: block;
  width: 340px;
  height: 120px;
  line-height: 1.4;
}
#workwrap .wrap-out .wrap-in img, #workwrap .wrap-out-artistpage .wrap-in img {
  float: left;
  padding-right: 10px;
  margin: 0;
}
#workwrap .wrap-out .wrap-in strong, #workwrap .wrap-out-artistpage .wrap-in strong {
  font-size: 12px;
  line-height: 1.4;
}
#workwrap .wrap-out .wrap-in, #workwrap .wrap-out .wrap-in a:link, #workwrap .wrap-out .wrap-in a:visited, #workwrap .wrap-out .wrap-in a:hover, #workwrap .wrap-out .wrap-in a:active {
  color: #000000;
  text-decoration: none;
}
#workwrap .wrap-out-artistpage .wrap-in, #workwrap .wrap-out-artistpage .wrap-in a:link, #workwrap .wrap-out-artistpage .wrap-in a:visited, #workwrap .wrap-out-artistpage .wrap-in a:hover, #workwrap .wrap-out-artistpage .wrap-in a:active {
  color: #000000;
  text-decoration: none;
}
#workwrap .wrap-out .wrap-in02 {
  width: 300px;
  height: 120px;
  padding: 5px;
  border-right: solid 1px #808080;
  border-bottom: solid 1px #808080;
  float: left;
}
#workwrap .wrap-out .wrap-in02 a {
  display: block;
  width: 300px;
  height: 120px;
  line-height: 1.4;
}
#workwrap .wrap-out .wrap-in02 img {
  float: left;
  padding-right: 10px;
  margin: 0;
}
#workwrap .wrap-out .wrap-in02 strong {
  font-size: 12px;
  line-height: 1.4;
}
#workwrap .wrap-out .wrap-in02, #workwrap .wrap-out .wrap-in02 a:link, #workwrap .wrap-out .wrap-in02 a:visited, #workwrap .wrap-out .wrap-in02 a:hover, #workwrap .wrap-out .wrap-in02 a:active {
  color: #000000;
  text-decoration: none;
}

.artist .hidden {
  display: none;
}

.artfair .hidden {
  display: none;
}

.box {
  padding: 25px 30px;
  background: #ffffff;
  color: #000000;
}
.box img {
  display: block;
  margin: 0 auto 25px auto;
}
.box a img {
  margin: 0;
}
.box dl {
  margin-bottom: 25px;
}
.box dd {
  margin: -1.5em 0 0 100px;
}

#eflyer {
  width: 858px;
  margin-left: 85px;
}

#eflyerMailchimp {
  width: 600px;
  margin: 0 auto;
  background: #fff;
  color: #000;
}

#templatePreheader {
  display: none;
}

table.mcnFollowContent {
  border: none !important;
  background-color: transparent !important;
  margin-left: 40px;
}

td.mcnFollowTextContent {
  text-align: center !important;
}

.mcnShareBlock .mcnShareContentItemContainer > table {
  width: 100%;
  text-align: center;
}

.mcnShareBlock .mcnShareContentItemContainer > table > tbody > tr > td {
  width: 100%;
  text-align: center;
}

.mcnShareBlock .mcnShareContentItemContainer > table > tbody > tr > td > table {
  display: inline-block;
  float: none;
}

.mcnShareBlock .mcnShareContentItemContainer > table > tbody > tr > td > table .mcnShareTextContent {
  vertical-align: middle;
}

.artfair #contents {
  position: relative;
  color: #000000;
  background: #ffffff;
  border: solid 1px #808080;
}
.artfair #info {
  padding: 25px;
  border-top: solid 1px #808080;
}
.artfair #info .left {
  float: left;
  width: 357px;
}
.artfair #info .right {
  float: right;
  width: 449px;
}
.artfair #info .detail {
  margin-top: 10px;
  padding: 10px 25px;
  background: #000;
}
.artfair #info .detail h4 {
  margin-bottom: 10px;
  color: #FFF;
}
.artfair #info .detail p {
  margin-bottom: 5px;
  color: #FFF;
}
.artfair #intro {
  padding: 25px 23px 0 23px;
  border-top: solid 1px #808080;
}
.artfair #intro p {
  margin-bottom: 20px;
}
.artfair #works {
  margin: 25px 0 25px 23px;
}
.artfair #works .pic {
  float: left;
  width: 224px;
  padding-right: 12px;
}
.artfair #profile {
  color: #ffffff;
  background: #000000;
  border-top: solid 1px #808080;
}
.artfair #profile .left {
  width: 337px;
}
.artfair #profile .right {
  width: 567px;
}
.artfair h4 {
  font-weight: bold;
}

.sitemap #main {
  color: #000000;
  padding-bottom: 3em;
}
.sitemap #main h2 {
  margin-bottom: 3em;
}
.sitemap #main ul li {
  margin: 0 0 0 10px;
  padding: 0 0 0 17px;
  background: url(img/ic_home.gif) no-repeat 0 4px;
  line-height: 1.9;
}
.sitemap #main ul li ul {
  /*background: url(../img/bullet4.gif) no-repeat 17px 0;*/
}
.sitemap #main ul li ul.category li {
  background: url(../img/bullet4.gif) no-repeat 1px 2px;
}
.sitemap #main ul li ul.category li span{
  color: #660000;
}
.sitemap #main ul li ul.page li {
  background: url(../img/bullet5.gif) no-repeat 1px 2px;
}

#sitemap {
  margin-top: 30px;
}

/*
  ColorBox Core Style
  The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: visible;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/*
  ColorBox example user style
  These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML,
  in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay {
  background: rgba(255, 255, 255, 0.95);
}

#cboxContent {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 20px;
}

#cboxLoadedContent {
  background: rgba(255, 255, 255, 0.95);
  padding: 5px;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  display: none !important;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -41px;
  background: url(../img/controls.png) top left no-repeat;
  width: 38px;
  height: 81px;
  text-indent: -9999px;
}

#cboxPrevious.hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -41px;
  background: url(../img/controls.png) top right no-repeat;
  width: 38px;
  height: 81px;
  text-indent: -9999px;
}

#cboxNext.hover {
  background-position: bottom right;
}

#cboxLoadingOverlay {
  background: transparent;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) center center no-repeat;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../img/controls.png) top center no-repeat;
  width: 47px;
  height: 24px;
  text-indent: -9999px;
}

#cboxClose.hover {
  background-position: bottom center;
}

.bordertop {
  border-top: solid 1px #808080;
}

.videoarea {
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.fontsize10px {
  font-size: 10px;
}

.marginbottom3px {
  margin-bottom: 3px;
}

.alignright {
  text-align: right;
}

#main {
  color: #000000;
}
#main.mainNoBg {
  background: transparent;
  border: none;
}

.newswrapper {
  *zoom: 1;
  width: 684px;
  padding: 27px 33px;
  background: white;
  font-size: 16px;
}
.newswrapper:after {
  content: "";
  display: block;
  clear: both;
}
.newswrapper .newsArticle {
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}
.newswrapper .newsArticle:first-child {
  padding-top: 0;
}
.newswrapper .newsArticle:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.newswrapper .newswrapper.newsArticle .newsDate {
  float: right;
  color: #666666;
  font-size: 13px;
  margin-left: 0.5em;
  margin-top: 3px;
}
.newswrapper .newsTitle {
  color: #6d0f11;
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 12px;
  overflow: hidden;
  zoom: 1;
}
.newswrapper .newsExhibitionData {
  color: #666666;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 1.3;
}
.newswrapper .newsBody {
  margin-top: 30px;
}
.newswrapper .newsBody p {
  text-indent: inherit !important;
}
.newswrapper .newsArticle .newsBody .newsImgBlock {
  margin: 0 auto 34px;
  text-align: center;
}
.newswrapper .newsArticle .newsBody .newsImgBlock img {
  display: inline-block;
}
.newswrapper .newsArticle .newsBody .newsImgBlock .newsImgCaption {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 12px;
  text-align: center;
}
.newswrapper .newsArticle .newsBody .newsImgRight {
  float: right;
  margin: 0 0 34px 34px;
}
.newswrapper .newsArticle .newsBody .newsImgRight img {
  display: inline-block;
}
.newswrapper .newsArticle .newsBody .newsImgRight .newsImgCaption {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 12px;
  text-align: center;
}
.newswrapper .newsArticle .newsBody .newsImgLeft {
  float: left;
  margin: 0 34px 34px 0;
}
.newswrapper .newsArticle .newsBody .newsImgLeft img {
  display: inline-block;
}
.newswrapper .newsArticle .newsBody .newsImgLeft .newsImgCaption {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 12px;
  text-align: center;
}
.newswrapper .newsArticle .newsBody .italic {
  font-style: italic;
}
.newswrapper .newsArticle .newsBody .newsLinks {
  margin-bottom: 0 !important;
  font-size: 13px !important;
  color: #9c181a;
}
.newswrapper .newsArticle .newsBody .newsLinks span {
  font-size: 13px !important;
}
.newswrapper .newsArticle .newsBody .newsLinks a {
  color: #9c181a !important;
}
.newswrapper .newsArticle .newsBody .newsLinks a:hover {
  color: #761d1f !important;
}

.ex_wrapper {
  padding: 35px;
  box-sizing: border-box;
  background: white;
  min-height: 316px;
}
.ex_wrapper .ex_list {
  width: 680px;
}
.ex_wrapper .ex_list li {
  width: 323px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  vertical-align: top;
}
.ex_wrapper .ex_list li:nth-child(even) {
  margin-right: 0;
}
.ex_wrapper .ex_list li .slidetext {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.ex_wrapper a:any-link {
  text-decoration: none !important;
  color: #000 !important;
  border-bottom: none !important;
  font-size: 14px;
}
.ex_wrapper a:any-link .slidetext {
  margin-top: 10px;
}
.ex_wrapper h3 {
  font-weight: normal !important;
}

.artist #main {
  background: none;
  border: none;
}
.artist #side ul {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 20px 20px;
}
.artist #side ul:before {
  position: absolute;
  content: "";
  background: rgba(243, 243, 243, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.artist #side li {
  height: 34px;
}
.artist #side li a {
  color: #000;
  text-decoration: none;
  font-size: 17px;
}
.artist #artist-all {
  margin-top: 8px;
}
.artist #artist-all li {
  width: 181px;
  height: 232px;
  display: inline-block;
  margin: 0 5px 5px 0;
  background: rgba(0, 0, 0, 0.02);
}
.artist #artist-all li:nth-child(4n) {
  margin: 0;
}
.artist #artist-all li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  position: relative;
}
.artist #artist-all li a .artistname {
  position: relative;
  top: 40%;
}
.artist #artist-all li a img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.artist #artist-all li a img:hover {
  opacity: 1;
}

#profile {
  padding: 25px 23px 5px 23px;
  font-size: 14px;
  background: #FFF;
}
#profile h2 {
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 120px;
}
#profile h2 small {
  font-size: 16px;
}
#profile img {
  margin-bottom: 20px;
}
#profile .left {
  float: left;
  width: 337px;
}
#profile .right {
  float: right;
  width: 337px;
}
#profile dl {
  margin-bottom: 20px;
}
#profile dd {
  margin: -1.5em 0 0 50px;
}
#profile ul {
  margin-bottom: 20px;
}

#publication-all {
  margin-top: 30px;
  padding: 0 15px;
  box-sizing: border-box;
}
#publication-all .pub-list {
  width: 353px;
  height: 136px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 30px 0;
}
#publication-all .pub-list:nth-child(even) {
  margin: 0;
}
#publication-all .pub-list a {
  display: block;
  color: #000;
}
#publication-all .pub-list img {
  float: left;
  margin-right: 10px;
}
#publication-all .pub-list h4 {
  display: inline-block;
  width: 246px;
  font-size: 14px;
  margin-bottom: 15px;
}
#publication-all .pub-list p {
  display: inline-block;
  width: 246px;
  font-size: 11px;
  text-indent: 0;
}

#sounds-all {
  margin-top: 30px;
  padding: 0 50px;
  box-sizing: border-box;
}
#sounds-all .sounds-list {
  width: 100%;
  min-height: 158px;
  display: block;
  margin: 0 0 35px 0;
  position: relative;
}
#sounds-all .sounds-list a {
  display: block;
  color: #000;
}
#sounds-all .sounds-list img {
  float: left;
  margin-right: 10px;
}
#sounds-all .sounds-list .sounds-list-txt {
  width: 355px;
  display: table-cell;
  vertical-align: middle;
  height: 158px;
}
#sounds-all .sounds-list h4 {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
#sounds-all .sounds-list p {
  font-size: 11px;
  text-indent: 0;
  text-align: center;
  margin-bottom: 0;
}

.aboutwrapper {
  background: white;
  *zoom: 1;
  padding: 28px 30px;
  font-size: 14px;
}

.aboutwrapper:after {
  content: "";
  display: block;
  clear: both;
}

.aboutclearfix {
  *zoom: 1;
}

.aboutclearfix:after {
  content: "";
  display: block;
  clear: both;
}

.aboutleft {
  width: 220px;
  float: left;
}

.aboutright {
  width: 438px;
  float: right;
  line-height: 1.4;
  margin-top: -4px;
}

.aboutAdress {
  overflow: hidden;
  margin-top: 70px;
}
.aboutAdress .aboutinfo {
  width: 47.5%;
  font-size: 14px;
  line-height: 1.4;
}
.aboutAdress .aboutinfo strong {
  font-weight: bold;
}
.aboutAdress .aboutinfo a {
  color: #660000;
}
.aboutAdress .aboutinfo:first-child {
  float: left;
  text-align: right;
}
.aboutAdress .aboutinfo:last-child {
  float: right;
}

.abouthistory {
  width: 680px;
  margin-top: 70px;
}

.abouthistoryYear {
  *zoom: 1;
  font-size: 14px;
  line-height: 1.3    !important;
  border-left: dotted 1px #660000;
  padding-left: 20px;
  padding-bottom: 10px;
}

.abouthistoryYear:after {
  content: "";
  display: block;
  clear: both;
}

.abouthistoryYear h2 {
  font-size: 24px;
  margin-left: 0;
  position: relative;
  margin-bottom: -25px;
  margin-top: 0px;
  top: -13px;
  color: #660000;
}
.abouthistoryYear h2:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #660000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  position: absolute;
  top: 13px;
  left: -25px;
}

.abouthistoryYear h3 {
  margin-bottom: 7px !important;
  color: #660000;
  font-weight: normal !important;
}

.abouthistoryYear .abouthistoryYearLeft {
  width: 368px;
  float: left;
  padding-top: 20px;
}

.abouthistoryYear .aboutExhibition {
  margin-bottom: 20px;
}

.abouthistoryYear .aboutProject {
  margin-bottom: 20px;
}

.abouthistoryYear .aboutArtfair {
  width: 276px;
  float: right;
  margin-bottom: 20px;
  padding-top: 20px;
}

.abouthistoryYear li {
  list-style-type: disc;
  margin-left: 20px;
}

.marginbottom30 {
  margin-bottom: 30px;
}

#contact {
  padding: 30px;
  box-sizing: border-box;
  background: white;
  font-size: 14px;
}
#contact a {
  color: #660000;
}

.contactNav {
  overflow: hidden;
  margin-bottom: 35px;
}
.contactNav .japan {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 16px 16px 0;
  border-right: solid 1px #ddd;
}
.contactNav .belgium {
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding: 16px 16px 0;
}
.contactNav h3 {
  text-align: center;
}
.contactNav .link {
  border-bottom: solid 1px #ddd;
}
.contactNav .link a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #666 !important;
  text-align: center;
}
.contactNav .current {
  border-top: solid 1px #ddd;
}

#contact th {
  padding: 2px 5px 2px 0;
  color: #000000;
}

#contact td {
  padding: 2px 0;
}

#map {
  padding: 25px;
}

#map img {
  margin-bottom: 1.7em;
}

#map p {
  padding-top: 20px;
  text-indent: 0;
}

#mc_embed_signup {
  font-family: Cambria, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  color: #000;
}
#mc_embed_signup h2 {
  margin: 0 0 0 !important;
}
#mc_embed_signup form {
  padding: 5px 0 10px 3% !important;
}
#mc_embed_signup .indicates-required {
  font-size: 14px !important;
}
#mc_embed_signup .mc-field-group {
  padding-bottom: 2.7%;
}
#mc_embed_signup .mc-field-group label {
  font-size: 14px !important;
  margin-bottom: 2px !important;
}
#mc_embed_signup input {
  font-family: Cambria, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
#mc_embed_signup input[type=text],
#mc_embed_signup input[type=email] {
  font-size: 14px;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  padding: 3px 0px !important;
}

.mc-modal {
  top: auto !important;
  bottom: 40px !important;
  left: auto !important;
  right: 40px !important;
}
.mc-modal input[type="text"] {
  margin: 0 0 16px !important;
  border: solid 1px #660000 !important;
}

.modalContent__content {
  padding: 10px 25px !important;
}

.mc-closeModal {
  background: url(../img/common_icon_close.svg) center center no-repeat !important;
  background-size: 13px 13px !important;
  width: 15px !important;
  height: 15px !important;
  overflow: hidden;
  text-indent: -999px;
  outline: none;
}

.mc-modal-bg {
  display: none !important;
}
