@charset "utf-8";

/* 販売開始後のCSS Start */
#shop_search.sell ul {
	float: right;
	width: 400px;
}
#shop_search.sell ul li {
  float: none;
  margin: 0;
  width: auto;
  height: 72px;
}
#shop_search.sell ul li + li {
	margin-top: 18px;
}
#shop_search.sell ul li a {
  display: block;
	height: 100%;
}
#shop_search.sell ul li a .image {
	top: 0;
	left: 36px;
	right: auto;
	width: 45px;
	height: 45px;
}
#shop_search.sell ul li a .image .img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	margin: auto;
}
#shop_search.sell ul li a .image.list .img {
	height: 36px;
}
#shop_search.sell ul li a .image.map .img {
	height: 39px;
}
#shop_search.sell ul li a .image.vessels .img {
	height: 45px;
}
#shop_search.sell ul li a .title {
	position: absolute;
  display: block;
	left: 76px;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
}
#shop_search.sell ul li a .title .jpn,
#shop_search.sell ul li a .title .eng {
	position: absolute;
  display: block;
	top: 0;
	bottom: 0;
	height: 1em;
	line-height: 1;
	margin: auto;
}
#shop_search.sell ul li a .title .jpn {
  font-size: 20px;
  font-size: 2rem;
  padding-top: 0;
	left: 110px;
	width: 8em;
}
#shop_search.sell ul li a .title .eng {
  font-size: 14px;
  font-size: 1.4rem;
	width: 110px;
	left: 0;
}
#shop_search.sell ul li a .loupe {
  width: 65px;
  height: 65px;
  right: -2px;
  bottom: -12px;
  z-index: 0;
}
#shop_search.sell .goto_shop {
  float: left;
	width: 320px;
	height: 252px;
}
#shop_search.sell .goto_shop > div {
	height: 100%;
	text-align: center;
}
#shop_search.sell .goto_shop a {
	color: #ffffff;
  background-color: #bd111b;
	text-decoration: none;
}
#shop_search.sell .goto_shop a:hover,
#shop_search.sell .goto_shop a.hover,
#shop_search.sell .goto_shop a:active {
	opacity: .6;
	filter: alpha( opacity=60 );
	-ms-filter: "alpha( opacity=60 )";
}
#shop_search.sell .goto_shop a .jpn {
	font-size: 21px;
	font-size: 2.1rem;
	margin-top: 20px;
}
#shop_search.sell .goto_shop a .eng {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}

#itemlist {
	list-style-type: none;
	padding: 0;
}
#itemlist li {
	color: #f18d1e;
	background-color: #ffffe4;
	border: 5px solid #f18d1e;
	box-sizing: border-box;
}
#itemlist li h2 {
	margin: 0 0 10px;
	font-size: 21px;
	font-size: 2.1rem;
	width: 480px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #f18d1e;
}
#itemlist li h2 .name .s {
	font-size: 77.78%;
	color: #646464;
}
#itemlist li h2 .name .eng {
	font-weight: normal;
	font-family: 'AGOldFace_M', sans-serif;
	margin-left: 0.5em;
}
#itemlist li h2 .vessels {
  color: #323232;
	margin-bottom: 0;
}
#itemlist li h2 .vessels_eng {
  color: #646464;
}
#itemlist li .no {
	vertical-align: top;
	width: 35px;
	padding: 10px;
}
#itemlist li .num {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'AGOldFace_M', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	color: #ffffff;
	background-color: #f18d1e;
	border-radius: 50%;
	vertical-align: middle;
}
#itemlist li h2 .num {
	margin: -2.5% 0.1em 0;
}
#itemlist li .num.burst {
	width: 39px;
	height: 39px;
	background-color: transparent;
}
#itemlist li .num.burst svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#itemlist li .num.burst svg * {
	fill: #f18d1e;
}
#itemlist li .num.burst .number {
	position: relative;
	vertical-align: middle;
	z-index: 10;
}
#itemlist li.red {
	color: #b9111b;
	background-color: #fff8ff;
	border-color: #b9111b;
}
#itemlist li.red h2 {
	border-color: #b9111b;
}
#itemlist li.red h2 .num {
	background-color: #b9111b;
	vertical-align: middle;
}
#itemlist li.red h2 .num.burst {
	background-color: transparent;
}
#itemlist li.red h2 .num.burst svg * {
	fill: #b9111b;
}
#itemlist li.blue {
	color: #005da5;
	background-color: #e4f3ff;
	border-color: #005da5;
}
#itemlist li.blue h2 {
	border-color: #005da5;
}
#itemlist li.blue h2 .num {
	background-color: #005da5;
}
#itemlist li.blue h2 .num.burst {
	background-color: transparent;
}
#itemlist li.blue h2 .num.burst svg * {
	fill: #005da5;
}
#itemlist li + li {
	margin-top: 20px;
}
#itemlist li .table	{
	table-layout: auto;
}
#itemlist li figure	{
	position: relative;
	text-align: center;
	width: 175px;
	padding: 10px 5px;
}
#itemlist li.set figure	{
	width: 220px;
}
#itemlist li figure img	{
	max-width: 175px;
	height: auto;
}
#itemlist li figure.pac img	{
	float: right;
	max-width: 100px;
}
#itemlist li figure img.pac	{
	max-width: 50px;
}
#itemlist li figure.pac img.pac	{
	float: left;
}
#itemlist li figure.pac .noimage {
	display: inline-block;
	float: right;
	width: 100px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'AGOldFace_M', sans-serif;
	color: #ffffff;
	text-align: center;
	background-color: #c8c8c8;
	vertical-align: middle;
}
#itemlist li.set figure img	{
	max-width: 220px;
}
#itemlist li figure .otoku_icon	{
	position: absolute;
	width: 70px;
	height: 70px;
	right: 10px;
	top: 10px;
	z-index: 10;
}
#itemlist li figure .otoku_icon svg > *	{
	fill: #bea574;
}
#itemlist li figure .otoku_icon	.table {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: rotate(10deg);
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
#itemlist li figure .otoku_icon	.table .col {
	padding-top: 8%;
}
#itemlist li figure .otoku_icon	.price {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'AGOldFace_M', sans-serif;
}
#itemlist li figure .otoku_icon	.yen,
#itemlist li figure .otoku_icon	.discount {
	font-weight: bold;
}
#itemlist li figure .otoku_icon	.discount {
	display: block;
}
#itemlist li .iteminfo {
	vertical-align: top;
	padding: 10px 20px 10px 10px;
}
#itemlist li .itemdetails .link {
	width: 120px;
}
#itemlist li .itemdetails .price {
	font-family: 'AGOldFace_M', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
}
#itemlist li .itemdetails .yen {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
#itemlist li .itemdetails .tax {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	font-style: normal;
}
#itemlist li .itemdetails .prices > .tax {
	margin-left: 0.2em;
}
#itemlist li .itemdetails .options select {
	margin: 0 20px 10px 0;
  width: 100px;
  height: 25px;
  padding-left: 0.25em;
  font-size: 14px;
  font-size: 1.4rem;
}
#itemlist li .itemdetails .quantity {
	width: 85px;
}
#itemlist li .itemdetails .quant input,
#itemlist li .itemdetails .quant select {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #949494;
	line-height: 25px;
	height: 25px;
	width: 40px;
	padding-left: 1em;
	box-sizing: border-box;
	-webkit-appearance: inherit;
	appearance: inherit;
}
#itemlist li .itemdetails .unit {
	font-size: 13px;
	font-size: 1.3rem;
}
#itemlist li .itemdetails .cart_button {
	width: 120px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	font-style: normal;
	vertical-align: bottom;
}
#itemlist li .itemdetails form {
	display: inline-block;
}
#itemlist li .itemdetails .cart_button [type="submit"] {
	width: 120px;
	height: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #b9111b;
	border: 1px solid #949494;
	box-sizing: border-box;
}
#itemlist li .itemdetails .cart_button [type="submit"]:hover {
	border: 1px solid #646464;
}
#itemlist li .itemdetails .cart_button [type="submit"]:active {
	padding: 2px 0 0 2px;
	box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.5);
	outline: 0;
}

/* 販売開始後のCSS End */
/*********************************************************************/
/* Welcart Item single page CSS Start */
.cart_sku_block {
	margin: 20px auto;
}
.cart_sku_block #sku_box {
	width: 312px;
	margin: 0 auto;
}
.cart_sku_block .skuquantity {
	height: 24px;
	width: 30px;
	text-align: center;
}
.cart_sku_block select.skuquantity {
	height: 30px;
	width: 34px;
}
.cart_sku_block #select_sku {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
	width: 240px;
	border: 1px solid #373331;
	padding: 0 12px;
	height: 30px;
	color: #323232;
	background: #e7e8e8;
	background: -moz-linear-gradient(top,  #e7e8e8 0%, #e7e8e8 80%, #dadbdb 100%);
	background: -webkit-linear-gradient(top,  #e7e8e8 0%,#e7e8e8 80%,#dadbdb 100%);
	background: linear-gradient(to bottom,  #e7e8e8 0%,#e7e8e8 80%,#dadbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e8', endColorstr='#dadbdb',GradientType=0 );
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.cart_sku_block #select_sku:active {
	background: #dadbdb;
	background: -moz-linear-gradient(top,  #dadbdb 0%, #e7e8e8 20%, #e7e8e8 100%);
	background: -webkit-linear-gradient(top,  #dadbdb 0%,#e7e8e8 20%,#e7e8e8 100%);
	background: linear-gradient(to bottom,  #dadbdb 0%,#e7e8e8 20%,#e7e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadbdb', endColorstr='#e7e8e8',GradientType=0 );
}
.cart_sku_block .sku_quant {
	float: right;
}
.cart_sku_block .sku_quant label {
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.575rem;
}
.cart_sku_block .hidden {
	display: none;
}
.cart_sku_block .sku_button {
	clear: both;
	padding-top: 30px;
}
.go_contact {
	margin-top: 15px;
}
.go_estimate {
	margin-top: 25px;
}
.cart_sku_block .sku_button .skubutton,
.go_contact a,
.go_estimate a,
.download a .box,
#inside-cart .add_gift {
	position: relative;
	border: 1px solid #959595;
	color: #ffffff;
	-moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.go_estimate a {
	border: 1px solid #323232;
}
.cart_sku_block .sku_button .skubutton,
.go_contact a,
.go_estimate a {
	width: 312px;
	height: 40px;
	padding-left: 71px;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
}
#inside-cart #add_gift_box {
	float: left;
}
#inside-cart .add_gift {
	width: 180px;
	height: 30px;
	padding-left: 41px;
	padding-right: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
#inside-cart #go_shipping {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
}

.cart_sku_block .sku_button .skubutton,
.to_customerinfo_button,
.to_deliveryinfo_button,
.to_reganddeliveryinfo_button,
.to_confirm_button,
.checkout_button,
.download a .box,
*[name="customerlogin"],
*[name="regmember"] {
	background: #a9011c;
	background: -moz-linear-gradient(top,  #a9011c 0%, #861120 80%, #771621 100%);
	background: -webkit-linear-gradient(top,  #a9011c 0%,#861120 80%,#771621 100%);
	background: linear-gradient(to bottom,  #a9011c 0%,#861120 80%,#771621 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9011c', endColorstr='#771621',GradientType=0 );
	-moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#inCart_default {
	background: #c8c8c8;
}
.go_contact a,
.go_estimate a {
	display: table;
	width: 239px;
	height: 38px;
	text-decoration: none;
  margin: 0 auto;
}
.go_contact a {
	background: #c1a78c;
	background: -moz-linear-gradient(top,  #c1a78c 0%, #b79780 80%, #9d826b 100%);
	background: -webkit-linear-gradient(top,  #c1a78c 0%,#b79780 80%,#9d826b 100%);
	background: linear-gradient(to bottom,  #c1a78c 0%,#b79780 80%,#9d826b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a78c', endColorstr='#9d826b',GradientType=0 );
}
.go_estimate a {
	background: #949494;
	background: -moz-linear-gradient(top, #949494 0%, #787878 80%, #646464 100%);
	background: -webkit-linear-gradient(top, #949494 0%,#787878 80%,#646464 100%);
	background: linear-gradient(to bottom, #949494 0%,#787878 80%,#646464 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#646464',GradientType=0 );
}
#inside-cart .add_gift {
	background: #eace76;
	background: -moz-linear-gradient(top, #eace76 0%, #c7a956 80%, #a78e47 100%);
	background: -webkit-linear-gradient(top, #eace76 0%,#c7a956 80%,#a78e47 100%);
	background: linear-gradient(to bottom, #eace76 0%,#c7a956 80%,#a78e47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eace76', endColorstr='#a78e47',GradientType=0 );
}
.go_contact a span,
.go_estimate a span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cart_sku_block .sku_button .skubutton:active,
.to_customerinfo_button:active,
.to_deliveryinfo_button:active,
.to_reganddeliveryinfo_button:active,
.to_confirm_button:active,
.checkout_button:active,
.download a:active .box,
input[name="customerlogin"]:active,
input[name="regmember"]:active {
	background: #771621;
	background: -moz-linear-gradient(top,  #771621 0%, #861120 20%, #a9011c 100%);
	background: -webkit-linear-gradient(top,  #771621 0%,#861120 20%,#a9011c 100%);
	background: linear-gradient(to bottom,  #771621 0%,#861120 20%,#a9011c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771621', endColorstr='#a9011c',GradientType=0 );
}
#inside-cart .add_gift:active {
	background: #a78e47;
	background: -moz-linear-gradient(top, #a78e47 0%, #c7a956 20%, #eace76 100%);
	background: -webkit-linear-gradient(top, #a78e47 0%,#c7a956 20%,#eace76 100%);
	background: linear-gradient(to bottom, #a78e47 0%,#c7a956 20%,#eace76 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a78e47', endColorstr='#eace76',GradientType=0 );
}
.go_contact a:active {
	background: #9d826b;
	background: -moz-linear-gradient(top,  #9d826b 0%, #b79780 20%, #c1a78c 100%);
	background: -webkit-linear-gradient(top,  #9d826b 0%,#b79780 20%,#c1a78c 100%);
	background: linear-gradient(to bottom,  #9d826b 0%,#b79780 20%,#c1a78c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d826b', endColorstr='#c1a78c',GradientType=0 );
}
.go_estimate a:active {
	background: #646464;
	background: -moz-linear-gradient(top, #646464 0%, #787878 20%, #949494 100%);
	background: -webkit-linear-gradient(top, #646464 0%,#787878 20%,#949494 100%);
	background: linear-gradient(to bottom, #646464 0%,#787878 20%,#949494 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#949494',GradientType=0 );
}
.cart_sku_block .sku_button .skubutton:before,
#inside-cart .add_gift:before,
.go_estimate a:before,
.go_contact a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 1px solid #959595;
	background-repeat: no-repeat;
	background-position: center center;
}
.go_estimate a:before {
	border-right: 1px solid #323232;
}
.cart_sku_block .sku_button .skubutton:before,
.go_contact a:before,
.go_estimate a:before {
	width: 70px;
}
#inside-cart .add_gift:before {
	width: 40px;
}
.cart_sku_block .sku_button .skubutton:before {
	background-image: url('https://kaijicurry.com/wp/wp-content/themes/kaijicurry/images/incart.png');
	background-size: 25px 21px;
}
#inside-cart .add_gift:before {
	background-image: url('https://kaijicurry.com/wp/wp-content/themes/kaijicurry/images/gift_icon.png');
	background-size: 16px 18px;
}
.go_contact a:before,
.go_estimate a:before {
	background-image: url('https://kaijicurry.com/wp/wp-content/themes/kaijicurry/images/incart_mail.png');
	background-size: 25px 17px;
}
.ie8 .cart_sku_block .sku_button .skubutton:before,
.ie7 .cart_sku_block .sku_button .skubutton:before,
.ie6 .cart_sku_block .sku_button .skubutton:before {
	background-image: url('https://kaijicurry.com/wp/wp-content/themes/kaijicurry/images/incart_ie8.png');
}
.ie8 #inside-cart .add_gift:before,
.ie7 #inside-cart .add_gift:before,
.ie6 #inside-cart .add_gift:before {
	background-image: url('https://kaijicurry.com/wp/wp-content/themes/kaijicurry/images/gift_icon_ie8.png');
}
.ie8 .go_contact a:before,
.ie7 .go_contact a:before,
.ie6 .go_contact a:before {
	background-image: url('https://kaijicurry.com/wp/wp-content/themes/kaijicurry/images/incart_mail_ie8.png');
}

.item_itiran figure {
	min-height: 303px;
}
.item_itiran figure img {
	display: block;
	max-height: 303px;
	width: auto !important;
	margin: 0 auto;
	vertical-align: middle;
}
section.item_itiran h3 {
	height: 2.7em;
	line-height: 1.35;
}
section.item_itiran p,
section.item_itiran .item_icon,
section.item_itiran .subtitle,
section.item_itiran .kingaku_hyouji {
	padding: 0 12px;
}
section.item_itiran p {
	line-height: 1.75;
}
section.item_itiran p img {
	line-height: 1;
	margin: 0;
	height: 1.75em;
	width: auto;
	vertical-align: middle;
}
section.item_itiran p.font12 {
	height: 5.75em;
}
section.item_itiran p.font14 {
	height: 5.25em;
}
section.item_itiran .kingaku_hyouji {
  line-height: 1;
	font-weight:bold;
	margin-bottom: 1.3em;
}
section.item_itiran .graf {
	height: 200px;
}
section.item_itiran .graf img {
	max-width: 240px;
}
section.item_itiran .item_icon {
	margin: 16px 0;
}
section.item_itiran .item_icon ul {
	height: 82px;
	margin: 0;
	overflow: hidden;
}
section.item_itiran .item_icon .icon_info {
  margin-top: 1em;
	padding: 0;
}
section.item_syousai ul li{
	list-style-type: none;
}

#itempage .cart_sku_box .prices {
  line-height: 1;
  margin-bottom: 16px;
  font-size: 21px;
}
span.cprice {
	font-size: 21px;
	font-weight: bold;
	text-decoration: line-through;
}
span.arrow {
	font-size: 21px;
	font-weight: bold;
}
span.wari {
	font-size: 21px;
	font-weight: bold;
	color: #d70c18;
  margin: 0 -0.25em;
}
em.tax {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
  margin: 0 -0.25em;
}
dl.itemGpExp {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp dt {
	height: 16px;
	margin: 0px;
	background-image: url('https://kaijicurry.com/wp/wp-content/themes/kaijicurry/images/gp.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0px 0px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FF3333;
}
dl.itemGpExp dd {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp ul {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	letter-spacing: 1px;
}
/* Welcart Item single page CSS End */
/*********************************************************************/
/* Welcart Search page CSS Start */
#searchbox {
	margin: 0px;
	padding: 0px;
}
#searchbox div.field {
	margin: 20px 0px;
	padding: 0px;
}
#searchbox label.outlabel {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
#searchbox fieldset {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#searchbox legend {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 5px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
#searchbox fieldset ul {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#searchbox fieldset li {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	list-style-type: none;
}
/* Welcart Search page CSS End */
/*********************************************************************/
/* Welcart Member page CSS Start */
#memberpages #memberinfo .member_submenu {
	float: right;
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
#memberpages #memberinfo .member_submenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.5;
}
#memberpages #memberinfo .member_submenu li + li {
	margin-left: 20px;
}
#memberpages #memberinfo .member_submenu li strong {
	color: #cc0000;
}
#memberpages div.loginbox {
	margin: 50px auto 0px auto;
	padding: 0px 30px 30px 30px;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
}
#memberpages input.loginmail,
#memberpages input.loginpass {
	width: 300px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
}
#memberpages form {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#memberpages .loginbox p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #333333;
	font-size: 14px;
	line-height: 150%;
}
#memberpages .loginbox p#nav {
	padding: 0px 0px 0px 12px;
}
#memberinfo table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
#memberinfo table .num{
	font-size: 14px;
}
#memberinfo table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}
#memberinfo th {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	color: #4e5020;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}
#memberinfo th.historyrow {
	color: #FFFFFF;
	background-color: #999999;
}
#memberinfo td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 14px;
	line-height: 150%;
}
#memberinfo .cartrownum {
	width: 1px;
}
#memberinfo .thumbnail {
	width: 60px;
}
#memberinfo td.retail {
	margin: 0px;
	padding: 0px;
}
#memberinfo th.pc,
#memberinfo td.pc {
	display: table-cell;
}

#memberinfo .send {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#memberinfo .customer_form input {
	width: 150px;
}
#memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
	width: 250px;
}
#memberinfo .customer_form em {
	color: #ff0000;
	font-style: normal;
}
#newmember ul {
  padding-left: 0;
	margin-bottom: 20px;
}
#newmember table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
#newmember table .num{
	font-size: 14px;
}
#newmember table .rightnum{
	padding-right: 5px;
	font-size: 14px;
	text-align: right;
}
#newmember th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	color: #4e5020;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#newmember td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 14px;
	line-height: 150%;
}
#newmember .send {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#newmember .customer_form input {
	width: 120px;
}
#zipcode,
#delivery_zipcode {
	width: 80px;
}
#customer_search_zipcode,
#delivery_search_zipcode {
  margin-left: 12px;
	width: auto;
}
#newmember .customer_form input#loginmail,
#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3 {
	width: 250px;
}
#newmember .customer_form em {
	font-style: normal;
	color: #ff0000;
}
/* Welcart Member page CSS End */
/*********************************************************************/
/* Welcart cart page CSS Start */
.usces-cart #content .post {
	margin-top: 30px;
}

.usccart_navi ol {
	width: auto;
	height: 44px;
	margin: 12px 0;
	padding: 0px;
	display: block;
	list-style-image: none;
	list-style-type: none;
}
.usccart_navi li {
  width: 25%;
	height: 44px;
	margin: 0px;
	float: left;
	color: #cccccc;
	font-size: 14px;
  border-bottom: 3px solid #cccccc;
  line-height: 38px;
}
.usccart_navi li .icon {
  position: relative;
  float: left;
  width: 38px;
  height: 38px;
  margin: 0 10px;
  color: #ffffff;
  background-color: #cccccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.usccart_navi li .icon > span {
  display: block;
	position: absolute;
  top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
}
.usccart_navi li .icon > span > span {
	display: block;
	position: absolute;
  top: -.9em;
	left: 0;
	right: 0;
}
.usccart_navi li.usccart_customer,
.usccart_navi li.usccart_delivery,
.usccart_navi li.usccart_confirm,
.usccart_navi li.usccart_complete {
  color: #434343;
  border-bottom: 3px solid #434343;
}
.usccart_navi li.usccart_customer .icon,
.usccart_navi li.usccart_delivery .icon,
.usccart_navi li.usccart_confirm .icon,
.usccart_navi li.usccart_complete .icon {
  background-color: #434343;
}
.cart_msg {
  font-size: 12px;
}
#cart_table {
  margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
}
#cart_table th {
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
  font-weight: bold;
  line-height: 150%;
  white-space: nowrap;
}
#cart_table td {
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  color: #323232;
  line-height: 1.5;
}
#cart_table th.thumbnail {
  width: 110px;
}
#cart_table td.name {
	color: #f7931e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#cart_table td.name ul li {
	font-size: 14px;
	font-size: 1.4rem;
}
#cart_table th.price,
#cart_table th.quantity,
#cart_table th.subtotal {
  width: 70px;
}
#cart_table th.num,
#cart_table th.action {
  width: 1px;
}
#cart_table td.num,
#cart_table td.price,
#cart_table td.quant,
#cart_table td.tprice,
#cart_table td.subtotal {
	font-family: 'AGOldFace_M';
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
}
#cart_table td.num {
	text-align: center;
}
#cart_table td.img {
	position: relative;
	text-align: center;
  padding: 5px;
}
#cart_table td.name ul {
  margin: 0;
  padding-left: 1.5em;
}
#cart_table td.quant {
  text-align: center;
}
#cart_table input.quantity {
  width: 30px;
	padding: 1px 4px;
}
#cart_table select.quantity {
  width: 42px;
	height: 30px;
	padding: 0 4px;
	vertical-align: middle;
}
#cart_table tfoot th,
#cart_table tfoot td {
	font-size: 16px;
	font-size: 1.6rem;
}
#cart_table tfoot .eng {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: normal;
}
.delButton {
	white-space: nowrap;
	display: block;
  font-size: 12px;
	font-size: 1.2rem;
	height: 30px;
	vertical-align: middle;
}
#inside-cart .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#inside-cart p {
	margin: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
#inside-cart .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ffcc00;
	text-align: center;
}

body .ui-widget {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.customer_form {
	text-align: left;
}
.customer_form input[type="text"],
.customer_form input[type="email"],
.customer_form input[type="password"],
.customer_form input[type="tel"],
.customer_form input[type="number"],
.customer_form select {
	font-size: 14px;
	font-size: 1.4rem;
	box-sizing: border-box;
	height: 2em;
	padding: 0 0.5em;
}
.send *[type="button"],
.send *[type="submit"],
.send button {
	padding: 1px 1em 1px 1.15em;
  letter-spacing: 0.15em;
}
.to_customerinfo_button,
.to_deliveryinfo_button,
.to_reganddeliveryinfo_button,
.to_confirm_button,
.checkout_button,
*[name="customerlogin"],
*[name="regmember"] {
	color: #ffffff;
	border: 1px solid #959595;
	padding: 2px 1em 2px 1.15em !important;
}
.to_customerinfo_button,
.to_deliveryinfo_button,
.to_reganddeliveryinfo_button,
.to_confirm_button,
.checkout_button {
	margin-left: 20px;
}
.to_customerinfo_button:hover,
.to_deliveryinfo_button:hover,
.to_reganddeliveryinfo_button:hover,
.to_confirm_button:hover,
.checkout_button:hover,
*[name="customerlogin"]:hover,
*[name="regmember"]:hover {
	border: 1px solid #666666;
}
#customer-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#customer-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#customer-info h2,
#cart_completion h3 {
	font-size: 21px;
  font-size: 2.1rem;
	font-weight: normal;
	margin: 24px 0 12px;
	padding-bottom: 8px;
	color: #000000;
	letter-spacing: .15em;
	line-height: 1;
	border-bottom: 1px solid #646464;
}
#customer-info form {
	margin: 0px;
	padding: 0px;
}
#customer-info .passinfo {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  font-size: 12px;
  line-height: 24px;
}
#customer-info table {
  width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
#memberinfo .customer_form th,
#customer-info form th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #4c4d25;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#memberinfo .customer_form td,
#customer-info form td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 150%;
}
#memberinfo .customer_form td .pre,
#customer-info form td .pre {
	display: inline-block;
	width: 2em;
	text-align: center;
}
#newmember .customer_form input,
#memberinfo .customer_form input,
#customer-info .customer_form input {
	margin-right: 3px;
}
#newmember .customer_form tr.inp1 input,
#memberinfo .customer_form tr.inp1 input,
#customer-info .customer_form tr.inp1 input {
	width: 80%;
	margin-left: 3px;
}
#newmember .customer_form tr.inp2 input,
#memberinfo .customer_form tr.inp2 input,
#customer-info .customer_form tr.inp2 input {
	width: 75%;
	margin-left: 0px;
	margin-right: 3px;
}
#customer-info .passwd_msg {
  font-size: 13px;
}
#customer-info .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff9900;
	text-align: center;
}
#memberinfo .customer_form input#loginmail,
#memberinfo .customer_form input#mailaddress1,
#memberinfo .customer_form input#address1,
#memberinfo .customer_form input#address2,
#memberinfo .customer_form input#address3,
#customer-info .customer_form input#loginmail,
#customer-info .customer_form input#mailaddress1,
#customer-info .customer_form input#address1,
#customer-info .customer_form input#address2,
#customer-info .customer_form input#address3,
#customer-info .customer_form input#delivery_address1,
#customer-info .customer_form input#delivery_address2,
#customer-info .customer_form input#delivery_address3 {
	width: 250px;
}
#customer-info .customer_form em,
#delivery-info .customer_form em {
	color: #ff0000;
	font-style: normal;
}

#delivery-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#delivery-info form {
	margin: 0px;
	padding: 0px;
}
#delivery-info .customer_form {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
#delivery-info .customer_form th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #4c4d25;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#delivery-info .customer_form td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 150%;
}
#delivery-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}
#delivery-info .customer_form dl {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#delivery-info .customer_form dt {
  display: block;
	padding-top: 5px;
	color: #333333;
}
#delivery-info .customer_form dt input {
  margin-right: 5px;
}
#delivery-info .customer_form dd {
  float: left;
  width: 70%;
	margin: 0px;
  padding-top: 6px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
  height: 20px;
}
#delivery-info #delivery_table input {
	width: 150px;
	margin-right: 3px;
}
#delivery-info #delivery_table tr.inp1 input {
	width: 83%;
	margin-right: 0px;
	margin-left: 3px;
}
#delivery-info #delivery_table tr.inp2 input {
	width: 76%;
	margin-right: 3px;
	margin-left: 0px;
}
#delivery-info #delivery_table input#address1,
#delivery-info #delivery_table input#address2,
#delivery-info #delivery_table input#address3 {
	width: 350px;
}
#delivery-info .customer_form #delivery_date_select,
#delivery-info .customer_form #delivery_date_select+.cart_msg {
  float:left;
}
#delivery-info .customer_form #delivery_date_select+.cart_msg {
  font-size: 12px;
  margin-left: 5px;
  padding: 7px 0 0;
  line-height: 1;
}
#delivery-info .customer_form .btn {
	width: 24px;
}
#delivery-info #time {
	margin-top: 10px;
}
#delivery-info #time textarea {
	height: 100px;
	width: 94%;
}
#delivery-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff6600;
}
#delivery-info .customkey_reason th {
  width: 35%;
}
#delivery-info #notes_table .notes {
  width: 100%;
  height: 10em;
}
#delivery_date,
#delivery_time {
	display: none;
}
.no_cart,
.confirm_notice {
  margin: 24px 0 12px;
}
#info-confirm .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
	background-color: #ffffff;
}
#info-confirm form {
	margin: 0px;
	padding: 0px;
}
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
#confirm_table h3 {
	margin: 0px;
	padding: 0px;
	color: #ff3300;
	font-weight: bold;
	line-height: normal;
}
#confirm_table th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #50511d;
	font-weight: bold;
	line-height: normal;
	text-align: left;
}
#confirm_table td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	line-height: normal;
}
#confirm_table .ttl {
	background-color: #ffffef;
}
#confirm_table .bdc {
	background-color: #edf6ff;
}
#info-confirm .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #FF3300;
	text-align: center;
}
#info-confirm .confirm_msg {
	text-align: center;
	margin-top: 0.5em;
}
#coml-page h2,#error-page h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #666600;
	border-bottom: 2px solid #b2b165;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#coml-page p,#error-page p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#coml-page form,#error-page form {
	margin: 0px;
	padding: 0px;
}
#coml-page .send,#error-page .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #b2b165;
	text-align: center;
}
#coml-page .post,#error-page .post {
	width: auto;
	margin-top: 10px;
	padding: 15px;
	background-color: #ffffff;
}
#cart #point_table {
	width: auto;
  font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
  margin-left: auto;
  margin-right: 0;
	border-collapse: collapse;
}
#cart #point_table th {
  height: 30px;
  padding: 5px 10px;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
  font-weight: bold;
}
#cart #point_table td {
	height: 30px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
}
#cart #point_table .point {
	font-size: 1.5em;
	font-weight: bold;
  margin-right: 5px;
}

#cart #point_table input.used_point {
	width: 60px;
	text-align: right;
	padding-right: 5px;
}
#cart tr.pc {
  display: table-row;
}
#cart span.pc {
  display: inline;
}
#cart tr.mobile {
  display: none;
}
#cart span.mobile {
  display: none;
}
#cart_completion .send {
	margin: 30px auto;
  text-align: center;
}
.purchase_msg {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
	margin-bottom: 10px;
}
/* Welcart cart page CSS End */
/*********************************************************************/
/* Welcart Inquiry page CSS Start */
.inqbox {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.inqbox ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-position: outside;
}
.inqbox li {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
.inqbox li strong {
	color: #cc0000;
}
.inqbox .inquiry_table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
.inqbox form {
	margin: 0px;
	padding: 0px;
}
.inqbox th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}
.inqbox td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 12px;
	line-height: normal;
}
.inquiry_table input {
	width: 95%;
}
.inquiry_table textarea {
	width: 95%;
	height: 150px;
}
.inqbox .send {
	margin: 0px auto;
	padding: 15px 0px;
	text-align: center;
}
.inqbox .inquiry_comp {
	margin: 50px auto 0px auto;
	padding: 15px 0px;
	color: #336600;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.inqbox .compbox {
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	font-size: 1em;
	line-height: 1.5em;
}
/* Welcart Inquiry page CSS End */
/*********************************************************************/
@media only screen and (max-width: 980px) {
	#shop_search.sell ul {
		float: none;
		width: auto;
		margin-top: 20px;
	}
	#shop_search ul li,
	#shop_search.sell ul li {
		float: none;
		margin: 0;
		width: auto;
		height: calc((100vw - 50px) * 0.2222);
	}
	#shop_search ul li + li,
	#shop_search.sell ul li + li {
		margin: 15px 0 0;
	}
	#shop_search ul li a,
	#shop_search.sell ul li a {
		display: block;
		height: calc((100vw - 50px) * 0.2222);
	}
	#shop_search ul li a .image,
	#shop_search.sell ul li a .image {
		top: 0;
		left: calc((100vw - 50px) * 0.0519);
		right: auto;
		width: calc((100vw - 50px) * 0.1481);
		height: calc((100vw - 50px) * 0.1481);
	}
	#shop_search ul li a .image .img,
	#shop_search.sell ul li a .image .img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		margin: auto;
	}
	#shop_search ul li a .image.list .img,
	#shop_search.sell ul li a .image.list .img {
		height: calc((100vw - 50px) * 0.1111);
	}
	#shop_search ul li a .image.map .img,
	#shop_search.sell ul li a .image.map .img {
		height: calc((100vw - 50px) * 0.1185);
	}
	#shop_search ul li a .image.vessels .img,
	#shop_search.sell ul li a .image.vessels .img {
		height: calc((100vw - 50px) * 0.1407);
	}
	#shop_search ul li a .title,
	#shop_search.sell ul li a .title {
		left: calc((100vw - 50px) * 0.2222);
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		height: calc((100vw - 50px) * 0.2222);
	}
	#shop_search ul li a .title .jpn,
	#shop_search ul li a .title .eng,
	#shop_search.sell ul li a .title .jpn,
	#shop_search.sell ul li a .title .eng {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		height: 1em;
		line-height: 1;
		margin: auto;
	}
	#shop_search ul li a .title .jpn,
	#shop_search.sell ul li a .title .jpn {
		font-size: calc((100vw - 50px) * 0.0593);
		padding-top: 0;
		left: calc((100vw - 50px) * 0.2593);
		width: calc((100vw - 50px) * 0.5185);
	}
	#shop_search ul li a .title .eng,
	#shop_search.sell ul li a .title .eng {
		font-size: calc((100vw - 50px) * 0.0444);
		width: calc((100vw - 50px) * 0.2593);
		left: 0;
	}
	#shop_search ul li a .loupe,
	#shop_search.sell ul li a .loupe {
		width: calc((100vw - 50px) * 0.2407);
		height: calc((100vw - 50px) * 0.2407);
		right: calc((100vw - 50px) * -0.0074);
		bottom: calc((100vw - 50px) * -0.0444);
	}
	#shop_search.sell .goto_shop {
		float: none;
		width: auto;
		height: calc((100vw - 50px) * 0.6666);
	}
	#shop_search.sell .goto_shop a .img {
		width: auto;
		height: calc((100vw - 50px) * 0.3578);
	}
	#shop_search.sell .goto_shop a .jpn {
		font-size: calc((100vw - 50px) * 0.0622);
		margin-top: calc((100vw - 50px) * 0.037);
	}
	#shop_search.sell .goto_shop a .eng {
		font-size: calc((100vw - 50px) * 0.0474);
	}

	#itemlist {
		list-style-type: none;
		padding: 0;
	}
	#itemlist li {
		position: relative;
		color: #f18d1e;
		background-color: #ffffe4;
		border: 5px solid #f18d1e;
		box-sizing: border-box;
	}
	#itemlist li h2 {
		font-size: 5.625vw;
		width: auto;
	}
	#itemlist li h2 .vessels_name {
		display: block;
	}
	#itemlist li h2 .vessels {
		font-size: 4.375vw;
	}
	#itemlist li h2 .vessels_eng {
	  font-size: 3.75vw;
	}
	#itemlist li .no {
		position: absolute;
		margin: 0;
		width: 10.9375vw;
		height: 10.9375vw;
		left: 0;
		top: 0;
		z-index: 10;
	}
	#itemlist li .num {
		width: 10.9375vw;
		height: 10.9375vw;
		font-size: 7.5vw;
	}
	#itemlist li .num.burst {
		width: 12.1875vw;
		height: 12.1875vw;
	}
	#itemlist li h2 .name {
		display: block;
	}
	#itemlist li h2 .num {
		margin: -3.125vw 0.2em 0;
	}
	#itemlist li + li {
		margin-top: 25px;
	}
	#itemlist li > .table,
	#itemlist li > .table > *,
	#itemlist li .iteminfo .table,
	#itemlist li .iteminfo .table	> * {
		display: block;
	}
	#itemlist li figure,
	#itemlist li.set figure	{
		width: auto;
		margin-top: 10px;
	}
	#itemlist li figure img,
	#itemlist li.set figure img	{
		max-width: 100%;
	}
	#itemlist li figure.pac img,
	#itemlist li.set figure.pac img	{
		float: none;
		max-width: calc((100vw - 70px) * 0.4571);
	}
	#itemlist li figure.pac img.pac,
	#itemlist li.set figure.pac img.pac	{
		float: none;
		max-width: calc((100vw - 70px) * 0.2311);
		margin-right: calc((100vw - 70px) * 0.04);
	}
	#itemlist li figure.pac .noimage {
		float: none;
		width: calc((100vw - 70px) * 0.4571);
		height: calc((100vw - 70px) * 0.32);
		line-height: calc((100vw - 70px) * 0.32);
	}
	#itemlist li .iteminfo {
		padding: 10px 15px 15px;
	}
	#itemlist li .itemdetails .link {
		width: auto;
		font-size: 4.375vw;
		text-align: center;
	}
	#itemlist li .itemdetails .prices {
		text-align: center;
	}
	#itemlist li .itemdetails .price {
		font-size: 11.25vw;
	}
	#itemlist li .itemdetails .yen {
		font-size: 7.5vw;
	}
	#itemlist li .itemdetails .tax {
		font-size: 4.375vw;
	}
	#itemlist li .itemdetails .options {
		margin-top: 15px;
	}
	#itemlist li .itemdetails .options select {
		margin: 0;
	  width: 100%;;
	  height: auto;
	  padding-left: 0.25em;
	  font-size: 6.5625vw;
	}
	#itemlist li .itemdetails .options select + select {
		margin-top: 15px;
	}
	#itemlist li .itemdetails .quantity {
		width: auto;
		text-align: center;
	}
	#itemlist li .itemdetails .quant input,
	#itemlist li .itemdetails .quant select {
		font-size: 7.5vw;
		line-height: 15.625vw;
		height: 15.625vw;
		width: 25vw;
	}
	#itemlist li .itemdetails .unit {
		font-size: 5.625vw;
	}
	#itemlist li .itemdetails .cart_button {
		width: auto;
		margin-top: 15px;
	}
	#itemlist li .itemdetails .cart_button [type="submit"] {
		width: 100%;
		height: 25vw;
		font-size: 7.5vw;
	}

  #itempage img {
    height: auto;
  }
  #itempage .cart_sku_box {
    padding-left: 0;
  }
  span.cprice,
  span.arrow {
    font-size: 15px;
  }
  span.price {
    font-size: 21px;
  }
  span.wari {
    font-size: 15px;
  }
  .cart_sku_block h3 {
    margin: 8px 0 12px 0 !important;
  }
  .cart_button_box .skubutton {
    margin-top: 12px;
  }
  .usccart_navi ol {
    height: 34px;
  }
  .usccart_navi li {
    height: 34px;
    line-height: 22px;
    font-size: 13px;
  }
  .usccart_navi li.usccart_customer .icon,
  .usccart_navi li.usccart_delivery .icon,
  .usccart_navi li.usccart_confirm .icon,
  .usccart_navi li.usccart_complete .icon {
    color: #434343;
    background-color: transparent;
  }
  .usccart_navi li .icon {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    color: #cccccc;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .usccart_navi li .icon br {
    display: none;
  }
  .usccart_navi li .icon div {
    display: block;
    width: auto;
    height: auto;
    text-align: left;
  }

	#wc_cart .entry,
	#wc_customer .entry,
	#wc_delivery .entry,
	#wc_confirm .entry,
	#wc_ordercompletion .entry,
	#wc_login .entry,
	#wc_newmemberform .entry,
	#wc_member .entry,
	#wc_lostmemberpassword .entry,
	#wc_lostcompletion .entry,
	#wc_changepassword .entry,
	#wc_changepasscompletion .entry {
		margin: 0 25px;
	}

	#customer-info h2,
	#cart_completion h3 {
	  font-size: 1.6rem;
		padding-bottom: 4px;
	}

	body .ui-dialog {
		position: fixed;
		width: 100%;
		left: 0 !important;
		top: 55px !important;
		right: 0 !important;
		bottom: 0;
		z-index: 10001;
	}
	body .ui-dialog .ui-resizable-handle {
		display: none;
	}
	body .ui-dialog .back_to_delivery_button,
	body .ui-dialog .to_confirm_button {
		display: inline-block;
	}
	body .ui-dialog .ui-dialog-content {
		height: calc(100% - 42px) !important;
		box-sizing: border-box;
		overflow: auto;
	}

	.customer_form .passinfo {
		display: block;
	}
	#delivery-info .customer_form #delivery_date_select,
	#delivery-info .customer_form #delivery_date_select+.cart_msg {
		float: none;
	}
	#delivery-info .customer_form #delivery_date_select+.cart_msg {
		margin: 0;
		font-size: 1.1rem;
	}

  #cart tr.pc {
    display: none;
  }
  #cart tr.mobile {
    display: table-row !important;
  }
  #cart tfoot tr.mobile td {
    border: 1px solid #e6e6e6;
  }
  #cart span.mobile {
    display: inline;
  }
  #cart td {
    border: none;
  }
  #cart tbody {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  #cart tbody tr+tr {
    border-top: 1px solid #e6e6e6;
  }
  #cart .row {
    display: block;
    position: relative;
  }
	#cart .row:after {
		content: '';
		display: table;
		clear: both;
	}
  #cart .num {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  #cart .img {
    display: block;
    float: left;
		min-height: 1em;
    margin-left: 24px;
  }
  #cart .name {
    display: block;
    float: left;
    clear: left;
  }
  #cart .price,
  #cart .quant,
  #cart .tprice,
  #cart .del {
    display: block;
    float: right;
    clear: right;
    white-space: nowrap;
    width: auto;
  }
  #cart .price .mobile,
  #cart .quant .mobile,
  #cart .tprice .mobile {
    font-size: 0.75em;
  }
  .customer_form th {
    display: block;
    width: auto !important;
  }
  .customer_form td {
    display: block;
    border-top: none !important;
    width: auto !important;
  }
  .customer_form tr+tr th {
    border-top: none !important;
  }
  #customer-info .send {
    margin-bottom: 12px;
  }
	#customer-info .send *[name="customerlogin"] {
		margin: 15px auto;
	}
  #delivery_time_limit_message {
    font-size: 1.2rem;
  }
  #delivery-info .customer_form dt {
    float: none;
    width: auto;
  }
  #delivery-info .customer_form dd {
    float: none;
    width: auto;
    height: auto;
    margin-left: 24px;
  }
  #confirm_table th {
    white-space: nowrap;
    font-size: 1.1rem;
  }
  #confirm_table .custom th {
    white-space: normal;
  }
  #purchase_form #purchase_button {
    margin-top: 1.2rem;
  }

	#memberpages input.loginmail,
	#memberpages input.loginpass {
		width: 100%;
		box-sizing: border-box;
	}
  #memberinfo .member_table {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  #memberinfo .member_table tr th,
  #memberinfo .member_table tr td {
    display: block;
    font-size: 1.2rem;
    border-bottom: none;
    box-sizing: border-box;
  }
  #memberinfo .member_table tr:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  #memberinfo .member_table tr td[rowspan="3"] {
    display: none;
  }
  #memberinfo .member_table tr th {
    float: left;
    width: 30%;
    border-left: none;
    clear: left;
  }
  #memberinfo .member_table tr td {
    float: left;
    width: 70%;
    border-left: none;
    border-right: none;
  }
  #memberinfo .customer_form {
    border-top: 1px solid #e6e6e6;
  }
  #memberinfo .customer_form th,
  #memberinfo .customer_form td {
    border-top: none;
    font-size: 12px;
    box-sizing: border-box;
  }
  #memberinfo .customer_form th {
    font-size: 12px;
  }
  #memberinfo .customer_form td {
    font-size: 10px;
  }
  #memberinfo .customer_form input,
  #memberinfo .customer_form select {
    font-size: 14px;
  }
  #memberinfo .send input {
    display: block;
    margin: 12px auto;
  }

	#memberinfo .history_head {
		color: #ffffff;
		background-color: #666666;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	#memberinfo .history_head.table {
		display: table;
		table-layout: auto;
	}
	#memberinfo .history_head.table .cell {
		display: table-cell;
		font-size: 12px;
		line-height: 1.2;
	}
	#memberinfo .history_head.table .purchase_date .numeric {
		font-size: 14px;
	}
	#memberinfo .history_head.table .purchase_price .numeric {
		font-size: 16px;
		font-weight: bold;
	}
	#memberinfo .history_head.table .details_btn {
		width: 1px;
		white-space: nowrap;
	}
	#memberinfo .history_head.table .details_btn a {
		color: #ffffff;
	}
	#memberinfo .details dl {
		margin: 10px auto 0;
		padding: 10px 0;
	}
	#memberinfo .details dl + dl {
		margin: 0 auto;
		border-top: 1px solid #d8d8d8;
	}
	#memberinfo .details dt {
		font-weight: bold;
	}
	#memberinfo .details dd {
		margin: 0;
	}

	#memberinfo .retail {
		margin: 10px auto;
		table-layout: fixed;
	}
	#memberinfo .retail tr + tr {
		border-top: 1px solid #e6e6e6;
	}
	#memberinfo .retail td {
		padding: 10px 0;
		border: 0;
		vertical-align: top;
	}
	#memberinfo .retail td.img {
		width: 60px;
	}
	#memberinfo .retail td.info {
		padding-left: 10px;
	}
	#memberinfo .details dd,
	#memberinfo .retail td.info .num {
		font-family: Arial, Helvetica, sans-serif;
	}

  #newmember .customer_form th,
  #newmember .customer_form td {
    box-sizing: border-box;
  }
  #newmember .customer_form th {
    font-size: 12px;
  }
  #newmember .customer_form td {
    font-size: 10px;
  }
  #newmember .customer_form input,
  #newmember .customer_form select {
    font-size: 14px;
  }
  #newmember .send input {
    display: block;
    margin: 12px auto;
  }
  .customer_form input#loginmail,
  .customer_form input#mailaddress1,
  .customer_form input#mailaddress2,
  .customer_form input#address1,
  .customer_form input#address2,
  .customer_form input#address3,
  .customer_form input#delivery_address1,
  .customer_form input#delivery_address2,
  .customer_form input#delivery_address3 {
    display: block;
    max-width: 95%;
    box-sizing: border-box;
  }
}