@charset "utf-8";
/* --------------------------------------------------------
*shop_box
-------------------------------------------------------- */
div#shop_box{
	width:840px;
	background:url(../img/shop/ph_01.png) no-repeat bottom right;
	padding-bottom:30px;
	margin:0 auto;
}
div#shop_box p{
	width:516px;
	text-align:left;
	padding-bottom:20px;	
}


.shop_box_in{
	width:516px;
	position:relative;
	background:#FFF;
  behavior: url(common/js/PIE.htc);
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	border:6px solid #f1e6d3;
} 
.shop_box_in dl{
	padding:10px 30px 10px;
	text-align:left;
}
.shop_box_in dl.dotto{
	background:url(../img/shop/dotto.png) no-repeat bottom center;
}
.shop_box_in dl dd{
	background:url(../img/shop/icon_01.png) no-repeat top left;
	padding-left:30px;
}
