@charset "euc-jp";
.col-lg-8 {
	position: relative;
  width: 100%;
}
.sold_img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.product_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 768px) {
.product_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  flex-direction: column;
}
}
.rightColumn2 {
  width: 100%;
  font-size: 0.75rem;
}
.col-lg-4{
  width: 100%;
}
.col-lg-6 {
    width: 25%;
    *: ;
    width: 25%;
}
.product-image {
	width: 100%;
	/*float: left;*/
	padding-bottom: 30px;
	clear: both;
}
.product-image-main {
	text-align: center;
  margin-bottom: 30px;
}
.product-image-thumb li {
	margin-bottom: 20px;
	padding: 0 10px;
	cursor: pointer;
}
.product-image-thumb img {
	display: block;
	margin: 0 auto;
}
.product-order {
	margin: 30px 0;
}
.product-option-table table {
	margin: 0 auto;
}
.product-option-table th, .product-option-table td {
	text-align: center;
}
.product-option-table td input[type="radio"] {
	margin-bottom: 5px;
}
.product-option-select {
	position: relative;
	overflow: hidden;
}
.product-option-select .product-option-wrapper {
	position: relative;
	left: 50%;
	float: left;
}
.product-option-select .product-option-unit {
	width: 300px;
	position: relative;
	left: -50%;
	float: left;
}
.product-option-select .product-option-unit div {
	padding: 0 20px;
}
.product-option-select .option-select-name {
	display: block;
	margin: .5em 0;
}
.product-order-price {
	margin: 40px 0;
	color: #999;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
}
.product-order-price li {
	margin: 0 10px;
}
.product-order-regular {
	color: #abaaaa;
	text-decoration: line-through;
}
.product-order-discount {
	color: #b81717;
}
.product-order-input {
	margin: 40px 0;
	text-align: center;
}
.product-order-input .col {
	display: inline;
	float: none;
}
.product-order-num .btn {
	display: none;
	padding: 10px;
}
.product-unit {
	display: inline-block !important;
	padding-left: 20px;
	font-size: 24px;
	line-height: 40px;
	*display: inline !important;
	*zoom: 1;
}
.product-order-num .input-prepend {
	display: inline;
}
.product-order-num input {
	padding: 12px;
	width: 60px;
	text-align: right;
	font-size: 24px;
	line-height: 1;
}
.btn-addcart {
	line-height: 24px;
}
.btn-addcart .icon-lg-w {
	float: left;
	*float: none;
}
.btn-addcart span {
	padding-left: 10px;
}
.stock_error, .product-member-sale-msg {
	margin: 20px 0;
	color: #d3473b;
	font-weight: bold;
	font-size: 16px;
}
.product-order-exp {
	padding: 0;
}
.product-order-spec {
	margin: 30px 0;
	border-bottom: 1px solid #e7e7e7;
	font-size: 12px;
}
.product-order-spec th {
	width: 30%;
	font-weight: normal;
}
.product-order-spec td {
	width: 70%;
}
.product-info-lst {
	text-align: center;
}
.product-info-lst li {
	display: inline;
	margin: 1em;
}
.product-info-lst .social-share {
	display: block;
}
.social-share a {
	margin: 1em;
}
.text-titles, .password-field-wrap {
	margin: 40px 0 0;
	text-align: center;
}
.text-titles .col, .password-field-wrap .col {
	float: none;
}
.text-titles-list__name, .password-field-list__name {
	text-align: left;
	display: block;
	margin: .5em 0;
}
.text-titles-list__detail-text, .password_field {
	width: 100%;
	height: 45px;
	padding: 13px;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.product-image-main {
		margin-bottom: 20px;
	}
	.product-image-thumb li {
		width: 20%;
	}
	.product-order-num .btn {
		display: inline-block;
	}
	.product-order-input [class*="col-sm-"] {
		display: block;
		float: left;
		margin-bottom: 30px;
	}
	.product-option-select {
		position: static;
		overflow: auto;
	}
	.product-option-select .product-option-wrapper {
		position: static;
		float: none;
	}
	.product-option-select .product-option-unit {
		position: static;
		float: none;
		margin-bottom: 1em;
		width: 100%;
	}
	.product-option-select .product-option-unit div {
		padding: 0;
	}
	.btn-addcart, .btn-quick {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.btn-addcart {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.btn-addcart .btn-wrap {
		margin: 0 auto;
		max-width: 170px;
		width: 100%;
		text-align: right;
	}
	.btn-addcart span {
		padding-left: 0;
	}
	.product-order-spec th {
		width: 40%;
	}
	.product-order-spec td {
		width: 60%;
	}
	.product-info-lst li {
		display: block;
		margin: 0;
	}
	.product-info-lst a {
		display: block;
		padding: .5em;
	}
	.social-share a {
		display: inline;
	}
	.text-titles, .password-field-wrap {
		margin: 20px 0 0;
	}
}
@media (max-width: 480px) {
	.product-image-thumb li {
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.product-order {
		width: 100%;
	}
}
.ie_wrapper .product-order-num .btn {
	display: none;
}
.rightColumn {
	float: right;
	width: 50%;
	font-size: 0.75rem;
}
@media (max-width: 480px) {
	.rightColumn {
		width: 100%;
		font-size: 0.75rem;
		float: none;
	}
	.product-image {
		width: 100%;
		float: left;
		padding-bottom: 30px;
		clear: both;
	}
}
.clr {
	clear: both;
	display: block;
	font-size: 1px;
	margin: 0 0 -1px;
	padding: 0;
	height: 1px;
}

/************************************
　　　　　カスタマイズ モデル
************************************/

ul.list_none {
	list-style-type: none;
	margin: 0 0 0 0;
}
ul li.list_li_none {
	margin: 0 0 0 35px;
}
table.type07 {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	font-size: 16px;
}
table.type07 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #04162e;
	text-align: center;
}
table.type07 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
}
table.type07 tbody th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.type07 td {
	width: 70%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
table.type000 a {
	color: #000;
}
table.type000 {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	font-size: 16px;
}
table.type000 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #04162e;
	text-align: center;
}
table.type000 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
}
table.type000 tbody th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.type000 td {
	width: 35%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 700px) {
	table.type07 {
		width: 100%;
		margin-bottom: 20px;
		border-collapse: collapse;
		text-align: left;
		line-height: 1.5;
		border: 1px solid #ccc;
		font-size: 12px;
	}
	table.type07 thead {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		background: #04162e;
	}
	table.type07 thead th {
		padding: 10px;
		font-weight: bold;
		vertical-align: top;
		text-align: center;
		color: #fff;
	}
	table.type07 tbody th {
		width: 35%;
		padding: 10px;
		font-weight: bold;
		vertical-align: middle;
		text-align: center;
		border-bottom: 1px solid #ccc;
		background: #efefef;
	}
	table.type07 td {
		width: 65%;
		padding: 10px;
		vertical-align: top;
		border-bottom: 1px solid #ccc;
	}
	table.type000 {
		width: 100%;
		margin-bottom: 20px;
		border-collapse: collapse;
		text-align: left;
		line-height: 1.5;
		border: 1px solid #ccc;
		font-size: 12px;
	}
	table.type000 thead {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		background: #04162e;
	}
	table.type000 thead th {
		padding: 10px;
		font-weight: bold;
		vertical-align: top;
		text-align: center;
		color: #fff;
	}
	table.type000 tbody th {
		width: 35%;
		padding: 10px;
		font-weight: bold;
		vertical-align: middle;
		text-align: center;
		border-bottom: 1px solid #ccc;
		background: #efefef;
	}
	table.type000 td {
		width: 32.5%;
		padding: 10px;
		vertical-align: top;
		border-bottom: 1px solid #ccc;
	}
}
#option_table {
	line-height: 1;
}
#option_table table {
	border-top: 1px solid #999;
	border-right: 1px solid#999;
	width: 100%;
}
#option_table table th {
	text-align: left;
	background: #eeeeee;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 14px;
	font-weight: normal;
	width: 40%;
	padding: 5px;
}
#option_table table td {
	text-align: right;
	color: #000;
	background: #ffffff;
	border-bottom: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
	width: 60%;
	padding: 5px;
	line-height: 1.2;
}
h2.ouentai {
  display:table;
  width: 100%;
  padding: 1rem 0;
  color: #555;
  background: #FBEFFB;;
  -webkit-box-shadow: 5px 5px 0 #D986BA;
  box-shadow: 5px 5px 0 #D986BA;
}

.cautionbox{
  margin: 1em 0;
  background-color: #ffebee;
  padding: 1em;
}

.cautionbox-title{
  color: #D986BA;
  font-size: 16px;
  font-weight: bold;
}
.cautionbox-title2{
  color: #BC4E57;
  font-size: 14px;
  font-weight: bold;
}
.cautionbox p{
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {

}
/************************************
　　　　　カスタマイズ モデル一覧
************************************/