/* 大きいサムネイルの商品ページ */
table.shouhin{
	border-collapse:collapse;
	border-spacing: 0;
}　
table.shouhin{
	width: 690px;
	margin: 30px auto;
	border-top: 3px solid #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
	background-color: #ffffff;
	empty-cells: show;
}　
/* 表の上に　123..次へ がある場合はshouhin_2 */
table.shouhin_2{
	border-top: 3px solid #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
}
table.shouhin_2{
	width: 690px;
	margin: 50px auto 30px auto;
	border-top: 3px solid #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
	background-color: #ffffff;
	empty-cells: show;
}
.shouhin td, .shouhin_2 td{
	border-bottom: 1px dotted #cccccc;
}
/* リンクがある場合はpic,無い場合はpic2 */
.shouhin td.pic, .shouhin_2 td.pic, .shouhin_2 td.pic2{
	width: 280px;
	border-right:  1px dotted #cccccc;
	text-align: center;
	padding: 20px 0;
}

table.shouhin_in{
	width: 90%;
	border-collapse:collapse;
	border-spacing: 0;
	background-color: #ffffff;
	padding: 6px;
	empty-cells: show;
	margin: 10px 10px 10px 20px;
}
table.shouhin_in td{
	border: none;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
.shouhin_in .tag{
	font-size: 12px;
	padding: 0 5px 0 0;
	color: #999988;
	width: 60px;
	padding-top: 2px;
}
.shouhin_in .price{
	font-weight: bold;
	font-size: 15px;
	color: #666600;
}
.shouhin_in .hinban{
	font-weight: bold;
	font-size: 15px;
	color: #2930ad;
}
.shouhin_in .shousai{
	text-align: left;
	padding: 20px 0 0 0;
}
.shouhin_in .shousai a{
	font-size: 12px;
	text-decoration: underline;
}
.shouhin_in .shousai a:hover{
	color: red;
}
/* 小さいサムネイルの商品ページ */

table.shouhin_mini{
	width: 100%;
	margin: 50px 0;
	border-top: 3px solid #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
	border-collapse:collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}
.shouhin_mini td{
	width: 25% !important;
	border-bottom: 1px dotted #cccccc;
	padding: 0 3px 15px 0;
	text-align: center;
	vertical-align:middle;
}
td.border_right{
	border-right: 1px dotted #cccccc;
}
.4th{
	border-right: none;
}
.shouhin_mini .pic{
	padding: 20px 5px 15px 5px;
	border-bottom: none;
	border-right: 1px dotted #cccccc;
}
.shouhin_mini .pic_4th {
	padding: 20px 5px 15px 5px;
	border-bottom: none;
	border-right: none;
}

/* 以下２つは、大きいサムネイルのページとも共通 */
.pic a, .pic_4th a{
	display: block;
	width: 100%;
	height: 100%;
}

.pic a:hover img, .pic_4th a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:.70;
}
/* --ここまで */


table.shouhin_in_mini{
	width: 90%;
	border-collapse:collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	margin: 0 0 0 10px;
}
table.shouhin_in_mini td{
	border: none;
	padding: 2px;
}
.shouhin_in_mini .price{
	font-weight: bold;
	font-size: 13px;
	color: #666600;
	line-height: 130%;
}
.shouhin_in_mini .hinban{
	font-weight: bold;
	font-size: 13px;
	color: #2930ad;
	line-height: 120%;
}


/* 商品詳細ページ sub3のバージョン */

table.shousai{
	width: 100%;
	margin: 50px 0;
	border-collapse:collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}
table.shousai td{
	vertical-align: top;
}
.shousai td.pic{
	width: 380px;
	text-align: center;
	padding: 20px 0;
}

.shousai_in{
	width: 100%;
	border-bottom: 2px #f2f2f2 solid;
	border-collapse:collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-top: 10px;
}
.shousai_in td{
	border-top: 1px silver dotted;
	padding: 10px 0;
	line-height: 130%;
}
.shousai_in .tag{
	width: 25%;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #888866;
}
.shousai_in .hinban{
	font-weight: bold;
	font-size: 15px;
	color: #2930ad;
}
.shousai_in .price{
	font-weight: bold;
	font-size: 15px;
	color: #666600;
	white-space: nowrap;
}
.image{
	padding: 40px 0;
	font-size: 12px;
}

/* 商品詳細ページ sub4のバージョン */

.sub4{
	width: 100%;
	margin: 50px 0 15px 0;
	padding: 0px;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
}
.sub4_hinban{
	width: 100%;
	padding: 8px 0 6px 0;
	text-align: center;
	background-color: #a5a2de;
	color: #333300;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 2px solid #eeeeee;
}
.sub4_hinban a{
	color: #333300;
	text-decoration: none;
}
table.products{
	width: 100%;
	margin: 10px 0 30px 0;
	border-collapse:collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}
table.products td{
	vertical-align: top;
}
.products td.pic{
	width: 380px;
	text-align: center;
	padding: 20px 0 0 0;
}
.products td.pic2{
	width: 380px;
	text-align: center;
	padding: 20px 0 0 0;
}
.products td.pic2 img{
	padding:4px;
}
.products_in{
	width: 100%;
	border-bottom: 2px #f2f2f2 solid;
	border-collapse:collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-top: 20px;
}
.products_in td{
	border-top: 1px silver dotted;
	padding: 8px 0;
	line-height: 130%;
	background-color: #f2f2f2;
	text-align: left;
}
.products_in .tag{
	width: 25%;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #888866;
}
.products_in .hinban{
	font-weight: bold;
	font-size: 15px;
	color: #2930ad;
}
.products_in .price{
	font-weight: bold;
	font-size: 14px;
	color: #666600;
	white-space: nowrap;
	padding-right: 3px;
}
.image{
	padding: 40px 0;
	font-size: 12px;
}
.totop, .totop a{
	text-align: right;
	font-size: 12px;
}