@charset "Shift_JIS";



/* --------------------------------------------------------------------
	
--------------------------------------------------------------------- */





.spec_imp{color:#FF8E00;}


/* --------------------------------------------------------------------
	ユーザー定義　画像hover表現
--------------------------------------------------------------------- */
#header a:hover img,
.leftmenuframe_ a:hover img,
.rightmenuframe_ a:hover img,
.img_ a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color:transparent\0/;
}




/* --------------------------------------------------------------------
	ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
#mainvisual {
	width:690px;
	height:260px;
	margin-bottom:15px;
	position:relative;
}



/* --------------------------------------------------------------------
	ユーザー定義　イベントバナー[静的]
--------------------------------------------------------------------- */
div.event_pickup_banner_ {
	margin-bottom:30px;
	border-left:#e5e5e5 1px solid;
	border-right:#e5e5e5 1px solid;
	border-bottom:#e5e5e5 1px solid;
}
div.event_pickup_banner_ ul {
	padding:10px 0 10px 20px;
	overflow:hidden;
}
div.event_pickup_banner_ ul li {
	margin:0 10px 10px 0;
	float:left;
}
div.event_pickup_banner_ ul li a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color:transparent\0/;
}










/*追加 cssの適正な設置位置が判断できなかったため、一旦ここに設置*/

/*商品一覧*/
.goods_caution_ {
	font-size:12px;
}
.goods_spec_{}
.goods_spec_ dt{      
  padding-top : 5px;    
  padding-bottom : 5px;
  padding-left : 5px;
  width : 50px;
  float : left;
  clear : both;
}
.goods_spec_ dd{
  padding : 5px;
  margin-left : 60px;
}

.goods_spec_ dd.comment {
	overflow: hidden;
	height: 5.2em;
	line-height: 1.4em;}







/*商品詳細*/	

.mainImage {margin-bottom:10px;}
.mainImage img{
 text-align:center;
 border:1px solid rgba(216,216,216,1.00);
}
.thumbnails{
 width:260px;
 margin:0 auto;
}
.thumbnails img{
 width:80px;
 cursor:pointer;
 border:1px solid rgba(216,216,216,1.00);
}

.autopagerize_page_element{
	clear:both;
	margin-top:20px;
}

.relation_goods{
	border-bottom:1px solid #000;
	display:block;
	width:100%;

}






/*スライダ js/gtc/sd.js*/

#slider {
    position: relative;
    margin: 0;
    width: 960px;
}

#slider a:focus {
    outline: 0;
}

.slider-view {
    position: relative;
    margin: 0;
    width: 960px;
    height: 300px;
	margin:0 15px;
    overflow: hidden;
}

.slider-container {
    position: absolute;
    top: 0;
    left: 0;
}

.slider-container div {
    position: relative;
    float: left;
    width: 960px;
    height: 160px;
}

.slider-container div a {
    display: block;
}

.slider-container div a:hover {
    color: #600;
}

#slide-prev, #slide-next {
	position: absolute;
	top: 120px;
	color: #e0e0e0;
	font-size: 60px;
	line-height: 1;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

#slide-prev {
	left: 16px;
}

#slide-next {
	right: -15px;
}

#slide-prev:hover,
#slide-next:hover {
    color: #ccc;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

.slider-pagination {
    position: absolute;
	bottom:5px;
    left: 50%;
	transform: translateX(-50%);
}

.slider-pagination a {
    float: left;
    margin: 5px 5px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    background: #eee;
    text-indent: -9999px;
    vertical-align: middle;
}

.slider-pagination a:hover {
    background: #ccc;
}

.slider-pagination a.current {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
    background: #4ae;
}


/*スライダ js/gtc/sd.js  end*/





/*暫定*/
/*トピックスページリスト*/

ul.tpList li{ border-bottom:1px dotted #ccc; padding:5px 2px;}
.tpUpDate { font-size:90%; padding-bottom:2px;}

