﻿* {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
body {
      font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
      background-color: #000000;
      background-position: center top;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
}
img {
      border: none;
}

/*選択範囲*/
::selection {background: #6c6c40; color: #e6e6e6;}
::-moz-selection {background: #6c6c40; color: #e6e6e6;}

/*ロゴフェードイン*/
#fadein {
      display: none;
}

/*画像フェード切り替え*/
.switch_image {
      position: relative;
  }
  
  .switch_image img {
      transition: opacity 0.5s;
  }
  .switch_image:hover img:first-of-type {
      opacity: 0;
  }
  .switch_image img:last-of-type {
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 0;
  }
  .switch_image:hover img:last-of-type {
      opacity: 1;
  }

/*ページトップへ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*通常テキスト*/
p {
      text-align: left;
      font-size: 14px;
      color: #dadada;
}
/*センターテキスト*/
p.center {
      text-align: center;
      font-size: 12px;
      color: #505146;

}

/*冒頭テキスト*/
p.intr {
      margin: 0;
      padding: 5px;
      text-align: center;
      font-size: 15px;
      color: #dadada;
      font-weight: normal;
}
a.intr {
      font-size: 14px;
      font-weight: normal;
      color: #8f8f63;
      text-decoration: none;
}
a.intr:hover {
      color: #d3d3a4;
      text-decoration: none;
}

/*ブログ記事リンク*/
a.blog {
      font-size: 11px;
      color: #8f8f63;
      text-decoration: none;
}
a.blog:hover {
      color: #d3d3a4;
      text-decoration: none;
}

/*コピーライト*/
p.copyright {
      padding: 7px 0;
      text-align: center;
      font-size: 12px;
      color: #3d3d3d;
}
table.bottom {
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 0;
      border: 0;
      background-color: #000000;
}

/*ヘッダーメニュー*/
table.topmenu {
      margin: 0;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      width: 960px;
}
td.logo {
      text-align: left;
      width: 380px;
}
td.menu {
      text-align: right;
      width: 580px;
}
.main {
  margin: 0;
  position: relative;
}
.main ul {
  position: relative;
  right: 0;
  float: right;
}
.main ul li {
  position: relative;
  right: 0;
  float: right;
}
*{
	padding: 0;
	list-style-type: none;
}
ul li a {
      display: block;
      width: 100%;
      height: 100%;
}
ul {
      zoom: 1;
}

/*フッターメニュー*/
p.menu {
      margin: 5px 0px 0px 0px;
      text-align: center;
      font-size: 13px;
      color: #dadada;
}
a {
      color: #ffffff;
      text-decoration: none;
}
a:hover {
      color: #ffffff;
      text-decoration: underline;
}

/*メインテーブル*/
p.text {
      margin: 0;
      padding: 15px;
      text-align: left;
      font-size: 16px;
      color: #505146;
      vertical-align: bottom;
}
p.text_blk {
      margin: 0;
      padding: 15px;
      text-align: left;
      font-size: 16px;
      color: #81827b;
      vertical-align: bottom;
}
p.text_s {
      margin: 0;
      padding: 30px 0 30px 0;
      text-align: center;
      font-size: 13px;
      color: #505146;
      vertical-align: bottom;
}
a.text {
      font-size: 16px;
      color: #8f8f63;
      text-decoration: none;
}
a.text:hover {
      color: #d3d3a4;
      text-decoration: none;
}
table.main {
      text-align: center;
      margin: 0;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      width: 960px;
      background-image: url(image/background_fff_88per.png);
      background-repeat: repeat;
}
table.main_blk {
      text-align: center;
      margin: 0;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      width: 960px;
      background-image: url(image/background_000_92per.png);
      background-repeat: repeat;
}
td.main {
      padding: 15px;
}

/*段落テーブル*/
th.paragraph {
      text-align: center;
      width: 80px;
      padding: 15px 10px 15px 0px;
      border: 1px #fafafa solid;
}
td.paragraph {
      text-align: center;
      width: 300px;
      padding: 15px;
      border: 1px #fafafa solid;
}

/*ギャラリーページ*/
span.item_title {
      font-size: 20px;
      font-weight: bold;
      color: #dadada;
}
p.write {
      padding: 5px 0 5px 5px;
      text-align: center;
      font-size: 14px;
      color: #505146;
}

/*アイテムページ*/
td.item {
      margin: 0px;
      padding: 15px 20px 15px 20px;
      text-align: left;
}
td.item_pic {
      width: 870px;
      height: 326px;
      padding: 30px 15px 30px 15px;
      text-align: center;
}
p.item_title {
      text-align: center;
      font-size: 18px;
      color: #3a3b33;
}
p.item_title_kanji {
      text-align: center;
      font-size: 18px;
      color: #3a3b33;
}
p.item_spec {
      text-align: center; 
      font-size: 13px;
      color: #3a3b33;
}
#container {
       width: 870px;
       margin: 0 auto;
}
#navi {
       width: 360px;
       float: left;
}
#navi ul {
       height: 326px;
       margin: 0 0 0 15px;
}
#navi ul li {
       float: left;
       list-style-type: none;
       width: 113px;
}
#navi ul li img {
       border: 0px;
}
#main {
       width: 458px;
       float: left;
}
#main img {
       border: 1px #666633 solid;
}
#sub img {
       border: 1px #666633 solid;
}
#container {
  position: relative;
  overflow: hidden;
}
#container ul {
  position: relative;
  left: 50%;
}
#container ul li {
  position: relative;
  left: -50%;
}

dl dt {
      clear: left;
      float: left;
      margin-right: 15px;
}
dl dt {
      padding: 45px 18px 20px 13px;
}
dl dd {
      padding: 10px 18px 20px 0;
}

/*フッターメニューボックス*/
table.banner {
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      background-color: #060606;
}

/*囲みボタン*/
a.box {
      width: 133px;
      height: 22px;
      bottom: 10px;
      left: 0;
      right: 0;
      position: rerative;
      padding: 0.5em 1em;
      margin: 2em 0;
      border-radius: 7px;
      font-weight: bold;
      border: solid 2px #8f8f63;
      font-size: 15px;
      font-weight: bold;
      color: #8f8f63;
      text-decoration: none;
      background-color: rgba(0,0,0,0.5);
}
a.box:hover {
      color: #000000;
      text-decoration: none;
      background-color: #8f8f63;
}

/*要素*/
h1 {
      margin: 0;
      padding: 5px 0 8px 0;
      text-align: center;
      font-size: 21px;
      color: #dadada;
      font-weight: bold;
      text-shadow: 1px 2px 2px #404040;
}
span.contents {
      font-size: 18px;
      color: #dadada;
}
span.itemsubtitle {
      font-size: 15px;
      font-weight: normal;
}
span.itemno {
      font-family: 'times new roman';
      padding: 3px;
      font-size: 14px;
}
h2 {
      margin: 0;
      padding: 15px 0 0 15px;
      text-align: left;
      color: #505146;
      font-size: 15px;
      font-weight: normal;
      vertical-align: bottom;
}
span.bold {
      font-weight: bold;
}
span.chapter {
      padding: 0 0 0 10px;
      color: #505146;
      font-size: 20px;
      font-weight: bold;
}
span.heading {
      border-left: 3px solid #81827b;
      padding: 0 0 0 10px;
      color: #81827b;
      font-size: 18px;
      font-weight: bold;
}
h3 {
      margin: 0;
      padding: 10px 0 10px 0;
      text-align: center;
      font-size: 15px;
      color: #5d5d37;
      font-weight: normal;
}