/* -------------------------------------
*     商品一覧
* ------------------------------------- */

h1.list-title {
  font-size: 18px;
}
ul.listitem {
  display: flex;
  flex-wrap: wrap;
}
ul.listitem li {
  width: 33.333%;
  box-sizing: border-box;
  text-align: center;
}

.listitem li a img{
	max-width: 140px;
	display: block;
	margin: 0 auto 3px;
	padding: 5px;
}
.listitem li span {
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	font-size: 95%;
	line-height: 1.5em;
}
.listitem li h3 {
  font-weight: normal;
  font-size: 13px;
  padding: 0 25px;
  margin: 0;
}
.listitem li span.none {
	height: 118px;
	width: 118px;
	line-height: 118px;
	background: #fff;
	border: 1px solid #ccc;
	color: #ccc;
	cursor: pointer;
}
.listitem li span.regular {
	text-decoration: line-through;
	color: #818181;
}
.listitem li span.price {
	padding-top: 10px;
  	color: #767676;
}
.listitem li span.exp,.listitem li span.soldout {
	line-height: 1.4em;
	font-weight: bold;
	color: #d22;
}

.sort {
  text-align: right;
}
.sort select {
  width: 100px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
}

h2.hitcount {
  padding-left: 20px;
  font-size: 110%;
}
.page {
	text-align: center;
	margin: 30px auto;
	clear: both;
	width: 100%;
}
.page li {
	margin: auto 2px;
	padding: 0px;
	background: url(none);
	font: 12px Verdana, Geneva, sans-serif;
	display: inline;
}
.page li a, .page li span {
	display: inline-block;
	padding: 6px 9px;
	text-decoration: none;
	margin: 0px 0px 10px;
}
.page li a {
	background: #fff;
}
.page li a:hover {
  border-bottom: solid 1px #777;
  padding-bottom: 10px;
}
.page li span{
  border-bottom: solid 1px #777;
  padding-bottom: 10px;
}

/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  margin: 20px 20px 50px;
  padding:0;
  line-height: 1.6;
  letter-spacing:0.1em;
  text-align:center;
}
.cg_freespace_02 {
  margin-bottom:20px;
  padding:10px;
  line-height: 1.6;
  letter-spacing:0.1em;
}
.cg_freespace_01 a, .cg_freespace_02 a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #999;
}
.cg_freespace_01  a:hover, .cg_freespace_02  a:hover {
  text-decoration:none;
}

/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p, .cg_freespace_02 p {
	margin:10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 20px;
	padding:0;
	line-height:1.5;
}
.cg_freespace_02 h3 {
  padding: 15px 0 0 15px;
}

.qaContainer dt {
padding: 10px 20px 10px 40px;
border-radius: 5px;
background: #f2ddd5;
text-indent: -25px;
}
.qaContainer a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #999;
}
.qaContainer a:hover {
  text-decoration:none;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
color: #fa4a00;
margin-right: 7px;
}
.qaContainer dd {
margin: 20px 20px 40px 40px;
text-indent: -25px;
  line-height:2;
}
.qaContainer dd:before {
content: "A.";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}