@charset "utf-8";
/* CSS Document */

h1 {
	background-image: url(../index_parts/h1.gif);
	text-indent: -9999px;
	height: 30px;
	width: 950px;
	background-repeat: no-repeat;
}

h3 {
	font-size: 12px;
	font-weight: bolder;
	color: #ff0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.newslist {
	background-color: #BAB7AB;
	border: 1px solid #999;
	color: #333333;
	padding: 5px;
}

.mainlist {
	width: 250px;
	color: #fff;
	margin-top: 10px;
	float: left;
}

.mainlist a {
	color: #C20A38;
}
.mainlist ul {
	list-style: none;
}
.mainlist li {
	display: block;
	width: 240px;
	background-color: #BAB7AB;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C20A38;
}

.parts {
  margin: 0;
  padding: 0;
}

.parts a,
.parts_list a {
  color:#888;
  &:hover {
    color:#c60;
  }
}

.parts_list_wrap {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 6px));
  column-gap: 12px;
  margin-top: 10px;
}

.parts_list {
  list-style-type: none;
}

.parts_list li {
  line-height: 1.6;
}

.parts_list li::before {
  content: "・";
  /* margin-right: 4px; */
}

/* 販売終了表記 */
.discontinued {
  color: #C20A38;
  font-size: 1rem;
  margin-block: 0.5rem;
}

.parts_list .discontinued {
  font-size: inherit;
  margin-left: .5em;
  font-weight: bold;
}

#main_top img{margin:0; padding:0; border:none;}
#democar_img{width:900px; overflow:hidden; zoom:1;}
#demo_left{width:600px; float:left;}
#demo_right{width:300px; float:right;}

#parts_img{width:900px; overflow:hidden; zoom:1;}

ul.img_list li{display:inline; list-style-type:none; width:100px; height:67px; float:left;}