/* ||||||||||||||||||||||||||||||||||||||||
	
	・ショッピングカート	  
	
||||||||||||||||||||||||||||||||||||||||||| */

/*----------------------------------------
        category_list.html 商品一覧
------------------------------------------*/


.unit {
	float:left;
	width:171px;
	height:230px;
	border-right:1px solid #ccc;
	border-collapse:collapse;
	text-align:center;
}

.info {
	height: 220px;
}


.info01 {
	height: 230px;
}

.name, .price {
	font-size: 12px;
}

.name { 
	padding:0 5px 5px 5px;
	text-align:center;
	line-height:1.2;
	}
.name a { color: #000; }

.price {
	font-weight: bold;
	text-align: right;
	padding-right:5px;
	position:absolute;
	bottom: 5px;
	right:5px;
	}
	
.price02 {
	font-weight: bold;
	text-align: right;
	padding-right:5px;
	position:absolute;
	bottom: 28px;
	right:5px;
	}
.zaiko {
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	position:absolute;
	bottom:5px;
	right:5px;
	}
	
.photo {
	width: 168px;
	margin:5px auto;
	text-align: center;	
	}




/*----------------------------------------
       item_detail.html 商品詳細 
------------------------------------------*/
#item_detail_area {
	width:690px;
	margin:5px 0 20px 0;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fbg_detail.gif) repeat-y;
	}
.itemBox {
	width:485px;
	float:left;
	}
.itemInfo {
	width:465px;
	margin:0 auto 10px auto; 
	}

/*　画像表示　*/
#imgMain	{
	width: 485px;
	background: #FFF;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* scrollable要素					
----------------------------------------------------------- */
#scrollable {
	width: 463px;
	background: #EFEFEF;
	border:1px solid #DDD;
	padding:10px 0 0 15px;
	height: 90px;
	margin: 0 auto;
}

/* スクロール表示エリア */
div.items {
	width: 463px;
	height: 80px;
	float:left;
}

/* 画像エリア */
div.items a {
	display:block;
	float:left;
	margin-right:15px;
	width: 100px;
	height: 80px;
	outline:none;
}
*html div.items a {
	display:block;
	float:left;
	margin-right:11px;
	width: 100px;
	height: 80px;
	outline:none;
}
/*　画像表示ここまで　*/


.itemDetail {
	width:205px;
	float:right;
	}
	
.itemDetailBox01 {
	width:185px;
	margin:15px 10px;
	}
.itemTitle {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:30px;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fscare_purple.gif) 0 8px  no-repeat;
	}
/* 
.itemNumber {
	padding:5px;
	margin-bottom:15px;
	}
*/
.itemPrice {
	margin-bottom:10px;
	text-align:center;
	}
.itemPriceRed {
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
	}
/*	
.cartTotal {
	font-weight:bold;
	}
*/
			
/* サイズ　*/	
.sizeBox {
	width:185px;
	margin:0px 10px 15px 10px;
	}
.vari-table {
	width:98%;
	margin:5px auto;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	}
.vari-table td {
	border:1px solid #CCCCCC;
	padding:4px;
	background-color: #ffffff;
	text-align:center;
	text-valign:center;
	}
.cartLink {
	margin:15px auto;
	width:185px;
	}
.cartBtn {
	width:185px;
	height:33px;
	border:none;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fbtn_add_cart.gif) no-repeat;
	}
.cartPayment {
	margin:17px;
	text-align:right;
	}	
.greenTitle {
	font-weight:bold;
	font-size:16px;
	color:#972841;
	margin:10px 10px 5px 0px;
	padding-left:20px;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fscare_purple.gif) left center no-repeat;
	}
#relatedProduct {
	padding:20px 0;
	border-top:1px solid #7c7c7c;
	}
#relation-list {
	width:100%;
	margin:10px 0;
	}
.relation_unit {
	float:left;
	width:172px;
	height:230px;
	text-align:center;
	}
/*
.relation-pickup {
	width:25%;
	float:left;
	height:230px;
	border-bottom:1px solid #7c7c7c;
	}
.relation-pickup p {
	margin:5px 10px;
	}
*/


/*-------------------------------------------------
  cart_step1.html〜cart_step6.html　カートの中身 
---------------------------------------------------*/

/* ステップ */
.cartTitle {
	width:100%;
	}
.cartImg {
	float:left;
	width:320px;
	}
.cartDetail {
	width:350px;
	float:right;
	margin:20px 5px 0 0;
	}



/* table */	
.memberTable {
	width:100%;
	}
.memberTable th {
	width:23%;
	text-align:left;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px;
	background:#f7f7f7;
	font-weight:bold;
	}
.memberTable .mt01 {
	width:52%;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px;
	}
.memberTable .mt02 {
	width:25%;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px;
	}
.memberTable .mt03 {
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px;
	}
.memberTable .mt04 {
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px 10px 10px 20px;
	}
.tabletext {
	float:left;
	}
.required {
	float:right;
	}
	
		

/* ボタン */
/* 買い物を続ける */
.buy_continue {
	width:154px;
	height:36px;
	border:none;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fbuy_continue.gif) center no-repeat;
	cursor:pointer;
	}
/* カートを空にする */
.cart_clear {
	width:154px;
	height:36px;
	border:none;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fcart_clear.gif) center no-repeat;
	cursor:pointer;
	}
/* レジへ進む */
.cartBlack {
	background:#000000;
	font-weight:bold;
	cursor:pointer;
	}
.cash {
	width:103px;
	margin:5px 0;
	height:20px;
	border:none;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fcash_black.gif) center no-repeat;
	cursor:pointer;
	}
/* 戻る */
.return {
	width:100px;
	height:36px;
	border:none;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Freturn_btn.gif) center no-repeat;
	cursor:pointer;
	}
/* 次へ進む */
.next {
	width:100px;
	height:36px;
	border:none;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fnext_btn.gif) center no-repeat;
	cursor:pointer;
	}
/* 購入する */
.buy {
	width:100px;
	height:36px;
	border:none;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fbuy_btn.gif) center no-repeat;
	cursor:pointer;
	}
/* 送信する */
.send {
	width:100px;
	height:36px;
	border:none;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fsend02.gif) center no-repeat;
	cursor:pointer;
	}
#cartNavi {
	width:100%;
	}
.cartStepName {
	width:332px;
	float:left;
	}
.cartStepDetail {
	width:330px;
	padding-right:10px;
	float:right;
	margin-top:40px;
	}
.cartTable {
	clear:both;
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	}
.cartTable th {
	text-align:center;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px 5px;
	background:#f7f7f7;
	font-weight:bold;
	}
.cartTable td {
	text-align:center;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px 5px;
	}
.cartTable .tdleft {
	text-align:left;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px 5px;
	}
	
.cartPhoto {
	width:19%;
	}
.cartName {
	width:30%;
	}
.cartPrice {
	width:13%;
	}
.cartQuantity {
	width:7%;
	}
.cartSubtotal {
	width:13%;
	}
.cartSend {
	width:11%;
	}
.cartCancel {
	width:7%;
	}
.cartNavi {
	width:520px;
	margin:20px auto;
	text-align:center;
	}
	
.cartTable .tdright {
	text-align:right;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px 5px;
	}
.cartTable .tdright02 {
	text-align:right;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px 50px 10px 0px;
	}

/*----------------------------------------
             -cartstep2 kiyaku 
------------------------------------------*/
.cs2_kiyaku {
	width:95%;
	height:200px;
	margin:10px 0;
	border:1px solid #ccc;
	overflow:auto;
	}
.cs2_kiyakuText {
	padding:10px;
	}


/*----------------------------------------
     -plus original goods 20103024
------------------------------------------*/
#care_cartbox {
	width:690px;
	margin:0 auto;
	background:url(https://sv2.k-asp.net/sub/getcont.php?path=http%3A%2F%2Fwww.plus-bio.com%2Fimages%2Fcare_page_cart.gif) center top repeat-y;
	border-top:1px solid #918c8a;
	border-bottom:1px solid #918c8a; 
	}
.care_itemDetailBox01 {
	width:200px;
	float:left;
	margin:10px 15px; }
.care_itemDetailBox02 {
	width:200px;
	float:right;
	margin:10px 15px;
}