img {
    image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
  text-align: center;
  margin: 0;
}

a { color: #ffffff; }

.ptop7{ padding-top: 7px;}

.btitle{
   background:linear-gradient(0deg,#1e1e1e 0%,#2c2c2c 60%,#3f3f3f 40%,#474747 100%);
   border-collapse:separate;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}

/* タイトルバー */
.v-ber { 
   width: 658px;
   height: 16px; 
   border-radius: 5px; 
   padding: 5px;
   background: linear-gradient(0deg,#1e1e1e 0%,#2c2c2c 60%,#3f3f3f 40%,#474747 100%);
   text-indent: 10px;
   font-size: 13px;
   font-weight: bold;
   color: #d9d9d9;
   letter-spacing:0.8pt;
   margin-bottom: 8px;
   line-height: 16px;
   position: relative;
}

.v-ber::before{
   content: "";
   background: #ff0f06;
   width: 3px;
   height: 15px;
   top: 0;
   bottom: 0;
   margin: auto 0;
   left: 7px;
   position: absolute;
   display: inline-block;
}

.v-ber-bac {
  right: 10px;
  width:110px;
  height:15px;
  line-height: 14px;
  display: inline-block;
  text-decoration:none;
  text-align: center;
  color: #cecece;
  border: 1px solid #cecece; 
  font-size: 11px;
  position: absolute;
  letter-spacing: 0.5px;
  text-indent: 0;
}

.v-ber-bac:hover {
  background: #aaaaaa;
  color: #dedede;
  border: 1px solid #dedede; 
}


.index-box {/* スライド下ゾーン*/    
  display: flex;
  justify-content:space-between;
  padding: 10px; 
  margin-top: 30px; 
  border: 1px solid #cccccc;">
}

.search-box {/* 検索ゾーン*/    
  padding: 10px; 
  background-color: #ebebeb; 
  border: 1px solid #666666; 
  width: 646px;
  height: 325px;
}

.search-row{/* 検索ゾーン最下段 */
  display: flex; 
  justify-content:space-between;
}

.right-box{/* カタログゾーン */
  background-color:#1e1e1e;
  width:181px;
}


/* カテゴリーで探す*/    
.topic-image{
  width: 626px;
  display: grid;
  grid-template-columns: 156px 156px 156px 156px;
  grid-template-rows:51px 51px 51px 51px;
  gap: 4px 7px;
}

.topic-image img{
  width: 156px;
  height: 51px;
}

.topic-image :hover{ 
  background-color: #ffffff; 
  opacity: 0.8;
}

  
/* アルファベット検索 */
.alfa-box{
  display: flex;  
}

.alfa-sbox{
   background-color: #ffffff;
   color : #bfbfbf;
   width : 22px;
   height: 22px;
   font-size: 14px;
   font-weight: bold;
   border-top: 1px solid #c6c6c6;
   border-left: 1px solid #c6c6c6;
   line-height: 23px;
   text-decoration: none;
}

.alfa-box .alfa-tt{
   border-top: 1px solid #999999;
}

.alfa-box .alfa-bb{
   border-bottom: 1px solid #999999;
}

.alfa-box .alfa-l{
   border-left: 1px solid #999999;
}

.alfa-box .alfa-r{
   border-right: 1px solid #999999;
}

.alfa-box a{
   color : #444;
   font-weight: bold;
   text-decoration: none;
   display: block;
   margin: 0;
}

.alfa-box a:hover {
  background-color: #898989;
  color: #fff;
  font-weight: bold
}

  /* 虫眼鏡 */
.search.icon {
  color: #7f7f7f;
  background-color:#ffffff;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  width: 10px;
  height: 10px;
  border: solid 2px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search.icon:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 5px;
  height: 7px;
  width: 2px;
  background-color: currentColor;
}

 /* シリーズで探す */
.search-t{
  text-indent: 1.6em; 
  margin-top: -3px;
  margin-bottom: 3px; 
  color: #333; 
  font-size: 14px;
  letter-spacing: 0.1em;
}
 
 /* Q&A */
.qanda {
  background-color: #cc665e;
  color: #ffffff;
  height: 22px;
  width: 155px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.4em;
  text-decoration: none;
  border-bottom: 3px solid #804040;  
}

.qanda:hover {
  background-color: #d6857e;
  color: #ffffff;
  height: 22px;
  width: 155px;
  font-size: 16px;
  text-decoration: none;
  display: block;
  border-bottom: 3px solid #996666;
}

.right-bn{
  background-color: #1f1f1f;
  height: auto;
  width: 181px;
  margin-top: -702px;
  float: right;
}

/* インフォメーション */
.l-hi15 { 
 line-height: 1.5;
}

dl {
  display: flex; 
  padding: 10px 0; 
  margin: 0 15px; 
  border-bottom: 1px solid #cccccc;
  color: #333333;
  line-height: 1;
  width: 94%;
}

dl a {
	color: #ff5933;
}

dl a:hover{
	color: #f9281e;
}

dt {
  font-size: 14px;
  padding-left: 1px;
}

dd {
   font-size: 14px; 
   margin-left: 23px;
}

.in12 {
   font-size: 12px;
   margin-bottom: 0;
}

.info a:hover{
   color: #f9281e;
}

 /* シリーズ検索 */
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 90%;
}

.cp_ipselect {
	overflow: hidden;
	width: 155px;
	height: 22px;
	line-height: 21px;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #999999;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 0 8px 0 6px;
	color: #666666;
}

.series-ca {
  width: 181px;
  height: 98px;
}

.ch-bn {
  width: 181px;
  height: 43px;
}

/* ◎ サイドメニュー右下 ◎ */


.btn-side-b {  /* ◎ サイドメニュー右下大 ◎ */
   display: inline-block;
   text-decoration: none;
   background: #1e1e1e;
   background-image: linear-gradient(#353535 0%,  #2e2e2e 10%, #070707 100%);
   color: #ddd;
   font-size: 14px;
   font-weight: bold;
   letter-spacing: 0.1em;
   width: 165px;
   height: 40px;
   line-height: 40px;
   border-color: #777 #444;
   border-style: solid;
   border-width: 2px;
   margin: 3px 0;
}

.btn-side-b:hover {
   background-image: linear-gradient(#f7340c 0%,  #b62b13 20%, #72211b 100%);
   color: #fff;
   line-height: 40px;
}

.btn-side {  /* ◎ サイドメニュー右下 ◎ */
   display: table-cell;
   text-decoration: none;
   background: #1e1e1e;
   color: #ccc;
   font-size: 13px;
   font-weight: bold;
   text-align: left;
   padding: 0 15px;
   width: 150px;
   height: 30px;
   line-height: 30px;
   border-top: 1px solid #666666;
}

.btn-side:hover {
   background-image: linear-gradient(#f7340c 0%,  #b62b13 50%, #72211b 100%);
   color: #fff;
   line-height: 30px;
}

.copy{  /* コピーライト */
  font-size: 10px;
  color: #999999;
  text-align: right;
  letter-spacing: 0.5px;
}

.inquiry { /* お問い合わせ */  
  color: #333;  
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 1.4;
  margin-top: 9px;
  text-decoration: none;
  text-align: center;
  padding: 0;
  position: relative;
  text-indent: .6em;
  width:auto;
}

.inquiry:not(:last-child){
  margin-right: 10px;
}

.inquiry:hover {
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  line-height: 1.4;
  color: #ff5933;
}

.inquiry:hover:before {
  border-left: 2px solid #ff5933;
  border-top: 2px solid #ff5933;
}

.b-video { /* 動画 */
  color: #333;
  font-size: 12px; 
  height: 18px;  
  line-height: 1.4;
  margin-top: 9px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-indent: 2em;
  width:auto;
}

.b-video:before{
  content: ""; 
  position: absolute;
  background-color: #e21f32;
  width: 19px;
  height: 13px;
  border-radius: 4px;
  top: 2px;
  left: 6px;
  
}

.b-video:after{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  content: ""; 
  position: absolute;
  top: 5px;
  left: 14px;
}

.b-video:hover { 
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  color: #ff5933;
}
