@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ****************************************************************************************************
   * 商品紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

ul.shop-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.shop-list li .sku-name {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  color: #E78F43;
  border: 1px solid #E78F43;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 25%;
}
ul.shop-list li input[type="submit"] {
  background-color: transparent;
  padding: 0;
  color: #fff;
}

ul.shop-list li .pull-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70%;
}





