@charset "utf-8";

@import url("../packages/default/css/import.css");

/* Tableコントロール（商品詳細向け）
-----------------------------------------------------*/
table.layout-table {
    margin: 0 !important;
    padding: 0 !important;
    border-collapse: collapse;
}

table.layout-table th {
    margin: 0 !important;
    padding: 0 !important;
}

table.layout-table td {
    margin: 0 !important;
    padding: 0 !important;
}



/* 年末年始バナー
-----------------------------------------------------*/
#newyear p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

