
html:before {
   height: 7px; 
   width: 100vw;
   left: 0;
   top: 0;
   content: "";
   background: #46ACC2;
   position: fixed;
   display: block;
   z-index: 9500;
}

body {
   font-family: "Roboto" , "Helvetica Neue" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "HiraginoKakuGothic Pro" , "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ＭＳ ゴシック" , "ＭＳ Ｐゴシック" , "MS Gothic" , sans-serif;
   margin:0;
   padding:0;
   padding: 0;
   margin: 0;
   color: #333;
}

a img, img { 
border:0;
}

abbr, acronym {
border:0;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

caption, th {
text-align:left;
}

	/* for IE7 */
	*+html code, *+html kbd, *+html pre, *+html samp, *+html tt {
	font-size:108%; 
	}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}
a {
  color: #46ACC2;
}
/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

	/* for IE6 */
	* html input, * html textarea {
	font-family:'ＭＳ Ｐゴシック';
	}
	
	/* for IE7 */
	*+html input, *+html textarea {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	}	

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}

header {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    padding: 1.5em 0;
}
.header-contents {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-align: center; /*IE10*/
    -webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center; /* Safari6.1以降 */
    align-items:center;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.header-contents h1 a {
    color: #46ACC2;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.6em;
    text-decoration: none;
}
.header-contents h1 a:hover {
    text-decoration: underline;
}
.header-contents nav ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    font-size: 1.1em;
}
.header-contents nav ul li {
    margin-right: 2em;
}
.header-contents nav ul li a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.header-contents nav ul li a:hover {
    text-decoration: underline;
    color: #46ACC2;
}
.header-contents nav ul li.current a {
    color: #46ACC2;
}
#hpb-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 2em;
}

h2 {
    font-size: 1.7em;
    margin: 2em 0 0.5em;
    font-weight: bold;
    border-bottom: 1px solid;
    text-align: center;
    padding-bottom: 0.3em;
}
p.updete {
    text-align: right;
    margin-bottom: 0.5em;
}
.area {
    margin: 1em 0;
    font-size: 1.5em;
   text-align: center;
}
.area select {
    padding: 0.3em 0.5em 0.5em;
    font-size: 0.7em;
    vertical-align: middle;
}
.area span {
    vertical-align: middle;
}
h3 {
    border-left: 7px solid #46ACC2;
    margin: 0 0 0.5em;
    letter-spacing: 0.1em;
    font-size: 1.5em;
    font-weight: bold;
    color: #46ACC2;
    padding: 0.3em 0 0.3em 0.5em;
}
table {
    width: 100%;
    margin-bottom: 3em;
}
table th,
table td {
    padding: 10px;
    border: 1px solid #ccc;
}
table tr:nth-child(2n+1) td {
    background-color: #F0F2F9;
}
table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
    text-align: center;
}
table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3;
}
table thead th:before,
table thead th:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
}
table td.name {
    width: 275px;
}
table td.address {
    width: 400px;
}

table td.riha {
    text-align: center;
    width: 70px;
}
table td.houmon {
    width: 150px;
}
table td.tuusho {
    width: 80px;
    text-align: center;
}
table td.time {
    width: 200px;
}
#pagetop {
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
}

/* Top Page */
#hpb-header {
    max-width: 1200px;
    margin: 3em auto;
}
p.large {
    font-size: 1.1em;
    line-height: 1.8em;
    border: 2px dotted #CB5147;
    padding: 1em;
    font-weight: bold;
}
#toppage-info ul li {
    margin-bottom: 2em;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0.5em;
}
#toppage-news ul {
    font-size: 1.1em;
    padding: 0 1em;
}
#toppage-news ul li {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    margin-bottom: 0.5em;
    border-bottom: 2px dotted #46ACC2;
    padding-bottom: 0.5em;
}
#toppage-news ul li p.news-title {
    margin-left: 1em;
    font-weight: bold;
}

/* Footer */
footer {
    background-color: #EDF5F7;
    padding: 5em 0;
}
.footer-contents {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:center;/*--- safari（PC）用 ---*/
    justify-content:center;
    -ms-flex-align: center; /*IE10*/
    -webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center; /* Safari6.1以降 */
    align-items:center;
}
.footer-info {
}
.footer-info h1 {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #00A546;
}
.footer-info p {
    font-size: 1.1em;
    padding-left: 0.8em;
}
.footer-info p.tel {
    margin-top: 0.5em;
}
.pdf-area {
}
.pdf-area p {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.pdf-area ul {
    list-style: disc;
    padding-left: 1.5em;
}
.pdf-area ul li {
    margin-bottom: 0.5em;
}
.pdf-area ul li a {
}
.pdf-area ul li a:hover {
    text-decoration: none;
}
.pdf-area ul li a i {
    font-size: 1.5em;
}
.footer-info h2 {
    border-bottom: none;
    font-size: 1.1em;
    margin: 1em 0 0;
    padding-bottom: 0;
}
.footer-info h2 a {
    -webkit-transition: 600ms;
            transition: 600ms;
    background-color: #00A546;
    color: #fff;
    padding: 0.3em 1em;
    border-radius: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid #00A546;
}
.footer-info h2 a:hover {
    border: 1px solid #00A546;
    color: #00A546;
    background: #fff;
}