@charset "utf-8";
@import url("common.css");
/* ===================================================================
CSS information

 file name  :shop.css
 style info :オンラインショップ用スタイル
=================================================================== */

/* --------------------------------------
　link
-------------------------------------- */
a:link {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#000;
	text-decoration:none;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	background-color:#FFF;
}

/* --------------------------------------
　layout
-------------------------------------- */
body {
	font-size:12px;
}
p {
	line-height:1.6;
}
#wrapper {
	width:794px;
	margin:0 auto;
}
.pagetop {
	clear:both;
	padding:50px 0 20px;
	text-align:right;
}

/* --------------------------------------
　header
-------------------------------------- */
#header {
	padding-bottom:8px;
}
#header .bnr {
	margin-top:-63px;
	text-align:right;
}

/* --------------------------------------
　navi
-------------------------------------- */
#navi {
}
#navi li {
	float:left;
	margin-bottom:1px;
	/* margin:0 1px 1px 0; */
	line-height:0;
}
#navi li a {
	line-height:0;
}

#mainImg {
	margin-bottom:50px;
}

/* --------------------------------------
　新商品のお知らせ
-------------------------------------- */
#news {
	margin-bottom:40px;
}
#news h2,
#recommend h2 {
	position:relative;
	margin-bottom:13px;
}
.linkAll {
	position:absolute;
	right:10px;
	top:9px;
	padding-left:14px;
	background:url(../images/common/icon_arw_main.gif) no-repeat left center #FFF;
	z-index:1;
}/* 
.linkAll:hover {
	background:url(../images/common/icon_arw_main.gif) no-repeat left center #E6E6E6;
} */
#news dl {
	width:774px;
	margin:0 auto;
}
#news dt,
#news dd {
	padding-bottom:4px;
	margin-bottom:8px;
	border-bottom:dotted 1px #B4B4B4;
}
#news dt {
		float:left;
		width:5em;
		margin-right:15px;
}
#news dd a {
	padding-left:14px;
	background:url(../images/common/icon_arw_sub.gif) no-repeat left center #FFF;
}/* 
#news dd a:hover {
	background:url(../images/common/icon_arw_sub.gif) no-repeat left center #E6E6E6;
} */

/* --------------------------------------
　お薦め商品
-------------------------------------- */
#recommend {
}
#recommend h3 {
	margin-bottom:10px;
}
.recoList {
	display:inline;
	float:left;
	width:366px;
	padding-bottom:10px;
	border-bottom:solid 1px #000;
}
#recommend #baseball {
	margin-right:42px;
	margin-left:10px;
}
#recommend .unit {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:dotted 1px #B4B4B4;
	overflow:hidden;
	_zoom:1;
}
#recommend .spec {
	width:230px;
	float:right;
}
.way li {
	float:left;
	margin-right:4px;
}
#recommend .spec h4 {
	clear:left;
	padding:6px 0;
	font-weight:bold;
	line-height:1.4;
}
#recommend .spec p {
	margin-bottom:8px;
}
#recommend .spec p.notice {
	font-size:10px;
}
.linkCategory {
	text-align:right;
}
.linkCategory a {
	padding-left:14px;
	background:url(../images/common/icon_arw_main.gif) no-repeat left center #FFF;
}/* 
.linkCategory a:hover {
	background:url(../images/common/icon_arw_main.gif) no-repeat left center #E6E6E6;
} */

/* --------------------------------------
　Footer
-------------------------------------- */
#Footer {
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	font-size: 10px;
 margin: 0 auto;
 padding: 3px 0;
 text-align: right;
 width: 794px;
	overflow:hidden;
	_zoom:1;
}
#copyright {
 font-size: 10px;
 margin: 5px auto;
 text-align: right;
 width: 794px;
}
#Footer #footL {
 float: left;
 width: 57px;
}
#Footer #footR {
 float: right;
 font-size: 10px;
 margin-top: 5px;
 width: 500px;
}