@charset "utf-8";
a {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color:#333;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
img {
	width:100%;
}
/*●●●↓↓ヘッダーロゴ↓↓●●●*/
.headerLogo {
	z-index:1!important;
}
.tenpoLogo img {
}

.tenpoLogo {
	width:22%;
	margin:-23px 0 10px 5%;
	z-index:100000!important;
}
/*●●●↑↑ヘッダーロゴ↑↑●●●*/

/*●●●↓↓ショップ名↓↓●●●*/
.shopName {
	background:url(../img/header_dammy_sp02.jpg) no-repeat;
	background-size:100%;
	font-size:16px;
	width:100%;
	font-weight:bold;
	box-sizing:border-box;padding:0 0 0 5%;
}
/*●●●↑↑ショップ名↑↑●●●*/

/*●●●↓↓スライダー↓↓●●●*/
.slider {
	width:100%;
	margin:10px auto 20px;
}
/*●●●↑↑スライダー↑↑●●●*/
/*●●●↓↓タイトル↓↓●●●*/
.title {
	text-align:left;
	font-size:17px;
	font-weight:bold;
	margin:0 0 20px;
	line-height:180%;
}
/*●●●↑↑タイトル↑↑●●●*/
/*●●●↓↓お知らせ↓↓●●●*/
.infomation {
	font-size:16px;
	line-height:180%;
	text-align:left;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	padding:15px 0 15px 0;
}
/*●●●↑↑お知らせ↑↑●●●*/
/*●●●↓↓ランキング・目玉商品・商品一覧↓↓●●●*/
.itemColumnBg {
	width:100%;
	overflow-x:auto;
}
.itemColumn {
	width:800px;
	margin:0px 0 20px 0;
	background:#;
	padding:0px;
	text-align:left;
	font-size:16px;
	line-height:160%;
	color:#333;
    display:flex;
    flex-wrap:wrap;
}
.box01 {
	width:19%;
	margin:0px 0.5% 20px 0.5%;
	padding:0px;
}
.box01Img {
	width:100%;
	margin:0 0 10px 0;
	overflow:hidden;
	padding:5px;
	box-sizing:border-box;
	line-height:0;
}
.box01Img img {
	width:100%;
}
.rank {
	font-size:24px;
	letter-spacing:3.0px;
}
.rank span {
	font-size:16px;
	position:relative;
	top:-3px;
}
.price {
	font-size:16px;
	color:#bf0000;
	line-height:180%;
	margin:5px 0 0 0;
	font-weight:bold;
}
.price span{
	font-size:12px;
}
/*●●●↑↑ランキング・目玉商品・商品一覧↑↑●●●*/
