@charset "utf-8";
/* CSS Document */

/*-------------------------------
* アイテム一覧　div#itemArea
*--------------------------------- */
div#itemArea {
	background: #fff url("../images/main_bg.png") no-repeat;
	margin-bottom: 20px;
}

div#itemArea:after {
	display: block;
	clear: both;
	content:" ";
}

/* --- パンくず --- */
ul#breadcrumbs {
	margin: 0 20px;
	padding: 10px 0;
	list-style: none outside;
}

ul#breadcrumbs a:link,
ul#breadcrumbs a:visited {
	color: #666;
	padding-right: 1.5em;
	text-decoration: none;
	background: url("../images/breadcrumbs_bg.gif") no-repeat 100% 50%;
}

ul#breadcrumbs a:hover {
	text-decoration: underline;
	background: url("../images/breadcrumbs_bg.gif") no-repeat 100% 50%;
}

ul#breadcrumbs li {
	display: inline;
}

ul#breadcrumbs em { /* 現在地 */
	padding-left: 0.5em;
	font-style:normal;
}

ul#breadcrumbs li.path { /* 現在地 */
	padding-left: 0.5em;
	font-style:normal;
}

div#itemArea h2 { /* アイテムカテゴリ名 */
	margin: 0;
	padding: 0 20px 0.5em;
	border-bottom: 1px solid #333;
	font: normal bold 180% /1.2 "Times New Roman", Times, serif;
}

/*-------------------------------
* 商品一覧
*--------------------------------- */
table.item {
	border-collapse: collapse;
}

table.item td {
}

table.item td {
	vertical-align: top;
	width: 100%;
	padding-right: 15px;
	border-bottom: 1px solid #000;
}

table.item td.left {
	padding-left: 15px;
}

/* --- 1アイテム --- */
table.item dl {
	width: 162px;
	margin: 0 0 20px;
	padding: 20px 0;
	color: #666;
}

table.item dt,
table.item dd {
	margin: 0;
	padding: 0;
}

/* --- 商品画像 --- */
table.item img {
	border: 1px solid #ccc;
}

table.item a:hover img {
	border: 1px solid #ed5487;
}


/* --- 商品名 --- */
table.item h3 { 
	margin: 0.25em 0;
	padding: 0;
	font:normal normal 100% /1.2 sasn-serif;
	color: #000;
}

table.item h3 a:link,
table.item h3 a:visited {
	color: #000;
	text-decoration: none;
}

table.item h3 a:hover {
	color: #ed5487;
	text-decoration: underline;
}

table.item p { /* コメント */
	margin: 1em 0;
	padding: 0;
}

/* --- アイコン --- */
table.item ul {
	margin: 1em 0 0;
	padding: 0;
	list-style: none outside;
}

table.item li {
	float: left;
	height: 18px;
	margin: 0;
	padding: 0 2px 0 0;
	line-height: 18px;
}

table.item ul img,
table.item ul a:hover img {
	border: none;
}


/*----------------------------------

	ページ送り

---------------------------------- */

ul#pager {
	padding-bottom: 1em;
	text-align: center;
	list-style: none outside;
	padding-top: 10px;
}

ul#pager li {
	display: inline;
	color: #333;

	margin: 0 1px;
}

ul#pager li a {
	display: inline-block;
	width: 2.2em;
	padding: 0.5em 0;
	border: 1px solid #999;
	background: #cdcdcd;
	color: #999;
}

ul#pager li#prev a,
ul#pager li#next a {
	width: 4em;
	border: none;
	background: #fff;
}

ul#pager li#prev img,
ul#pager li#next img {
	padding: 0 0.5em;
	border: none;
}

ul#pager li a:hover,
ul#pager li em { /* 現在地 */
	display: inline-block;
	width: 2.2em;
	padding: 0.5em 0;
	border: 1px solid #999;
	font-style: normal;
	color: #333;
	text-decoration: none;
	background: #fff;
}

/*-------------------------------
* 商品詳細
*--------------------------------- */
div#itemPhoto img,
div#detailArea2 img {
	border: 1px solid #ccc;
}

div#detailArea div#detailArea h2,
div#detailArea2 h3 img { 
	border: none;
}

div#itemArea h2#itemPhoto { /* 商品画像大 */
	float :left;
	border: none;
}

div#detailArea1 {
	padding-bottom: 20px;
}

div#detailArea1 h3 {
	margin: 0 0 1em;
	padding: 0;
	border: none;
	font: normal bold 120% /1.2 sans-serif;
}

/*- リンク設定 -*/
div#detailArea1 a:link,
div#detailArea1 a:visited {
	color: #000;
	text-decoration: underline;
}

div#detailArea1 a:hover {
	color: #ed5487;
	text-decoration: none;
}

dl#itemDetail {
	float: left;
	width: 350px;
	margin: 0 20px 0 0;
	padding: 0;
}

dl#itemDetail dt {
	clear: both;
	float: left;
	width: 8em;
	margin: 0 0 1.5em 0;
	padding: 0;
}

dl#itemDetail dd {
	margin: 0 0 1.5em 9em;
	padding: 0;
}

dl#itemDetail dd#price {
	color: #cc0000;
}

del { /* 値段打ち消し */
	color: #333;
	margin-right: 0.5em;
}

/* --- 詳細アイコン --- */
ul.detailsIcon {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

ul.detailsIcon li {
	display: inline;
	height: 18px;
	padding: 1px;
	line-height: 18px;
}

/*--- 商品コメント タブエリア ---*/

#tabs {
	float: left;
	width: 350px;
}

#tabs ul.tab li {
	float: left;
}

#tabs ul.tab li a {
	display: block;
	height: 21px;
	text-indent: -5000px;
	width: 175px;
}

#tabs ul.tab li.comme a { background: url(../images/ditale_tab_cm_bg.gif) no-repeat; }
#tabs ul.tab li.item a { background: url(../images/ditale_tab_it_bg.gif) no-repeat; }

#tabs ul.tab li.active a { 	background-position: 0 -21px; }

#tabs .box {
	clear: both;
	border: solid 1px #CCCCCC;
	padding: 20px;
	border-top: none;
	margin-bottom: 1em;
	color: #666666;
}

#tabs .box h3 {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 0.5em;
	font-size: 90%;
	padding-bottom: 3px;
}

#item ul li {
	float: left;
	padding: 7px 2px 0;
}


/*---  ---*/
div#comment { 
	margin: 1em;
	color: #666;
}

div#detailArea2 {
	clear: left;
	float: left;
	width: 360px;
	zoom: 1;
}


div#detailArea2 h3 {
	clear: left;
	margin: 0 0 0 20px;
	padding-top: 0.5em;

}

div#detailArea2 ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

div#detailArea2 ul:after {
	display: block;
	clear: left;
	content: "";
}

div#detailArea2 li {
	float: left;
	margin-right: 2px;
}

div#detailArea2 li a:hover img {
	border: 1px solid #ed5487;
}

div#detailArea3 {
	float: left;
	width: 350px;
}

div#detailArea3 h3 {
	margin: 0.5em 0 0.25em;
	padding: 0;
}

/* --- サイズ表 --- */
div#detailArea3 table {
	width: 100%;
	border-collapse: collapse;
}

div#detailArea3 table td,
div#detailArea3 table th {
	padding: 3px;
	border: 1px solid #c6c6c6;
	text-align: center;
}

div#detailArea3 table th {
	background: #e6e6e6;
}

/* --- Bagに入れる --- */
table#inBag {
	margin: 1em 0;
	background:  #eee;
	border: solid 1px #C8C8C8;
}

div#detailArea3 table#inBag td {
	padding: 6px 4px;
	border: none;
	text-align: left;
}

div#detailArea3 table#inBag td.t_center {
	text-align: center;
}

/*--*/
p.return {
	clear: both;
	padding: 10px 0 0;
	margin: 0 20px 0;
	border-top: solid 1px #000000;
	zoom: 1;
}

/*-------------------------------

	関連アイテム 最近見た商品

*--------------------------------- */
table.itemlist {
	width: 100%;
	margin: 10px auto 20px;
}


table.itemlist td {
	padding: 5px;
}

table.itemlist dl {
	width: 131px;
	margin: 0 0 1em;
	padding: 0;
}

table.itemlist dt,
table.itemlist dd  {
	margin: 0;
	padding: 0;
}

table.itemlist h3 {
	margin: 0.25em 0;
	padding: 0;
	font:normal normal 100% /1.2 sasn-serif;
}

table.itemlist h3 a, /* 商品名 */
table.itemlist dl {
	color: #fff;
	text-decoration: none;
}

table.itemlist h3 a:hover {
	color: #ed5487;
	text-decoration: underline;
}

table.itemlist img {
	border: 1px solid #ccc;
}

table.itemlist a:hover img {
	border: 1px solid #ed5487;
}
