/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
.cg_freespace_01 h2{
width:100%;
  border-left:15px solid #0ac098;
  border-bottom:3px solid #0ac098;
  background-color:#2ee6b8;
  padding:11px 1px 10px 14px;
  font-weight:bold;
  color:#fff;
  font-size:130%;
  letter-spacing:1px;
}
.cg_freespace_01 h2.meka2{
width:100%;
  border:1px solid #ccc;
  background-color:#e5e5e5;
  padding:5px 0px 5px 10px;
  font-weight:bold;
  color:#333;
  font-size:95%;
  letter-spacing:normal;
}
.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;
}
/* カテゴリ画像設定 */
.product_list2 {
	float:left;
	width:187px;
	text-align:center;
	margin:0px;
	}

.product_item2 {
	text-align:center;
	padding:0;
  	margin:0px 15px 20px 5px;
  border:3px solid #0ac098;
 
	}


.product_item2 .name {
	margin:0px 0px 0px;
	color:#ffffff;
  background-color:#0ac098;
  padding:5px 0 4px;
  font-size:90%;
	}
	
.product_item2 .name img{
	vertical-align:middle;
	}



.product_list2 a         {color:#ffffff; text-decoration:none;}
.product_list2 a:link    {color:#ffffff; text-decoration:none;}
.product_list2 a:visited {color:#ffffff; text-decoration:none;}
.product_list2 a:active  {color:#ffffff; text-decoration:none;}
.product_list2 a:hover   {color:#ffe100; text-decoration:none;}

/* 冷機器テーブル */
.catalog{
    width: 100%;
    text-align:center;
}
.tablehead2{
	width: 100%;
	padding: 10px 0 10px 0px;
	margin: 0 auto 10px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(127,255,212,1.00) 0%,rgba(0,194,147,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(127,255,212,1.00) 0%,rgba(0,194,147,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(127,255,212,1.00) 0%,rgba(0,194,147,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(127,255,212,1.00) 0%,rgba(0,194,147,1.00) 100%);
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #001f0c;
}
.tablehead2 span{
  padding:1px 15px;
  	font-size: 70%;
}
.tablehead2 span.tateyoko{
  padding:1px 15px;
  	font-size: 70%;
  background-color:#fff;
  color:#05c293;
  border:1px solid #fff;
  border-radius:10px;
  text-shadow: none;
  letter-spacing: normal;
}

.tbl-r05 {
    width: 100%;
    margin: 0 auto 30px;
table-layout: fixed;
}

.tbl-r05 thead th {
    background: #e9727e;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size:110%;
}
.tbl-r05 tbody th {
    background: #fbf5f5;
    font-weight: normal;
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
    font-size:100%;
  }
.tbl-r05 th span{
    font-weight: normal;
    font-size:100%;
  }
.tbl-r05 tbody td {
    border: solid 1px #ccc;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
      font-size:90%;
}
.tbl-r05 tbody td img{
   height:100px;
    width:auto;
}  
