@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
#wrapper {
  max-width: 1000px;
}

/*
 * contents
 */

#contents {
  /*float: left;*/
  float: right;
  /*padding-left: 30px;*/
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/*------------------
↓↓↓Ape追記分↓↓↓
------------------*/
a img {
  opacity: 1;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.5;
}
#wrapper-container {
	width: 100%;
	background-color: #FDF6EE;
    background-image: url("https://img21.shop-pro.jp/PA01422/741/etc/container_bg1.jpg?cmsp_timestamp=20190601151041");
    background-repeat: no-repeat;
    background-position: center 0;
	background-size:contain;
}
.container {
	/*background-color: #FDF6EE;*/
	background-color: #FFF;
}
@media only screen and (max-width: 768px){
	.container {
		padding-left:0;
		padding-right:0;
	}
}
/*------------------
↓ヘッダー
------------------*/
#wrapper-header-top {
	width: 100%;
}
#header-top {
	max-width: 1000px;
	margin: auto;
}
#header-top h1 {
	text-align: right;
	color: #C69C6D;
	font-size: 0.675rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0px 5px;
	line-height: 1rem;
}
#wrapper-header {
    width: 100%;
    background-color: #d30000;
    background-image: url("https://img21.shop-pro.jp/PA01422/741/etc/header_bg.png?cmsp_timestamp=20190601150800"), -webkit-linear-gradient(270deg,rgba(237,28,36,1.00) 0%,rgba(193,39,45,1.00) 100%);
    background-size: contain;
	background-position: bottom left;
	background-repeat: repeat-x;
}
#header {
	max-width: 1000px;
}
ul#header_buttom li a {
    color: #FFF;
	text-decoration: none;
    border-radius: 5px;
    padding: 3px 10px;
    line-height: 40px;
    text-shadow: 1px 1px 1px #2A2A2A;
    -webkit-box-shadow: inset 0px 0px 4px 0px #FFFFFF;
    box-shadow: inset 0px 0px 4px 0px #FFFFFF;
}
ul#header_buttom li a:hover{
	opacity: 0.8;
}
#header_my_acount{
    background-image: -webkit-linear-gradient(270deg,rgba(59,159,59,1.00) 0%,rgba(26,118,26,1.00) 48.19%,rgba(59,159,59,1.00) 99.48%);
    background-image: -moz-linear-gradient(270deg,rgba(59,159,59,1.00) 0%,rgba(26,118,26,1.00) 48.19%,rgba(59,159,59,1.00) 99.48%);
    background-image: -o-linear-gradient(270deg,rgba(59,159,59,1.00) 0%,rgba(26,118,26,1.00) 48.19%,rgba(59,159,59,1.00) 99.48%);
    background-image: linear-gradient(180deg,rgba(59,159,59,1.00) 0%,rgba(26,118,26,1.00) 48.19%,rgba(59,159,59,1.00) 99.48%);
}
#member_regi{
    background-image: -webkit-linear-gradient(270deg,rgba(255,137,46,1.00) 0%,rgba(255,117,11,1.00) 44.04%,rgba(255,137,46,1.00) 99.48%);
    background-image: -moz-linear-gradient(270deg,rgba(255,137,46,1.00) 0%,rgba(255,117,11,1.00) 44.04%,rgba(255,137,46,1.00) 99.48%);
    background-image: -o-linear-gradient(270deg,rgba(255,137,46,1.00) 0%,rgba(255,117,11,1.00) 44.04%,rgba(255,137,46,1.00) 99.48%);
    background-image: linear-gradient(180deg,rgba(255,137,46,1.00) 0%,rgba(255,117,11,1.00) 44.04%,rgba(255,137,46,1.00) 99.48%);
}
#login,#logout{
    background-image: -webkit-linear-gradient(270deg,rgba(45,134,255,1.00) 0%,rgba(0,106,252,1.00) 44.04%,rgba(45,134,255,1.00) 99.48%);
    background-image: -moz-linear-gradient(270deg,rgba(45,134,255,1.00) 0%,rgba(0,106,252,1.00) 44.04%,rgba(45,134,255,1.00) 99.48%);
    background-image: -o-linear-gradient(270deg,rgba(45,134,255,1.00) 0%,rgba(0,106,252,1.00) 44.04%,rgba(45,134,255,1.00) 99.48%);
    background-image: linear-gradient(180deg,rgba(45,134,255,1.00) 0%,rgba(0,106,252,1.00) 44.04%,rgba(45,134,255,1.00) 99.48%);
}
#header_tel,#header_time,#header_cart {
	clear: right;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"sans-serif";
	font-weight: bolder;
	opacity: 0.7;
}#header_tel {
	font-size: 1.4rem;
	line-height: 1.5rem;
}
#header_time {
	font-size: 1rem;
	margin-bottom: 5px;
}
#header_cart a {
	font-size: 1rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	padding: 6px 12px;
	border-radius: 4px;
}
#header_cart a:hover {
	opacity: 0.5;
}
#header_cart a img {
	width: 20%;
	vertical-align: middle;
}

@media only screen and (max-width: 980px){
	#header{
		padding-top:5px;
	}
}
@media only screen and (max-width: 768px){
	#wrapper-header {
		background-image: url("https://img21.shop-pro.jp/PA01422/741/etc/header_bg_phone.png?cmsp_timestamp=20190618141732"), -webkit-linear-gradient(270deg,rgba(237,28,36,1.00) 0%,rgba(193,39,45,1.00) 100%);
	}
	#header_logo {
		max-width: 46%;
		padding-top: 3px;
	}
	#header_right{
		float: right;
		width: 52%;
	}
	#header_tel p,#header_time p,#header_cart p{
		width: 100%;
	}
	#header_tel{
		font-size: 1.2rem;
	}
	#header_time{
		font-size: 1rem;
	}
	#header_cart a{
		font-size:0.875rem;
	}
	#header_cart a img {
		width:10%;
	}
	#navi .col a {
		font-size: 0.875rem;
	}
}
@media only screen and (max-width: 480px){
	#header_tel{
		font-size: 1rem;
	}
	#header_time{
		font-size: 0.875rem;
	}
	#header_cart a img {
		width:17%;
	}
	#navi .col a {
		font-size: 0.75rem;
	}
}
/*------------------
↓ナビ
------------------*/
#wrapper-navi {
    width: 100%;
    background-color: #000;
	opacity: 0.7;
}
#navi {
    max-width: 1000px;
}
#navi .col {
	border-left: 1px solid #666;
	height: 36px;
	text-align: center;
	padding: 0;
}
#navi .navi_last {
	border-right: 1px solid #666;
}
#navi .col a {
	display: block;
	widows: 100%;
	height: 100%;
	line-height: 36px;
	color: #FFF;
	font-size: 1rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
	text-decoration: none;
	opacity: 0.8;
}
#navi .col a:hover {
	opacity: 0.4;
}
/*------------------
↓フッター
------------------*/
#wrapper-footer{
	background-color: #9b9b9b;
}
#footer{
	max-width: 1000px;
}
/*------------------
↓サイドバー
------------------*/
.side_shohin_ichiran {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.side_category{
	margin-top: 0;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
.side_category h4{
	background-color: #FFF;
    margin-top: 5px;
    margin-bottom: 8px;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-box-shadow: 0px 1px 2px 0px;
    box-shadow: 0px 1px 2px 0px;
}
.side_category h4 img {
	border-radius: 2px;
}
.side_category ul {
    list-style-type: none;	
}
@media only screen and (max-width: 768px){
	#contents{
		margin-bottom: 0;
	}
	#side{
		width:80%;
		margin-left:10%;
		margin-top: 0;
	}
}
/*------------------
↓スライドショー（トップページのみ表示※トップのＣＳＳで表示に設定）
------------------*/
#slide {
  width:100%;
  display: none;
}
/*------------------
カレンダー
------------------*/
.tbl_calendar {
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.tbl_calendar caption {
	background-color: #422500;
	color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tbl_calendar th {
	padding: 4px;
	text-align: center;
	background-color: #CDCDCD;
	border: 2px solid #CDCDCD;
}
.tbl_calendar td {
	padding: 4px;
	text-align: center;
	border: 2px solid #CDCDCD;
}
.kani_uki{
	width: 400px;
	position: absolute;
	top: 200px;
	left: 80px;
	z-index: 1;
}
/*---------------------------
全商品一覧ページ
----------------------------*/
.group_list_title{
	margin:20px 0 10px 0;
}
.group_list{
	margin-left:5px;
	margin-right:5px;
}
.group_list .col{
	padding:5px;
}
.all_shohin_ichiran{
	margin:30px 0 0 0;
}
/*---------------------------
グループ　商品一覧ページ 共通
----------------------------*/
.group_heading {
    border-bottom: 3px solid #B91013;
	font-size: 1rem;
	padding-left: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.group_products {
	margin-left: 5px;
	margin-right: 5px;
}
.group_products h3{
	font-size: 1.3rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	margin-top: 5px;
	margin-bottom: 0;
}
p.products_size{
	font-size: 1rem;
	padding-left: 5px;
	
}
.t_transport .txt_c{
	color: #FFF;
	background-color: #A76F3F;
	font-size: 1rem;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 3px;
}
.t_transport .txt_l{
	font-size: 1rem;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 3px;
}
.t_tanni .col{
	color: #FFF;
	background-color: #636363;
	padding-top: 3px;
	padding-bottom: 3px;
}
.t_tanni .txt_r{
	border-left: 1px solid #FFF;
}
.t_tanni .one_item {
	border-left: 1px solid #FFF;
}
.t_kakaku .col{
	color: #C72023;
	background-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #FFF;
}
.t_kakaku .txt_r{
	border-left: 1px solid #FFF;
}
.t_kakaku .txt_c{
	color: #FFF;
	background-color: #FC3337;
}
.t_kakaku .one_item{
	border-left: 1px solid #FFF;
	color: #C72023;
	background-color: #CCC;
}
.kochira a{
	color: #FFF;
	background-color: #AB0306;
	text-decoration: none;
	font-size: 1.4rem;
	text-align: center;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0;
	border-radius: 5px;
	vertical-align: middle;
}
.kochira a:hover{
	opacity: 0.7;
}
.kochira a img{
	margin-right: 10px;
}
.group_hr{
	border: 1px dashed #D9D9D9;
	margin: 10px 15px 20px;
}
@media only screen and (max-width: 980px){
	.group_products h3{
		font-size:1rem;
	}
	p.products_size{
		font-size:0.8rem;
	}
	.t_transport .col{
		font-size:0.8rem;
	}
	.t_tanni{
		font-size:0.625rem;
	}
	.t_kakaku{
		font-size:0.625rem;
	}
	p.products_dsc{
		font-size:0.8rem;
	}
	p.kochira a{
		font-size:1.2rem;
	}
	p.kochira a img{
		width:10%;
		margin-right:5px;
	}
}
@media only screen and (max-width: 768px){
	p.kochira a{
		font-size:1rem;
	}
}
@media only screen and (max-width: 550px){
	p.kochira a{
		font-size:0.8rem;
	}
}
@media only screen and (max-width: 480px){
	p.kochira a{
		font-size:0.625rem;
	}
}
/*---------------------------
商品詳細ページ 共通
----------------------------*/
.shosai{
	padding: 10px 10px 0px 10px;
}
.shohin_shosai_title{
    border-bottom: 3px solid #B91013;
	font-size: 1.3rem;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.cart_line{
	border: solid 1px #999;
	border-bottom: none;
	padding: 3px 1px 3px 3px;
}
.cart_line_last{
	border-bottom: solid 1px #999;
}
.shohin_sub{
	color: #7F5433;
	font-size: 1.2rem;
	line-height:45px;
}
.shohin_name{
	color: #000;
	font-size:1.2rem;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	background-color: #EEEEEE;
	padding:8px 0px 8px 10px;
	margin-bottom: 0px;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
}
.tokki_jiko{
	margin-top:20px;
	padding:10px;
	border:solid 5px #EEEEEE;
}
.tokki_jiko table th{
	width:20%;
	text-align: left;
	padding:10px 0 10px 5px;
	background-color: #EEEEEE;
	border: solid 1px #CCC;
}
.tokki_jiko table td{
	background-color: #FFF;
	border: solid 1px #CCC;
	padding:10px 5px 10px 10px;
}
@media only screen and (max-width: 550px){
	.tokki_jiko table th{
		width:30%;
	}
}
/*startどこでもカート用*/
.cartjs_product_table{
	width: 62% !important;
	float: left;
}
.cartjs_product_table table{
	width:100% !important;
	background-color: #FFF !important;
	margin:0 auto !important;
}
.cartjs_sales_price th{
	padding:0 3px !important;
	color: #FFF;
	background-color: #F74B4E !important;
	text-align: center !important;
	border-bottom: solid 2px #FFF;
}
.cartjs_sales_price td{
	padding:0 0 0 3px !important;
	background-color: #FFF !important;
	font-size:0.9rem !important;
	border-bottom: solid 2px #FFF;
}
.cartjs_product_num th{
	padding:0 2px !important;
	color: #FFF;
	background-color: #606060 !important;
	text-align: center !important;
}
.cartjs_product_num td{
	padding:0 0 0 5px !important;
	background-color: #FFF !important;
}
.cartjs_product_input_txt{
	padding:0 2px 0 0 !important;
	text-align: right;
}
.cartjs_cart_in input{
    width: 38% !important;
    height: 45px !important;
    font-size: 0.9rem !important;
    background-color: #AD2628 !important;
    -webkit-box-shadow: 2px 2px 1px 0px #636161;
    box-shadow: 2px 2px 1px 0px #636161;
	margin-bottom: 0 !important;
}
.cartjs_box{
	padding:0 !important;
}
@media only screen and (max-width: 768px){
	.shohin_sub{
		padding-left:10px;
	}
	.cartjs_product_table{
		width: 55% !important;
	}
	.cartjs_cart_in input{
		width:45% !important;
	}
}
@media only screen and (max-width: 480px){
	.cartjs_product_table{
		width: 65% !important;
	}
	.cartjs_cart_in input{
		width:35% !important;
	}
}
/*endどこでもカート用*/