/*
Theme Name: galleria_sato
Description: galleria_sato original_theme
Author: SF
*/
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;
}

/* 1 */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50, .entries.mb50 {
  margin-bottom: 50px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

.reverse {
  background-color: gray;
  color: white;
  line-height: 1.5;
  padding: 0 1rem;
}

.indent {
  padding-left: 1rem;
  text-indent: -1rem;
}

.indent1-5 {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.indent2 {
  padding-left: 2rem;
  text-indent: -2rem;
}

.disp-blk {
  display: block;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.entries .entries__link, .news-entries__list .news-entries__link {
  text-decoration: none;
  color: #000;
}
.entries .entries__link:hover, .news-entries__list .news-entries__link:hover {
  text-decoration: underline;
  color: #636363;
}

body {
  font-size: 1rem;
}

h1 {
  font-size: 2.4rem;
}

/* =24px */
p {
  font-size: 1.4rem;
}

/* =14px */
li {
  font-size: 1.3rem;
}

dl {
  font-size: 1.3rem;
}

/* =14px? */
body,
html {
  height: 100%;
  min-height: 100%;
  background-color: #eaeaea;
}

.layout-outer {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #eaeaea;
  min-width: 1240px;
  width: expression(document.body.clientWidth < 1242? "1240px": "auto");
  width: 100%;
}

.layout-inner {
  padding-bottom: 100px;
}

.layout-header {
  height: 50px;
  background-image: url(images/gnavbg.png);
  background-repeat: repeat;
  overflow: hidden;
  min-width: 1350px;
}
.layout-header .layout-header__logo {
  padding: 8px 0 0 10px;
  height: 42px;
  float: left;
  width: 25%;
}
.layout-header .layout-header__nav-container {
  float: left;
  overflow: hidden;
  width: 70%;
  padding-left: 20px;
}

.layout-header--mov {
  height: 50px;
  background-image: url(images/gnavbg.png);
  background-repeat: repeat;
  overflow: hidden;
  margin-bottom: -50px;
}
.layout-header--mov .layout-header--mov__logo {
  padding: 8px 0 0 10px;
  height: 42px;
  float: left;
  width: 350px;
}
.layout-header--mov .layout-header--mov__nav-container {
  overflow: hidden;
  margin: 0 auto;
}

.layout-container {
  width: 76%;
  max-width: 960px;
  width: expression(document.body.clientWidth > 962? "960px": "auto");
  margin: 0 auto 50px;
  padding-top: 60px;
}

.layout-container--front {
  width: 100%;
  padding-top: 50px;
}

.layout-container__head--front {
  margin-bottom: 20px;
}

.layout-container--front__contents {
  overflow: hidden;
  margin-bottom: 50px;
}

.layout-container__main {
  padding: 20px 0;
  float: left;
  width: 70%;
}

.layout-container__info {
  width: 90%;
  max-width: 840px;
  width: expression(document.body.clientWidth > 842? "840px": "auto");
  margin: 0 auto;
}

.layout-container__aside {
  float: left;
  width: 25%;
  padding: 20px 20px 20px 30px;
  min-width: 320px;
  width: expression(document.body.clientWidth < 302? "320px": "auto");
}

.layout-footer {
  background-color: #959595;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
}

.glb-nav {
  width: 70%;
}
.glb-nav .glb-nav__list {
  overflow: hidden;
  float: left;
}
.glb-nav .glb-nav__list-item {
  float: left;
  font-size: 1.4rem;
  height: 50px;
}
.glb-nav .glb-nav__link {
  padding: 18px 24px 0;
  height: 32px;
  font-size: 1.3rem;
  color: white;
  display: block;
  text-decoration: none;
}
.glb-nav .glb-nav__link:hover {
  color: black;
  background-color: #dfdfdf;
}

.sub-nav {
  width: 25%;
  float: left;
  padding-left: 70px;
}
.sub-nav .sub-nav__list {
  overflow: hidden;
  padding-top: 12px;
}
.sub-nav .sub-nav__list-item {
  float: left;
  margin-right: 15px;
  border: solid 1px #eee;
  padding: 0.5rem 0.8rem;
}
.sub-nav .sub-nav__link {
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
}

.front-img {
  height: 350px;
  position: relative;
}
.front-img .front-img__logo {
  color: white;
  position: absolute;
  top: 260px;
  right: 0;
  font-size: 25px;
}

.front-img--mov {
  height: 350px;
  position: relative;
}
.front-img--mov .front-img--mov__logo {
  position: absolute;
  top: 260px;
  right: 0;
}

.nojs {
  height: 350px;
  width: 100%;
}

/* .front-img__logo {
    background-color: rgba(0, 0, 0, 0.5);
} */
.entries {
  margin: 0 auto 15px;
}
.entries .entries__head {
  position: relative;
}
.entries .entries__title {
  font-size: 1.7rem;
  background-image: url(images/bg_hdl_news.gif);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-position: left bottom;
  padding-bottom: 5px;
}
.entries .entries__subtitle {
  font-size: 1.4rem;
  padding-left: 0.5rem;
  color: #959595;
}
.entries .entries__list {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 2.2rem;
}
.entries .entries__label {
  clear: both;
  color: #535353;
  float: left;
  width: 16rem;
  padding: 10px 0;
}
.entries .entries__post {
  padding: 10px 0;
  position: relative;
  border-bottom: dotted 1px gray;
}
.entries .entries__text {
  padding-left: 17rem;
  width: 63%;
}
.entries .entries__link {
  background-image: url(images/arrow_sml.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 1.3rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
.entries .entries__cat-info, .entries .entries__cat-info--crimson {
  background-color: #848a9f;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  line-height: 1.8rem;
  right: 15px;
  top: 10px;
  text-align: center;
  padding: 0.2rem 0.5rem 0 2rem;
  width: 4.3rem;
}
.entries .entries__cat-info--crimson {
  background-color: #8c848a;
}
.entries .entries__new {
  color: #8e5151;
  border: solid 1px #8e5151;
  font-size: 1rem;
  position: absolute;
  line-height: 1.8rem;
  right: 15px;
  top: 10px;
  text-align: center;
  padding: 0.2rem 0.5rem 0 2rem;
  width: 4.3rem;
}
.entries .entries__archive {
  position: absolute;
  color: #626262;
  right: 0;
  top: -5px;
  font-size: 1.3rem;
  text-decoration: none;
  background-image: url(images/arrow_sml.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 1.3rem;
  line-height: 1.8;
}

.banner {
  margin-bottom: 50px;
  overflow: hidden;
  width: 98%;
  margin: 0 auto;
}
.banner .banner__img-container, .banner .banner__img-container--scuola, .banner .banner__img-container--incare {
  float: left;
  height: 200px;
  width: 200px;
  background-color: #314c83;
  margin-left: 55px;
}
.banner .img-container__head {
  height: 35px;
  text-align: right;
  padding: 15px 10px 0;
  margin-bottom: 15px;
}
.banner .img-container__body {
  margin-bottom: 30px;
  overflow: hidden;
}
.banner .img-container__text {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}
.banner .img-container__link {
  text-decoration: none;
}
.banner .img-container__foot {
  text-align: center;
}
.banner .img-container__link {
  color: #fff;
  font-size: 1rem;
  border: solid 1px #fff;
  padding: 0.5rem 0.8rem;
}
.banner .banner__img-container--scuola {
  margin-left: 70px;
  background-color: #706565;
}
.banner .img-container__body--scuola {
  height: 135px;
  overflow: hidden;
}
.banner .img-container__text-cell {
  float: left;
  width: 100px;
  position: relative;
}
.banner .img-container__link--scuola {
  color: #f5f3e8;
  font-size: 1rem;
  border: solid 1px #f5f3e8;
  position: absolute;
  padding: 0.5rem 0.8rem;
  top: 70px;
  text-decoration: none;
  left: 15px;
}
.banner .img-container__img-cell {
  text-align: right;
}
.banner .banner__img-container--incare {
  margin-left: 40px;
  background-color: transparent;
}
.banner .img-container__body--incare {
  padding-top: 70px;
}

.show {
  margin-bottom: 30px;
}

.current-show__title {
  font-size: 1.7rem;
  background-image: url(images/bg_hdl_news.gif);
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-position: left bottom;
  padding-bottom: 5px;
}
.current-show__title .entries__subtitle {
  font-size: 1.4rem;
  padding-left: 0.5rem;
  color: #959595;
}

.current-show__container {
  background-color: #d8d8d8;
  padding: 20px 0;
  position: relative;
}

.img-card {
  width: 320px;
  margin: 0 auto 10px;
  position: relative;
}

.img-card__title {
  font-size: 1.3rem;
  border-bottom: dotted 1px gray;
  width: 80%;
  margin: 0 auto 10px;
  padding-bottom: 0.5rem;
}

.img-card__date {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  padding: 1rem 0 1rem 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.img-card__img {
  width: 320px;
}

.img-card__body, .img-card__foot {
  width: 80%;
  margin: 0 auto;
}

.img-card__text {
  line-height: 1.8rem;
  font-size: 1.2rem;
}

.img-card__foot {
  text-align: right;
  padding: 20px 0 10px;
}

.img-card__foot-link {
  color: #562c28;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  border: solid 1px #562c28;
}

.img-card__title-link {
  color: #000;
  text-decoration: none;
}

.email {
  overflow: hidden;
}
.email .email__icon {
  float: left;
  width: 30px;
  margin-right: 30px;
}
.email .email__text {
  line-height: 1.5rem;
  background-position: 280px center;
  padding-right: 5rem;
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
}
.email .email__link {
  text-decoration: none;
  color: #434343;
  font-size: 1.3rem;
}
.email .email__link:hover {
  color: #7d7d7d;
  text-decoration: underline;
}

.bread .bread__list-item {
  display: inline;
}
.bread .bread__list-link {
  color: gray;
  text-decoration: none;
}

.layout-container__head {
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  padding: 10px 0;
}
.layout-container__head .layout-container__title, .layout-container__head .layout-container__head--blog .layout-container__sub-title, .layout-container__head--blog .layout-container__head .layout-container__sub-title {
  font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 8px;
}
.layout-container__head .layout-container__sub-title {
  color: #535353;
  font-size: 1.3rem;
}

.layout-container__contents {
  padding: 25px 20px;
}

.post-horizontal {
  overflow: hidden;
  border-bottom: dotted 1px gray;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.post-horizontal .post-horizontal__img-container {
  float: left;
  /* height: 300px; */
  width: 350px;
  background-color: gray;
}
.post-horizontal .post-horizontal__text-container {
  margin-left: 380px;
  padding-right: 20px;
}
.post-horizontal .post-horizontal__head {
  margin-bottom: 15px;
}
.post-horizontal .post-horizontal__title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.post-horizontal .post-horizontal__link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted gray;
}
.post-horizontal .post-horizontal__date {
  font-size: 1.6rem;
}
.post-horizontal .post-horizontal__body {
  line-height: 2.5rem;
  margin-bottom: 20px;
}
.post-horizontal .post-horizontal__foot {
  text-align: right;
}
.post-horizontal .post-horizontal__link-detail {
  color: #562c28;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  font-size: 1.3rem;
  border: solid 1px #562c28;
}

.news-entries__list {
  line-height: 1.2;
  overflow: hidden;
}
.news-entries__list .news-entries__label {
  float: left;
  clear: both;
  width: 20rem;
  font-size: 1.4rem;
}
.news-entries__list .news-entries__post {
  zoom: 1;
  margin-bottom: 15px;
  border-bottom: dotted 1px gray;
  padding-bottom: 10px;
}
.news-entries__list .news-entries__post:before, .news-entries__list .news-entries__post:after {
  content: "";
  display: table;
}
.news-entries__list .news-entries__post:after {
  clear: both;
}
.news-entries__list .news-entries__title {
  float: left;
  width: 63%;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.news-entries__list .news-entries__content {
  margin-left: 20rem;
}
.news-entries__list .news_entries__exrpt {
  color: #626262;
  font-size: 1.3rem;
  margin-top: 15px;
  display: block;
}
.news-entries__list .news-entries__thumblink {
  display: block;
  width: 90px;
  height: 90px;
  padding: 1px;
  border: solid 1px gray;
  float: right;
  text-align: right;
}
.news-entries__list .news-entries__img {
  width: 90px;
  height: 90px;
}
.news-entries__list .news-entries__cat-info, .news-entries__list .news-entries__cat-info--crimson {
  background-color: #848a9f;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
  padding: 0.2rem 0.5rem;
  width: 6rem;
}
.news-entries__list .news-entries__cat-info--crimson {
  background-color: #8c848a;
}

.news-post .news-post__head {
  overflow: hidden;
  border-bottom: dotted 1px gray;
  margin-bottom: 20px;
}
.news-post .news-post__title {
  float: left;
  line-height: 1.4;
  width: 80%;
  font-size: 1.6rem;
  padding-bottom: 1.2rem;
}
.news-post .news-post__date {
  color: #626262;
  float: right;
  font-size: 1.4rem;
}
.news-post .news-post__body {
  padding: 10px;
}
.news-post .news-post__body p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.entry-post {
  line-height: 2.3rem;
}
.entry-post .entry-post__title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.entry-post .entry-post__content {
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.entry-post .entry-post__text {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.layout-container__head--blog {
  margin-bottom: 20px;
}
.layout-container__head--blog .layout-container__title, .layout-container__head--blog .layout-container__sub-title {
  text-align: center;
  margin-bottom: 10px;
}
.layout-container__head--blog .layout-container__sub-title {
  color: gray;
}

.blog-title {
  text-decoration: none;
  color: #000;
}

.blog-container {
  overflow: hidden;
  font-size: 1.4rem;
}
.blog-container .blog-entries {
  float: right;
  line-height: 2rem;
  width: 75%;
}
.blog-container .blog-entries__label {
  color: gray;
  clear: both;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.blog-container .blog-entries__post {
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 10px 10px 0;
}
.blog-container .blog-entries__title {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.blog-container .blog-entries__link {
  border-bottom: dotted 1px gray;
  color: black;
  text-decoration: none;
}
.blog-container .blog-entries__text {
  float: left;
  width: 75%;
}
.blog-container .blog-entries__img {
  border: solid 1px gray;
  float: right;
  width: 120px;
  height: 100px;
  padding: 1px;
}
.blog-container .blog-entries__thumbnail {
  width: 120px;
  height: 100px;
}
.blog-container .blog-widget {
  float: left;
  line-height: 1.5;
  width: 180px;
}
.blog-container .blog-widget__vertical {
  margin-bottom: 20px;
}
.blog-container .blog-widget__title {
  font-weight: bold;
  margin-bottom: 7px;
}
.blog-container .blog-widget__prof {
  background-color: #fff;
}
.blog-container .blog-widget__img-container {
  background-color: #d0caca;
  height: 120px;
  text-align: center;
}
.blog-container .blog-widget__prof-body {
  padding: 6px;
  line-height: 1.3;
}
.blog-container .blog-widget__owners-id {
  margin-bottom: 5px;
}
.blog-container .blog-widget__post-date {
  font-size: 1.3rem;
  color: gray;
}
.blog-container .blog-widget__post-name {
  margin-bottom: 7px;
  border-bottom: dotted 1px gray;
  padding-bottom: 5px;
}
.blog-container .blog-widget__link {
  color: black;
  text-decoration: none;
}
.blog-container .blog-widget__list a {
  color: #000;
  text-decoration: none;
}

.collection {
  font-size: 12px;
  color: #000;
  width: 100%;
  border-width: 1px;
  border-color: #808695;
  border-collapse: collapse;
}
.collection th {
  font-size: 12px;
  background-color: #b4b8c2;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #808695;
  text-align: center;
}
.collection tr {
  background-color: #d8dadf;
}
.collection td {
  font-size: 12px;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #808695;
  text-align: center;
}

.collection__img {
  height: 120px;
  width: 120px;
}

.post-horizontal--gallery {
  margin: 0 auto 30px;
  overflow: hidden;
  width: 800px;
}
.post-horizontal--gallery .gallery, .post-horizontal--gallery .gallery--line-end {
  background-color: #fff;
  float: left;
  margin-right: 100px;
  width: 198px;
  border: solid 1px #b9b9b9;
}
.post-horizontal--gallery .gallery--line-end {
  margin-right: 0;
}
.post-horizontal--gallery .gallery__img-container {
  background-color: gray;
  height: 200px;
  width: 100%;
}
.post-horizontal--gallery .gallery__text-container {
  padding: 10px;
}
.post-horizontal--gallery .gallery__title {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.post-horizontal--gallery .gallery__painter {
  font-size: 1.3rem;
  color: #535353;
}
.post-horizontal--gallery .gallery__foot {
  text-align: right;
  padding-bottom: 10px;
}
.post-horizontal--gallery .gallery__link {
  color: #562c28;
  text-decoration: none;
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
  border: solid 1px #562c28;
}

.works {
  width: 800px;
  margin: 0 auto;
}
.works .works__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.works .works__photo-container {
  width: 500px;
  margin: 0 auto 50px;
  text-align: center;
}
.works .works__img {
  width: 450px;
}
.works .works__data-container {
  width: 70%;
  margin: 0 auto 50px;
}

.blog-post .blog-post__title {
  font-size: 2rem;
  border-bottom: dotted 1px gray;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
.blog-post .blog-post__body {
  line-height: 2.5rem;
}
.blog-post .blog-post__text-container {
  margin-bottom: 20px;
}
.blog-post .blog-post__img-container {
  width: 100%;
  height: 500px;
  background-color: gray;
  margin-bottom: 5px;
}
.blog-post .blog-post__footer {
  text-align: right;
  margin-bottom: 50px;
}
.blog-post .blog-post__data {
  overflow: hidden;
}
.blog-post .blog-post__data-item {
  border-left: 1px solid gray;
  float: left;
  padding: 0 1.2rem;
}
.blog-post .blog-post__link {
  text-decoration: none;
  color: black;
}

.go2top {
  position: absolute;
  top: -40px;
  right: 0;
  width: 80px;
  height: 80px;
  background-image: url(images/go2top.png);
  width: 121px;
  background-repeat: no-repeat;
  background-position: center top;
}
.go2top .go2top__link {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 49px;
}
.go2top .go2top__link:hover {
  color: #434343;
}

.utility-nav {
  width: 46rem;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 15px;
}
.utility-nav .utility-nav__list {
  zoom: 1;
}
.utility-nav .utility-nav__list:before, .utility-nav .utility-nav__list:after {
  content: "";
  display: table;
}
.utility-nav .utility-nav__list:after {
  clear: both;
}
.utility-nav .utility-nav__list-item {
  float: left;
  margin-left: 2rem;
}
.utility-nav .utility-nav__link {
  color: black;
  text-decoration: none;
}
.utility-nav .utility-nav__link:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 1.2rem;
  color: #434343;
  text-align: center;
}

/* table */
.datagrid table {
  border-collapse: collapse;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
}

.datagrid {
  background: #fff;
  overflow: hidden;
  border: 1px solid #B6B6B6;
}

.datagrid table td {
  padding: 17px 15px;
  width: 30%;
  border-bottom: 1px solid #B6B6B6;
}

.datagrid table th {
  background-color: #DCDCDC;
  padding: 17px 15px;
  width: 30%;
  border-bottom: 1px solid #B6B6B6;
}

.datagrid table tbody td {
  color: #535353;
  font-size: 1.4rem;
  border-left: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
  font-weight: normal;
  width: 70%;
}

.datagrid table tbody td:first-child {
  border-left: none;
}

.datagrid table tbody tr:last-child td {
  border-bottom: none;
}

.datagrid table tbody tr:last-child th {
  border-bottom: none;
}

.datagrid .last, .datagrid .last td, .datagrid .last th {
  border-bottom: none;
}

.gmap-container {
  border: solid 1px gray;
  height: 500px;
  width: 750px;
  margin: 0 auto;
}

.sitemap {
  padding-left: 20px;
}
.sitemap .sitemap__list {
  list-style-type: square;
}
.sitemap .sitemap__child-list {
  list-style-type: circle;
}
.sitemap .sitemap__item a {
  text-decoration: none;
  color: black;
}
.sitemap .sitemap__item a:hover {
  text-decoration: underline;
}

.contact {
  width: 710px;
  margin-top: 10px;
  text-align: left;
  margin-left: 100px;
  border: 1px #b6b6b6 solid;
  border-collapse: collapse;
}
.contact th {
  padding: 16px;
  border: #b6b6b6 solid;
  border-width: 0 0 1px 1px;
  background-color: #dcdcdc;
  width: 40%;
}
.contact td {
  padding: 16px;
  border: 1px #b6b6b6 solid;
  border-width: 0 0 1px 1px;
}

.form-text--contact {
  width: 710px;
  margin: 0 auto;
}

.form-text--confirm {
  width: 710px;
  margin: 0 auto;
}

.body-contact .form-text--confirm {
  display: none;
}

.body-confirm .form-text--contact {
  display: none;
}

.body-contact .btn-submit, .body-contact .btn-back {
  display: none;
}

.btn-submit, .btn-back {
  width: 50px;
  float: left;
  margin-right: 30px;
}

.btn-back {
  margin-left: 40%;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.float-left {
  float: left;
}

img.float-right {
  float: right;
}

.wp-caption {
  text-align: center;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body-home .i-home a,
.body-news .i-news a,
.body-exhibition .i-exhibition a,
.body-collection01 .i-exhibition a,
.body-gallery .i-gallery a,
.body-about .i-about a,
.body-blog .i-blog a,
.body-post .i-blog a {
    color: #000;
    background-color: #dfdfdf;
}

.body-privacy-policy .item-privacy a,
.body-sitemap .item-sitemap a,
.body-access .item-access a,
.body-contact .item-contact a {
    color: #fff;
}