<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;
}


/*ローディング画面設定　-ここから*/
#loader {
    /*背景の設定*/
    opacity: 1;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: #014099;
    top: 0;
    left: 0;
}

.load {
    margin: 40vh auto 0;
	transform: translateY(-50%);
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 10px;
        animation: spin 1.5s linear infinite;
    }

    @keyframes spin {
        0% {transform: rotate(0);}
        100% {transform: rotate(360deg);}
    }

/*ローディング画面設定　-ここまで*/



: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;

/*
	min-width: 320px;
 	word-wrap: break-word;
 	background: url("https://ah105xo5dq.smartrelease.jp/yutori/wp-content/themes/park/images/マリノスケ.png");
 	background-repeat: repeat;
 	background-attachment: fixed;
 	background-position: left;
*/
}

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;
}


/* フォーム
------------------------------------------------------------*/
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:#014099;
}


/* ヘッダー
*****************************************************/
#header .bg {
    margin-bottom: 25px;
    background: #014099;
    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: #014099;
    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:90%;
}

#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: #014099;
    font-size:150%;
    font-weight: bold;
    border-bottom: 3px solid #ff6600;
}

h2.title:before {
  content: url("https://ah105xo5dq.smartrelease.jp/yutori/wp-content/themes/park/images/marinoske3.png");
}

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

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

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;
}

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

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

.moreBtnArea a:active,
.moreBtnArea a:hover {
    color: #fff;
    background: #ff6600;
    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 #014099;
}

.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: #014099;
}

.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: #014099;
}

.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 table,
.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: #2e2c2c solid;
    border-width: 0 0 1px 1px;
    font-weight:bold;
    color:#fff;
    background:#2d2d2d;
}

.post table td,
.postFixed table td {
    padding:7px 5px;
    border: 1px #2e2c2c 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 #ff6600;
    border-bottom: 1px solid #ff6600;
}

#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: #fff;
    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 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:#4f4d4d;
    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 #014099;
}

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

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

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;
}

/*指定管理者について*/
.appeal-img{
    vertical-align: top;
    display: inline-block;
    padding: 0.5rem;
}
.appeal-txt{
	display: inline-block;
    width: 45%;
    padding: 0.5rem;
}

/* イベントカレンダー */
.ecal-header-title-wrap {
    display: table;
    width: 100%;
}

.ecal-header-title {
    display: table-cell;
    text-align: center;
    background-color :#014099;
    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 #014099;
    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 #ff6600;
}
#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: #014099;
}
#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: 100%;
        background:#014099;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#014099', endColorstr='#014099', GradientType=0)";
    /*    background: linear-gradient(to bottom, #014099, #014099);
        background: -moz-linear-gradient(top, #014099, #014099);
        background: -webkit-gradient(linear, left top, left bottom, from(#014099), to(#014099));*/
        background: #014099;
    }

    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;
/*        padding:10px 18px 8px; 共通 */
        padding:10px 16px 8px; /* 馬入のみ */
    }

    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: #ff6600;
        color: #FFFFFF;
        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:#014099;
        color: #ffffff;
    }

    nav#mainNav ul li ul li a:hover,
    nav#mainNav ul li ul li a:active {
        background: #ff6600;
        color: #ffffff;
    }

    nav#mainNav ul li a:hover span,
    nav#mainNav ul li a:active span,
    nav#mainNav ul li.current-menu-item a span {
        color: #FFFFFF;
        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;*/
        min-width: 250px;
    }

    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;
    }

    /*馬入ふれあい公園用*/
    .banyu_table{
        width:100%;
        table-layout:fixed;
    }
    .banyu_mapfloat img{
        float:right;
        margin-left:4px;
        border:1px solid #555;
    }
}


/* メインメニュー 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: #014099 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: #014099;
        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: #014099;
        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: #014099 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: #014099 url(images/sub1.png) no-repeat 30px 50%;
        text-decoration: none;
    }

    nav#mainNav ul li li:last-child a {
        background: #014099 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: #014099 url(images/subLast.png) no-repeat 30px 50%;
        text-decoration: none;
    }

    nav div.panel {
        float: none;
    }

    #mainImg {
        margin-bottom: 20px;
    }

    /*馬入ふれあい公園用*/
    .banyu_table{
        width:100%;
        table-layout:fixed;
    }
    .banyu_mapfloat img{
        float:right;
        margin-left:4px;
        border:1px solid #555;
    }

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

.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;
    }

    /*馬入ふれあい公園用*/
    .banyu_table{
        width:100%;
        table-layout:fixed;
    }
    .banyu_mapfloat img{
        float:right;
        margin-left:4px;
        border:1px solid #555;
    }

    /* トップページ イベント */
    .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;
    }

    /*馬入ふれあい公園用*/
    .banyu_table{
        width:100%;
        table-layout:fixed;
    }
    .banyu_mapfloat img{
        float:none;
        margin:8px;
        border:1px solid #555;
    }
    #tribe-events-content .venue-sw a{
        font-size: x-small;
    }
}

/*馬入公園*/
.banyu_facilities_info{
    padding:10px;
    margin: 0 0 20px 0;
    border:3px double #014099;
    background-color:#f8fff8;
}

.banyu_access_bus{
    padding:10px;
    margin:10px;
    border-left:5px solid #014099;
}

.banyu_font_small{
    font-size:90%;
}

.banyu_h3{
    padding:2px 8px;
    margin:20px 0 !important;
    font-size:135% !important;
    border-left: 10px solid #014099;
}

.banyu_h4{
    margin:10px 0px;
    font-size:110%;
    font-weight:bold;
    color:#000;
}

.banyu_h4:before{
    content:"＊";
    color:#77aa77;/*案1*/
    /*color:#77aaff;案2*/
}

.banyu_h5{
    margin:10px 0px;
    font-weight:bold;
}

.banyu_example{
    padding:15px;
    margin: 0 0 20px 0;
    background-color: #fafafa;
    border: 2px solid #dadada;
}

.banyu_motto{
    padding:10px;
    margin:10px;
    border:2px solid #014099;
    font-weight:bold;
}

.banyu_gototop_area {
    width: 100%;
    padding : 30px 0; text-align: right;
}

.banyu_gototop_area a {
    text-decoration:underline;
    font-size:90%;
}

#banyu_sitemap li{
    margin-bottom:8px;
    font-size:105%;
    font-weight:bold;
    /*list-style-type:circle;*/
}

#banyu_sitemap ul li{
    margin-top:2px;
    /*list-style-type:disc;*/
    font-size:80%;
    /*font-weight:normal;*/
}

/*料金表用*/
.banyu_table thead th{
    border: solid 1px #000;
    color:#fff;
    background-color:#014099;
    text-align:center;
    font-weight:bold;
    vertical-align: middle;
}

.banyu_table tbody th{
    color:#fff;
    background-color:#014099;
    text-align:center;
    font-weight:bold;
    vertical-align: middle;
}

.banyu_table tbody td{
    background-color:#ddf8dd;
    text-align:center;
    vertical-align: middle;
}/**/

/* HTML5オブジェクト(FLASH変換)埋め込み */
#banyu-swfmap.embed-swf{
    position: relative;
    width: 100%;
    max-width: 646px;
    max-height: 750px;
}

#banyu-swfmap.embed-swf:before {
    content:"";
    display: block;
    padding-top: 116.1%; /* 高さを幅の116.1%に固定 */
}

#banyu-swfmap.embed-swf #swiffycontainer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
}

#banyu-swfmap.embed-swf #swiffycontainer div{
    width: 100% !important;
    height: 100% !important;
}

/*馬入公園ここまで*/
/* 大和ふれあいの森用 - start
---------------------------------------------------------------------*/
h3.yamato_h3 {
    padding: 2px 8px;
    margin: 20px 0 !important;
    font-size: 135% !important;
    border-left: 10px solid #014099;
}
h4.yamato_h4 {
    padding: 2px 0;
    margin: 10px 0 !important;
    font-size:115% !important;
    font-weight: bold;
}
table#yamato_guide_block{
    box-sizing: border-box;
    table-layout: fixed;
    margin: 0px 0;
    border: none;
    width: 100%;
}
tr#yamato_guide_block_row{
    box-sizing: border-box;
    border:  none;
    width: 100%;
}

td#yamato_guide_block_1{
    box-sizing: border-box;
    vertical-align: middle;
    text-align : center ;
    padding: 5px;
    border:  none;
    background-color: transparent;
    width: 30%;
}
td#yamato_guide_block_1 a img{
    border:2px solid #ffffff;
}
td#yamato_guide_block_1 a img:hover{
    border:2px solid #64AB35;
}
div.yamato_table {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    border-bottom: none;
}
div.yamato_table_row {
    display: table-row;
}
div.yamato_table .header_box {
    display: table-cell;
    width: 30%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #014099;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.yamato_table .content_box,
div.yamato_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.yamato_table .content_box_2column {
    width: 35%;
}
table#yamato_share_block{
    margin: 5px 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
tr#yamato_block_row{
    background-color: transparent;
    border: none;
}
th#yamato_block_1{
    border: none;
    background-color: #014099;
    width: 25%;
    border: 1px solid #dadada;
    vertical-align: middle;
    text-align: center;
}
th#yamato_block_2{
    background-color: #014099;
    border: 1px solid #dadada;
    vertical-align: middle;
    text-align: center;
}
td#yamato_block_3{
    border: 1px solid #dadada;
    vertical-align: middle;
    text-align: center;
}
div.annotation {
font-weight: bold;
padding: 10px 10px;
border: 1px solid #FF0000;
color: #FF0000;
}
div.yamato_item_layout {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
div.yamato_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.yamato_item_layout .content_box {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
table#yamato_pond_block{
    box-sizing: border-box;
    table-layout: fixed;
    margin: 0px 0;
    border: none;
    /*width: 100%;*/
}
tr#yamato_pond_block_row{
    box-sizing: border-box;
    border:  none;
    /*width: 100%;*/
}

td#yamato_pond_block_1{
    box-sizing: border-box;
    vertical-align: middle;
    text-align : top ;
    padding: 5px;
    border:  none;
    background-color: transparent;
    /*width: 30%;*/
}
table.yoyaku_use {
    font-size: 90%;
    width: 100%;
    margin: 15px 0px 0px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    background-color: #FFF;
}

table.yoyaku_use 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.yoyaku_use td {
    padding: 5px 5px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    /*text-align: center;*/
}

table.yoyaku_use td.bg {
    background: #F7F7F7 none repeat scroll 0% 0%;
}


/*バーベキュー会場　タグ
---------------------------------------------------------------------*/
.tab-content input[type="radio"] {
    display: none;
}

.tab-content label {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    background-color: #014099;
    cursor: pointer;
    box-sizing: border-box;
    width: 118px;
    text-align: center;
    border-right: 1px solid #ffffff;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
    color: #014099;
    background-color: #E1F1D4;
}

.tab-content .tab-box {
    /*padding: 10px;*/
    box-sizing: border-box;
}

.tab-content &gt; .tab-box &gt; div {
    display: none;
}

#tab1:checked ~ .tab-box &gt; #tabView1 {
    display: block;
}

#tab2:checked ~ .tab-box &gt; #tabView2 {
    display: block;
}

#tab3:checked ~ .tab-box &gt; #tabView3 {
    display: block;
}

#tab4:checked ~ .tab-box &gt; #tabView4 {
    display: block;
}

#tab5:checked ~ .tab-box &gt; #tabView5 {
    display: block;
}

#tab6:checked ~ .tab-box &gt; #tabView6 {
    display: block;
}
/*バーベキュー会場　タグ
---------------------------------------------------------------------*/
table.mTable{
    table-layout:fixed;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:100%;
}

table.mTable td {
    border: #CCCCCC solid;
    border-width:1px;
    width:100px;
    padding: 0.7em;
    text-align: center;
    vertical-align: top;
    font-size: 80%;
}
ul.tanpinList{
    margin: 1em auto;
    width:70%;
}

ul.tanpinList li{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #666;
    position: relative;
}

.tanpinList li span {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #BE6900;
}
table.cTable {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:90%;
}
table.cTable th {
    font-weight: bold;
    background-color: #F7F7F7;
    border: #CCCCCC solid;
    border-width: 0 1px 1px 0;
    padding: 0.5em;
    _padding-right: 15px;
    _padding-left : 15px;
    color: #000000; width: 100px;
}
table.cTable td {
    border: #CCCCCC solid;
    border-width: 0 1px 1px 0;
    padding: 0.7em;
}
table.cTable td.annotation {
}
table.cTable td.data_td {
    background-color: #EAE8E8;
}
table.cTable .sun {
    background-color: #FF0033;
    color: #FFFFFF;
}
table.cTable .sat {
    background-color: #3399CC;
    color: #FFFFFF;
}
table.cTable .month_A {
    background-color: #156F4E;
    color: #FFFFFF;
}
table.cTable .month_B {
    background-color: #68A020;
    color: #FFFFFF;
}
.align_C {
text-align: center;
}
table.zTable {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:90%;
}
table.zTable th {
    font-weight: bold;
    background-color: #F7F7F7;
    border: #CCCCCC solid;
    border-width: 0 1px 1px 0;
    padding: 0.5em;
    _padding-right: 15px;
    _padding-left : 15px;
    color: #000000; width: 180px;
}
table.zTable td {
    border: #CCCCCC solid;
    border-width: 0 1px 1px 0;
    padding: 0.7em;
}
.align_Z {
text-align: center;
}
table.yoyaku {
    font-size: 70%;
    width: 100%;
    margin: 15px 0px 0px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    background-color: #FFF;
}

table.yoyaku 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.yoyaku td {
    padding: 5px 5px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align: center;
}

table.yoyaku td.bg {
    background: #F7F7F7 none repeat scroll 0% 0%;
}
/*バーベキュー会場　タグ
---------------------------------------------------------------------*/
/* 大和ふれあいの森用 - end
---------------------------------------------------------------------*/

/*----- [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 -----*/
</pre></body></html>