@charset "euc-jp";

#category-nav {
	margin: 1.8em 0;
	padding: 10px 20px 2px 20px;
	text-align: left;
	font-size: 14px;
	background-color: #fdfae3;
	/*border-radius: 10px;*/
	border-top: 1px solid #8b8027;
	border-right: 1px solid #8b8027;
	border-bottom: 1px solid #8b8027;
	border-left: 10px solid #8b8027;
}

#category-nav:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

#category-nav p {
	font-size: 1.2em;
	font-weight: bold;
}

#category-nav li {
	float: left;
	padding: 0 10px 10px 0;
}

/*
#category-nav li {
	padding: 0 2.5em;
	border-right: 1px solid #CCCCCC;
}

#category-nav li:last-child {
	border-right: none;
}
*/

#category-nav li a {
	display: block;
	padding: 7px 7px;
	background-color: #8b8027;
	border-radius: 5px;
	color: #FFFFFF;
	min-width: 70px;
	text-align: center;
}

#category-nav li a:hover {
	background-color: #bab05d;
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.2s;
}








.product-image {
	float: left;
	/*width: 400px;*/
	width: 38%;
	padding-right: 5%;
	padding-bottom: 0;
}
	.product-image-main {
		text-align: center;
	}
	.product-image-thumb {
		margin-top: 0;
	}
	.product-image-thumb li {
		width: 80px;
		float: left;
		margin-bottom: 0;
		padding: 10px 10px 0 0;
		cursor: pointer;
		list-style: none;
	}
	.product-image-thumb img {
		width: 80px;
		display: block;
		margin: 0 auto;
	}
	
	.product-image-thumb img:hover {
		border: 2px solid #8b8027;
	}
	
	
	.product-image-thumb .thumb-active img {
		border: 2px solid #8b8027;
	}






.product-explan {
	float: right;
	/*width: 658px;*/
	width: 57%;
}













.product-order {
	margin: 30px 0 0 0;
	border-left: 5px solid #1e0b04;
	padding-left: 20px;
}
	.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: 18px;
	/*line-height: 40px;*/
}

	.product-order-price th {
		text-align: left;
		width: 80px;
		font-weight: normal;
	}
	.product-order-price td {
		font-size: 24px;
		padding-bottom: 0;
		font-weight: bold;
	}
	
	.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: 20px 0;
	text-align: center;
}
	.product-order-input th {
		font-size: 18px;
		font-weight: normal;
		text-align: left;
		width: 80px;
	}
	
	
	
	.product-order-input .btn-02 {
		padding: 3px !important;
		background-color: #1e0b04 !important;
		border: 1px solid #1e0b04 !important;
	}
	
	.product-order-input .btn-02:hover {
		background-color: #684e44 !important;
		border: 1px solid #684e44 !important;
	}
	
	
	
/*.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: 5px;
	width: 60px;
	text-align: right;
	font-size: 18px;
	line-height: 1;
}

.btn-addcart {
	line-height: 24px;
	padding: 10px 30px;
}
	.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 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30px;
	/*padding: 40px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;*/
}

.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;
}








ul.kotsu {
	margin-left: 0;
}

ul.kotsu li {
	float: left;
	width: 23%;
	text-align: center;
	/*max-width: 258px;*/
	padding: 1%;
	list-style: none;
}

/*ul.kotsu li.list_last {
	padding-right: 0;
}*/

ul.kotsu li img {
	width: 100%;
	max-width: 258px;
}

ul.kotsu li .box_explain {
	width: 100%;
	max-width: 258px;
	text-align: left;
}





table.ingredients td {
	padding: 5px 0;
}

table.ingredients td.ingredients_name {
	width: 200px;
	text-align: left;
}

table.ingredients td.ingredients_quantity {
	width: 200px;
	text-align: right;
}


button {
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"¥Ò¥é¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","¥á¥¤¥ê¥ª",Meiryo,Osaka,"£Í£Ó £Ð¥´¥·¥Ã¥¯",sans-serif;
}


















@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: 0;
	}
	.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: 10px 5px 0 5px;
	}
	.product-order {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
	
	
	
	
	
	
	
	
	
	.product-image {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0;
	}

	.product-explan {
		width: 100%;
	}
	
	
	
	
	
	
	ul.kotsu li {
		width: 100%;
		text-align: center;
	}
	
	/*ul.kotsu li.list_last {
		padding-right: 0;
	}*/
	
	ul.kotsu li img {
		width: 100%;
		max-width: 258px;
	}
	
	ul.kotsu li .box_explain {
		width: 100%;
		max-width: 258px;
		text-align: left;
		margin-bottom: 30px;
	}
	
	ul.kotsu li .box_explain_last {
		margin-bottom: 0;
	}
	
	
	
}

.ie_wrapper .product-order-num .btn {
	display: none;
}