@charset "UTF-8";

/*--------------------------------------------------------
  layout
--------------------------------------------------------*/
/* info */
.info{
  width: 100%;
}

.info ul{
  width: 100%;
  padding: 0;
  text-align: left;
}

.info li{
  width: 100%;
  height: 50px;
  padding: 0;
}

.info h3.title{
    text-align: left;
    padding-top: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
}

.info h3.titleN{
    height: 15px;
    text-align: left;
    padding-top: 20px;
    border-bottom-width: 0px;
}

.info .date{
  font-size: 90%;
  padding: 3px 10px;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0px;
  border-radius: 10px;
  background: #183A71;
  color: #fff;
  text-align: center;
}

.info .ctgry{
  font-size: 100%;
  padding: 2px 15px;
  margin-right: auto;
  margin-left: 5px;
  margin-bottom: 0px;
  border-radius: 10px;
  background: rgb(100, 180, 100);
  color: #fff;
  text-align: center;
}

.info .ctgryCl{
  background: rgb(160, 1, 1);
}

.info .ctgryClh{
  background: rgb(160, 100, 160);
}

.info .category {
  display: inline-block;
  width: 95%;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-bottom: 1px dotted #183A71;
  text-align: center;
}

.info .categoryN {
  display: inline-block;
  width: 95%;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-bottom: 1px dotted #183A71;
  text-align: left;
}

.info .categoryN a{
  margin-left: 15px;
  font-size: 90%;
}

.info .categoryR {
  display: inline-block;
  width: 95%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #183A71;
  text-align: left;
}

/*　index01.html　*/
#yec-tbl010{
  border: solid;
  border-width: 1px;
  border-collapse: collapse;
  border-radius: 1px;
  border-color: #183A71;
  margin-bottom: 50px;
}

#yec-tbl011{
  width: 200px;
  height: 50px;
  background-color: #b9d2fa;
  text-align: center;
}

#yec-tbl012{
  width: 40px;
  text-align: center;
  padding-right: 7px;
  padding-left: 7px;
}

#yec-tbl013{
  font-size: 90%;
  text-align: center;
  padding-top: 10px;
}

#yec-tbl013 li{
  font-size: 90%;
  height: 10px;
  text-align: center;
  padding-bottom: 10px;
}



/*　index02.html　*/
li.gt{
  height: auto;
}

#yec-tbl020{
  width: 100%;
  border-collapse: collapse;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #183A71;
  margin-bottom: 50px;
}

#yec-tbl021{
  width: 25%;
  height: 30px;
  background-color: #b9d2fa;
  text-align: center;
}

#yec-tbl022{
  width: 60%;
  text-align: left;
  padding-left: 15px;
}

/* index03.html */
#yec-tbl030{
  width: 100%;
  margin: auto;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-spacing: 5px 0;
  padding-top: 0px;
  padding-bottom: 10px;
}

#yec-tbl031{
  width: 30%;
  height: 40px;
  font-size: 100%;
  text-align: center;
  margin: unset;
  border: solid;
  border-width: 1px;
  border-collapse: separate;
  border-color: #183A71;
  border-radius: 5px 5px 5px 5px;
  background-image : url(images/navbg.png);
  background-position: top right;
  background-repeat:repeat;
}

/* popup */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: ivory;
  opacity: 0.95;
  padding: 30px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 70%;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
  font-size: 30px;
  color: #666;
}

/* button */
button.disease{
  font-size: 103%;
  color: #183A71;
  height: 40px;
  width: 100%;
  background-image : url(images/navbg.png);
  background-position: top right;
  background-repeat:repeat;
  border: 0px;
}

button.disease:hover{
  font-size: 120%;
  height: 40px;
  width: 100%;
  color: white;
  background-image : url(images/navbg_on.png);
  background-position: right;
  background-repeat:repeat;
  border: 0px;
}

/* index04.html */
#yec-tbl040{
  width: 100%;
  margin: auto;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-spacing: 5px 0;
  padding-top: 0px;
  padding-bottom: 10px;
}

#yec-tbl041{
  width: 30%;
  height: 40px;
  font-size: 100%;
  text-align: center;
  margin: unset;
  border: solid;
  border-width: 1px;
  border-collapse: separate;
  border-color: #183A71;
  border-radius: 5px 5px 5px 5px;
  background-image : url(images/navbg.png);
  background-position: top right;
  background-repeat:repeat;
}

#yec-tbl042{
  width: 200px;
  height: 90px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  border: solid;
  border-top: 0px;
  border-width: 1px;
  border-collapse: separate;
}

#yec-tbl043{
  width: 200px;
  height: 10px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  border: solid;
  border-top: 0px;
  border-width: 1px;
  border-collapse: separate;
}

img.me{
  width: 60%;
}

a.brnd{
  font-size: 80%;
}

a.tgt{
  font-weight: bold;
}

/*　index05.html　*/
iframe.map{
  width: 100%;
  height: 500px;
}

a.gmp{
  display: block;
  width: 35%;
  height: 40px;
  overflow: hidden;
  background-image : url(images/btn_gm.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}

/*　index10 and 99.html 　*/
#yec-tbl100{
  width: 40%;
  margin: auto;
  table-layout:inherit;
  overflow-wrap: break-word;
  border-spacing: 5px 0;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: 0;
}

#yec-tbl101{
  width: 80%;
  height: 40px;
  font-size: 100%;
  text-align: center;
  margin: unset;
  border: solid;
  border-width: 1px;
  border-collapse: separate;
  border-color: red;
  border-radius: 5px 5px 5px 5px;
  background-image : url(images/navbg.png);
  background-position: top right;
  background-repeat:repeat;
}

.listrsv{
  width: 90%;
}

/* index11 and index12.html */
h3.pptitle{
  padding-top: 20px;
  text-align: left;
}

li.pplist{
  list-style: square;
  height: auto;
  text-align: left;
}

li.ppcenter{
  height: auto;
  text-align: center;
  padding-top: 10px;
}

li.ppleft{
  height: auto;
  text-align: left;
}

#yec-tbl120{
  width: 70%;
  margin: auto;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-spacing: 5px 0;
  padding-top: 0px;
  padding-bottom: 10px;
}

#yec-tbl121{
  width: auto;
  font-size: 100%;
  text-align: center;
}

#yec-tbl122{
  width: auto;
  text-align: center;
    border-bottom: 1px solid #183A71;
}

/* button */
button.rsvMnu{
  font-size: 103%;
  color: #183A71;
  height: 40px;
  width: 100%;
  background-image : url(images/navbg.png);
  background-position: top right;
  background-repeat:repeat;
  border: 0px;
}

button.rsvMnu:hover{
  font-size: 120%;
  height: 40px;
  width: 100%;
  color: white;
  background-image : url(images/navbg_on.png);
  background-position: right;
  background-repeat:repeat;
  border: 0px;
}

iframe.rsv{
  width: 100%;
  height: 500px;
  overflow: hidden;
  scrollbar-width: none;
}

h2.rsvlogin{
  width: 90%;
  text-align: center;
  padding: 10px 10px;
  margin: 20px 0;
  font-weight: bold;
  background-image : url(images/navbg.png);
  border: solid 3px #183A71;
  border-radius: 10px;
  justify-items: center;
}

h2.rsvlogin a:hover{
  color: red;
}

li.t100{
  font-size: 100%;
  padding-top: 20px;
}
