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


/* 商品一覧 */

#group_list ul li.item_list{
	width:186px;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-bottom: 18px;
	display: block;
}
	
#group_list ul li.item_img{
	width:185px;
	height:185px;
	border: 1px solid #E9E9E9;
	margin-bottom: 5px;
	position: relative;
}


#group_list ul li.item_img span{
	position:absolute;
	width:57px;
	height:57px;
	top:0;
	left:0px;
}

/* カテゴリー　一覧　商品名個所 */
#group_list ul li.item_name{
	line-height:110%;
	text-align:center;
	padding-top: 5px;
	}
#group_list ul li.item_name a,
#group_list ul li.item_name span.noLink{
	background-image: url(../../img/img_cart/list_img.gif);
	}
#group_list ul li.item_name a:hover{
	background-image: url(../../img/img_cart/list_img.gif);
	}
	
#group_list ul li.item_name a, ul li.item_name a:hover{
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;
	margin-top: 3px;
	font-size: 80%;
	font-weight: bold;
}


/* 商品一覧　商品名箇所 */

#group_list ul li.item_caption{
	text-align:center;
	font-size:79%;
	padding-top: 5px;
	color: #7a7a7a;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#group_list ul li.item_subname{
	line-height:1.3;
	text-align:center;
	font-size: 80%;
	color:#565656;
	padding-bottom:2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#group_list ul li.item_name_l{
	line-height:90%;
	text-align:center;
	font-size: 130%;
	padding-bottom: 6px;
	}
#group_list ul li.item_name_l a,
#group_list ul li.item_name_l span.noLink{
	background-image: url(../../img/img_cart/list_img.gif);
	}
#group_list ul li.item_name_l a:hover{
	background-image: url(../../img/img_cart/list_img.gif);
	}
	
#group_list ul li.item_name_l a, ul li.item_name_l a:hover{
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;
	margin-top: 0px;
	font-size: 80%;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 商品詳細ページ ドロップダウン */

ul.dropmenu { margin:0; padding:0; text-align:left;}
ul.dropmenu * {margin:0; padding:0;}
ul.dropmenu a {display:block; text-decoration:none!important;}
ul.dropmenu li {
	position:relative;
	float:left;
	background-color/*\**/:#FFF\9;
}
ul.dropmenu ul {
	position:absolute;
	background:url(../../img/img_common/slidemenu_yatsuhashi_iroiro_bg.png) repeat-y;
	display:none; opacity:0;
	list-style:none;}
ul.dropmenu ul li {
	position:relative;
	width:187px;
	margin:0;
	text-align: center;
}
ul.dropmenu ul li a {
	display:block;
	padding-bottom:8px;
	padding-top:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE8E2;
}
ul.dropmenu ul li a:hover { color:#E95271; background-color: #FDEEEE;}
ul.dropmenu ul ul {}
ul.dropmenu .menulink {
	background:url(../../img/img_common/slidemenu_yatsuhashi_iroiro_top_off.png);
	width:187px;
	height:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE8E2;
	text-indent:-9999px;
}
ul.dropmenu .menulink:hover, ul.dropmenu .menuhover {
	background:url(../../img/img_common/slidemenu_yatsuhashi_iroiro_top_on.png);}
ul.dropmenu .sub {background:;}
ul.dropmenu .topline {border-top:1px solid #aaa;}



/* 商品詳細ページ ドロップダウン */

#dropdown_container {
	font-size:14px;
}

#dropdown_container ul.dropdown {
	margin:0;
	padding:0;
	list-style:none;
	width:187px;
}

#dropdown_container ul.dropdown a {
	display:block;
	text-decoration: none;
	color: #000;
}

#dropdown_container li.dropdown_item {
	float:left;
	width:187px;
	cursor:pointer;
}

#dropdown_container li.dropdown_item > ul {
	position:absolute;
	list-style:none;
	margin:0;
	width:187px;
	background:url(../../img/img_common/slidemenu_yatsuhashi_iroiro_bg.png) repeat-y;
	z-index: 1;
}

#dropdown_container li.dropdown_item > ul li {
	padding:0px 10px 0 15px;
}


#dropdown_container li.dropdown_item > ul li:hover
{
	background-color: #FDEEEE;
	color: #000;
}
.dropdown_item_list{
	width:187px;
	text-align:left;}
	

/* 商品詳細ページ用 */

.img_test{
	display:inline;
	margin:auto;
	vertical-align:middle;}
	
	
	
	
/* 商品詳細　画像切り替え */
	
	
div.g-inner {
	position:relative;
	width:950px;
	height:403px;
}
#view {
	position: absolute;
	width:950px;
	height:403px;
	top:0;
	left:0;
	overflow:hidden;
	border: 1px solid #f4eeee;
	z-index: 0;
}
#view div {
	/*position: absolute;*/
	width:950px;
	height:403px;
	top:0;
	left:0;
}
#thumbBtn {
	position:absolute;
	top:328px;
	left: 608px;
	width: auto;
}
#caption {
	position:absolute;
	top:173px;
	left: 608px;
	width: 320px;
}
#caption_menu{
	position:absolute;
	bottom:140px;
	left: 608px;
	width: 300px;
}
#caption h2.ItemName,
#caption_menu h2.ItemName {
	font-size:120%;
	font-weight:bold;
	padding-bottom: 8px;
}
#caption p.ItemTxt,
#caption_menu p.ItemTxt  {
	font-size:83%;
}
#thumbBtn li {
	float:left;
	text-align:right;
	width: 45px;
	cursor:pointer;
	margin-right: 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#thumbBtn li img {
	border: 1px solid #D5BDBE;
	height: 45px;
	width: 45px;
}
#thumbBtn li.active {
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

/* 商品詳細　画像背景 */
.item_img_bg_a{background:url(../../products/img_item/bg1.jpg) left center;}
.item_img_bg_b{background:url(../../products/img_item/bg2.jpg) left center;}
.item_img_bg_c{background:url(../../products/img_item/bg3.jpg) left center;}
