/* CSS Document */

/* ====== 注文の仕方 ( /order.php ) ====== */

img.di { 
	width:100%;
	height:auto;
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
}

/* ====== サイドバー: アカウント＆カート ====== */
#sub .account {
	padding:4px;	
	border: 1px solid #ccc;
	background: #fff;
	font-size: 9px;
	text-align: center;
}
#sub .account form {
	font-size: 12px;
}
#sub .account .cart_title {
	background: #a00;
	padding: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#sub .account .cart_item {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#sub .account .cart_item .price {
	color: #000;
	font-weight: bold;
}
#sub .account .total {
	color: #F00;
	font-weight: bold;
	font-size: 12px;
}


/* ======== 商品枠 ======== */
.prd_to_cart {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #ccc;
	background: #Fcfcfc;
	line-height: 140%;
	position: relative;
	border-radius: 2px;
	text-align: left;
	clear:both;
}
.prd_to_cart .prd_to_cart_title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #D99FA0;
}
.prd_to_cart .btn_to_cart {
	display: block;
	float:right;
	position: relative;
    top: -5px;
}

.prd_to_cart .disp_price {
	font-size: 9px;
}

.prd_to_cart .prd_to_cart_price {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	float:left;
	margin-right:10px;
}

.prd_to_cart .prd_to_cart_text {
}

.prd_to_cart div.prd_to_cart_q {
}
