body {
	margin: 0px;
}

select {
	border-radius: 3px;
	padding: 3px 3px 6px 3px;
}

div#header {
	max-width: 1000px;
	margin: 10px auto 10px;
}

div#header div.headerbar {
	display: block;
    font-size: 0pt;
    width: 1000px;
    margin: 10px auto 10px;
}

div#header .logo {
    display: inline-block;
    width: 390px;
    margin: 5px;
    vertical-align: middle;
}
/*div#header div.headerbar div.logo {
    width: 60px;
    margin: 10px;
    display: block;
    padding: 5px 0 0 0;
}*/

div#header .logo img {
    width: 60px;
    height: 13px;
}

div#header .linkbar {
    display: inline-block;
    vertical-align: middle;
    width: 420px;
    text-align: center;
}
/*div#header div.headerbar div.linkbar {
    display: block;
    width: 900px;
    text-align: right;
    margin: 10px;
}*/

div#header .linkbar .linkimg {
    display: inline-block;
    width: 70px;
}

div#header .sns {
    display: inline-block;
    width: 90px;
    text-align: center;
    vertical-align: middle;
}
div#header .smallsns {
    display: none;
}
/*div#header div.headerbar div.linkbar div.linktext {
	display: inline;
}*/
        div #header div.shopbar {
	display: flex;
	margin: 10px 0;
}
div#header div.shopbar div.statuscart {
	display: flex;
	width: 100%;
}
div#header div.shopbar div.statuscart div.status {
	width: 100%;
}
div#header div.shopbar div.statuscart div.status div.welcome {
	color: #003399;
	font-size: medium;
}
div#header div.shopbar div.statuscart div.status div.goodscount {
	text-align: center;
	font-size: small;
}
div#header div.shopbar div.statuscart div.status div.totalprice {
	text-align: right;
	font-size: small;
}
div#header div.shopbar div.statuscart form.cart {
	margin: 20px;
}
div#header div.shopbar div.statuscart div.mentenance {
	margin: 20px;
}
div#header div.bottombar {
	margin: 10px 0;
	height: 5px;
	background-image: url('./images/bg_shop.gif');
}

div#sheet {
	max-width: 1000px;
	margin: 10px auto 30px;
	display: flex;
}
div#sheet div.menu {
	width: 160px;
	margin: 0 20px 0 auto;
}
div#sheet div.menu div {
	margin: 5px 0;
}
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: 0 auto 0 0;
}
div#sheet div.items div.title {
	display: block;
	text-align: center;
	font-size: xx-large;
	background-color: #fff0aa;
	border-color: brown;
	border-style: solid;
	border-width: thin;
	margin: 0 0 10 0;
}
div#sheet div.items div.pickup {
	text-align: center;
}
.listTopWidth
{
	width: 612px;
}
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: 200px;
	text-align: center;
	margin: 5px 2px;
	font-size: medium;
	vertical-align: top;
}
div#sheet div.items div.list div.item form {
	margin: 0;
}
div#sheet div.items div.list div.item form input.button {
	width: 200px;
	height: 150px;
}
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: 0 auto 0 20px;
}
div#sheet div.pickupList div.pickup {
	text-align: center;
}
div#sheet div.pickupList div.list {
	display: block;
	text-align: left;
	width: 166px;
}
div#sheet div.pickupList div.list div.item {
	display: inline-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: #fff0aa;
	border-style: solid;
	border-color: lightgray;
	border-width: thin;
	padding: 3px;
	margin: 3px 0 5px 0;
	width: 158px;
}
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 .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: 480px;
}
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;
}
div#pdItemList .pdItem .image {
	/*vertical-align: top;*/
	margin: 0 10px;
	float: left;
	width: 120px;
}
div#pdItemList .pdItem .detail {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	width: 330px;
}
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 20px;
}
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 .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.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#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 {
	display: table;
	max-width: 1000px;
	margin: 10px auto 10px;
}
div#table .columns {
	display: table-row;
	background-color: #992222;
	text-align: center;
}
div#table .columns .cell {
	display: table-cell;
	color: #ffffff;
	font-weight: bold;
	border: solid thin #992222;
	padding: 3px;
	vertical-align: middle;
}
div#table .rows {
	display: table-row;
	background-color: #fffefc;
}
div#table .rows .cell {
	display: table-cell;
	color: #000000;
	border: solid thin #992222;
	padding: 3px;
	vertical-align: middle;
}
div#table .rows .cell form {
	margin: 0;
}
div#table .rows .cell .pdimg {
	float: left;
}
div#table .rows .cell .jpname {
	font-size: medium;
	margin: 0 0 0 65px;
}
div#table .rows .cell .size {
	font-size: small;
	margin: 0 0 0 65px;
}
div#table .rows .cell .birth {
	font-size: small;
	margin: 0 0 0 65px;
}
div#table .rows .cell .deliver {
	font-size: small;
	margin: 0 0 0 65px;
}
div#table .rows .cell .flags {
	font-size: small;
	margin: 0 0 0 65px;
}
div#table .rows .price {
	text-align: right;
}
div#table .rows .count {
	text-align: center;
}
div#table .rows .total {
	text-align: right;
	font-weight: bold;
}
div#table .rows .totalRed {
	text-align: right;
	color: red;
	font-weight: bold;
}
div#table .colA { width: 400px; }
div#table .colB { width: 80px; }
div#table .colC { width: 40px; }
div#table .colD { width: 100px; }
div#table .colE {
	width: 80px;
	text-align: center;
}

div#table .cellLeft {
	display: table-cell;
	color: #000000;
	border-left: solid thin #992222;
	border-top: solid thin #992222;
	border-right: none;
	border-bottom: solid thin #992222;
	padding: 3px;
	vertical-align: middle;
}
div#table .cellCenter {
	display: table-cell;
	color: #000000;
	border-left: none;
	border-top: solid thin #992222;
	border-right: none;
	border-bottom: solid thin #992222;
	padding: 3px;
	vertical-align: middle;
}
div#table .cellRight {
	display: table-cell;
	color: #000000;
	border-left: none;
	border-top: solid thin #992222;
	border-right: solid thin #992222;
	border-bottom: solid thin #992222;
	padding: 3px;
	vertical-align: middle;
}

div#order {
	text-align: center;
	font-size: 0;
}
div#order .button {
    display: inline-block;
    width: 200px;
    padding: 0 10px;
    vertical-align: top;
}
div#order .button img {
    height: 80px;
}
div#order .button form {
	margin: 0;
}
div#order .text {
	text-align: left;
	color: #ff0000;
	font-size: small;
}

div#ordershop1 {
	max-width: 1000px;
	margin: 10px auto 10px;
}
div#ordershop1 form {
	margin: 0 auto;
	width: max-content;
	text-align: center;
}
div#ordershop1 .step {
	margin: 10px;
	text-align: center;
	font-size: medium;
}
div#ordershop1 .step .red {
	display: inline-block;
	font-weight: bold;
	color: #ff0000;
}
div#ordershop1 .description {
	font-size: medium;
	font-weight: bold;
}
div#ordershop1 .colBlock {
	margin: 20px 0 4px;
	padding: 3px;
	border-bottom: solid thin #992222;
	font-size: 0;
	text-align: left;
}
div#ordershop1 .colBlock .colX {
	display: inline-block;
	color: #ff0000;
	width: 20px;
	font-size: medium;
	vertical-align: top;
}
div#ordershop1 .colBlock .colTitle {
	display: inline-block;
	width: 160px;
	font-size: medium;
	vertical-align: top;
}
div#ordershop1 .colBlock .colData {
	display: inline-block;
	width: 400px;
	font-size: small;
}
div#ordershop1 .colBlock .colData2 {
    display: inline-block;
    width: 400px;
    font-size: medium;
}
div#ordershop1 .colText {
	margin: 0 5px 0 180px;
	font-size: small;
	text-align: left;
}
div#ordershop1 .colSmall {
	margin: 0 5px;
	font-size: small;
	text-align: left;
}

div#thanks {
    max-width: 600px;
    margin: 10px auto 10px;
}
div#thanks form {
    margin: 0 auto;
    width: max-content;
    text-align: center;
}
div#thanks .title {
    margin: 10px;
    text-align: center;
    font-size: medium;
    font-weight: bold;
}
div#thanks .title img {
    vertical-align: middle;
}
div#thanks .text {
    margin: 20px 0;
    text-align: left;
    font-size: medium;
}

div#mailsetting {
    max-width: 600px;
    margin: 10px auto 10px;
}
div#mailsetting form {
    margin: 0 auto;
    width: max-content;
    text-align: center;
}
div#mailsetting .title {
    margin: 10px;
    text-align: center;
    font-size: medium;
    font-weight: bold;
}
div#mailsetting .text {
    margin: 10px;
    text-align: left;
    font-size: medium;
}
div#mailsetting .domain {
    margin: 10px;
    text-align: center;
    font-size: medium;
    font-weight: bold;
}
div#mailsetting .url {
    margin: 10px;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}
div#mailsetting form .box {
    margin: 10px;
    text-align: left;
    font-size: medium;
}
div#mailsetting form .button {
    margin: 10px auto 20px;
    text-align: center;
    font-size: medium;
}

div#footer {
	max-width: 1000px;
	margin: 10px auto 50px;
}
div#footer div.linkbar {
	display: none;
}
div#footer div.linkbar div.linktext {
	display: none;
}

div.copyright {
	font-size: small;
	text-align: center;
}
div.errorTitle {
	font-size: x-large;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
}
div.errorText {
	font-size: medium;
	font-weight: normal;
	margin: 20px auto;
	text-align: center;
}
.center {
	text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}

