/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 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 20px;
  padding:0;
}
.pager {
  margin: 10px 0;
  position:relative;
  overflow: hidden;
}
.pager a { padding: 6px 20px; background-color: #eee;}
/*検索フォーム*/
.item-search select {
  display: block;
  width: 400px;
  font: 15px/24px sans-serif;
}
.item-search input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 400px;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.item-search button{
  cursor: pointer;
  border: none;
  font-size: 16px;
  padding: 7px 24px;
  background: #3ba07a;
  color: #fff;
  outline : none;
}
@media only screen and (max-width: 960px){
 .item-search select {  width: calc(100% - 88px);}
 .item-search input[type=text] { width: calc(100% - 88px);}
}
.item_description{  display:none;}