/*table01*/

img{border:none;}
a{border:none;}

.shop_table{
    width:700px;
    border:solid 1px #AEAEAE;
	border-collapse:collapse;
	font-size:12px;
	margin:0 0 20px 0;
    text-align:left;
}

.shop_table .table_cap{
    background:#ea5b7a;
	color:#FFF;
	border-right:dotted 1px #FFF;
	padding:10px;

}

.shop_table .bg_gray{
    background:#E6E6E6;
}

.shop_table.shop_name{


}

.shop_table td,.shop_table th{
	border-right:dotted 1px #AEAEAE;
	padding:10px;
}

.btn{
   text-align:center;
}