@charset "utf-8";
/* printForm
---------------------------------------- */
.formQuantity {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.formQuantity #Quantity {
	order: 1;
}
.formQuantity .unitName {
	order: 2;
	margin-left: 0.3em;
}
.formQuantity .formError {
	order: 3;
}
.colorExample {
	font-size: 0.875rem;
	color: #268aff;
}
.colorExample:visited {
	color: #268aff;
}
/* 再注文No選択ダイアログ */
@media (prefers-reduced-motion: reduce) { /* reset.cssの描画揺れ対策をオフにする */
	*,
	::before,
	::after {
		transition: none!important;
	}
}
.ui-dialog {
	font-size: 0.875rem;
	line-height: 1.2;
	z-index: 999998!important;
}
.highslide-container {
	z-index: 999999!important;
}
.listarea table.grid {
	width: 100%;
}
.listarea table.grid td {
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	box-sizing: border-box;
}
.listarea table.grid tr:nth-child(2n+1) td {
	background-color: #f0f0f0;
}
.listarea table.grid tr:hover td {
	background-color: #ddd;
}
.listarea table.grid li {
	margin-bottom: 3px;
}
.listarea table.grid .photoPrint {
	width: 100px;
	margin-right: 5px;
	float: left;
}
.listarea table.grid .photoPrint > div {
	text-align: center;
}
.listarea table.grid .photoPrint .photoPrintCaption{
	line-height: 1.125rem;
}
.listarea table.grid .photoPrint img {
	background-color: #FFFFFF;
}
div.ui-dialog div.searchBox {
	display: none;
}
div.ui-dialog div.searchnav {
	text-align: center;
	margin: 0.5em 0;
}
div.ui-dialog div.searchnav .number {
	text-align: center;
	margin-bottom: 5px;
}
div.ui-dialog div.searchnav ul {
	margin: 0 auto 10px;
}
.listarea .btnEntry {
	border: 1px solid #dfd4c0;
	border-radius: 5px;
	padding: 0;
	text-align: center;
}
.listarea .btnEntry a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	background-color: #000;
	border-radius: 2px;
	padding: 0.4em 0;
	text-decoration: none;
	color: #fff!important;
}

/* colorList */
.colorList:not(.disabled) {
	margin-bottom: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 20px 8px;
}
.colorList:not(.disabled) .colorListItem {
	width: 100px;
	border: 1px solid #e9e9e9;
	font-size: 0.625rem;
	text-align: center;
}
.colorList:not(.disabled) .colorListItem .colorListItemHeader {
	width: 100%;
	font-weight: bold;
	line-height: 1.4;
	background-color: #d0d0d0;
}
.colorList:not(.disabled) .colorListItem .colorName {
	font-weight: normal;
	line-height: 1.4;
	background-color: #fff;
}
.colorList:not(.disabled) .colorListItem .colorImg {
	width: 100%;
}
#stitchImg {
	display: none;
}
#stitchImg h4 {
	margin-top: 15px;
}

/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*/
@media screen and (max-width: 770px) {
	.ui-dialog .listarea table.grid .photoPrint {
		margin-bottom: 1em;
	}
	.order02 .baseButton > span {
		font-size: 0.75rem;
	}
	.order02 .arrowToRight01,
	.order02 .arrowToRight02 {
		right: 16px;
	}
	.order02 .arrowToLeft {
		left: 16px;
	}
	.order02 .arrowToRight01 > svg,
	.order02 .arrowToRight02 > svg,
	.order02 .arrowToLeft > svg {
		width: 6px;
		height: 17px;
	}
}