body,html {
  padding:0;
  font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ','sans-serif';
  background:#fff;
}

* {
  margin:0;
  padding:0;
}

#content {
  width:360px;
  margin:0 auto;
  background:#fff;
}

/* 固定のアピタのロゴとアピタ大和田店 */
.header {
  z-index: 3;
  position:fixed;
  top:10px;
  width:360px;
  height:65px;  /* ヘッダーの高さ */
  background-color:rgba(255, 255, 255, 0.8);
/*  opacity: 0.5;*/
}

.main_box {

  clear:both;
  margin:95px auto 60px; /* ヘッダの高さに合わせてトップを変更する */
  width:360px;
}

.shop_header .tenpoichiran {
  padding-top:10px;
  border-top:1px solid #000;
}

/* 店舗アイコンと名前 */

.shop_rogo_box {
  padding-top:10px;
}

.shop_header .shop_rogo {
  float:left;
  width:120px;
  height:70px;
}

.shop_header .shop_name{
  float:left;
  padding-left:7px;
  width:220px;
  height:70px;
  line-height:1.5;
  text-align:center;
}
.shop_header .top_shop_name{
  width:220px;
  height:45px;
  display: table-cell;
  vertical-align:middle;
  color:#000;
  font-size:16px;
  font-weight:bold;
}

.shop_header .top_cate_name {
  color:#00A73C;
  font-size:12px;
  margin-top:1px;
}

.shop_header .shop_info {
  clear:both;
  padding-top:10px;
}


.shop_header .shop_index_img {
  float:left;
  width:200px;
}

.shop_header .shop_memo {
  float:right;
  width:140px;
}

.shop_header .sns_img {
  clear:both;
}

.shop_header .sns_img .insta {
  display:inline;
}
.shop_header .sns_img .facebook {
  display:inline;
}

.shop_header .sns_img .twitter {
  display:inline;
}
.shop_header .sns_img .homepage {
  display:inline;
}
.shop_header .sns_img .qanda {
  display:inline;
}

.shop_header .news_sales {
  padding-top:15px;
}

.scroll_lst {
  clear:both;
  margin-top:5px;
}

.main_box .scroll_lst li{
  list-style:none;
  background:#fff;
}

.main_box .scroll_lst .scroll_item {
  position:relative;
  padding-bottom:10px;
  vertical-align:top;
}

.main_box .scroll_lst .scroll_item_thum .comment{
  padding-top:5px;
  padding-left:7px;
  text-align:left;
}
/* 画像のサイズ・位置 */
.main_box .scroll_lst .scroll_item .main_img {
  width:360px;
  text-align:center;
}


#footer {
  width:360px;
  height:100%;
  padding-top:15px;
  margin:20px auto;
  border-top:1px solid #333;
  text-align:center;
}

#footer .copyright {
  margin-top:5px;
  font-size:small;
}

/* カテゴリーページ */

.main_box .cate_menu .cate_title {
  position:relative;
  margin: 0 0 15px;
  padding-top:0px;
  padding-bottom:10px;
  border:1px solid #f00;

}

.main_box .cate_menu {
}


.main_box .cate_menu li {
  list-style:none;
  width:140px;
  height:45px;
  border:1px solid #f00;
}

.main_box .cate_menu .women {
  position:absolute;
  top:20px;
  left:15px;
}


.main_box .cate_menu li a {
  width:100px;
  height:20px;

  text-decoration:none;
}

.shop_list_name {
  background:url(./img/cate_back.jpg) repeat-y;
}


.main_box .shop_ichiran {
  clear:both;
  margin:30px 0 15px;
  border-bottom:1px solid #333;
}

.pink {
  color:#e60012;
  font-weight:bold;
}

.green {
  color:#006600;
  font-weight:bold;
}

.bold {
  font-weight:bold;
}

.red {
  color:#f00;
  font-weight:bold;
}