@charset "utf-8";

div#productscolumn {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}

/* 検索結果
----------------------------------------------- */
p.conditionarea {
	clear: both;
	width: 566px;
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #333;
}


/* ページ送り
----------------------------------------------- */
.pagenumberarea, .pagecondarea {
	margin:10px auto 5px auto;
	padding:14px;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background: #ffffff;
}

.pagenumberarea, .pagecondarea a{
	color:#333333;
	text-decoration:none;
}

.pagenumberarea, .pagecondarea a:hover{
	color:#999999;
	text-decoration:none;
}

ul.pagenumberarea {
	height: 1em;
}

ul.pagecondarea {
	border: 1px solid #ccc;
}

ul.pagenumberarea li {
	float: left;
	width: 32.9%;
}

ul.pagenumberarea li.left {
	color:#333333;
	text-align: left;
	white-space: nowrap;
}

ul.pagenumberarea li.center {
	text-align: center;
	white-space: pre;
}

ul.pagenumberarea li.right {
	text-align: right;
	white-space: nowrap;
}

.pagenumberarea .pagenumber{
	color: #ff0000;
	font-weight: bold;
}

p.pagenumberarea .number{
	font-weight: bold;
}

/* 商品一覧 */

/* タイトル
----------------------------------------------- */

div#listtitle {
	margin:5px auto;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background:#ffffff;
}

div#listtitle h2 {
	padding: 8px 20px;
	color: #333333;
	background: url("../img/icon/icon_nav.png") no-repeat 99% 80%;
}
div#listtitle h2 a{
	color: #333333;
	text-decoration: none;
}
div#listtitle h2 a:hover{
	text-decoration: underline;
}

/* 商品
----------------------------------------------- */
div.listarea {
	clear: both;
	width: 100%;
	margin:0 auto;
	padding: 0;
	overflow: auto;
	border-bottom:1px dotted #666;
}

div.listphoto {
	float: left;
	width: 30%;
	height: auto;
	padding: 2%;
}

div.listrightblock {
	float: right;
	width: 60%;
	padding: 2%;
}

div.listrightblock li {
	display: inline;
	padding: 0 0 10px 0;
}

div.listrightblock h3 {
	margin: 5px 0;
	padding: 10px;
	font-size: 12px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:1px 1px 4px #e6e6e6;
	-webkit-box-shadow:1px 1px 4px #e6e6e6;
	-moz-box-shadow:1px 1px 4px #e6e6e6;
	background: #000;
}

div.listrightblock h3 a {
	font-size: 100%;
	color:#fff;
	text-decoration:none;
}

div.listrightblock h3 a:hover {
	text-decoration:underline;
}

div.listrightblock .listcomment {
	padding:10px;
}

div.listrightblock .listcont {
	padding:10px;
	overflow:hidden;
}

div.listrightblock .pricebox {
	font-size:14px;
	float: left;
}

div.listrightblock .soldout {
	clear: both;
}

div.listrightblock .in_cart {
	margin: 0 auto;
	padding: 2%;
	clear: both;
	background: #fff;
	border: 1px solid #eeeeee;
}

div.listrightblock .quantity {
	width: 150px;
}

/*div#products dt {
float: left;
width: 4em;
border: 1px solid #FF0000;
}*/

div.listrightblock dt {
	width: 75px;
	float: left;
	text-align: right;
	padding: 3px;
	font-weight: bold;
}

div.listrightblock dd {
	padding: 3px;
}


div.listrightblock .box54 {
	width: 54px;
	border: solid 1px #ccc;
}

/* 商品詳細 */

/* タイトル
----------------------------------------------- */
div#detailtitle {
	margin:5px auto;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background:#fff;
}

div#detailtitle h2 {
	padding: 8px 20px;
	color: #333333;
	background: url("../img/icon/icon_nav.png") no-repeat 99% 80%;
}

.detail_p{
	margin: 0 0 10px 0;
	padding:0;
}

/* 商品
----------------------------------------------- */
div#detailarea {
	width: 100%;
	margin: 5% 0;
	float:left;
}


div#detailphotoblock {
	margin:0 10px 0 0;
	float: left;
	width: 30%;
}

div#detailphotoblock p {
	margin: 10px;
}

div#detailphotoblock #gallery{
	margin:5px auto;
	padding:0;
	float:left;
	clear: both;
	width: 100%;
}

div#detailphotoblock #gallery ul{
}

div#detailphotoblock #gallery li{
	width:60px;
	height:60px;
	float:left;
	margin:0 5px 0 0;
}

div#detailrightblock {
	float: right;
	width: 65%;
}

div#detailrightblock li {
	display: inline;
}

div#detailrightblock h2 {
	margin: 5px 0;
	padding: 0;
	color: #333;
	font-size: 140%;
	font-weight: bold;
}

div#detailrightblock dl {
	margin:0;
	padding: 5px 0;
	width: 350px;
	float: left;
	overflow: hidden;
}

div#detailrightblock dt {
	font-weight: bold;
	padding: 0;
	margin:0 10px 0 0;
	float:left;
	overflow: hidden;
}

div#detailrightblock dd {
	margin: 0 15px 0 0;
	float:left;
	overflow: hidden;
}

div#detailrightblock .box54 {
	width: 54px;
	border: solid 1px #ccc;
}

div#detailrightblock .tx_teiki {
	width:80px;
	float: left;
}

div#detailrightblock .tx_teiki_en {
	width:80px;
	float: left;
}

.teiki_area{
	margin:0;
	padding:20px 0 10px 0;
}

/* サブタイトル
----------------------------------------------- */
div.subarea {
	margin:5px auto;
	padding:0;
	float:left;
	clear: both;
	width: 300px;
}

div.subarea h3 {
	margin:5px auto;
	padding:5px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#000;
	box-shadow: 0 1px 6px #ccc;
	-moz-box-shadow: 0 1px 6px #ccc;
	-webkit-box-shadow: 0 1px 6px #ccc;
}

div.subphotoimg {
	float: left;
	width: 60px;
	height:60px;
}