@charset "EUC-JP";
/* CSS Document */


/* ______________________¾ÜºÙ____________________*/


.list_wrapper{
  text-align:center;
  display:inline-block;
}


#cart_box{
	width:260px;
	float:right;
}
h2.detail{
font-size:16px;
color:#008C48;
border-bottom:1px solid #E4E4E4;
margin-bottom:10px;
padding-bottom:5px;
}

#cart_box table{
}

#cart_box table th, #cart_box table td{
	padding:5px;
}
#cart_box table th, #cart_box table td{
	padding:5px;
}

#cart_box .disable_cartin{
	margin-bottom:15px;
}

#cart_box .soldout{
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:15px;
	text-align:center;
	border:1px dotted #FF0000;
	padding:7px 0px;
}
#cart_box .twitter{
	float:left;
	width:65px;
	padding-right:15px;
}
#cart_box .fb-like{
	float:left;
	width:100px;
}
#cart_box .other_link{
	clear:both;
	padding:15px 0px;
}


.main_img{
text-align:center;
}
.main_img img{
border:2px solid #E4E4E4;
}
.thumb_img{
width:390px;
margin:0px auto;
}

.thumb_img li{
float:left;
padding:7px;

}

.thumb_img li img{
border:1px solid #E4E4E4;
width:115px;
height:115px;
}

#img_box{
	width:400px;
	float:left;
}

#detail_box strong{
	font-weight:bold;
}

#detail_box{
	margin-bottom:40px;
}

#detail_box .small{
	font-size:10px;
}