

.wrapper {
  position: relative;
  width: 100%;
}



header {
  position: sticky;
  top: 0;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-main);
}
footer {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: var(--color-sub);
}

main {
  min-height: calc( 100vh - 160px );
  padding: 1em 0;
  background-color: #fefefe;
  color: #333;
}


body .wrapper > * .inner,
header .inner,
footer .inner, 
main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
header .user {
  margin-top: 0.5em;
  text-align: right;
}

nav.page_top {
  margin: 1em 0;
}
nav.page_top a {
  text-decoration: underline;
}

.area_content {
  margin: 1em 0;
  padding: 1em;
  background-color: var(--color-sub);
  border-radius: 0.4em;
}
.area_content.style01,
.area_content.style07,
.area_content.style06 {;
  background-color: rgba(0,128,0,0.2);
}
.area_content.style05,
.area_content.style03,
.area_content.style04 {;
  background-color: rgba(239,69,74,0.2);
}
.area_content.style02 {;
  background-color: rgba(0,103,192,0.2);
}

.area_page {
  margin: 1em 0 3em;
  padding: 1em;
}



.style_title1 {
  margin-bottom: 0.7em;
  font-size: 1.5em;
  font-weight: 700;
}


/*.style_button input[type="submit"] {*/
.style_button {
}
.style_button > * {
  display: inline-block;
  width: auto;
  min-width: 12em;
  padding: 0.7em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 0.5em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  cursor: pointer;
}
.style_button input[type="submit"]:disabled {
  color: #aaa;
  background-color: #fff;
  cursor: not-allowed;
}


.style_button_simple {
  text-align: right;
}
.style_button_simple + .style_button_simple {
 margin-top: 0.5em;
}
.style_button_simple > * {
  display: inline-block;
  padding: 0.2em 1em;
  text-align: center;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 0.2em;
  background-color: #f9f9f9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
}




.wrapper_scroll {
  margin-bottom: 1em;
}

@media screen and (max-width: 620px) {
.wrapper_scroll {
  overflow-x: scroll;
}
}

table.normal {
  width: 100%;
  min-width: 600px;
  border: solid 2px #333;
  border-collapse: collapse;
}
table.normal td, table.normal th {
  padding: 0.2em 0.5em;
  border: solid 1px #333;
}



.area_pagination .shadow-sm > span span {
  color: #ccc;
}
.area_pagination .shadow-sm > span.page_current span {
  background-color: #eee;
}

.price_total {
  margin: 1em auto;
  padding: 0 20px;
}




.area_information {
}
.area_information .information_date {
}
.area_information .information_title {
  margin-bottom: 0.7em;
  font-size: 1.5em;
  font-weight: 700;
}
.area_information .information_description {
}
.area_information .information_description a {
  text-decoration: underline;
  color: #00e;
}
.area_information .information_description a:visited {
  color: #505;
}


.area_information_list {
  margin: 3em 0;
}

.list_info {
}
.list_info > li {
  display: flex;
  padding: 0.5em 0.1em 0.4em;
  border-bottom: solid 2px var(--color-sub);
}
.list_info .info_status {
  display: none;
}
.list_info .info_date {
  width: 6.5em;
}
.list_info .info_title {
}



/**/

form {/*
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
  */
}

.style_dialog {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.style_dialog  dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.style_dialog  dt {
  width: 9em;
}
.style_dialog  dd {
  width: calc( 100% - 10em );
  margin-bottom: 0.5em;
}
.style_dialog  dd input {
  width: 100%;
}


@media screen and (max-width: 620px) {
.style_dialog dl {
  display: block;
}
.style_dialog dl dt, 
.style_dialog dl dd {
  width: auto;
}
}


.area_menu_botton {
  overflow: hidden;
  margin: 1em 0 2.5em;
}
.area_menu_botton > * {
  float: left;
}
.area_menu_botton > * + * {
  margin-left: 1em;
}



.style_form input[type="text"], 
.style_form input[type="date"] {
  width: 10em;
}
.style_form input[type="checkbox"] {
  margin-right: 0.4em;
  vertical-align: -0.1em;
}
.checkbox_wrapper {
  display: inline-block;
  margin-top: 0.5em;
}


.area_top_form .style_form .style_wrapper {
  display: flex;
}
.area_top_form .style_form .style_group {
  width: 50%;
}
.area_top_form .style_form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.5em 0 1em;
}
.area_top_form .style_form  dt {
  width: 6em;
}
.area_top_form .style_form  dd {
  width: calc( 100% - 6em );
  margin-bottom: 0.5em;
}


.area_information_form .style_form .style_wrapper {
  display: flex;
  margin: 1em 0;
}
.area_information_form .style_form .style_wrapper > dl + dl {
 margin-left: 2em; 
}
.area_information_form .style_form dt {
  font-weight: 700;
}

.area_information_form .style_form input[name="title"] {
  width: 100%;
}
.area_information_form .style_form .ck-editor__editable {
  min-height: 500px !important;
}







@media screen and (max-width: 620px) {
.area_top_form .style_form .style_wrapper {
  display: block;
}
.area_top_form .style_form .style_group {
  width: auto;
}
}




