.cg_freespace_01 {
  margin-bottom: 10px;
}

.cg_freespace_02 {
  margin-bottom: 10px;
clear:both;
}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
	float:left;
	width:164px;
	text-align:center;
	margin:0px;
	}

.product_item {
	text-align:center;
	padding:0px 0px 20px;
	}

.product_item img {
	border:1px solid #999999;
	}

.product_item .name {
	width:164px;
	margin:3px 0px 0px;
	color:#0000;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:2px 0px 0px;
	font-weight:normal;
	}

.product_item .expl {
	color:#000;
	line-height:110%;
	text-align:left;
	margin:5px 0px;
	}

.product_list a         {color:#000; text-decoration:none;}
.product_list a:link    {color:#000; text-decoration:none;}
.product_list a:visited {color:#000; text-decoration:none;}
.product_list a:active  {color:#fd2a2d; text-decoration:none;}
.product_list a:hover   {color:#fd2a2d; text-decoration:none;}


/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
.cg_freespace_02 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 0;
	padding:0;
}


/* 画像影付き */
.shadow img {
        box-shadow: 1px 1px 8px #000;
        -moz-box-shadow: 1px 1px 8px #000;
        -webkit-box-shadow: 1px 1px 8px #000;
        width:94%;
}


/* productlist */
.productlist_heading {
  margin: 40px 0 20px;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
}
.productlist_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}


.productlist_list img {border:1px solid #999;}


.subcategorylist_lists {
  font-size: 12px;
  margin-top: 40px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list {
}
.subcategorylist_list img {
  border:1px solid #999;
}

.productlist_number {
  float: left;
  line-height: 1.4;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
}
.productlist_sort a {
  padding: 0 5px;
}

/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pagerlist ul {

  text-align: right;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
}
.pagerlist li a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .cg_freespace_02 {
    font-size: 12px;
    margin-bottom: 60px;
  }

  .productlist_noitem {
    padding: 0 10px 20px;
  }

  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }
}




.series{
        width:670px;
  
  
  
  
  
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 90%;
  	border: 1px solid #ff0000;
  	height: 70%;
  	background-color: #f5f5f5;
}

.accordion-area li{
    margin: 6px 0;
}

.brand-list {
  font-size: 14px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 8px 0;
  width: 92%;
}
.brand-list:nth-child(2) {
  border-top: none;
  margin-top: -8px;
  margin-bottom: -1px;
}

.brand-list:nth-child(3) {
 border-top: none;
}
.brand-list:nth-child(n+4) {
  margin-top: -8px;
  border-top: none;
}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 4% 80px;
    transition: all .5s ease;
}

.title h3 {
 text-align: c
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:45%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:45%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.brand-area {
    display: none;/*はじめは非表示*/
}