﻿@charset "utf-8";



/*++++++++++++++++++++++++++++++++++++++++++
	
ＥＣストア
	
+++++++++++++++++++++++++++++++++++++++++++*/		
/*カート*/
#main .bg_fff{
	background:#FFFFFF;
	height: 100%;
	padding-bottom:30px;
	
}

#main #cart_con{
	width:860px;
	margin:auto;
	padding-top:20px;
	min-height: 400px;
	}
#main #cart_con .cart_title{
	margin-top:5px;
	margin-bottom:40px;
	}
#main #cart_con p{
	color:#5E5C5A;
	line-height:160%;
	font-size:13px;
	}
#main #cart_con p.purple{
	line-height:160%;
	font-size:16px;
	color:#B4A2CE;
	}
#main #cart_con table{
	margin-top:20px;
	margin-bottom:10px;
	border:1px solid #666666;
	border:1px solid #d1d1cf;
	width:860px;
	}
#main #cart_con table tr th{
	background:#c9c9c0;
	color:#5a5754;
	padding:7px 0 7px 10px;
	border-top:1px solid #d1d1cf;
	border-bottom:1px solid #d1d1cf;
	font-weight:100;
	vertical-align:bottom;
	font-size:13px;
	}
#main #cart_con table tr th.totle{
	border-left:1px solid #ffffff;
	width:180px;
	padding-left:20px;
	vertical-align:top;
	}
#main #cart_con table tr th .kingaku{
	margin-top:10px;
	font-size:16px;
	font-weight:600;
	vertical-align:bottom;
	}
#main #cart_con table td{
	padding:10px 0 10px 7px;
	color:#5E5C5A;
	font-size:13px;
	line-height:110%;
	background-color: #F2F0F0;
	}

#main #cart_con table td img{
	width: 100px;
	}
#main #cart_con table tr{
	border:1px solid #d1d1cf;
	}
#main #cart_con .souryo{
	margin-bottom:55px;
	}
#main #cart_con .souryo .text{
	float:left;
	width:660px;
}
#main #cart_con .souryo .text p.glay{
	line-height:160%;
	font-size:15px;
	color:#51504D;
	text-align:left;
	}
#main #cart_con .souryo .text p.pink{
	color:#cb7b9b;
	line-height:160%;
	font-size:15px;
	}
#main #cart_con .souryo .btn{
	margin-left:660px;
	width:200px;
}
#main #cart_con .souryo .btn img{
	margin-bottom:5px;
}
#main #cart_con .cart_title2{
	margin-top:5px;
	margin-bottom:10px;
	}
#main #cart_con .item{
	border-top:2px solid #e6e6e7;
}
#main #cart_con .item dl{
	width:110px;
	padding:5px;
	color:#959394;
	float:left;
}
#main #cart_con .item dl dd{
	padding-top:5px;
}

#main #cart_con .box{
	margin-bottom:50px;
}

#g_kingaku
{
	letter-spacing: 2px;
}

#main #cart_con .bg{
		background:				#CDCDC4;
	}
#main #cart_con .right{
	padding-right:10px;
	text-align: left;

	}
.MYPAGEbtn {
  color: #fff;
  font-size: 110%;
  border-radius: 4px;
  text-decoration: none;
  background: #f57200;
  box-shadow: 0 3px #c25a00;
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 5px 15px;
}
.MYPAGEbtn:hover {
  box-shadow: 0 1px #ffd5b1;
  top: 1px;
}
.cart_body a:link.MYPAGEbtn{
	color: #fff;
	font-weight:normal;
	letter-spacing:1px
	}
.cart_body a:visited.MYPAGEbtn {
	color:                  #FFF;
	text-decoration:        none;
}