﻿body{background-color: #e9e9e9;text-align: center;}
#wrapper{width: 850px;margin: 0 auto;background:#fff;padding:0px;text-align: left;border-left: 3px solid #ddd;border-right: 3px solid #ddd;}
#header {
    position:relative;
    background-repeat: no-repeat;
    background-position: right top;
    text-align:center;
}
#contents {
    position:relative;
    text-align:center;
    padding-bottom: 20px;
}
h1 {
  position: relative;
  padding: 1em 0;
  margin-top: 10px;
  color: #555;
}
h1::before,
h1::after {
  margin-top: 10px;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h1::before {
  top: 0;
  border-top: 2px solid #01179f;
  border-bottom: 1px solid #5e71e5;
}
h1::after {
  bottom: 0;
  border-top: 1px solid #5e71e5;
  border-bottom: 2px solid #01179f;
}
h2 {
  position: relative;
  padding: 0 .5em .5em 1.7em;
  border-bottom: 1px solid #5e71e5;
  text-align: left;
  width: 50%;
  margin-left: 10px;
}
h2::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #01179f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
H4{padding:20px 0px 0px 10px;text-align:left;}
H5{padding:20px 0px 0px 10px;}

li{padding:7px;}
ul.env li{padding:2px;}
#msg1{
    position:relative;
    text-align:left;
    padding:0px 15px 20px 20px;
}
#border{
    position:relative;
    border:double black;
    width:700px;
    padding:0px 30px 0px 30px;
    margin: 0 auto;
}
.index{
    position:relative;
}
.ftsl01{
    font-size:16px;
}
.ftsl02{
    font-size:16px;
}
.ftsl03{
    font-size:16px;
    text-align:left;
}
/*<地図表示ボタン>*/
.btnAllMapStyle{
    border-radius:5px;
    background:#7fbfff;
    color:#000;
    border: none;
    font-weight:bold;
    font-size:16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right:10px;
    margin: 5px;
    box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}
.btnAllMapStyle:hover{
    background:#2008b1;
    color:#ffffff;
}
.btnAllMapStyle:disabled {
    background:#eee;
    color:#888;
}
/*</地図表示ボタン>*/
/*<非同意ボタン>*/
.btnDisagreeStyle{
    border-radius:5px;
    background:#ff5656;
    color:#000;
    border: none;
    font-weight:bold;
    font-size:16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right:10px;
    margin: 5px;
    box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
}
.btnDisagreeStyle:hover{
    background:#b10a0a;
    color:#fff;
}
.btnDisagreeStyle:disabled {
    background:#eee;
    color:#888;
}
/*</非同意ボタン>*/
/*<インデックスボタン>*/
.btnIndexStyle{
    border-radius:5px;
    background:#7fbfff;
    color:#000;
    border: none;
    font-weight:bold;
    font-size:16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right:10px;
    margin: 5px;
    box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}
.btnIndexStyle:hover{
    background:#2008b1;
    color:#ffffff;
}
.btnIndexStyle:disabled {
    background:#eee;
    color:#888;
}
/*</インデックスボタン>*/
.div_content_startmap{
    margin-top: 20px;
    margin-bottom:20px;
}
.div_startmap{
    margin:  0 auto;/* 中央寄せ */
    overflow: hidden;
    border: 3px outset #2008b1;
}

#content_indexbtn{
    margin-left:50px;
    margin-right:50px;
}
/*<操作ボックス>*/
.ope_msg{
    position:relative;
    text-align:center;
    padding:15px 15px 20px 20px;
    border-bottom: #5e71e5 dashed 1px;
}
.ope_block{
    margin:  0 auto;
    margin-top: 5px;
    overflow: hidden;
    width: 80%;
    border:#5e71e5 solid 2px;
}
/*</操作ボックス>*/
table {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%; 
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
 }
table th{
    padding: 6px;
    background-color: rgba(170,170,170, 0.3);
    color: #000;
    font-weight: normal;
    text-align: left;
    vertical-align: central;
    border: 1px solid #666666;
 }
table td{
    padding: 6px;
    background-color: #fff;
    border: 1px solid #666666;
}