/* 商品リストCSS */
h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 10px 0px 0px 20px;
	padding: 0px 5px;
	border-left: 10px solid #F4CFB7;
}

/* リスト表示切替部 */
.list_showchg {
  font-size: smaller;
  width: 686px;
  margin: 10px 0px 0px 22px;
  text-align: right;
}

/* 商品リストテーブル（画像のみ） */
table.goods_image_list {
	width: 686px;
	margin: 0px 0px 10px 22px;
	border: 2px solid #E0D2A6;
}
.goods_image_list td {
  width: 25%;
	padding: 10px;
	text-align: center;
	border-right: 1px dashed #E0D2A6;
	border-bottom: 1px dashed #E0D2A6;
}
.goods_image_list td p {
  margin-top: 5px;
}

/* 商品リストテーブル（説明付き） */
table.goods_oneline_list {
	width: 686px;
	margin: 0px 0px 10px 22px;
	border: 2px solid #E0D2A6;
}
.goods_oneline_list td {
	border-bottom: 1px dashed #E0D2A6;
}
.goods_oneline_list td.goods_image {
	vertical-align: top;
	text-align: center;
	width: 140px;
	padding: 10px;
	border: none;
}
.goods_oneline_list td.imgThumbnail{
	vertical-align: top;
	text-align: center;
  padding: 5px 0px 5px 10px;
}
.goods_oneline_list a.thickbox img {
  border: solid 1px #ccc;
}
.goods_oneline_list a.thickbox:hover img {
  border: solid 1px #680000;
}
.goods_oneline_list td.goods_comment {
	vertical-align: top;
  text-align: left;
	padding: 10px 5px;
}
img.list_icon {
  margin-right: 5px;
}
.goods_oneline_list h3.oneline_goodsname {
	font-size: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  width: 375px;
  float: left;
}
.goods_oneline_list p.oneline_go_detail {
  float: left;
}
.goods_oneline_list p.oneline_go_detail a {
  display: block;
  width: 125px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  background-image: url(../images2/go_detail.gif);
	background-repeat: no-repeat;
}
.goods_oneline_list p.oneline_go_detail a:hover {
	background-position: 0px -35px;
}
.goods_oneline_list p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  line-height: 1.2em;
}
.goods_oneline_list li {
line-height: 1.5em;
}
.goods_oneline_list td.goods_comment div.goods_oneline_list_left {
  clear: both;
  float: left;
  width: 250px;
}
.goods_oneline_list td.goods_comment div.goods_oneline_list_right {
  float: left;
  width: 250px;
}
.goods_oneline_list td.goods_comment ul span {
  color: #990000;
}
.goods_oneline_list td.goods_comment div.goods_oneline_list_left {
  padding-right: 5px;
}
.goods_oneline_list td.goods_comment div.goods_oneline_list_right {
  padding-left: 5px;
  border-left: dashed 1px #666;
}
.goods_oneline_list ul.goods_size1{
  margin-bottom: 1em;
}
.goods_oneline_list ul.goods_size1 li {
}
.goods_oneline_list ul.goods_size1 li a {
  display: block;
  padding-left: 20px;
  line-height: 25px;
  background-image: url(../images/category_list_mark_s.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
.goods_oneline_list ul.goods_size1 li a:hover {
	background-position: 5px -53px;
}
.goods_oneline_list ul.goods_size2 li {
  float: left;
  margin-right: 0.8em;
}
.goods_oneline_list ul.goods_size2 li span.pink02 {
  color: #ff6666;
}

/* 旧商品リストテーブル */
table.goods_list {
	width: 686px;
	margin: 10px 0px 10px 22px;
	border: 2px solid #E0D2A6;
}
.goods_list td {
	border-bottom: 1px dashed #E0D2A6;
}
.goods_list img {
	margin: 0px 0px 10px;
}
.goods_list td.goods_comment  {
	vertical-align: top;
  text-align: left;
	width: 150px;
	padding: 10px 5px;
	border-right: 1px dashed #E0D2A6;
	border-bottom: 1px dashed #E0D2A6;
}
.goods_list td.goods_image {
	vertical-align: top;
	text-align: center;
	width: 130px;
	padding: 10px 5px;
	border-bottom: 1px dashed #E0D2A6;
}
.goods_list p.goods_name {
	font-weight: bold;
	word-spacing: 0.5em;
	margin: 0em 0em 1em;
}
.goods_list ul.goods_size{
  margin-bottom: 1em;
}
.goods_list ul.goods_size li {
}
.goods_list ul.goods_size li a {
  display: block;
  padding-left: 20px;
  line-height: 25px;
  background-image: url(../images/category_list_mark_s.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
.goods_list ul.goods_size li a:hover {
	background-position: 5px -53px;
}
.goods_list p.goods_price {
	color: #999999;
	margin: 2em 0em 1em;
}

/* サブカテゴリ部 */
table#subcat_top {
	width: 680px;
	margin: 10px 0px 10px 22px;
	border-top: 3px solid #dfd1aa;
	border-bottom: 3px solid #dfd1aa;
	background-image: url(../images2/subcat_bg.gif);
  background-repeat: repeat-x;
}
table#subcat_top caption {
  text-align: left;
}
table#subcat_top td {
  width: 170px;
}
table#subcat_top td a {
  display: block;
  text-decoration: none;
  width: 170px;
  line-height: 35px;
  text-indent: 20px;
	background-image: url(../images2/subcat_mark.png);
  background-repeat: no-repeat;
  background-position: 5px -78px;
}
table#subcat_top td a:hover {
  background-position: 5px 12px;
  background-color: #dfd1aa;
}
/* サブカテゴリ部 */
table#subcat2_top {
	width: 680px;
	margin: 10px 0px 10px 22px;
	border-top:1px solid #CC9966;
	border-right:1px solid #CC9966;
	border-left:1px solid #CC9966;
}
table#subcat2_top caption {
  text-align: left;
}
table#subcat2_top th {
	color: #680000;
  font-weight: normal;
  text-align: center;
	background-color: #F4CFB7;
	width: 100px;
	padding: 5px;
	border-bottom:1px solid #CC9966;
}
table#subcat2_top td {
	text-align: left;
	padding: 5px;
	border-bottom:1px solid #CC9966;
}
table#subcat2_top ul.subcat2_list li {
  float: left;
  margin-right: 20px;
}
table#subcat2_top td.cen {
	text-align: center;
}
/*サブカテゴリ中タブ*/
ul.subcat2_tab_01 {
}
ul.subcat2_tab_01 li {
  float: left;
  margin: 0px;
  position: relative;
  top: 1px;
  padding: 0px 7px 0px 0px;
  border-bottom: solid 1px #c3b14c;
  background-color: #fff;
  z-index: 100;
}
ul.subcat2_tab_01 li a {
  display: block;
  padding: 0px;
  background-image: url(../images2/tab_01.png);
  background-repeat: no-repeat;
  background-position: left top;
}
ul.subcat2_tab_01 li a span {
  display: block;
  padding: 5px 7px 1px 0px;
  position: relative;
  right: -7px;
  background-image: url(../images2/tab_01.png);
  background-repeat: no-repeat;
  background-position: right -142px;
}
ul.subcat2_tab_01 li.tab_select {
  border-bottom: solid 1px #fff;
}
ul.subcat2_tab_01 li.tab_select a {
  background-position: left -71px;
}
ul.subcat2_tab_01 li.tab_select a span {
  background-position: right -213px;
}
ul.subcat2_tab_01 li a:hover {
  background-position: left -71px;
}
ul.subcat2_tab_01 li a:hover span {
  background-position: right -213px;
}
div.tab_submenue {
  clear: both;
  z-index: 1;
  padding: 10px;
  border: solid 1px #c3b14c;
}
div.tab_submenue ul {
  height: 20px;
}
div.tab_submenue li {
  float: left;
  margin-right: 15px;
}

/* ページ変遷部 */
div.pagemove_parts {
  text-align: center;
}
div.pagemove_parts table {
  margin-left: auto;
  margin-right: auto;
}
a.list_move {
  display: block;
  float: left;
	background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
a.pre_btn {
  width: 103px;
  height: 28px;
	background-image: url(../unionimages/go_back_o.gif);
  background-position: 0px -30px;
}
a.next_btn {
  width: 106px;
  height: 26x;
	background-image: url(../unionimages/go_next_o.gif);
  background-position: 0px -30px;
}
a.list_move:hover img {
  position: relative;
  top: -30px;
}
a.list_move:hover {
  background-position: 0px 0px;
}
div.pagemove_parts table span {
  margin: 0px 15px;
}
div.pagemove_parts p.page_kensu {
  clear: both;
  font-size: 90%;
  text-align: center;
  margin: 0px;
}
