@charset "UTF-8";

/* カタログページ用 */

/* 閉じるボタン */
.GI_TW_close.GI_TW_Controls {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
/* 左方向ボタン */
.GI_TW_arrow.GI_TW_prev.GI_TW_Controls{
  width: 50px;
  padding: 20px 0px 16px;
  background: #888888;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic";
  font-style:normal;
}
/* 右方向ボタン */
.GI_TW_arrow.GI_TW_next.GI_TW_Controls{
  width: 50px;
  padding: 20px 0px 16px;
  background: #888888;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic";
  font-style:normal;
}
/* ボタン位置 */
.GI_TW_expander .GI_TW_arrow.GI_TW_next {
  right: 30px;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_prev {
  left: 30px;
}
/* カタログクリック時のハイライト */
li.GI_TW_Current h2{
    background: #F99;
}
.GI_TW_expander-inner,.GI_TW_fullimg{
    position:relative;
}
.GI_TW_fullimg {
  text-align: center;
}
.GI_TW_fullimg > a {
    float: left;
}
.GI_TW_fullimg > a > img {
    max-width:600px;
}
.ct-msgwrap{
    float: left;
    max-width:10px;
    margin-left:20px;
}
.ct-msgtop{
  color: #FFF;
    margin-right: 0;
    font-size: 17px;
    text-align: left;
}
.ct-msgbottom{
  color: #FFF;
    margin-right: 0;
    font-size: 13px;
}
