﻿A:link { COLOR: #06c; TEXT-DECORATION: none }
A:visited { COLOR: #06c; TEXT-DECORATION: none }
A:hover { COLOR: #D4B36A; TEXT-DECORATION: none }

/* --- ▼input系 --- */
.inp_full {
	width:100% ;
  box-sizing: border-box;
}
td.search_btn input {
    max-width: 500px;
    margin: 0 auto;
    color: white;
    text-align: center;
    background-color: rgb(0, 162, 221);
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1.6px;
    display: block;
    cursor: pointer;
    font-family: "Zen Maru Gothic";
    width: 100%;
    font-style: normal;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    padding: 0 10px;
}
.update_btn input {
    max-width: 250px;
    color: white;
    text-align: center;
    background-color: rgb(0, 162, 221);
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1.6px;
    display: block;
    cursor: pointer;
    font-family: "Zen Maru Gothic";
    width: 100%;
    font-style: normal;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    padding: 0 10px;
}
/* --- ▼table系 --- */
th,td {
  font-weight: normal;
  box-sizing: border-box;
}
.container {
  display: flex;
  justify-content: space-around;
	flex-wrap: wrap;
}
.tbl_title1 {
  color:#864251;
  background-color:#FFB3C0;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  box-sizing: border-box;
}
.tbl_title2 {
  color:#ffffff;
  background-color:#2669b4;
  font-size: 12pt;
  text-align: center;
  box-sizing: border-box;
}
.tbl_title3 {
  color:#864251;
  background-color:#E5E5E5;
  font-size: 10pt;
  text-align: center;
  box-sizing: border-box;
}
.tbl_title_kensaku {
  color:#ffffff;
  background-color:#2669b4;
  font-size: 10pt;
  text-align: left;
  border:solid 2px #ffffff;
  border-style:none solid none none;
  box-sizing: border-box;
  padding: 3px;
}

/* --- ▼border系 --- */
.bdr0110 {
  border:solid 1px #fcdbe0;
  border-style:none solid solid none;
  padding:3px;
  box-sizing: border-box;
}
.bdr0200 {
  border:solid 2px #ffffff;
  border-style:none solid none none;
  padding:3px;
  box-sizing: border-box;
}
.bdr0020 {
  border:solid 2px #ffffff;
  border-style:none none solid none;
  padding:3px;
  box-sizing: border-box;
}
.bdr0220 {
  border:solid 2px #ffffff;
  border-style:none solid solid none;
  padding:3px;
  box-sizing: border-box;
}
.bdr2020 {
  border:solid 2px #ffffff;
  border-style:solid none solid none;
  padding:3px;
  box-sizing: border-box;
}
.bdr2022 {
  border:solid 2px #ffffff;
  border-style:solid none solid solid;
  padding:3px;
  box-sizing: border-box;
}
.bdr0200d {
  border:solid 2px #ffffff;
  border-style:none solid none none;
  padding:3px;
  box-sizing: border-box;
}
.bdr0020d {
  border:dotted 2px #2669b4;
  border-style:none none dotted none;
  padding:3px;
  box-sizing: border-box;
}
.bdr0220d {
  border:dotted 2px #2669b4;
  border-style:none dotted dotted none;
  padding:3px;
  box-sizing: border-box;
}

/*ページタイトル*/
.circle {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid #f5b6b8;
}
.page_title p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.page_title {
    padding: 15px;
    background-color: #E6FAFC;
    border-radius: 20px;
    display: flex;
}

/*ボタン*/
.entry_button {
  background-color: #9a5665;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 45px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.entry_button:hover,
.entry_button:focus {
  background-color: #c27e8d;
}

.back_button {
  background-color: #A27238;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 45px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.back_button:hover,
.back_button:focus {
  background-color: #D4B36A;
}

.comment {
  font-size: 8pt;
  color: #FF0000;
}

/* 静的ページ */
.title {
  height: 28px;
  font-size: 11pt;
  padding-left: 10px;
  padding-right: 10px;
  COLOR: #A26644;
  font-weight: bold;
  background-image:url("../img/back_01o.gif");
}
.title2 {
  height: 28px;
  font-size: 11pt;
  padding-left: 10px;
  padding-right: 10px;
  COLOR: #994251;
  font-weight: bold;
  background-color: #FCDBE0;
}
.stylep {
  font-size: 11pt;
  COLOR: #994251;
  font-weight: bold
}
.stylewl { border:solid 2pt #FFFFFF; border-style:none none none solid;}


.list1 {
    padding-inline-start: 15px;
}
.list1 a {
    color: #00a2dd;
    -webkit-text-decoration: underline solid rgba(0, 162, 221, 0.3843137255);
    text-decoration: underline solid rgba(0, 162, 221, 0.3843137255);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
ol.list2 {
    list-style-type:disc;
    margin-right: 0.5em;
}

.btn_close input {
    max-width: 500px;
    margin: 0 auto;
    color: white;
    text-align: center;
    background-color: rgb(0, 162, 221);
    height: 70px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1.6px;
    display: block;
    cursor: pointer;
    font-family: "Zen Maru Gothic";
    width: 100%;
    font-style: normal;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    &:hover {
            opacity: 0.6;
        }
}
