@charset "UTF-8";

.__cart {
	text-align: left;
  line-height: 1.2;
}
.__cart-main {
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f4f4f4;
	width: 730px;
}
.__cart p {
	margin: 0 0 10px;
}
.__cart-image {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.__cart-image img {
	width: 200px;
	height: auto;
}
.__cart-description {
	width: 510px;
	float: right;
}
.__cart-item_name {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0!important;
	padding-bottom: 15px;
	margin-top: 5px;
	border-bottom: 4px solid #ff7800;
}
.__cart-price_area {
	background: #fff;
	padding: 15px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
}
.__cart-price {
	font-size: 20px;
	font-weight: bold;
}
.__cart-price span {
	font-size: 40px;
	color: #f00;
}
.__cart-point {
	font-size: 20px;
	font-weight: bold;
}
.__cart-point span {
	color: #F60;
}
.__cart-cart_button {
	text-align: right;
}
.__cart-cart_button * {
	vertical-align: bottom;
}
.__cart-cart_button input[type=image]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.__cart-shipping_date {
	font-weight: bold;
	font-size: 16px;
}
.__cart-shipping_date span {
	color: #093;
}
.__cart-note {
	line-height: 1.5!important;
}
.__cart-amount {
	font-weight: bold;
}
.__cart-option {
	padding: 0 0 10px;
	list-style-type: none;
	list-style-position: inside;
	overflow: hidden;
	font-size: 12px;
	border-bottom: 1px dotted #999;
}
.__cart-option li {
	margin-right: 15px;
	float: left;
}
.__cart-spec {
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.__cart-spec dt,
.__cart-spec dd {
	float: left;
	line-height: 1.5;
	margin: 0;
}
.__cart-spec dt {
	clear: both;
	width: 90px;
}
.__cart-sns ul {
	overflow: hidden;
	list-style-type: none;
}
.__cart-sns li {
	float: left;
	margin-right: 10px;
}
.__cart .block {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.__cart .highlight {
	color: #f00;
}
.__cart-comment {
	width: 772px;
	margin: auto;
}
#shop_main {
	overflow: hidden;
}
@media screen and (min-width: 1250px) {
	.__cart-main {
		width: 960px;
	}
	.__cart-image {
		width: 250px;
	}
	.__cart-image img {
		width: 250px;
	}
	.__cart-description {
		width: 690px;
	}
	.__cart-price span {
		font-size: 50px;
	}
	.__cart-cart_button {
		text-align: left;
	}
	.__cart-comment {
		width: 960px;
	}
	.__cart-item_name {
		font-size: 24px;
	}
}
