﻿@charset "UTF-8";

/* 商品詳細（スマートフォン） ファーストビュー用 */

/* sys/sb_base_misc.css のコピー ここから */

/* ----画像センタリング配置---- */

.img-center {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center img {
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* ここまで sys/sb_base_misc.css のコピー */


/* sys/sb_block_common.css のコピー ここから */

/* ----パンくず---- */


/* ここまで sys/sb_block_common.css のコピー */


/* sys/sb_block_goods.css のコピー ここから */

/* ----商品詳細画面---- */

/* ここまで sys/sb_block_goods.css のコピー */


/* usr/sb_block.css のコピー ここから */

/* ----商品詳細画面---- */


/* ----商品詳細画面---- */
/*CSSによる商品詳細画面の項目の並び順変更用*/


/* ここまで usr/sb_block.css のコピー */
