ul.topicpass li a {
	text-decoration: none;
}
ul.topicpass li a:hover{
	text-decoration: underline;
}					

#inn-box ul.category {
	list-style: none;
	margin: 0px 0px 0px 30px;
	clear: both;
}
#inn-box ul.category li {
	margin: 0px 20px 20px 0px;
	float: left;
	line-height: 0;
	text-align: center;
	width: 200px; /*HTMLファイルを% 4に変更された場合、140pxに変更してください*/
	background-image: none;
	padding: 0px;
}
#inn-box ul.category li a {
	line-height: 1.5em;
}
#inn-box ul.category li img {
	display: block;
	margin: 0px auto 2px;
	border-style: none;
}

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

div.cate_exp_02 {
	margin: 15px 0px 0 0px;
	line-height: 1.6em;
	clear: both;
	border: 2px dotted #b1b1b1;
	background-color: #FFF;
	padding: 15px 30px 15px 35px;
}


/*商品一覧追記 */

.category_btn_wrap {
	margin-top: 30px;
}

ul.category_btn {
	margin-top: 20px;
}
ul.category_btn li{
	width:370px;

	box-sizing: border-box;
	font-size: 20px;
}
ul.category_btn li a {
	display: block;
	padding: 24px 0 24px 20px;
	border: 1px solid #000;
	border-left:10px solid #000;
	color:#222222;
	text-decoration: none;
	background: url(./images/pc/category_btn_bg.png) no-repeat;
	background-position: 94% 50%;
}
	ul.category_btn li a:hover{
	display: block;
	padding: 24px 0 24px 20px;
	border: 1px solid #000;
	border-left:10px solid #000;									
	color:#ffffff;
	text-decoration: none;
	background: url(./images/pc/category_btn_bg_white.png), #eb7375;
	background-repeat:no-repeat, no-repeat;
	background-position: 94% 50%;
	transition-duration: 0.2s;
}							

ul.category_btn li:nth-child(odd){
	float: left;
}			
ul.category_btn li:nth-child(even){
	float: right;
}	
.prd_lst_pager1 {
	margin-top: 5%;

	}

	.prd_lst_pager2 {
		margin-top: 5%;
	}

	.prd_lst_pager ul {
		display: flex;
		width: 93.3%;
		margin: 0 auto;
		font-size: 14px;
		padding-bottom: 20px;
		border-bottom: 1px solid #000;
	}
	.prd_lst_pager.prd_lst_pager2 ul {
		border-bottom: none;
	}
	.prd_lst_pager ul li.prd_lst_pager_prev {
		width: 25%;
		text-align: left;
	}

	.prd_lst_pager ul li.prd_lst_pos {
		width: 50%;
		text-align: center;
	}

	.prd_lst_pager ul li.prd_lst_pager_next {
		width: 25%;
		text-align: right;
	}

	.icon_prev_dis  {
		color: #999999;
	}
	.icon_next_dis  {
		color: #999999;
	}
	.prd_lst_pager_prev a {
		color: #000000;
	}
	.prd_lst_pager_next a {
		color: #000000;
	}

	#contents p.sort {
		margin-top: 20px;
			text-align: center;
			font-size: 14px;
	}
	#contents p.sort a{
		color:#222222;
	}	

/* 最近チェックした商品 */
	#history {
		background:#f9f9f9;
      margin-top: 30px;
      padding-bottom: 30px;
	}
	
	#history h2 {
		text-align: center;
		font-size: 28px;
		border-bottom: 1px solid #000;
		padding: 30px 0;
		font-weight: 400;
	}
	
	#history ul {
		width:620px;
		margin:40px auto 0;
	}
	#history ul li{
		width:140px;
		float: left;
	}		
	#history ul li{
		margin-left: 20px;
		font-size: 13px;
	}	
	#history ul li:nth-child(4n+1){
		margin-left: 0;
	}
	#history ul li:nth-child(n+5){
		margin-top: 20px;
	}	
	#history ul li a {
		text-decoration: none;
		color:#000;
	}
	#history ul li a:hover {
		text-decoration: underline;
	}
	#history .product_name {
		margin-top: 10px;
	}
	#history .explanation_simple {
		display: none;
	}