@charset "utf-8";
/* CSS Document */
#main a:link {
    color: #000;
    text-decoration: none;
}
#main a:hover {
    opacity: 0.8;
    text-decoration: none;}
#main a:visited {
    color: #000;
    text-decoration: none;
}
/*TOPのみ*/
#main{
  padding:0;
  background:none;
}
#middle_contents{

}
.eyecatch{
  display: block;
}
#main .bgSection {
    position: relative;
    margin-top: 55px;
	padding:20px;
	border-radius: 10px;
}
#main .mainTitleImg {
    position: absolute;
    top: -43px;
}
/*インフォ(管理画面のおしらせ　dl作り)*/
.mainTitle--info{
  margin-bottom:20px;
  font-size:14px;
}
/*
.info dl {
    height: 80px;
    overflow: auto;
    font-family:Meiryo, メイリオ, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
    font-size:10px;
    padding-right:10px;
}
.info dt{
  float:left;
  clear:both;
  margin-bottom:5px;
}
.info dt span{
  font-weight:bold;
  display: inline-block;
  margin-right:5px;
}
.info dd{
  float:right;
  width:600px;
  word-break:break-all;
  margin-bottom:5px;
}
*/
.mainBox__topText{
  text-align:left;
  margin-bottom:15px;
  font-size: 12px;
}
.mainBnrList__unit{
  margin-bottom:15px;
}
.mainBnrList__unit img {
	margin-bottom:3px;
}
.mainBnrList__unit--full {
	width:100%;
}
.mainBnrList__unit--left{
  float:left;
  max-width:49.5%;
}
.mainBnrList__unit--right{
  float:right;
  max-width:49.5%;
}
.mainBnrList__unit--3{
  float:left;
  max-width:32%;
}
.mainBnrList__unit--3:nth-child(n+2){
  margin-left:2%;
}
.mainBnrList__unit--3:nth-child(3n+1){
  clear:both;
  margin-left:0;
}
.mainBnrList__unit--3:nth-child(n+4){

}
/* おしらせ */
.info .infoBox {
    height: 100px;
    overflow-y: scroll;
    font-family: Meiryo, メイリオ, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 30px;
    margin-left: 15px;
    /* width: 620px; */
    overflow-x: hidden;
}
.info .infoBox ul li{
    margin-bottom:0.3em;
}


/* 新着商品 */
#main .new {
    padding-top: 60px;
	padding-bottom:65px;
	margin-bottom:30px;
}
.new .itemList__unit {
    position: relative;
}
.new-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
	z-index: 999;
}
/* ranking */
#main .seller {
    padding-top: 60px;
	padding-bottom:65px;
}
.seller .itemList__unit {
    position: relative;
}
.p-runk-num {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0;
    width: 48px;
    height: 48px;
}
.p-runk-num img {
    width: 48px;
    height: 48px;
}
p.itemList__name {
    margin-bottom: 10px;
}

/* 特集ページ */
.topBnr2 {
    margin-top: 60px;
}

/* お買い得商品 */
#main .deal {
    padding-top: 60px;
	padding-bottom:65px;
	margin-bottom:70px;
}

/* おすすめ商品 */
#main .recommend {
    padding-top: 60px;
	padding-bottom:35px;
	margin-bottom:70px;
}

/* ABOUT */
#main .about {
    padding-top: 60px;
	padding-bottom:20px;
}
.aboutBoxL {
    width: 295px;
    float: left;
}
.aboutBoxL h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.aboutBoxL p {
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 28px;
}
.aboutBoxR {
    width: 330px;
    float: right;
	
}

/* place */
.place .mainTitle2 {
    margin-bottom: 25px;
}
.place .titleText {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
.placeBoxL {
    width: 340px;
    float: left;
}
.placeBoxR {
    width: 340px;
    float: right;
}
.placeFor ul {
    min-height: 240px;
    padding-bottom: 10px;
}
.placeFor.h160 ul{
	min-height:160px;
}
.placeFor h4 {
    background: #019b43;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.placeFor h5 {
    background: url(https://img10.shop-pro.jp/PA01052/600/etc/gg_top-arrow01.png) no-repeat left center;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 5px;
}
.placeFor ul li {
    padding-bottom: 30px;
}

/* hitoke */
.hitoke {
    text-align: center;
}