@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 180%;
}

a {
	color: #333;
  text-decoration: none;
  font-size: 14px;
}

a:hover img {
	filter: alpha(opacity=75);
	opacity:0.75;
	text-align: center;
}

p {
	text-align: center;
}

/* ヘッダー */

header {
	width: 100%;
	height: 50px;
	background-color: #333;
}

.headerInner {
	width: 940px;
	margin: 0 auto;
}

.headerInner a {
	color: #fff;
	line-height: 50px;
	font-weight: bold;
}

/* TOP画像 */
#topImg {
	width: 100%;
	background:url(https://www.rakuten.ne.jp/gold/taorunomori/sale/img/bg01.png);
	padding: 60px 0;
}

#img {
	width: 700px;
	margin: 0 auto;
}

/* クーポン */
#coupon {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	padding: 80px 0;
}

/* セール商品 */
.sale {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	padding: 60px 0;
  overflow: hidden;
}

.sale2 {
	width: 100%;
	margin: 0 auto;
	background-color: #ac1414;
	color: #fff;
	padding: 120px 0;
  overflow: hidden;
}

.eto {
	width: 100%;
	margin: 0 auto;
	background-color: #008000;
	color: #fff;
	padding: 120px 0;
  overflow: hidden;
}

.item {
	width: 940px;
	margin: 0 auto;
	padding: 60px 0;
}

.item img {
	padding-bottom: 20px;
}

.item ul {
	margin: 0;
	padding: 0;
}

.item ul li {
	list-style: none;
	float: left;
	padding: 30px 30px 0 0;
}

.item ul li:last-child {
	padding: 30px 0 0 0;
}

.event {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

.event ul li {
	padding-bottom: 30px;
}


/* 商品を探す */

.search {
	width: 910px;
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	padding: 100px 0 0 0;
  overflow: hidden;
}

.itemcate{
	padding-top: 30px;
	overflow: hidden;
}

.itemcate a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 3px;
}

.itemcate ul {
	margin: 0;
	padding-top: 50px;
}

.itemcate ul li {
	list-style: none;
	float: left;
	padding: 0 30px 30px 0;
}

.itemcate ul li:last-child {
	padding: 0 0 30px 0;
}

.button {
	background-color: #fff;
	border: 2px solid #373737;
	color: #333;
	line-height: 50px;
	width: 180px;
	height: 50px;
}

.button:hover {
	background-color: #373737;
	border-color: #373737;
	color: #fff;
}


/* フッター */

footer {
	width: 100%;
	height: 50px;
	background-color: #333333;
}

.footerInner {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}

#pageTop {
	width: 960px;
	margin: 0 auto;
	padding:100px 0 60px 0;
	text-align: center;
}

/* パソコン・スマホ共通のページトップスクロール CSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 20px; /*下からのボタンの配置場所を指定*/
    right: 20px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #333333; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 50%; /*ボタンを丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #625e5e; /*マウスオーバー時の背景色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 14px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 65px; /*ボタンの幅*/
    height: 65px; /*ボタンの高さ*/
    padding: 24px 16px 12px 16px; /*文字の配置場所の調整*/
}
}