<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: park
Description: 公園用テーマ
Version: 0.1
Author: Splendor Consulting
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font:97%/1.6 Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    letter-spacing: 0.05em;
    color:#333;
    -webkit-text-size-adjust: none;
    background: #fff;
}

span.nowrap {
    white-space: nowrap;
}

hr {
    border: none;
    border-bottom: 1px solid #dadada;
}


/* リンク設定
------------------------------------------------------------*/
a {
    margin:0;
    padding:0;
    text-decoration:none;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    font-size:100%;
    color:#333;
}

a:hover,
a:active {
    -webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
    outline: none;
    color:#777;
    text-decoration: underline;
}


/**** Clearfix ****/
nav .panel:after,
nav#mainNav:after,
.newsTitle:after,
.bg:after,
.post:after {
    content:"";
    display: table;
    clear: both;
}

nav .panel,
nav#mainNav,
.newsTitle,
.bg,
.post {
    zoom: 1;
}


/* フォーム
------------------------------------------------------------*/
/*アコーディオンメニュー　20200225　a.h*/
.act-panel:before{
    content: "+ ";
}
.act-panel.open:before{
    content: "× ";
}
.box{
    background:#fff;
    padding: 10px;
}


input[type="text"], input[type="email"], input[type="tel"], textarea {
    vertical-align:middle;
    max-width:90%;
    line-height:30px;
    height:30px;
    padding:1px 5px;
    border:1px solid #d4d4d7;
    font-size:100%;
    color:#555;
    background:#fcfcfc;
}

textarea {
    height:auto;
    line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"] {
    padding: 5px 10px;
    color: #fff;
    background-color: #999;
    font-weight: bold;
    border-style: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
    color: #eee;
}

*:first-child+html input[type="submit"] {
    padding:3px;
}

input[type="checkbox"]{
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  margin-right: 0.5em;
  vertical-align:0.15em;
}

div.wpcf7 form.wpcf7-form .center_conf{
    font-size: 25px;
    width: 100%;
    text-align: center;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
    margin:0 auto;
    width:960px;
}

#header {
    overflow:hidden;
    background:#fff;
}

#content {
    float:left;
    width:710px;
    padding:30px 0 60px;
}

#sidebar {
    float:right;
    width:225px;
    padding:30px 0;
}

#footer {
    clear:both;
    margin-top:20px;
    background:#1aa7e8;
}


/* ヘッダー
*****************************************************/
#header .bg {
    margin-bottom: 25px;
    background: #1aa7e8;
    min-height: 10px;
}


/* サイト説明文
----------------------------------*/
#header h1 {
    float:left;
    padding: 0;
    color: #fff;
    font-size:80%;
    font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
    clear:both;
    float:left;
    padding:0;
    color: #1aa7e8;
    font-size:160%;
    font-weight:bold;
}
#header h2 img {
	max-width: 100%;
    vertical-align: bottom;
}

/* 住所等
----------------------------------*/
#header .contact_info {
    float: left;
    padding: 0 0 25px 20px;
}
#header .contact_info p {
    display: table-cell;
    height: 50px;
    font-size: 80%;
    line-height: 1.4;
    vertical-align: middle;
}


/* サブナビゲーション
----------------------------------*/
#header ul {
    padding-top:20px;
    float:right;
}

#header ul li {
    display:inline;
    margin-left:10px;
    font-size:100%;
}

#header ul li a {
    padding-left:17px;
    background:url(images/arrowGreen.png) no-repeat 0 50%;
}

#header ul li a:hover {
    background-position:3px 50%;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg {
    clear:both;
    margin-top:20px;
    line-height:0;
    text-align:center;
    z-index:0;
}



/* タイポグラフィ
*****************************************************/
h2.title {
    clear:both;
    margin: 40px 0 15px 0;
    padding:5px 0;
    color: #264470;
    font-size:150%;
    font-weight: bold;
    border-bottom: 3px solid #1aa7e8;
}

h2.title .main {
    margin-right: 10px;
}

h2.title .mini {
    font-size: 60%;
    color: #1aa7e8;
}

h2.title_facebook {
    clear:both;
    margin: 40px 0 15px 0;
    padding:5px 0;
    color: #264470;
    font-size:150%;
    font-weight: bold;
    border-bottom: 3px solid #3B5998;
}

h2.title_facebook .main {
    margin-right: 10px;
}

h2.title_facebook .mini {
    font-size: 60%;
    color: #3B5998;
}

h2.first {
    margin-top:0;
}

/*20200205_susono移行時挿入　a.h*/
.h4Box {
  padding: 0.25em 0.5em;
  font-size:115% !important;
  font-weight: bold;
  background: transparent;
  border-left: solid 5px #4A5BB3;
  margin-bottom: 10px;
}

.dateLabel {
    margin:5px 0;
    text-align:center;
}

.thermometer {
    font-size: small;
}

.moreBtnArea {
    clear: both;
    margin-top: 15px;
    text-align: right;
}
.moreBtnArea a {
    padding: 5px 10px;
    color: #fff;
    background: #1aa7e8;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aa7e8', endColorstr='#1aa7e8', GradientType=0)";
    background: linear-gradient(to bottom, #1aa7e8, #1aa7e8);
    background: -moz-linear-gradient(top, #1aa7e8, #1aa7e8);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa7e8), to(#1aa7e8));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.moreBtnArea a:active,
.moreBtnArea a:hover {
    color: #eee;
    text-decoration: none;
}

.moreBtnArea_facebook {
    clear: both;
    margin-top: 15px;
    text-align: right;
}
.moreBtnArea_facebook a {
    padding: 5px 10px;
    color: #fff;
    background: #3B5998;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4867a6', endColorstr='#3B5998', GradientType=0)";
    background: linear-gradient(to bottom, #4867a6, #3B5998);
    background: -moz-linear-gradient(top, #4867a6, #3B5998);
    background: -webkit-gradient(linear, left top, left bottom, from(#4867a6), to(#3B5998));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.moreBtnArea_facebook a:active,
.moreBtnArea_facebook a:hover {
    color: #eee;
    text-decoration: none;
}

.post {
    margin-bottom: 20px;
    padding:10px;
    border:1px solid #dadada;
    background: #fff;
}

.single {
    border: none;
    margin-top: 30px;
    padding: 0;
}

.frontPost {
    margin-bottom: 10px
}

.postFixed {
    margin-bottom: 20px;
}

.post h3.title {
    margin: 0 0 10px;
    padding: 0 0 5px 0;
    font-size: 120%;
    color: #0059b4;
    font-weight: bold;
    text-decoration: underline;
}

.post h3.title a,
.post h3.title a:hover,
.post h3.title a:active {
    color: #0059b4;
    font-weight: bold;
    text-decoration: underline;
}

.post p,
.postFixed p {
    padding-bottom:15px;
}

.post ul,
.postFixed ul {
    margin: 0 0 10px 10px;
}

.post ul li,
.postFixed ul li {
    margin-bottom:5px;
    padding-left:15px;
    background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol,
.postFixed ol {
    margin: 0 0 10px 30px;
}

.post ol li,
.postFixed ol li {
    list-style:decimal;
}

.post h1,
.postFixed h1 {
    margin:20px 0;
    padding:5px 0;
    font-size:150%;
}

.post h2,
.postFixed h2 {
    margin:10px 0;
    padding-bottom:2px;
    font-size:150%;
    font-weight:bold;
}
.postFixed h2.title {
    margin-bottom: 20px;
}

.post h3,
.postFixed h3 {
    margin:10px 0;
    font-size:120%;
    font-weight:bold;
}

.post div.content_area,
.postFixed div.content_area {
    display: table;
}

.post div.content_area .thumbnail,
.postFixed div.content_area .thumbnail {
    display: table-cell;
    width: 30%;
    padding-right: 15px;
    vertical-align: top;
}

.post div.content_area .thumbnail img,
.postFixed div.content_area .thumbnail img {
    width: 100%;
}

.post div.content_area .content,
.postFixed div.content_area .content {
    display: table-cell;
    vertical-align: top;
}

.post div.content_area p,
.postFixed div.content_area p {
    padding: 0;
}

.post div.content_area p.btn,
.postFixed div.content_area p.btn {
    margin: 15px 0 0;
    padding:1px;
    font-weight:normal;
    font-size:100%;
    text-align:center;
    background:#fff;
    border:1px solid #1aa7e8;
}

.post div.content_area p.btn a,
.postFixed div.content_area p.btn a {
    display:block;
    padding:2px 3px;
    color:#fff;
    text-decoration: none;
    background: #1aa7e8;
}

.post div.content_area p,
.postFixed div.content_area p {
    padding: 0;
}

.post div.content_area p.btn a,
.postFixed div.content_area p.btn a {
    display:block;
    padding:2px 3px;
    color:#fff;
    text-decoration: none;
    background: #1aa7e8;
}

.post div.footer,
.postFixed div.footer {
    width: 100%;
    margin: 15px 0;
    padding: 5px;
    font-size: 80%;
    text-align: right;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post div.footer .date,
.postFixed div.footer .date {
    margin-left: 10px;
    white-space: nowrap;
}

.post blockquote,
.postFixed blockquote {
    clear:both;
    padding:10px 0 10px 15px;
    margin:10px 0 25px 30px;
    border-left:5px solid #ccc;
}

.post blockquote p,
.postFixed  blockquote p {
    padding:5px 0;
}

.post,
.postFixed  table {
    /*border: 1px #2e2c2c solid;*/
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px 0 20px;
}

.post table th,
.postFixed table th {
    padding:7px 10px 7px 5px;
    border: #dadada solid;
    border-width: 0 0 1px 1px;
    font-weight:bold;
    color:#fff;
    background:#1aa7e8;
}

.post table td,
.postFixed table td {
    padding:7px 5px;
    border: 1px #dadada solid;
    border-width: 0 0 1px 1px;
    background:#fff;
}

.post dt,
.postFixed dt {
    font-weight:bold;
}

.post dd,
.postFixed dd {
    padding-bottom:10px;
}

.post img,
.postFixed img {
    max-width:100%;
    height:auto;
}

img.aligncenter {
    display: block;
    margin:5px auto;
}

img.alignright,
img.alignleft {
    padding:4px;
    margin:0 0 2px 7px;
    display:inline;
}

img.alignleft {
    margin: 0 7px 2px 0;
}

.alignright {
    float:right;
}
.alignleft {
    float: left;
}



/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo {
    margin: 0 0 20px;
    padding: 10px 7px;
  /*  border:1px solid #dadada;*/
    background: #fff;
}

#banners {
    margin-top: 10px;
}
#banners img {
    max-width:225px;
    height:auto;
    padding-bottom:10px;
}
#banners a:hover img {
    opacity: 0.5 ;
    filter: alpha(opacity=50);
}

section.widget h3 {
    clear:both;
    margin:0 0 10px;
    padding:5px 0;
    font-size:100%;
    font-weight:normal;
    color: #333;
    border-bottom:1px solid #ccc;
}

/* 月別アーカイブウィジェット追加に伴い、コメントアウト '2017.08.28 T.K
section.widget a {
    display:block;
    padding:3px 0 3px 13px;
    text-decoration:underline;
    background:url(images/arrow.png) no-repeat 0 50%;
}
*/
section.widget a:hover {
    text-decoration:none;
    background-position: 3px 50%;
}

#searchform input[type="text"] {
    line-height:1.7;
    height:24px;
    width:100px;
    vertical-align:bottom;
}


/* お知らせ　
-------------*/
.newsTitle {
    clear:both;
    margin:0 0 20px;
    padding:5px 0;
    font-size:100%;
    color: #333;
    border-bottom:1px solid #ccc;
}

.newsTitle h3 {
    float:left;
    font-weight:normal;
}

.newsTitle p {
    float:right;
    padding:0 0 0 10px;
    font-size:.8em;
    background:url(images/arrow.png) no-repeat 0 50%;
}

.news p {
    clear:both;
    padding-bottom:2px;
    border-bottom: 1px solid #ccc;
}

.news p:last-child {
    border:0;
}

.news p a {
    display:block;
    padding:5px 0;
    color:#333;
    font-style:italic;
    font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span {
    color:#515151;
    font:normal 90%;
}

.news span {
    padding-left:10px;
}

.news a:hover span {
    color:#777;
}



/* フッター
*****************************************************/
#footer {
    overflow: hidden;
}

#footer hr {
    padding: 0;
    margin: 0;
    border-top: 1px solid #0093d3;
    border-bottom: 1px solid #1aa7e8;
}

#footer ul {
    padding: 15px 0 30px;
}

#footer ul li {
    display:inline-block;
    vertical-align:text-top;
    text-align:left;
    padding: 0;
    margin-right:20px;
    background:url(images/arrowWhite.png) no-repeat 0 8px;
    font-size: 90%;
}

#footer ul li a {
    display:block;
    padding:0 0 0 12px;
    overflow:hidden;
    color: #fff;
}

#footer ul li a:hover {
    color: #eee;
    text-decoration:underline;
}

#footer ul li li {
    display:block;
    padding:0;
    margin:0 0 0 10px;
    background-position:0 5px;
}


*:first-child+html #footer ul li {
    display:inline;
}
*:first-child+html #footer ul ul,
*:first-child+html #footer ul li li a,
*:first-child+html #footer ul li li {
    display:none;
}

#footer div.contents_link_area {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0;
}
#footer div.footer_link_area {
    max-width: 960px;
    margin: 5px auto;
    overflow: hidden;
}
#footer div.footer_link_area ul {
    float: left;
    padding: 0;
    margin: 0;
}
#footer div.footer_link_area ul li {
    margin-top: 3px;
    padding: 0 0 0 10px;
    font-size: 85%;
    background: url(images/arrowWhite2.png) no-repeat 0 4px;
}
#copyright {
    float: right;
    padding: 8px 10px;
    text-align:center;
    font-size:75%;
    zoom:1;
    color:#fff;
}

/*ページトップへ移動*/
.page_top {
    position:fixed;
    bottom:10px;
    right:10px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    background:#2EA2CC;
    border: 3px solid #ffffff;
    text-align: center;
    line-height: 50px;
    }

/* page navigation
------------------------------------------------------------*/
.pagenav {
    clear: both;
    width: 100%;
    margin: 30px 0;
    color: #777;
    text-align: center;
}
.pagenav .prev,
.pagenav .next {
    display: inline-block;
}


#pageLinks {
    clear:both;
    color:#0059b4;
    text-align:center;
}


/* トップページ イベント
------------------------------------------------------------*/
.eventslider {
    padding: 20px;
    background-color: #f6f6f6;
}
.eventslider .flexslider {
    margin: 0;
    background-color: #f6f6f6;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.eventslider .flexslider .flex-direction-nav .flex-prev {
    left: -18px;
}
.eventslider .flexslider .flex-direction-nav .flex-next {
    right: -18px;
}
.eventslider h3 {
    color: #0059b4;
    font-size: 115%;
    font-weight: bold;
}
.eventslider a {
    color: #0059b4;
    text-decoration: underline;
}
.eventslider ul {
}
.eventslider ul li {
    width: 210px;
    margin-left: 20px;
}
.eventslider ul li:first-child {
    margin-left: 0;
}
.eventslider ul li img {
    width: 100%;
    height: auto;
    border:1px solid #dadada;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.eventslider ul li div.link {
    margin-top: 10px;
}
.eventslider .location_tag {
    display: inline-block;
    width: auto;
    min-width: 120px;
    margin-top: 10px;
    padding: 0.1em 0.5em 0;
    color: #fff;
    font-size: 80%;
    letter-spacing: normal;
    min-width: 120px;
    text-align: center;
}


/* トップページ リスト
------------------------------------------------------------*/
.top_list {
    width: 100%;
}
.top_list ul {
    border: 1px solid #f6f6f6;
}
.top_list dl {
    display: table;
    clear: both;
    width: 100%;
    padding: 10px 20px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.top_list dl:nth-child(2n+1) {
    background: #f6f6f6 none repeat scroll 0 0;
}
.top_list dl dt {
    display: table-cell;
    width: 120px;
}
.top_list dl dt span {
    display: block;
    width: auto;
    min-width: 120px;
    padding: 0.1em 0.5em 0;
    color: #fff;
    font-size: 80%;
    letter-spacing: normal;
    text-align: center;
}
.top_list dl dd.date {
    display: table-cell;
    width: 140px;
    text-align: center;
}
.top_list dl dd.title {
    display: table-cell;
    overflow: auto;
}
.top_list dl dd.title a {
    text-decoration: underline;
}

/* トップページ緊急お知らせ用 開始*/
.top_list ul.emergency_info {
    border: none;
}

.top_list dl.emergency_info {
    background: none;
    padding: 20px 10px 0px 10px;
}

/* トップページ緊急お知らせ用 終了*/

/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap {
    width: 100%;
    margin:15px -25px 20px 0;
    overflow: hidden;
}

.thumbWrap h3 {
    color: #0059b4;
    font-size: 115%;
    font-weight: bold;
    text-decoration: underline;
}
.thumbWrap h3 a {
    color: #0059b4;
}

.thumbWrap h3.title_facebook {
    font-size: 100%;
}

.thumbWrap img.icon {
	float: left;
	width: auto;
	margin-right: 5px;
}
.thumbWrap p.date {
    margin-bottom: 10px;
    color: #000;
    font-size: 90%;
}

.thumbWrap p.date_facebook {
    margin-bottom: 10px;
    color: #9197a3;
    font-size: 80%;
}
.thumbWrap p.date_facebook:after {
    clear: both;
}

.thumbWrap li {
    float:left;
    width: 32%;
    margin: 0 0 15px 2%;
    padding: 10px;
    background: #fff;
    border:1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.thumbWrap li:first-child {
   margin: 0;
}
.thumbWrap li img {
    width: 100%;
    height: auto;
    border:1px solid #dadada;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* 最新記事リンク */
ul.thumb p.btn {
    margin: 15px 0;
    padding:1px;
    font-weight:normal;
    font-size:100%;
    text-align:center;
    background:#fff;
    border:1px solid #1aa7e8;
}

ul.thumb p.btn a {
    display:block;
    padding:2px 3px;
    color:#fff;
    text-decoration: none;
    background: #1aa7e8;
}

ul.thumb p.btn a:active,
ul.thumb p.btn a:hover {
    background: #1aa7e8;
}

ul.thumb p.btn_facebook {
    margin: 15px 0;
    padding:1px;
    font-weight:normal;
    font-size:100%;
    text-align:center;
    background:#fff;
    border:1px solid #3B5998;
}

ul.thumb p.btn_facebook a {
    display:block;
    padding:2px 3px;
    color:#fff;
    text-decoration: none;
    background: #3B5998;
}


ul.thumb p.btn_facebook a:active,
ul.thumb p.btn_facebook a:hover {
    background: #4867a6;
}


/* Google Maps埋め込み */
.google-maps-wrapper {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

.google-maps{
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* イベントカレンダー */
.ecal-header-title-wrap {
    display: table;
    width: 100%;
}
.ecal-header-title {
    display: table-cell;
    text-align: center;
    background-color :#1aa7e8;
    color: #ffffff;
    height: 40px;
    vertical-align: middle;
    font-weight: bold;
}
table.park-custom-calendar{
    border: 1px #777 solid !important;
    margin: 0px;
    width: 100%;
    word-wrap:break-word;
    table-layout: fixed;
}
table.park-custom-calendar th{
    border: 1px #777 solid;
    background-color: #fff;
    color: #555;
    padding: 0px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
table.park-custom-calendar td{
    border: 1px #777 solid;
    background-color: #fff;
    color: #555;
    padding: 8px 4px;
    min-height: 16px;
    vertical-align: middle;
}
.ecal-table-header-day {
    background-color :#00c600;
    font-size: small;
}
.ecal-table-header-content {
    background-color :#00c600;
}
.ecal-table-day {
    text-align: center;
    font-size: small;
    line-height: 1.4em;
}
.week-5 .ecal-col-day {
    color :#0088cc /* 土曜 */
}
.week-6 .ecal-col-day {
    color :#EE0000 /* 日曜 */
}
.ecal-col-name {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    font-size: small;
}
.ecal-col-venue,
.ecal-col-starttime,
.ecal-col-endtime {
    display: table-cell;
    border-left: 1px #777 solid;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    font-size: small;
}

.ecal-col-day {
/*    width: 9%; */
    width: 14%;
}
.ecal-col-name {
/*    width: 44%; */
    width: 62%;
}
.ecal-col-venue {
    width: 25%;
}
.ecal-col-starttime {
    width: 12%;
}
.ecal-col-endtime {
    width: 12%;
}
.ecal-page-nav {
    width: 100%;
}
.ecal-page-nav-inner{
    display:block;
    float: right;
}
.ecal-nav-previous {
    float: left;
    height: 20px;
}
.tribe-events-single .ecal-nav-previous {
    float: left;
    height: 20px;
    width:45%;
    font-size: small;
}
.ecal-nav-next {
    float: right;
}
.tribe-events-single .ecal-nav-next {
    float: right;
    width:45%;
    font-size: small;
    text-align: right;
}
.ecal-sub-nav {
    margin-top: 15px;
}
tr.tribe-events-othermonth {
    display: none;
}
.tribe-events-meta-group {
    box-sizing: border-box;
    display: block !important;
    float: none !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}
.tribe-events-single-section-title {
    border-left: 6px solid #1aa7e8;
    padding-left: 10px;
}
#tribe-events-content h1{
    margin: 0 0 20px;
    padding: 0 0 5px 0;
    font-size: 120%;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #5aaf30;
}
#tribe-events-content h2 {
    margin: 0 0 20px;
    padding: 0 0 5px 0;
    font-size: 120%;
    color: #333;
    font-weight: bold;
}
#tribe-events-content h3 {
    margin:10px 0;
    font-size:120%;
    font-weight:bold;
}
#tribe-events-content .ui-widget-content {
    padding: 0px;
    border-width: 0px;
}
#tribe-events-content .ui-tabs .ui-tabs-panel {
    padding: 0px;
}
#tribe-events-content .ui-tabs {
    margin: 0 auto;
    padding: 0px;
}
#tribe-events-content .ui-tabs .ui-tabs-nav {
    margin: 0 auto;
    padding: 0px;
}
#tribe-events-content .ui-tabs .ui-tabs-nav ul {
    font-size: 0px;
}
#tribe-events-content .ui-tabs .ui-tabs-nav li {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#tribe-events-content .ui-tabs .ui-tabs-nav li a{
    padding: 9px 0px;
    text-align: center;
    width: 100%;
    color: #fff;
}
#tribe-events-content .ui-widget-header {
    border: 0px;
    background: none;
    color: #fff;
}
#tribe-events-content .ui-widget-content a {
    color: #555;
}
#tribe-events-content .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px;
    background: none;
    color: #fff;
}
#tribe-events-content .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default:hover {
    border: 0px;
    background: none;
    color: #fff;
}
#tribe-events-content .venue-sw:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
#tribe-events-content .venue-color-0{
    background-color: #2ea2cc;
}
#tribe-events-content .venue-color-1{
    background-color: #e54747;
}
#tribe-events-content .venue-color-2{
    background-color: #1aa7e8;
}
#tribe-events-content .venue-color-3{
    background-color: #df8a48;
}
#tribe-events-content .venue-color-4{
    background-color: #3875d7;
}
#tribe-events-content .venue-color-5{
    background-color: #f66;
}
#tribe-events-content .venue-color-6{
    background-color: #634c84;
}
    /*イベントpdf貼り付け 詳細画面非表示対応　開始*/
    div.tribe-events-before-html{
        display: none;
    }
    /*イベントpdf貼り付け 詳細画面非表示対応　終了*/

.trim-half {
    width: 320px;
    height: 180px;
    overflow: hidden;
    display: inline-block;
}

h3.captionRed {
    border-left: 6px solid #C71444;;
    padding-left: 10px;
}

div.privacyWrap {
    height:200px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    padding:15px 25px 15px 15px;
    border: 1px solid #CCC;
    margin: 15px 0px;
    font-size:85%;
}

span.textRed {
    color: red;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {

    nav#mainNav {
        clear:both;
        position:relative;
        z-index:200;
        font-size: 95%;
        background:#1aa7e8;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aa7e8', endColorstr='#1aa7e8', GradientType=0)";
        background: linear-gradient(to bottom, #1aa7e8, #1aa7e8);
        background: -moz-linear-gradient(top, #1aa7e8, #1aa7e8);
        background: -webkit-gradient(linear, left top, left bottom, from(#1aa7e8), to(#1aa7e8));
    }

    nav#mainNav ul li {
        float: left;
        position: relative;
        border-right:1px solid #fff;
        font-weight: bold;
    }

    nav#mainNav ul li:first-child {
        border-left:1px solid #fff;
    }

    nav#mainNav ul li a {
        display: block;
        text-align: center;
        _float:left;
        color:#fff;
        height:40px;
        line-height:40px;
/*----- [START] NICS指定管理者サイト再構築 '2016.07.12 SC Y.A -----*/
        padding:10px 15px 8px;
/*----- [E N D] NICS指定管理者サイト再構築 '2016.07.12 SC Y.A -----*/
    }

    nav#mainNav ul li a span,
    nav#mainNav ul li a strong {
        display:block;
        line-height:1.4;
    }

    nav#mainNav ul li a span {
        margin-top: 3px;
        font-size:60%;
        font-weight: normal;
    }

    nav div.panel {
        display:block !important;
        float:left;
    }

    a#menu {
        display:none;
    }

    /*ヘッダーメニュー*/
    nav#mainNav ul li a:hover,
    nav#mainNav ul li a:active,
    nav#mainNav ul li.current-menu-item a,
    nav#mainNav ul li.current-menu-parent a {
        background: #e1f1d4;
        color: #1aa7e8;
        text-decoration: none;
    }

    nav#mainNav ul li ul li a,
    nav#mainNav ul li.current-menu-item ul li a,
    nav#mainNav ul li.current-menu-parent ul li a {
        background:rgba(26, 167, 232, 0.9);
        color: #ffffff;
    }

    nav#mainNav ul li ul li a:hover,
    nav#mainNav ul li ul li a:active {
        background: #e1f1d4;
        color: rgba(26, 167, 232);
    }

    nav#mainNav ul li a:hover span,
    nav#mainNav ul li a:active span,
    nav#mainNav ul li.current-menu-item a span {
        color: #1aa7e8;
        text-decoration: none;
    }

    nav#mainNav ul li ul {
       display: none;
    }

    nav#mainNav ul li:hover ul {
        display: block;
        position: absolute;
        top:58px;
        z-index:500;
        min-width: 180px;
    }

    nav#mainNav ul li li {
        width:100%;
        height:40px;
        margin:0;
        padding:0;
        line-height:40px;
        border:0;
        border-bottom:1px solid #fff;
    }

    nav#mainNav ul li li:first-child {
       border-left:0;
    }

    nav#mainNav ul li li a {
        width:100%;
        height:40px;
        padding:0 0 0 10px;
        line-height:40px;
        font-size:95%;
        text-align:left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    nav#mainNav ul li li a span {
       padding:0 10px;
    }

    nav#mainNav ul li li a:hover,
    nav#mainNav ul li li.current-menu-item a {
    }

    nav#mainNav ul li:hover ul li:last-child{
       border:0;
    }


}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

    nav#mainNav{
        clear:both;
        width:100%;
        margin:0 auto;
        padding:10px 0;
    }

    nav#mainNav .inner {
        width:98%;
    }

    nav#mainNav a.menu {
        width:100%;
        display:block;
        height:45px;
        font-size: 120%;
        line-height:45px;
        font-weight: bold;
        text-align:left;
        color:#fff;
        background: #1aa7e8 url(images/menuOpen.png) no-repeat 5px 12px;
    }

    nav#mainNav a#menu span {
       padding-left:35px;
    }

    nav#mainNav a.menuOpen {
        color:#000;
        border:1px solid #dadada;
        background: #fff url(images/menuOpen.png) no-repeat 5px -30px;
    }

    nav#mainNav a#menu:hover {
        cursor:pointer;
        text-decoration: none;
    }

    nav .panel {
        display: none;
        width:100%;
        position: relative;
        right: 0;
        top:0;
        z-index: 1;
    }

    nav#mainNav ul {
        margin:0;
        padding:0;
    }

    nav#mainNav ul li {
        float: none;
        clear:both;
        width:100%;
        height:auto;
        line-height:1.2;
    }

    nav#mainNav ul li a,
    nav#mainNav ul li.current-menu-item li a {
        display: block;
        padding: 15px 10px;
        text-align: left;
        color: #fff;
        background: #1aa7e8;
        border-bottom:1px solid #fff;
    }

    nav#mainNav ul li a span {
        display:none;
    }

    nav#mainNav ul li a:hover,
    nav#mainNav ul li a:active,
    nav#mainNav ul li.current-menu-item a,
    nav#mainNav ul li li.current-menu-item a,
    nav#mainNav ul li.current-menu-item li a:hover,
    nav#mainNav ul li.current-menu-item li a:active {
        color: #fff;
        background: #1aa7e8;
        text-decoration: none;
    }

    nav#mainNav ul li li {
        float:left;
    }

    nav#mainNav ul li li a,
    nav#mainNav ul li.current-menu-item li a,
    nav#mainNav ul li li.current-menu-item a {
        padding-left: 40px;
        background: #1aa7e8 url(images/sub1.png) no-repeat 30px 50%;
        border-bottom:1px solid #fff;
    }

    nav#mainNav ul li li.current-menu-item a,
    nav#mainNav ul li li a:hover,
    nav#mainNav ul li.current-menu-item li a:hover {
        background: #1aa7e8 url(images/sub1.png) no-repeat 30px 50%;
        text-decoration: none;
    }

    nav#mainNav ul li li:last-child a {
        background: #1aa7e8 url(images/subLast.png) no-repeat 30px 50%;
    }

    nav#mainNav ul li li:last-child.current-menu-item a,
    nav#mainNav ul li li:last-child a:hover,
    nav#mainNav ul li.current-menu-item li:last-child a:hover {
        background: #1aa7e8 url(images/subLast.png) no-repeat 30px 50%;
        text-decoration: none;
    }

    nav div.panel {
        float: none;
    }

    #mainImg {
        margin-bottom: 20px;
    }
    /* トップページ緊急お知らせ用 終了*/
    .top_list dl.emergency_info {
      background: none;
      padding: 10px 10px 0px 10px;
    }
    /* トップページ緊急お知らせ用 終了*/
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

    body {
        font-size: 100%;
    }

    #wrapper,
    #header, .inner {
        width: 100%;
    }

    #header h1 {
        padding: 3px 5px;
    }

    #header h2 {
        padding: 0 10px 10px;
    }

    #header .contact_info {
        padding: 0 0 15px 20px;
    }

    #header ul {
        padding: 10px 10px 10px;
    }

    nav#mainNav ul{
        margin:0 auto;
    }

    nav#mainNav ul ul {
        padding: 0;
    }

    nav div.panel {
        float:none;
    }

    #mainImg img {
        width:98%;
        height:auto;
        margin-left: 1%;
    }

    #content,
    #sidebar {
        clear:both;
        width:98%;
        float:none;
        margin:0 auto 20px;
        padding:10px 0;
    }

    #banners {
        width:100%;
        margin:0 auto;
        text-align:center;
    }

    #banners p {
        display:inline-block;
        margin:0 10px;
    }

    #banners p img {
        width:100%;
        height:auto;
    }

    section.widget_search {
        text-align:center;
    }

    #footer {
        margin:0;
        border:0;
    }

    #footer ul {
    }
    #footer ul li{
        margin-right:20px;
    }
    #footer div.contents_link_area {
        padding: 0 10px;
    }

    #footer div.footer_link_area {
        padding: 0 10px;
    }

    #footer div.footer_link_area ul li {
        background: url(images/arrowWhite2.png) no-repeat 0 5px;
    }

    .postFixed {
        padding: 0 10px;
    }

    /* トップページ イベント */
    .eventslider .location_tag {
	    min-width: 130px;
	}

    /* トップページ リスト */
    .top_list dl dt {
        width: 130px;
    }
    .top_list dl dt span {
        width: 130px;
    }

    #tribe-events-content .venue-sw a{
        font-size: small;
    }
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

    body {
        font-size: 105%;
    }

    #header {
        text-align:center;
    }

    #header h2,
    #header ul {
        float:none;
    }

    #header .contact_info {
        float: none;
        margin: 0;
        padding: 0 10px 5px;
        text-align: center;
    }

    #header .contact_info p {
        display: block;
        height: inherit;
    }

    #header ul li {
        margin-right:10px;
    }

    #headerInfo {
        width:250px;
        margin:0 auto;
    }

    img.alignright,
    img.alignleft {
        display: block;
        margin:5px auto;
    }

    .alignright,
    .alignleft {
        float:none;
    }

    /* トップページ リスト */
    .top_list dl {
        display: block;
        padding: 10px;
    }
    .top_list dl dt {
        display: block;
        width: 100%;
    }
    .top_list dl dt span {
        display: inline-block;
    }
    .top_list dl dd.date {
        display: block;
        text-align: left;
    }
    .top_list dl dd.title {
        display: block;
    }

    .thumbWrap li {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .thumbWrap li:first-child {
        margin: 0 0 20px 0;
    }

    /* イベントカレンダー */
    table.park-custom-calendar th{
        margin: 2px 3px;
        height: 30px;
        text-align: center;
    }
    table.park-custom-calendar td{
        height: 24px;
        padding: 4px 2px;
    }
    .ecal-table-day {
        line-height: 1.2em;
    }
    .ecal-col-day,
    .ecal-col-name {
        font-size : x-small;
    }
    .ecal-col-venue,
    .ecal-col-starttime,
    .ecal-col-endtime {
        font-size : x-small;
        margin: 0px auto;
    }
    #tribe-events-content .venue-sw a{
        font-size: x-small;
    }
}

/*----- [START] NICS指定管理者サイト再構築 '2016.07.12 SC Y.A -----*/
/* 潮田公園用
---------------------------------------------------------------------*/
h3.susono_h3 {
    padding: 2px 8px;
    margin: 20px 0 !important;
    font-size: 135% !important;
    border-left: 10px solid #1aa7e8;
}
h4.susono_h4 {
    padding: 2px 0;
    margin: 10px 0 !important;
    font-size:115% !important;
    font-weight: bold;
}
h5.susono_h5 {
    padding: 0;
    margin: 10px 0 !important;
    font-size:110% !important;
}
.postFixed table.susono_acc_block{
    box-sizing: border-box;y
    margin: 5px 0;
    width : 100%;
    border: none;
}
.postFixed table tr.susono_acc_block_row,
.postFixed tr.susono_spo_block_row{
    box-sizing: border-box;
    width : 100%;
}
.postFixed table th.susono_acc_block_1{
    box-sizing: border-box;
    vertical-align: middle;
    text-align : left ;
    width : 30%;
    padding: 5px;
    border: 1px solid #dadada;
    background-color: #1aa7e8;
    color: white;
}
.postFixed table td.susono_acc_block_2,
.postFixed table td.susono_acc_block_3,
.postFixed table td.susono_acc_block_5{
    box-sizing: border-box;
    vertical-align: middle;
    text-align : left ;
    padding: 5px;
    width : 70%;
    border: 1px solid #dadada;
}
.postFixed table td.susono_acc_block_3{
    width : 30%;
    border: none;
}
.postFixed table td.susono_acc_block_5,
.postFixed tr.susono_spo_block_lightrow5,
.postFixed tr.susono_spo_block_row{
    border: none;
}
.postFixed table.susono_spo_block,
.postFixed table.susono_spo_lightblock{
    table-layout: fixed;
    margin: 20px 0;
    background-color: transparent;
    border: none;
    width: 100%;
}
.postFixed table.susono_spo_lightblock{
    margin: 15px 0;
}
.postFixed th.susono_spo_block_lighttitle_1,
.postFixed th.susono_spo_block_lighttitle_2,
.postFixed th.susono_spo_block_lighttitle_3,
.postFixed th.susono_spo_block_title_1{
    box-sizing: border-box;
    vertical-align: middle;
    text-align : left;
    width:30%;
    padding: 5px;
    border: 1px solid #dadada;
    background-color: #1aa7e8;
    color:  white;
}
.postFixed th.susono_spo_block_title_1{
    width:20%;
}
.postFixed th.susono_spo_block_lighttitle_3{
    width:40%;
}
.postFixed td.susono_spo_block_lightd1,
.postFixed td.susono_spo_block_lightd2,
.postFixed td.susono_spo_block_lightd3,
.postFixed td.susono_spo_block_d1{
    box-sizing: border-box;
    vertical-align: middle;
    text-align : left;
    border: 1px solid #dadada;
    width:30%;
}
.postFixed td.susono_spo_block_d1{
    width:60%;
}
.postFixed td.susono_spo_block_lightd3{
    width:40%;
}
.postFixed td.susono_spo_block_lightd5,
.postFixed th.susono_spo_block_lighttitle_5,
.susono_spo_light_span{
    display: none;
}
.postFixed td.susono_spo_block_image,
.postFixed td.susono_spo_block_text{
    vertical-align: top;
    text-align : left;
    border: none;
    width:40%;
    padding: 0 20px 0 0;
}
h2.susono_line_style{
    border-bottom: 2px dashed #1aa7e8;
    color: #264470;
    padding: 5px;
}
/* 有料施設使用基準 表 */
div.susono_table {
	display: table;
	width: 100%;
	margin-bottom: 20px;
    border: 1px solid #dadada;
    border-bottom: none;
}
div.susono_table_row {
    display: table-row;
}
div.susono_table .header_box {
    display: table-cell;
    width: 30%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #1aa7e8;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.susono_table .content_box,
div.susono_table .content_box_2column {
    display: table-cell;
    padding: 10px;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.susono_table .content_box_2column {
    width: 35%;
}

/* 有料施設使用基準 項目レイアウト */
div.susono_item_layout {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
div.susono_item_layout .header_box {
    display: table-cell;
    width: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.susono_item_layout .content_box {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
    .postFixed table.susono_acc_block{
        table-layout: fixed;
        box-sizing: border-box;
        margin: 5px 0;
        width: 100%;
        border: none;
    }
    .postFixed table tr.susono_acc_block_row{
        box-sizing: border-box;
        display: block;
        width: 100%;
        border: none;
    }
    .postFixed table th.susono_acc_block_1,
    .postFixed table td.susono_acc_block_2,
    .postFixed table td.susono_acc_block_3,
    .postFixed table td.susono_acc_block_5{
        box-sizing: border-box;
        display: list-item;
        vertical-align: middle;
        width: 100%;
        padding: 0px;
        border: none;
        background-color: #1aa7e8;
        color: white;
        list-style-type: none;
    }
    .postFixed table td.susono_acc_block_2,
    .postFixed table td.susono_acc_block_3,
    .postFixed table td.susono_acc_block_5{
        color: inherit;
    }
    .postFixed table td.susono_acc_block_2{
        padding: 5px;
        background-color: transparent;
        text-align: left;
        font-size: 90%;
    }
    .postFixed table td.susono_acc_block_3,
    .postFixed table td.susono_acc_block_5{
        padding: 5px;
        background-color: transparent;
        text-align: left;
        font-size: 14px;
    }
    .postFixed table.susono_spo_block,
    .postFixed table.susono_spo_lightblock{
        table-layout: fixed;
        margin: 5px 0;
        width: 100%;
        border: none;
    }
    .postFixed table.susono_spo_lightblock{
        margin: 10px 0;
    }
    .postFixed table tr.susono_spo_block_row,
    .postFixed table tr.susono_spo_block_lightrow5{
        box-sizing: border-box;
        display: block;
        background-color: transparent;
        border: none;
        width: 100%;
    }
    .postFixed table th.susono_spo_block_title_1,
    .postFixed table th.susono_spo_block_lighttitle_1,
    .postFixed table th.susono_spo_block_lighttitle_5{
        box-sizing: border-box;
        display: list-item;
        vertical-align: middle;
        padding: 5px;
        border: none;
        background-color: #1aa7e8;
        color: white;
        width: 100%;
        list-style-type: none;
    }
    .postFixed table th.susono_spo_block_lighttitle_2,
    .postFixed table th.susono_spo_block_lighttitle_3{
        display: none;
    }
    .postFixed table td.susono_spo_block_d1,
    .postFixed table td.susono_spo_block_lightd1{
        box-sizing: border-box;
        display: list-item;
        vertical-align: middle;
        padding: 5px 5px 10px 5px;
        background-color: transparent;
        border: 1px solid #dadada;
        width: 100%;
        list-style-type: none;
        text-align: left;
	font-size: 90%;
    }
    .postFixed table td.susono_spo_block_lightd1{
        border: solid #dadada;
        border-width: inherit;
        font-size: inherit;
    }
    .postFixed table td.susono_spo_block_lightd2,
    .postFixed table td.susono_spo_block_lightd3{
        display: none;
    }
    .postFixed table td.susono_spo_block_lightd5,
    .postFixed table td.susono_spo_block_image,
    .postFixed table td.susono_spo_block_text{
        box-sizing: border-box;
        display: list-item;
        vertical-align: middle;
        padding: 5px 5px 10px 5px;
        background-color: transparent;
        border: none;
        width: 100%;
        list-style-type: none;
        text-align: left;
    }
    .postFixed table td.susono_spo_block_image,
    .postFixed table td.susono_spo_block_text{
        padding: 5px 0 20px 0;
        text-align: center;
    }
    .postFixed table td.susono_spo_block_text{
        text-align: left;
    }
    .susono_spo_light_span{
        display: inline;
    }

    /* 有料施設使用基準 表 */
    div.susono_table {
	    display: block;
	}
	div.susono_table_row {
        display: block;
    }
	div.susono_table .header_box {
	    display: block;
	    width: 100%;
	}
	div.susono_table .content_box,
	div.susono_table .content_box_2column {
	    display: block;
	    width: 100%;
	    padding: 10px 10px 20px 10px;
	    border-left: none;
	}
/*----- [E N D] NICS指定管理者サイト再構築 '2016.07.12 SC Y.A -----*/
}

div.privacyWrap {
    height:200px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    padding:15px 25px 15px 15px;
    border: 1px solid #CCC;
    margin: 15px 0px;
    font-size:85%;
}

/*----- [START] WPバージョンアップ対応 '2017.09.21 TAKAYA T.K -----*/
/* ADD */
div.wpcf7 form.wpcf7-form input[type=text],
div.wpcf7 form.wpcf7-form input[type=tel],
div.wpcf7 form.wpcf7-form input[type=email] {
    width: 80%;
    max-width: 100%;
}

div.wpcf7 form.wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

div.wpcf7 input.wpcf7-submit {
    font-size: 110%;
    margin: 20px auto 0;
    padding: 10px 30px;
}

div.wpcf7-response-output {
    color: #ff0000;
	border: 2px solid #ff0000;
}

div.wpcf7 form.wpcf7-form .center {
    width: 100%;
    text-align: center;
}
/*----- [E N D] WPバージョンアップ対応 '2017.09.21 TAKAYA T.K -----*/

/*----- [START] 施設料金表 '2020.02.24 TAKAYA T.O -----*/

.align_C {
    text-align: center;
}

.tableKind {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.tableKind:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

.tableSammary {
    font-size: 14px;
    margin: 10px 0 0 20px;
    color: #264470;
}

table.usageFee th {
    padding: 10px 5px;
    border: 1px solid #CCCCCC;
    background: #F7F7F7 none repeat scroll 0% 0%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

table.usageFee td {
    padding: 5px 5px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align: center;
}

table.usageFee {
    font-size: 70%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    background-color: #FFF;
}
/*----- [END] 施設料金表 '2020.02.24 TAKAYA T.O -----*/

/*----- [START] 施設料金表 '2020.04.30 TAKAYA T.O -----*/
.admin {
	margin: 16px auto;
	text-align: center;
	display: block;
}

.admin .adminText {
	text-align: left;
	display: inline-block;
}
/*----- [END] 施設料金表 '2020.04.30 TAKAYA T.O -----*/
</pre></body></html>