@charset "euc-jp";
/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  item list - category
/*  02.  item list - number
/*  03.  item list - sort
/*  04.  item list - pager
--------------------------------
------------------------------*/

p.empty {
	float: left;
	width: 100%;
	height: auto;
	line-height: 50px;
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

p.empty span {
	font-size: 40px;
	font-weight: normal;
	font-family: 'Niconne', cursive;
	letter-spacing: 4px;
}

/*  01.  item list - category
------------------------------*/
/*  pc  */
@media screen and (min-width: 960px) {
/*  item list  *//*  category  */
.content_category {
	float: left;
	width: 100%;
	height: auto;
}

.content_category h2 {
	float: left;
	width: 100%;
	height: auto;
	line-height: 30px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
 
/*  item list  *//*  category  *//*  box  */
#category_box {
	float: left;
	width: 100%;
	height: auto;
}

#category_box ul.category_box_body {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	background-color: #EEEEEE;
}

#category_box ul.category_box_body li {
	float: left;
	width: auto;
	height: auto;
}

#category_box ul.category_box_body li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 20px;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
}

/*  sp  */
@media screen and (max-width: 959px) {
/*  item list  *//*  category  */
.content_category {
	float: left;
	width: 100%;
	height: auto;
}

.content_category h2 {
	float: left;
	width: 100%;
	height: auto;
	line-height: 30px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
 
/*  item list  *//*  category  *//*  box  */
#category_box {
	float: left;
	width: 100%;
	height: auto;
}

#category_box ul.category_box_body {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	background-color: #EEEEEE;
}

#category_box ul.category_box_body li {
	float: left;
	width: auto;
	height: auto;
}

#category_box ul.category_box_body li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
}

/*  02.  item list - number
------------------------------*/
/*  pc  */
@media screen and (min-width: 960px) {
/*  item list  *//*  number  */
#item_number {
	float: left;
	width: 98%;
	height: auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#item_number p {
	line-height: 40px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

#item_number p span {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 40px;
	font-weight: normal;
	font-family: 'Niconne', cursive;
}
}

/*  sp  */
@media screen and (max-width: 959px) {
/*  item list  *//*  number  */
#item_number {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

#item_number p {
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

#item_number p span {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Niconne', cursive;
}
}

/*  03.  item list - sort
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  item list  *//*  sort  */
#item_sort {
	float: left;
	width: 98%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#item_sort ul {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

#item_sort ul li {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #AAAAAA;
	background-image: url(https://img21.shop-pro.jp/PA01417/563/etc/icon_down.png?cmsp_timestamp=20180627164558);
	background-size: 20px;
	background-position: right;
	background-repeat: no-repeat;
}

#item_sort ul li a {
	color: #000000;
}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  item list  *//*  sort  */
#item_sort {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#item_sort ul {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

#item_sort ul li {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #AAAAAA;
	background-image: url(https://img21.shop-pro.jp/PA01417/563/etc/icon_down.png?cmsp_timestamp=20180627164558);
	background-size: 15px;
	background-position: right;
	background-repeat: no-repeat;
}

#item_sort ul li a {
	color: #000000;
}
}

/*  04.  item list - pager
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  item list  *//*  pager  */
#pager {float: left; width: 100%; height: auto; margin-top: 50px; margin-bottom: 50px;}
#pager ul {width: 100%; height: auto; text-align: center;}
#pager ul li {display: inline-block; width: 100px; height: 50px; line-height: 50px; margin-left: 20px; margin-right: 20px;}
#pager ul li p {width: 100%; height: 50px; line-height: 50px; font-size: 14px; font-weight: normal; color: #FFFFFF; background-color: #DDDDDD;}
#pager ul li a {display: block; line-height: 50px; font-size: 14px; font-weight: normal; color: #FFFFFF; background-color: #777777;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  item list  *//*  pager  */
#pager {float: left; width: 100%; height: auto; margin-top: 20p; margin-bottom: 20px;}
#pager ul {width: 100%; height: auto; text-align: center;}
#pager ul li {display: inline-block; width: 90px; height: 30px; line-height: 30px; margin-left: 20px; margin-right: 20px;}
#pager ul li p {width: 100%; height: 30px; line-height: 30px; font-size: 12px; font-weight: normal; color: #FFFFFF; background-color: #DDDDDD;}
#pager ul li a {display: block; line-height: 30px; font-size: 12px; font-weight: normal; color: #FFFFFF; background-color: #777777;}
}