div#header {
	margin: 10px auto 2px;
}

div#header div.headerbar {
	display: none;
}

div#header .smallsns {
    display: inline-block;
    width: initial;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

div#header div.shopbar {
	display: block;
	margin: 10px 0;
}
div#header div.shopbar div.statuscart {
	display: block;
	width: inherit;
}
div#header div.shopbar div.statuscart div.status {
	width: inherit;
}
div#header div.shopbar div.statuscart div.status div.welcome {
	color: #003399;
	font-size: small;
	text-align: center;
}
div#header div.shopbar div.statuscart div.status div.goodscount {
	font-size: x-small;
	text-align: center;
}
div#header div.shopbar div.statuscart div.status div.totalprice {
	font-size: small;
	text-align: right;
	margin: 0 10px 0 0;
}
div#header div.shopbar div.statuscart form.cart {
	margin: 0 10px;
	text-align: right;
    display: inline-block;
    vertical-align: middle;
}
div#header div.shopbar div.statuscart div.mentenance {
	margin: 10px 0;
	text-align: center;
}
div#header div.bottombar {
	margin: 10px 0 2px;
	height: 5px;
	background-image: url('./images/bg_shop.gif');
}

div#sheet {
	max-width: initial;
	margin: initial;
	display: block;
}
div#sheet div.menu {
	width: 100%;
	margin: 0;
	display: flex;
	overflow: scroll;
}
div#sheet div.menu div {
	display: inline-block;
	width: 160px;
	margin: 0 2px;
}
div#sheet div.menu div form {
	margin: 0;
}
div#sheet div.menu div form input.menuButton {
	width: 160px;
	height: 50px;
}
div#sheet div.items {
	margin: 10px 0;
	text-align: center;
}
div#sheet div.items div.title {
	display: block;
	text-align: center;
	font-size: xx-large;
	margin: 0 0 10px 0;
	background-color: #fff0aa;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #990000;
	border-top-style: solid;
	border-top-width: thin;
	border-left-style: none;
	border-right-style: none;
}
div#sheet div.items div.pickup {
	text-align: center;
}
div#sheet div.items div.pickup img#slideimg {
	width: 100%;
	height: auto;
	max-width: 600px;
}
.listTopWidth
{
	width: inherit;
}
div#sheet div.items div.list {
	display: block;
	text-align: left;
	font-size: 0;
}
div#sheet div.items div.list div.item {
	display: inline-block;
	width: 50%;
	text-align: center;
	margin: 0;
	font-size: medium;
	vertical-align: top;
}
div#sheet div.items div.list div.item form {
	margin: 0;
	padding: 2px 2px;
}
div#sheet div.items div.list div.item form input.button {
	width: 100%;
	height: auto;
}
div#sheet div.items div.list div.item div.jpname {
	font-size:14px;
	color:#663333;
	font-weight:bold;
	margin: 1px;
}
div#sheet div.items div.list div.item div.frname {
	font-size:10px;
	color:#666666;
	margin: 1px;
}
div#sheet div.items div.list div.item div.onlynet {
	text-align: right;
	margin: 1px;
}
div#sheet div.items div.list div.item div.limit {
	text-align: right;
	font-size:10px;
	color:#666666;
	margin: 1px;
}

div#sheet div.pickupList {
	margin: 10px 0;
}
div#sheet div.pickupList div.pickup {
	text-align: left;
}
div#sheet div.pickupList div.list {
	display: flex;
	text-align: left;
	width: initial;
	overflow: scroll;
}
div#sheet div.pickupList div.list hr {
	display: none;
}
div#sheet div.pickupList div.list div.item {
	display: block;
	width: 160px;
	text-align: center;
	margin: 5px 3px;
	font-size: medium;
}
div#sheet div.pickupList div.pr {
	text-align: left;
	font-size: small;
	background-color: #ffeeee;
	border-style: solid;
	border-color: #aa3333;
	border-width: thin;
	padding: 3px;
	margin: 5px;
	border-radius: 10px;
	color: #993333;
	width: initial;
}
div#sheet div.pickupList div.list div.item form {
	margin: 0;
}
div#sheet div.pickupList div.list div.item form input.button {
	width: 160px;
	height: 120px;
}
div#sheet div.pickupList div.list div.item div.jpname {
	font-size:14px;
	color:#663333;
	font-weight:bold;
	margin: 1px;
}
div#sheet div.pickupList div.list div.item div.frname {
	font-size:10px;
	color:#666666;
	margin: 1px;
}

div#pdGroup {
	margin: 10px 5px;
}
div#pdGroup .jpname {
	font-size: x-large;
	font-weight: bold;
	color: #993333;
}
div#pdGroup .frname {
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
div#pdGroup .image {
	font-size: small;
	text-align: center;
}
div#pdGroup form {
	width: 100%;
}
div#pdGroup .explication {
	margin: 20px 0;
	text-align: left;
	background-color: #ffeeee;
	border-style: solid;
	border-width: thin;
	border-color: #993333;
	padding: 10px;
	border-radius: 20px;
}

div#allergen .image {
	float: left;
	margin: 2px;
}
div#allergen .text {
	text-align: left;
	font-size: small;
	float: left;
}
div#allergen .list {
	font-size: 0;
	text-align: left;
	margin: 0 0 0 140px;
}
div#allergen .list .item {
	display: inline-block;
	font-size: small;
	width: 30px;
	text-align: center;
}
div#allergen .list .item img {
	width: 20px;
	height: 20px;
}

div#pdItemList .pdItem {
	text-align: left;
	display: block;
	clear: left;
}
div#pdItemList .pdItem .image {
	display: block;
	/*vertical-align: top;*/
	margin: 0 10px;
	float: left;
	width: 120px;
}
div#pdItemList .pdItem .detail {
	display: block;
	/*vertical-align: top;*/
	margin: 0 10px 0 0;
	width: 100%;
}
div#pdItemList .pdItem .detail .jpname {
	font-size: medium;
	font-weight: bold;
	color: #663333;
}
div#pdItemList .pdItem .detail .jpname label {
	cursor: hand;
}
div#pdItemList .pdItem .detail .size {
	font-size: small;
	color: #000000;
	margin: 0 0 0 160px;
}
div#pdItemList .pdItem .detail .price {
	font-size: medium;
	color: #663333;
	text-align: right;
}
div#pdItemList .pdItem .detail .price .tax {
	display: contents;
	font-size: x-small;
	color: #663333;
	margin: 0;
}
div#pdItemList .pdItem .detail .flags {
	display: inline-block;
}
div#pdItemList .pdItem .detail .flags .flag {
	float: left;
	margin: 0 10px 0 0;
	font-size: 0;
}
div#pdItemList .pdItem .detail .flags .flag .icon {
	display: inline-block;
	margin: 0 5px 0 0;
}
div#pdItemList .pdItem .detail .flags .flag .text {
	white-space: nowrap;
	font-size: small;
	display: inline-block;
	vertical-align: top;
}
div#pdItemList hr {
	clear: left;
}
div.birthPlate .icon {
	float: left;
	margin: 2px;
}
div.birthPlate .text {
	text-align: left;
	font-size: small;
	float: left;
}
div.birthPlate .ui {
	text-align: left;
	margin: 0 0 0 140px;
}
div.birthPlate .ui input#msgtext {
	width: 100%;
}

div#date .icon {
	float: left;
	margin: 2px;
}
div#date .text {
	text-align: left;
	font-size: small;
	float: left;
}
div#date .ui {
	text-align: left;
	margin: 0 0 0 140px;
}

div#count .icon {
	float: left;
	margin: 2px;
}
div#count .text {
	text-align: left;
	font-size: small;
	float: left;
}
div#count .ui {
	text-align: left;
	margin: 0 0 0 140px;
}

div#table {
	max-width: initial;
	margin: 10px 0;
	display: block;
}
div#table .columns {
	display: block;
}
div#table .columns .colA {
	display: block;
	width: auto;
}
div#table .columns .colB {
	display: none;
	width: auto;
}
div#table .columns .colC {
	display: none;
	width: auto;
}
div#table .columns .colD {
	display: none;
	width: auto;
}
div#table .columns .colE {
	display: none;
	width: auto;
}
div#table .rows {
	display: block;
	font-size: 0;
	text-align: right;
	border: solid thin #992222;
	background-color: #fffefc;
}
div#table .rows .cell {
	border: none;
}
div#table .rows .cell.colA {
	display: block;
	width: auto;
	text-align: left;
}
div#table .rows .cell.colB {
	display: inline-block;
	width: auto;
	font-size: medium;
}
div#table .rows .cell.colC {
	display: inline-block;
	width: auto;
	font-size: medium;
}
div#table .rows .cell.colD {
	display: inline-block;
	width: auto;
	font-size: medium;
}
div#table .rows .cell.colE {
	display: inline-block;
	width: auto;
	font-size: medium;
}
div#table .rows .cellLeft {
	display: inline-block;
	font-size: medium;
	width: auto;
	border: none;
}
div#table .rows .cellCenter {
	display: none;
}
div#table .rows .cellRight {
	display: none;
}

div#order .button {
	padding: 10px;
}

div#ordershop1 {
    margin: 10px 5px;
    max-width: initial;
}
div#ordershop1 .step {
    font-size: small;
}
div#ordershop1 form {
    margin: initial;
    width: initial;
}
div#ordershop1 .description.center {
    text-align: left;
}
div#ordershop1 .colBlock .colData {
    width: 100%;
    text-align: center;
}
div#ordershop1 .colBlock .colData2 {
    display: block;
    width: initial;
    text-align: left;
    margin: 0 0 0 50px;
    line-break: anywhere;
}
div#ordershop1 .colBlock .colData input {
    width: 100%;
}
div#ordershop1 .colBlock .colData textarea {
    width: 100%;
}
div#ordershop1 .colText {
    margin: 0 5px;
}

div#thanks {
    margin: 10px 5px;
    max-width: initial;
}
div#thanks form {
    width: initial;
}

div#mailsetting {
    margin: 10px 5px;
    max-width: initial;
}
div#mailsetting form {
    width: initial;
}
div#mailsetting form .box input {
    width: 100%;
}

div#footer {
	max-width: inherit;
	margin: 10px auto 0;
	padding: 5px 0 20px;
	background-color: #990000;
}
div#footer div.linkbar {
	display: block;
	text-align: center;
	margin: 10px 0;
	padding: 5px;
	background-color: #990000;
}
div#footer div.linkbar div.linktext {
	display: inline-block;
	width: 100px;
	margin: 5px;
	padding: 5px;
	background-color: #aa0000;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	color: white;
}
div#footer div.linkbar div.linktext a {
	color: #ffffff;
	text-decoration: none;
}

div.copyright {
	font-size: small;
	text-align: center;
	color: #ffffff;
}
