@charset "utf-8";
/* base_cm.css */
/* ページ全体の設定 */
body {
  margin: 0;
  padding: 0;
  max-width: 1350px;
  width:100%;
  text-align: center;
}
a { text-decoration: none;}
ct-main {
  max-width: 1200px;
  width: 95%;
  margin: 0;
  padding: 0;
  float: left;                /* 回り込み指定 */
}

/* top___cm.css */
/* 左1枚画像 */
.L-img {
 max-width: 600px;
 width:50%;
 top:0px;
 float: left;                /* 回り込み指定 */
 z-index: 0;
}
.L-img img{
 width:100%;
}

/* 右1枚画像 */
.R-img {
 max-width: 600px;
 width:50%;
 top:0px;
 float: left;                /* 回り込み指定 */
 z-index: 0;
}
.R-img img{
 width:100%;
}

/* 左拡大画像 */
.ex-L {
        display: none;
        position: absolute;
        top: 1;                     /* 表示位置指定 */
        left: 2.5%;
        border: 1px solid #ccc;
        width: 95%;
        overflow: scroll;
}
.ex-L.active {
        display: block;
        z-index: 5;
}
.ex-L img {
//        margin-top: -30px; /* JSで適切な値を設定する */
//        margin-left: -60px; /* JSで適切な値を設定する */
}

/* 右拡大画像 */
.ex-R {
        display: none;
        position: absolute;
        top: 1;                     /* 表示位置指定 */
        left: 2.5%;
        border: 1px solid #ccc;
        width: 95%;
        overflow: scroll;
}
.ex-R.active {
        display: block;
        z-index: 5;
}
.ex-R img {
//        margin-top: -30px; /* JSで適切な値を設定する */
//        margin-left: -60px; /* JSで適切な値を設定する */
}

/* 左PDF */
.pdfL {
        display: none;
        position: absolute;
        top: 1;                     /* 表示位置指定 */
        left: 2.5%;
        border: 1px solid #ccc;
        width: 95%;
        overflow: scroll;
}
.pdfL.active {
        display: block;
        z-index: 5;
}

/* 右PDF */
.pdfR {
        display: none;
        position: absolute;
        top: 1;                     /* 表示位置指定 */
        left: 2.5%;
        border: 1px solid #ccc;
        width: 95%;
        overflow: scroll;
}
.pdfR.active {
        display: block;
        z-index: 5;
}

/* カーソルを虫眼鏡画像にする */
.L-img {
 cursor : url(zoom.cur),url(../css/zoom.cur),auto;
}

.R-img {
 cursor : url(zoom.cur),url(../css/zoom.cur),auto;
}

.L-img a {
 cursor : url(zoom.cur),url(../css/zoom.cur),auto;
}

.R-img a {
 cursor : url(zoom.cur),url(../css/zoom.cur),auto;
}

/* sid___cm.css */

/* 左サイド設定 */
.sdL {
  background-color: #c9caca;
  background-color: #028760;  /*鮮緑系*/
  box-sizing: border-box;
  border: 1px #999 solid;
  float: left;                /* 回り込み指定 */
  height: 652px;
  width: 2.5%;
  font-size: clamp(0.2rem, calc(0.7vw + 0.5rem), 1.0rem);
}

/* 右サイド設定 */
.sdR {
  background-color: #c9caca;
  background-color: #028760;  /*鮮緑系*/
  box-sizing: border-box;
  border: 1px #999 solid;
  float: left;                /* 回り込み指定 */
  height: 652px;
  width: 2.5%;
  font-size: clamp(0.2rem, calc(0.7vw + 0.5rem), 1.0rem);
}

/* サイド詳細設定 */
.sdL a {
  color: #fff;
}
.sdR a {
  color: #fff;
}

.sid-menu {
  text-align:center;
  height: 250px;
}

.sid-butn {
  writing-mode: vertical-rl;
  height: 50px;
  height: 47px;
  margin: 0 auto;
  margin: 2px auto;
  border: 1px solid #fff;
  border-radius: 3px;
}
.sid-butn-link {
  height: 100%;
}

.sid-mituR {
  writing-mode: vertical-rl;
  height: 50px;
  height: 47px;
  margin: 0 auto;
  margin: 2px auto;
  border: 1px solid #fff;
  border-radius: 3px;
}

.sid-mituL {
  writing-mode: vertical-rl;
  height: 50px;
  height: 47px;
  margin: 0 auto;
  margin: 2px auto;
  border: 1px solid #fff;
  border-radius: 3px;
}
.sid-mituL a: {
  text-decoration: none;
}

.sid-move {
  height: 370px;
  margin: 15px auto;
}

.sid-butn a:hover {
  color: #ff0;
}
.sid-mituL a:hover {
  color: #ff0;
}
.sid-mituR a:hover {
  color: #ff0;
}
.sd-page a:hover {
  color: #ff0;
}

/* 左サイド大分類名 */
.sd-Ltitle {
  font-weight: bold;
  display: flex;
  writing-mode: vertical-rl;
  margin: 0 auto;
  height: 330px;
}
.sd-Ltitle-link {
  display: inline-block;
  height: 100%;
  text-decoration: none;
}

/* 右サイドWP名 */
.sd-Rtitle {
  font-weight: bold;
  display: flex;
  writing-mode: vertical-rl;
  margin: 0 auto;
  height: 330px;
}
.sd-Rtitle-link {
  display: inline-block;
  height: 100%;
  text-decoration: none;
}


.sd-page {
  line-height: 1;
  padding: 0;
  margin: 5px;
  margin: 0 0 0 0;
}

.prev {
  padding-left: 0;
}

.next {
  padding-right: 0;
}

.nimg img {
  width: 70%;
  margin: 0 auto;
}

.pimg img {
  width: 70%;
  margin: 0 auto;
}


.prev:before {
  content: '';
  display: inline-block;
  border-top: 4px solid transparent;
  border-right: 9px solid #009;
  border-right: 9px solid #fff;
  border-bottom: 4px solid transparent;
  vertical-align: 0px;
  margin-right: 3px;
}

.next:after {
  content: '';
  display: inline-block;
  border-top: 4px solid transparent;
  border-left: 9px solid #009;
  border-left: 9px solid #fff;
  border-bottom: 4px solid transparent;
  vertical-align: 0px;
  margin-left: 3px;
}

.sd-page a:hover {
  text-decoration: none;
}

