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

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


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

/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  margin:20px;
  padding:0px;
  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 0px;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 20px;
	padding:0;
	line-height:1.5;
}


.cg_freespace_02 h2 { font-weight:bold;
  padding:5px 16px 5px 15px;
  margin: 50px 0px 20px 0px;
  font-size:120%;
  border:none;
  letter-spacing:0.1em;
}
.cg_freespace_02 h2:before {
  font-family: Material Icons;
  content: "check";
  font-size:200%;
  color:#fdc400;
}

.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;
}