﻿@charset "utf-8";
/* CSS Document */

.pc-block{display:block;}
.sp-block{display:none;}
@media only screen and (max-width: 769px) {
.pc-block{display:none;}
.sp-block{display:block;}
}

.contents-area {
  background-color: #ffffff;
  text-align: center;
  padding: 0;
  margin-top: 20px;
  font-size: 16px;
}

table, th, td{
  border: solid 1px #dedede !important;
  padding: 20px 15px !important;
}

table th{
  background-color: #f0f0f0;
  text-align: center;
  width: 14%;
}

table th:first-child{
  width: 44%;
}

table th:last-child{
  width: 18%;
}

table thead th{
  font-size: 14px;
}

table td.ttl{
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
	.eventWrap {
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .eventItem {
    margin-top: 30px;
    border-top: 2px solid #707070;
    border-left: 2px solid #707070;
    box-sizing: border-box;
  }
  .eventItem:first-child {
    margin-top: 0;
  }
  .eventItem > .ttl,
  .eventItem > dl{
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    box-sizing: border-box;
  }

  .eventItem > p.ttl{
    margin: 0;
  }
  .eventItem > .ttl {
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
    padding: 13px 10px;
    box-sizing: border-box;
  }
  .eventItem > dl {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 25px;
  }
  .eventItem > dl > dt,
  .eventItem > dl > dd {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .eventItem > dl > dt {
    font-weight: bold;
    width: 40%;
    text-align: left;
  }
  .eventItem > dl > dd {
    width: 60%;
    text-align: left;
  }  
}

.indent01 > * {
  text-indent: -1em;
  padding-left: 1em;
}

/*.contents-area.-emergency {
  background: #fffedf;
  margin: 30px;
  padding: 20px;
  border: 2px solid #f00;
}*/
.contents-area.-emergency h2 {
  text-align: center;
  font-weight: bold;
  margin: 0px 0 16px 0;
  font-size: 16px;
}
.contents-area.-emergency .lead {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  margin: 16px 0 0 0;
}
.contents-area.-emergency .lead:first-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contents-area.-emergency {
    /*margin: 30px 20px;
    padding: 20px 10px;*/
    box-sizing: border-box;
  }
  .contents-area.-emergency h2 {
    font-size: 18px;
  }
}

#container.overlay #res-header {
  z-index: 0;
}
#container.overlay {
  position: relative;
}
#container.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#container.overlay .contents-area.-emergency {
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 1;
  background: none;
  margin: 0;
  padding: 0 30px;
  box-sizing: border-box;
}
#container.overlay .contents-area.-emergency .contents-area-inner {
  background: #fffedf;
  padding: 30px;
  border: 2px solid #f00;
}
@media screen and (min-width: 769px) {
  #outline_box.layOut01 dd {
    padding: 10px 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #container.overlay .contents-area.-emergency {
    padding: 0 20px;
    top: 150px;
  }
  #container.overlay .contents-area.-emergency .contents-area-inner {
    padding: 20px;
  }
  #container.overlay .contents-area.-emergency .lead {
    font-size: 14px;
  }
}




