@charset "euc-jp";

/* 全商品 */
#header h2#all {
	font-size: 1.0em;
	width: 100%;
	height: 0px;
	padding: 200px 0px 0px 0px;
	overflow: hidden;
	background-image: url(http://img07.shop-pro.jp/PA01259/058/etc/headerimg_profile.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

/* カテゴリ「切り身ギフト「彩り漬魚セット」」の商品をクリックしたときに表示されるトップイメージ */
#header h2#irodori{
	font-size:1.0em;
	width:100%;
	height:0px;
	padding:200px 0px 0px 0px;
	overflow:hidden;
	background-image:url(http://img07.shop-pro.jp/PA01259/058/etc/headerimg_irodori.jpg);
	background-position:50% 0%;
	background-repeat:no-repeat;
}

/* カテゴリ「干物ギフトセット」の商品「ミリン de GO！」をクリックしたときに表示されるトップイメージ */
#header h2#himono1{
	font-size:1.0em;
	width:100%;
	height:0px;
	padding:200px 0px 0px 0px;
	overflow:hidden;
	background-image:url(http://img07.shop-pro.jp/PA01259/058/etc/headerimg_himono-mirin.jpg);
	background-position:50% 0%;
	background-repeat:no-repeat;
}

/* カテゴリ「魚卵ギフトセット」の商品「イクラと明太子の魚卵セット」をクリックしたときに表示されるトップイメージ */
#header h2#gyoran1{
	font-size:1.0em;
	width:100%;
	height:0px;
	padding:200px 0px 0px 0px;
	overflow:hidden;
	background-image:url(http://img07.shop-pro.jp/PA01259/058/etc/headerimg_gyoran-ikura_mentai.jpg);
	background-position:50% 0%;
	background-repeat:no-repeat;
}

#i_container{
	margin-top:30px;
}

/* アイテム(画像・商品名・価格)　外枠 */
.item_box{
	display:block;
	width:300px;
	float:left;
	margin-bottom:30px;
}

/* 2の倍数の場合のみ右側に配置 */
.item_box:nth-child(2n){
	float:right;
}

/* 並び順 */
.sort{
	text-align:right;
	font-size:130%;
}

/* 商品名、価格 */
.item_name, 
.price_all{
	display:block;
	font-size:130%;
	text-align:center;
}

/* 商品名のみ */
.item_name{
	margin-top:12px;
}

.price_all{
	margin-top:8px;
}

/* pager機能 */


ul.page {
	text-align: center;
	margin: 30px auto 0 auto;
	clear: both;
}

ul.page li {
	list-style-type:none;
	list-style-image:none;
	margin: 0px;
	padding: 0px;
	background: url(none);
	font: 10px Verdana, Geneva, sans-serif;
	display: inline;
}

ul.page li a, ul.page li span {
	display: inline-block;
	padding: 5px 7px;
	text-decoration: none;
	margin: 0px 0px 10px;
}

ul.page li a {
	border: 1px solid #8E1919;
	background: #8E1919;
	color: #FFF;
}

ul.page li a:hover {
	border: 1px solid #8E1919;
	background: #FFF;
	color: #8E1919;
}

ul.page li span{
	border: 1px solid #CCC;
	background: #FFF;
	font-weight: bold;
	color: #CCC;
}
	


/* 何ページ目かを表示 */
/*.pager{
	padding-top:40px;
	text-align:center;
	font-size:130%;
	clear:both;
}
*/

#contents h3{
	margin-top:30px;
	margin-bottom:30px;
}

#gotop{
	margin-top:30px;
}

#shopping{
	margin-top:172px;

}

#contents h3{
	margin-bottom:30px;
}

#contents h4{
	margin:0px 0px 15px 0px;
}

#contents h4.mgn{
	margin:40px 0px 10px 0px;
}