@charset "utf-8";
/* CSS Document */

html, body, div, span, iframe,
div#sidearea h4, h2, h3, h4, h5, h6, p, pre,
a, abbr, em, font, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  outline: 0;
}

/* 全体
–––––––––––––––––––––––––––––––––––– */
#maincontainer {
	width: 100%;
	max-width: 960px;
	height: auto;
	padding-bottom:20px;
	margin-bottom:80px;	
	overflow: hidden;
	background:#e8e8e8;
	border:1px solid #CCC;
	box-sizing:border-box;
	/*border: 1px solid #CCC;*/
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
#maincontainer li a {
	color: #000;
	text-decoration: none;
}
#maincontainer a:hover {
	color: #333;
	text-decoration: underline;
	opacity:0.8 ;
}
#maincontainer a:visited {
	color: #000 !important;
}

#maincontainer h4 a {
	color: #000;
	text-decoration: none;
}

/* 見出し
–––––––––––––––––––––––––––––––––––– */
#maincontainer .category-tittle {
	width: 94%;
	margin:20px 0 0 25px;
	border: 1px solid #999;
	box-sizing:border-box;
}
#maincontainer h4.tittle {
	position: relative;
	padding: .3em 1em .25em 1.5em;
	border: 1px solid #FFF;
	box-sizing:border-box;
	color: #FFF;
	font-size:16px;
	font-weight:bold;
	text-shadow:2px 2px 0 #000;
	
	background: rgb(61,61,61); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(38,38,38,1) 44%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(61,61,61,1) 0%,rgba(38,38,38,1) 44%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(61,61,61,1) 0%,rgba(38,38,38,1) 44%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#maincontainer h4.tittle::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: calc(100% - 1em);
	height: -webkit-calc(100% - 1em);
	background-color: #09C;
}

/* カテゴリ
–––––––––––––––––––––––––––––––––––– */
div#partsbox,
div#partsbox-auto {
	display:inline-block;
	width: 45%;
	margin: 15px 0 0 25px;
	background-color:#FFF;
	border: 1px solid #666;
	box-sizing:border-box;
	vertical-align:top;
	overflow:hidden;
}
div#partsbox {
	height: 250px;
	min-height: 203px;
	padding-bottom: 10px;
}
div#partsbox-auto {
	height: auto;
}
  /* 画像
  –––––––––––––––––––––––––––––––––––– */
  p.partsimg {
	  width: 30%;
	  float: left;
	  margin: 10px 0 10px 10px;
	  }
  p.partsimg img {
	  width: 100%;
	  }
  /* テキスト欄
  –––––––––––––––––––––––––––––––––––– */
  div#sidearea {
	  width: 60%;
	  /*height: 200px;*/
	  float: left;
	  margin-left: 5%;
	  margin-top: -10px;
	  color: #000;
	  }
  /* 初期
  div#sidearea h4 {
	  width: 100%;
	  height: 25px;
	  margin: 0 0 10px;
	  padding: 0;
	  font-size: 110%;
	  border-bottom: 2px solid #ccc;
	  }
  */
  div#sidearea h4 {
	  position: relative;
	  padding-bottom: .5em;
	  font-size:13px;
	  }
  div#sidearea h4::before,
  div#sidearea h4::after {
	  position: absolute;
	  bottom: 4px;
	  left: 0;
	  content: '';
	  height: 4px;
	  }
  div#sidearea h4::before {
	  z-index: 2;
	  width: 15%;
	  background-color: #444;
	  }
  div#sidearea h4::after {
	  width: 100%;
	  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	  }
  div#sidearea p {
	  font-size: 12px;
	  margin-top:10px;
	  }
  /* リスト
  –––––––––––––––––––––––––––––––––––– */
  ul.defaultlist {
	  margin-top: 10px;
	  font-size: 12px;
	  }
  ul.defaultlist li {
	  position: relative;
	  list-style-type: none;
	  list-style-image: none;
	  margin: 5px 0 5px 0;
	  padding-left: 15px;
	  font-weight:bold;
	  }

  ul.defaultlist li:before {
	  content: '';
	  display: block;
	  position: absolute;
	  box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	  top: 3px;
	  left: 2px;
	  height: 0;
	  width: 0;
	  border-top: 5px solid transparent;
	  border-right: 6px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 6px solid #333;
	  }
	  
	ul.defaultlist ul li:before {
	  content: '';
	  display: block;
	  position: absolute;
	  box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	  top: 3px;
	  left: 2px;
	  height: 0;
	  width: 0;
	  border-top: 5px solid transparent;
	  border-right: 6px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 6px solid #999;
	  }
	  

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 スマートフォン
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width:480px) {
	
#maincontainer {
	width: 98%;
	height: auto;
	margin: 0 auto;
}
/** 見出し **/
#maincontainer .category-tittle {
	width: 100%;
	margin: 0;
}
#maincontainer h3.tittle {
	margin: 0;
}
/** カテゴリ **/
div#partsbox {
	width: 100%;
	height: auto;
	border: 0.5px solid #000;
	float: left;
	margin: 5px 0 5px -0.5px;
}
/** 画像 **/
p.partsimg img {
	width: 100%;
}
/** テキスト **/
div#sidearea {
	height: auto;
}

}




