body {
	margin-bottom: 2rem;
}


header {
	text-align: center;
	background: #aeaeae;
	color: white;
	padding: 10px 0;
	font-size: 2rem;
	font-weight: bold;

}


h1,h2 {
	padding: 10px 20px;

	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}


.complete_icon {
	text-align: center;
	font-size: 500%;
}

/* トップへ戻るボタン */
html{
  scroll-behavior: smooth;
}
.page-top {
    position: fixed;
    bottom: 3%;
    right: 4%;
    width: 3em;
    margin-bottom: 0;
    border-radius: 2.8em;
    -webkit-border-radius: 2.8em;

    background: #000;
    opacity: .5;
    line-height: 3em;
    text-align: center;
	text-decoration: none;
}
.page-top a {
	color: #fff;
	text-decoration: none;
	font-size: 150%;
}

.content.white {
height: 500px;
background-color: #fff;
}

.content.gray {
height: 500px;
background-color: #eee;
}

/* どこをクリックしてもカレンダー */
input[type="date"]{
	position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}


/* tablesorter */
.tablesorter-default { font: unset; }
.tablesorter-default td {
    padding: 0.5rem 0.5rem;
}
/*
.tablesorter-default .header,.tablesorter-default .tablesorter-header {
    background-image: url('img/sort.png');
    background-position: center left;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 0.5rem 0.5rem 0.5em 2em;
}
.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url('img/sort.png');
    border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url('img/sort.png');
    border-bottom: #000 2px solid;
}
*/

/* 注文確認カレンダー */
#weborder-calendar { font-size: 90%; }
#weborder-calendar h5 { margin-bottom: 0.8rem  !important;; }
#weborder-calendar  a {	text-decoration: none; }
#weborder-calendar th { height: 30px; text-align: center; }
#weborder-calendar td { height: 30px; }
#weborder-calendar .orderd { background: orange !important;}
#weborder-calendar th:nth-of-type(1), #weborder-calendar td:nth-of-type(1) { color: red; }
#weborder-calendar th:nth-of-type(7), #weborder-calendar td:nth-of-type(7) { color: blue; }

div.pagebottom_button{
  z-index: 9999;
  position: fixed;
  top: 84px;
  right:  20px;
}

div.pagetop_button{
  z-index: 9999;
  position: fixed;
  bottom: 30px;
  right:  20px;
}
 
hr#hr_bottom { height: 0; }
/* 以下、別になくてもよい装飾 */
div.pagebottom_button, div.pagetop_button{
  padding: 5px;
  background-color: #fff;
  border: 1px #f00 solid;
  border-radius: 5px;
  cursor:pointer;
}

.container { 
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
} 
@media (min-width: 768px) { 
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .container { 
    max-width: 750px; 
  } 
  #login {
    width: 500px;
    margin: 25px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0px 7px #aaa;
    font-weight: normal;
    padding: 16px 16px 20px;
    color: #666;
    line-height: 1.3;
    font-size: 90%;
  }
} 

@media (min-width: 992px) { 
  .container { 
    max-width: 970px; 
  } 
} 

@media (min-width: 1200px) { 
  .container { 
    max-width: 1170px; 
  } 
}

@media (min-width: 1400px){
  .container { 
    max-width: 1320px; 
  } 
}

@media print{
	.noPrint{display:none;}       /* 印刷しない */
	.container { width: 100%; max-width: none; padding: 0; margin: 0; }
  /* @page {size: A4 landscape;} */

}

