@charset "euc-jp";

@media (min-width:64rem) {
	.un_item_wrapper {
		display: flex;
		justify-content: space-between;
	}
	.un_item_image {
		flex: 0 1 50%;
	}
	.un_item_text {
		flex: 0 1 40%;
		max-width: 24rem;
	}
}

.un_item_image {
	margin-bottom: 2rem;
}
.un_item_image .bx-wrapper {
	margin-bottom: .5rem;
}
.un_item_image .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 none;
	left: 0;
	background: transparent;
}
.un_item_image .bxslider > * img {
	max-width: none;
	max-width: auto;
	width: 100%;
}
.un_item_thums {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	list-style: none;
	margin-top: .5rem;
}
.un_item_thums img {
	vertical-align: bottom;
}

.un_item_ttl {
	font-size: 1rem;
	font-weight: 600;
	margin: 1rem 0 .75em;
}
@media (min-width:64rem) {
	.un_item_ttl {
		font-size: 1.25rem;
	}
}
.un_item_price {
	font-size: .9375rem;
	margin-bottom: .75em;
}



#option_tbl {
	border-collapse: collapse;
	border:1px solid #ddd;
	margin: 0 0 .5rem;
	width: 100%;
}
#option_tbl th,
#option_tbl td {
	border:1px solid #ddd;
	padding: 0 .6em ;
	background: #fff;
}
#option_tbl th {
	
	text-align: center;
	height: 50px;
	width: 50%;
}
#option_tbl th,
#option_tbl td.none {
	background: #fff;
}
#option_tbl td.none {
}
#option_tbl td {
	background: #fff;
	position: relative;
}
#option_tbl td strong {
	font-weight: normal;
}


.stock_head {
	/*display: none;*/
}


#option_tbl input {
	float: left;
	cursor: pointer;
	line-height: 20px;
}
#option_tbl .table_price {
	position: absolute;
	line-height: 25px;
	font-weight: normal;
	top: 50%;
	transform: translateY(-50%);
	left: 2rem;
	color: #999;
}
#option_tbl .stock_zero {
	position: absolute;
	line-height: 20px;
	top: 50%;
	transform: translateY(-50%);
	left: .625rem;
	color: #999;
}
.stock_zero i {
	font-size: 1rem;
}



.un_orderNum {
	margin: .5rem 0;
	color: #666;
  	font-size: 1rem;
	text-align: right;
}
.un_orderNum_ttl {
	margin-right: .125em;
}
.un_orderNum ul {
	display: inline-block;
}
.un_orderNum ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .125em;
	
	font-size: 1.5rem;
}
.un_orderNum ul li a {
	color: inherit;
}
.un_orderNum input[name="product_num"] {
	width: 4em;
	font-size: .9375rem;
}

.un_cartCTA_cartin {
	margin: .5rem 0;
}
.product_cart_btn[type="submit"] {
	display: block;
	padding: .75em;
	width: 100%;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background: #777;
	border: 0 none;
}
.product_cart_btn[type="submit"]:hover,
.product_cart_btn[type="submit"]:focus {
	background: #999;
}


.un_item_exp {
	margin: 1rem 0;
}

.un_item_utility {
  margin-top: 3rem;
}
.un_item_utility ul {
	list-style: none;
}
.un_item_utility a {
	color: inherit;
	text-decoration: none;
}
.un_item_utility a:hover {
	text-decoration: underline;
}


.un_history,
.un_together {
	margin-top: 2rem;
	margin-bottom: 2rem;
}