@charset "Shift_JIS";

/*============================================================
//  金魚用品
//==========================================================*/

/*=============メイン=============*/

#goods .main{
	width:520px;
	float:left;
}



/*=============タイトル=============*/

#goods{
	width:730px;
	background : url(/shop/image/bg_menu.gif) repeat-y;
}

#goods .main .title-box{
	width:520px;
	padding-bottom:15px;
	background : #fff;
}

#goods .main .title-box h2{
	width:520px;
	height:180px;
	background : url(/shop/image/title.jpg) no-repeat;
	text-indent:-9999px;
}

#goods .main .title-box ul.btn-shop{
	width:520px;
	height:40px;
	background : url(/shop/image/bg_shop.jpg) no-repeat;
	list-style:none;
}
#goods .main .order-box ul.btn-shop{
	width:350px;
	list-style:none;
	margin-left:40px;
}

#goods .main .title-box li.fishing,
#goods .main .order-box li.fishing{
	width:158px;
	height:27px;
	background:url(/shop/image/btn_fishing.gif) no-repeat;
	text-indent:-9999px;
	float:left;
	margin-right:5px;
}
#goods .main .title-box li.fishing a,
#goods .main .order-box li.fishing a{
	width:158px;
	height:27px;
	display:block;
	background:url(/shop/image/btn_fishing.gif) no-repeat;
}
#goods .main .title-box li.fishing a:hover,
#goods .main .order-box li.fishing a:hover{
	background:url(/shop/image/btn_fishing.gif) no-repeat;
}

#goods .main .title-box li.netshop,
#goods .main .order-box li.netshop{
	width:158px;
	height:27px;
	background:url(/shop/image/btn_netshop.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}
#goods .main .title-box li.netshop a,
#goods .main .order-box li.netshop a{
	width:158px;
	height:27px;
	display:block;
	background:url(/shop/image/btn_netshop.gif) no-repeat;
}
#goods .main .title-box li.netshop a:hover,
#goods .main .order-box li.netshop a:hover{
	background:url(/shop/image/btn_netshop.gif) no-repeat;
}

/*=============トップリスト=============*/

#goods .main .shop-main{
	width:380px;
	float:right;
}

#goods .shop-main h3{
	background:url(/shop/image/catch_wakin.gif) no-repeat;
	background-position : 0 50% ;
	padding-left : 35px ;
	font-size:24px;
	font-weight:bold;
	line-height:180%;
	color:#333;
	margin-bottom:10px;
}


#goods .main .shop-main .entry-box{
	width:380px;
	margin-bottom:15px;
}

#goods .main .shop-main .list-image{
	width:192px;
	background:url(/shop/image/list_body.gif) repeat-y ;
	float:left;
}

#goods .main .shop-main .list-image .head{
	width:192px;
	height:5px;
	font-size:5px;
	text-indent:-9999px;
	background:url(/shop/image/list_head.gif) no-repeat top;
}

#goods .main .shop-main .list-image .bottom{
	width:192px;
	height:8px;
	font-size:5px;
	text-indent:-9999px;
	background:url(/shop/image/list_bottom.gif) no-repeat scroll bottom;
}
#goods .main .shop-main .list-image .inner{
	padding:0 5px 0 5px;
}
#goods .main .shop-main .list-text{
	width:182px;
	float:right;
	margin-top:5px;
}

#goods .main .shop-main .list-text h4{
	font-size:14px;
	font-weight:bold;
	color:#660000;
	margin-bottom:5px;
}
#goods .main .shop-main .list-text h4 a{
	color:#660000;
	text-decoration: none;
}

#goods .main .shop-main .list-text h4 a:hover{
	color:#660000;
	text-decoration: underline;
}

#goods .main .shop-main .list-text p{
	margin-bottom:5px;
}

#goods .main .shop-main .list-text p.more{
	font-size:10px;
	color:#660000;
	margin-bottom:5px;
}
#goods .main .shop-main .list-text p.more a{
	color:#660000;
	text-decoration: underline;
}

#goods .main .shop-main .list-text p.more a:hover{
	font-size:10px;
	color:#660000;
	text-decoration: underline;
}

/*=============メニュー=============*/

#goods .main .shop-menu{
	width:102px;
	font-size: 10px;
	padding:10px 10px 5px 5px;
}

#goods .shop-menu .btn-order{
	width:102px;
	height:113px;
	background:url(/shop/image/btn_order.jpg) no-repeat;
	margin-top:30px;
	margin-left:5px;
}

#goods .shop-menu .btn-order a{
	width:102px;
	height:113px;
	display:block;
	cursor: pointer;
	text-decoration:none;
}

#goods .shop-menu .btn-order a:hover {
	width:102px;
	height:113px;
	background:url(/shop/image/btn_order_on.jpg) no-repeat;
	text-decoration:none;
}

#goods .shop-menu .btn-order p.text {
	width:102px;
	font-size:12px;
	line-height:160%;
	color:#fff;
	text-align:center;
	padding:42px 0 0 0px;
}
#goods .shop-menu .btn-order span {
	font-weight:bold;
	text-decoration:underline;
}


.module-list
{
	margin: 0 5px 10px 15px;
	list-style: square;
}

.module-list .module-list
{
	margin: 5px 0 0 0;
	list-style: none;

}

.module-list-item
{
	margin: 5px 0 2px 0;
	color: #666;
	line-height: 140%;
}

.module-list a{
	color:#333;
	text-decoration: none;
}

.module-list a:hover{
	color:#0C728D;
	text-decoration: underline;
}

#goods .shop-menu ul.name{
	width:87px;
	padding-left : 15px ;
	list-style:disc;
}

#goods .shop-menu ul.name li{
	font-size:10px;
	color:#333;
	margin-bottom:6px;
}
#goods .shop-menu ul.name li a{
	color:#333;
	text-decoration: none;
}
#goods .shop-menu ul.name li a:hover{
	color:#0C728D;
	text-decoration: underline;
}

/*=============詳細ページ=============*/

#goods .shop-main p.pager{
	font-size:12px;
	text-align:center;
	color:#333;
	margin-bottom:10px;
}
#goods .shop-main p.pager a{
	color:#333;
	text-decoration: none;
}
#goods .shop-main p.pager a:hover{
	color:#0C728D;
	text-decoration: underline;
}

#goods .shop-main h3.category{
	background:url(/shop/image/catch_wakin.gif) no-repeat;
	background-position : 0 50% ;
	padding-left : 35px ;
	font-size:24px;
	font-weight:bold;
	line-height:180%;
	color:#333;
	margin-bottom:10px;
}

#goods .spec-box,
#goods .more-box,
#goods .order-box{
	width:390px;
	margin-bottom:20px;
}

#goods .spec-box h4.name,
#goods .more-box h4.name,
#goods .order-box h4.name{
	width:375px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background :#660000;
	padding:7px 7px 7px 8px;
	margin-bottom:7px;
}

#goods .spec-box .image{
	width:390px;
	margin-bottom:4px;
}

#goods .spec-box img{
	border:1px solid #AAA;
}

#goods .spec-box p.lead{
	font-size:12px;
	color:#660000;
	margin-bottom:7px;
}

#goods .spec-box p.spec{
	font-size:12px;
	margin-bottom:7px;
}

#goods .spec-box p.order{
	font-size:16px;
	font-weight:bold;
	color:#660000;
}
#goods .spec-box p.order a{
	color:#660000;
	text-decoration: none;
}
#goods .spec-box p.order a:hover{
	background-color: #660000;
	color:#fff;
	text-decoration: none;
}

#goods .more-box .movie{
	width:390px;
	margin-bottom:10px;
}

#goods .more-box .left-box{
	width:182px;
	float:left;
	margin-bottom:15px;
}

#goods .more-box .right-box{
	width:182px;
	float:right;
	margin-bottom:15px;
}

#goods .more-box .left-box img,
#goods .more-box .right-box img{
	margin-bottom:4px;
}

#goods .more-box .left-box p,
#goods .more-box .right-box p{
	font-size:10px;
}

#goods .order-box ul.text{
	width:360px;
	list-style: decimal;
	padding-left:30px;
	margin-bottom:15px;
}

#goods .order-box ul.text li{
	font-size:10px;
	margin-bottom:7px;
}

/*=============通販の流れ詳細ページ=============*/
#order-flow,
#haisou,
#return,
#info
{
	width:375px;
	font-size:10px;
	padding:10px 7px 10px 8px;
	margin-bottom:7px;
}

#order-flow p.lead,
#haisou p.lead,
#return p.lead,
#info p.lead
{
	font-size:12px;
	color:#FF6600;
}

#return p
{
	padding:5px 0 5px 0;
}

#goods-footer-navigation ul.btn-shop{
	width:520px;
	height:40px;
	list-style:none;
}
#goods-footer-navigation ul.btn-shop{
	width:350px;
	list-style:none;
	margin-left:40px;
}

#goods-footer-navigation li.fishing,
#goods-footer-navigation li.fishing{
	width:158px;
	height:27px;
	background:url(/shop/image/btn_fishing.gif) no-repeat;
	text-indent:-9999px;
	float:left;
	margin-right:5px;
}
#goods-footer-navigation li.fishing a,
#goods-footer-navigation li.fishing a{
	width:158px;
	height:27px;
	display:block;
	background:url(/shop/image/btn_fishing.gif) no-repeat;
}
#goods-footer-navigation li.fishing a:hover,
#goods-footer-navigation li.fishing a:hover{
	background:url(/shop/image/btn_fishing.gif) no-repeat;
}

#goods-footer-navigation li.netshop,
#goods-footer-navigation li.netshop{
	width:158px;
	height:27px;
	background:url(/shop/image/btn_netshop.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}
#goods-footer-navigation li.netshop a,
#goods-footer-navigation li.netshop a{
	width:158px;
	height:27px;
	display:block;
	background:url(/shop/image/btn_netshop.gif) no-repeat;
}
#goods-footer-navigation li.netshop a:hover,
#goods-footer-navigation li.netshop a:hover{
	background:url(/shop/image/btn_netshop.gif) no-repeat;
}
