@charset "UTF-8";

body {
  background-color: #DAAF7C;
  background-image: url("../../image/background/1.jpg");
  color: #333333;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
}
a:link {
  color: #6CA00D;
  text-decoration: none;
}
a:visited {
  color: #7F694F;
  text-decoration: none;
}
a:hover {
  color: #FF6600;
  text-decoration: none;
}
a:active {
  color: #FFCC00;
  text-decoration: none;
}
body, table {
  font-size: 18px;
  line-height: 1.5;
}
p {
  line-height: 1.5;
}
p a:link {
  text-decoration: underline;
}
p a:visited {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
p a:active {
  text-decoration: underline;
}
/*------BLOCKQUOTE_COLOR_START------*/
blockquote.quotation {color: #003366}
blockquote.quotation blockquote {color: #336699}
blockquote.quotation blockquote blockquote {color: #88bbff}
blockquote.quotation blockquote blockquote blockquote {color: #99cc66}
blockquote.quotation blockquote blockquote blockquote blockquote {color: #999999}
blockquote.quotation blockquote {margin: 0}
/*------BLOCKQUOTE_COLOR_E_N_D------*/
blockquote.quotation, blockquote.quotation blockquote {
  background: transparent none;
  border: none;
  padding: 0 0 0 8px;
  margin: 0.8em 0;
  border-left-style: solid !important;
  border-left-width: 2px !important;
}

/* コード */
pre code {
  display: block;
  padding: 0.5em 1em;
  white-space: nowrap;
  overflow: scroll;
  font-size: 0.8em;
  background-color: #eee;
  color: #444;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
}

/* 回り込み解除 */
a.end {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  text-indent: -500px;
  overflow: hidden;
}

/* 入力欄の表示調整 */
body.editor {
  margin: 0;
  padding: 0;
  background: #f2f2f2 none;
  color: #000;
}
body.editor a {
  color: #000;
  text-decoration: underline;
}
div#container form table.field-table {
  margin: 0 auto 30px auto;

}
.nicEdit-main { background-color: #fff }
table.field-table tbody tr.tbody-start th.field-group-name,
table.field-table tr.tbody-start td.field-group-description {
  text-align: left;
  color: #666;
  border-bottom: #ccc 1px solid;
}

/* 慎重に操作するべきフィールドセット */
fieldset.risky {
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/bg_caution.gif');
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #000000;
}

/* リフレッシュフィールドセット */
fieldset#refresh {
  margin-bottom: 20px;
  font-size: 90%;
}
fieldset#refresh legend {
  display: none;
}
fieldset#refresh ol, fieldset#refresh ol li {
  display: inline;
  padding-right: 0.6em;
}

/* ターゲット選択フィールドセット */
div#article-finder, form#categoryselector {
  background: #f3f3f3 url('../image/bg_plastic_light.gif') repeat-x center top;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px 20px;
  text-align: left;
  color: #000;
  margin: 0;
}
div#target-selector ul {
  margin: 0;
  padding: 10px 20px;
  background: #ddd none;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  text-align: left;
  color: #000;
}
div#target-selector ul li a {
  margin: 0 1em 0 0;
  padding: 2px 4px;
  border: 1px solid #999;
  background: #eee none;
  text-decoration: none;
  font-size: 0.8em;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
}
div#target-selector ul li a:hover {
  background: #fff none;
}
fieldset#subdivision-arrangement {
  margin: 0;
  padding: 10px 20px;
  background: #bbb none;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  text-align: left;
  color: #000;
}
div#article-finder form#articlenavi {
  float:left;
  margin-right: 1em;
}

/* 記事選択フィールドセット */
fieldset#article-selector {
  background-color: #f9f9f9;
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/fieldset_bg.gif');
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px;
  margin: 10px auto;
  color: #000000;
  text-align: left;
  width: 90%;
  max-width: 800px;
}

@media screen and (max-width: 440px), screen and (max-device-width: 480px) {
  * {
    max-width: 100%;
    word-break:break-all;
  }
  object, applet, embed, img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  iframe {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  div#calendar-body {
    width: 960px;
  }
  div#calendar-body, div#calendar-body * {
    max-width: none !important;
  }
  body.editor, body.inquiry {
    -webkit-text-size-adjust: none;
  }
  body.editor {
    margin-bottom: 60px;
  }
  body.editor *, body.inquiry * {
    white-space: normal !important;
  }
  label, span.datatitle, .note, .date-selector, .time-selector {
    display: block;
  }
  .date-selector label, .time-selector label {
    display: inline;
  }
  .note {
    font-size: 0.9em !important;
  }
  input, textarea, select {
    max-width: 99% !important;
    font-size: 16px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[class^="button-"] {
    -webkit-appearance: none;
    font-size: 1px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  select#rewind {
    width: 90%;
  }
  table.field-table,
  table.field-table table.sub-field-table,
  table.field-table tbody,
  table.field-table tr,
  table.field-table th,
  table.field-table td {
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  table.field-table tr {
    border-top: #FAFAFA solid 1px !important;
    border-bottom: #DDD solid 1px !important;
  }
  table.field-table table.sub-field-table tr {
    border-left: #E0E0E0 solid 1px !important;
    border-right: #E0E0E0 solid 1px !important;
  }
  table.field-table th,
  table.field-table td {
    padding: 5px 10px !important;
  }
  table.field-table  img {
    max-width: 95% !important;
  }
  div#article-finder {
    padding: 0;
    background: transparent none;
    border: none;
  }
  div#article-finder form {
    display: block;
    background: #f3f3f3 url('../image/bg_plastic_light.gif') repeat-x center top;
    border: 1px solid #ddd;
    border-bottom-color: #bbb;
    padding: 10px 20px;
    text-align: left;
    color: #000000;
    margin: 0 !important;
    float: none !important;
  }
  div#target-selector ul li {
    display: block;
  }
  div#target-selector ul li a {
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0.2em 1em;
    text-align: center;
    font-size: 1em;
  }
  input.save {
    display: block;
    margin: 20px auto;
    width: 300px !important;
  }
  fieldset#refresh ol, fieldset#refresh ol li {
    display: block;
    padding-right: 0;
  }
}

/* トピックパス */
ul#topicpath {
  margin: 13px auto 17px auto;
  padding: 0;
  width: 960px;
  height: 24px;
  background: transparent url("../image/style-naturalwood/topicpath.png") repeat-x left top;
  list-style-type: none;
  overflow: hidden;
  text-shadow: rgba(0,0,0,0.4) 0 -1px 1px, rgba(255,255,255,0.4) 0 1px 1px;
}
* html ul#topicpath {
  margin /**/: 13px auto 21px 0;
}
ul#topicpath li {
  display: inline;
  margin: 0;
  padding: 5px 16px 0 30px;
  height: 19px;
  float: left;
  text-align: left;
  background: transparent url("../image/style-naturalwood/topicpath_separator.gif") no-repeat left top;
}
* html ul#topicpath li {
  height /**/: 24px;
}
ul#topicpath li.home {
  background: transparent none;
}
ul#topicpath li, ul#topicpath li a {
  color: #3E250D;
  line-height: 1;
  font-size: 12px;
}
ul#topicpath li a {
  color: #8E755D;
}
ul#topicpath li a:hover {
  color: #3E250D;
}
ul#topicpath li.current {
  margin-right: -200%;
}

/* ギャラリー */
div#gallery {
  margin: 0 auto 24px auto;
}
div#gallery div#page-title {
  margin: 0 auto 10px auto;
  width: 960px;
}
div#gallery div.section {
  padding: 10px 0 0 0;
}
div#gallery div.section div.body {
  margin: 0;
  padding: 0;
  width: 100%;
  /min-height: 0;
}
div#gallery div.section div.body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div#gallery div.section div.body {
  height: 0;
}
div#gallery div.section div.body div.right a,
div#gallery div.section div.body div.right a img,
div#gallery div.section div.body div.left a,
div#gallery div.section div.body div.left a img {
  margin: 0;
  padding: 0;
}
div#gallery div.section div.body div.right a img,
div#gallery div.section div.body div.left a img,
div#gallery div.section div.body div.center a img,
div#gallery>a>img,
div#gallery>img,
div#gallery iframe,
div.gallery div#main div.section div.body a img,
div.gallery iframe.gmap-index,
div.map div#main iframe#gmap-viewer,
div#aside ul.gallery li a img {
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.56);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.56);
  -o-box-shadow: 0 0 4px rgba(0,0,0,0.56);
  -ms-box-shadow: 0 0 4px rgba(0,0,0,0.56);
  box-shadow: 0 0 4px rgba(0,0,0,0.56);
}
div.gallery div#main div.section div.body a img {
  /margin: 0 0 1px 0;
}
div#gallery>a>img:hover,
div.gallery div#main div.section div.body a img:hover,
div#aside ul.gallery li a img:hover {
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  -o-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  margin-top: -1px;
  margin-bottom: 1px;
}
div#gallery iframe, div.map div#main iframe#gmap-viewer, div#main iframe.gmap-frame {
  display: block;
  margin: 0 auto;
}
div#gallery div.section div.body div.right {
  float: right;
  margin: 0 0 24px 0;
  padding: 0;
  width: 50%;
  text-align: left;
}
div#gallery div.section div.body div.left {
  float: left;
  margin: 0 0 24px 0;
  padding: 0;
  width: 50%;
  text-align: right;
  _margin-right: -1px;
  /margin-right: -1px;
}
* html div#gallery div.section div.body div.right,
* html div#gallery div.section div.body div.left {
  width: 49%;
  width /**/: 50%;
}
div#gallery div.section div.body div.center {
  margin: 0 0 24px 0;
  text-align: center;
}
div#gallery div.section div.body div.center a,
div#gallery div.section div.body div.center a img {
  display: block;
  margin: 0 auto;
}
div#gallery div.section div.body div.right > a img,
div#gallery div.section div.body div.left > a img,
div#gallery div.section div.body div.center > a img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
div#gallery div.section div.description div.body {
  clear: both;
  margin: 0;
  padding: 10px 15px;
  width: auto;
}
div#container div.literary div.body {
  margin: 0 auto;
  padding: 1px;
  width: 930px;
  text-align: center;
}

/* 縦書き */
div.literary div.body table.tategaki {
  margin: 3em auto;
  font-size: 2em;
}

/* 縦書きをゴシック体にする */
/*
td.gyo span.tktr-gyo {
  font-family: Avenir, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
*/

/* テキストコンテンツ */
div#content {
  margin: 0 auto 24px auto;
  padding: 0;
  width: 960px;
  text-align: left;
}

/* サイドカラム中のフィールドテーブル */
div.double div#aside table.field-table, div.double div#aside table.field-table table.sub-field-table, div.double div#aside table.field-table tbody, div.double div#aside table.field-table tr, div.double div#aside table.field-table th, div.double div#aside table.field-table td,
div.golden-ratio div#aside table.field-table, div.golden-ratio div#aside table.field-table table.sub-field-table, div.golden-ratio div#aside table.field-table tbody, div.golden-ratio div#aside table.field-table tr, div.golden-ratio div#aside table.field-table th, div.golden-ratio div#aside table.field-table td,
div.two-to-one div#aside table.field-table, div.two-to-one div#aside table.field-table table.sub-field-table, div.two-to-one div#aside table.field-table tbody, div.two-to-one div#aside table.field-table tr, div.two-to-one div#aside table.field-table th, div.two-to-one div#aside table.field-table td,
div.triple div#aside table.field-table, div.triple div#aside table.field-table table.sub-field-table, div.triple div#aside table.field-table tbody, div.triple div#aside table.field-table tr, div.triple div#aside table.field-table th, div.triple div#aside table.field-table td {
  display: block !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  border: none !important;
  background: transparent none !important;
  font-weight: normal !important;
  float: left;
  clear: both;
}
div.double div#aside table.field-table td.field, div.golden-ratio div#aside table.field-table td.field, div.two-to-one div#aside table.field-table td.field, div.triple div#aside table.field-table td.field {
  padding-left: 1em !important;
}
div.double div#aside table.field-table tr.tbody-start, div.golden-ratio div#aside table.field-table tr.tbody-start, div.two-to-one div#aside table.field-table tr.tbody-start, div.triple div#aside table.field-table tr.tbody-start {
  margin-top: 1em !important;
}
div.double div#aside table.field-table td.reset-box, div.golden-ratio div#aside table.field-table td.reset-box, div.two-to-one div#aside table.field-table td.reset-box, div.triple div#aside table.field-table td.reset-box {
  float: left;
}
div.double div#aside table.field-table td.submit-box, div.golden-ratio div#aside table.field-table td.submit-box, div.two-to-one div#aside table.field-table td.submit-box, div.triple div#aside table.field-table td.submit-box {
  text-align: right !important;
  clear: none;
}
div.double div#aside table.field-table img, div.double div#aside table.field-table input, div.double div#aside table.field-table textarea,
div.golden-ratio div#aside table.field-table img, div.golden-ratio div#aside table.field-table input, div.golden-ratio div#aside table.field-table textarea,
div.two-to-one div#aside table.field-table img, div.two-to-one div#aside table.field-table input, div.two-to-one div#aside table.field-table textarea,
div.triple div#aside table.field-table img, div.triple div#aside table.field-table input, div.triple div#aside table.field-table textarea {
  max-width: 95% !important;
}
div.double div#aside table.field-table table input,
div.golden-ratio div#aside table.field-table table input,
div.two-to-one div#aside table.field-table table input,
div.triple div#aside table.field-table table input {
  max-width: 150px !important;
}

/*
ボックス
http://blogs.sitepoint.com/pure-css3-paper-curl/
*/
div#main, div#sub, div#aside,
div.entries div#main div.section,
div.entries div#main div.box,
div.entries div#main ul.box,
div.literary div.body,
div.categories div#main div.section,
div#gallery div.section div.description,
div#page-introduction,
div.search div#main form fieldset,
div.search div#main form fieldset legend,
div.map div#main fieldset#search,
div.map div#main fieldset#search legend,
div.entries div#main form#gate,
div.categories div#main form#gate,
div.search div#main form#gate,
ul.tile li {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: #fff  none;
  background: #fff  url("../image/style-naturalwood/paper_white.jpg");
  text-align: left;
  border: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(64, 32, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(64, 32, 0, 0.1);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(64, 32, 0, 0.1);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(64, 32, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), inset 0 0 50px rgba(64, 32, 0, 0.1);
}
div#gallery div.section div.description,
div.entries div#main div.box,
div.entries div#main ul.box,
div.search div#main form fieldset legend,
div.map div#main fieldset#search legend {
  background: #fff  url("../image/style-naturalwood/paper_yellow.jpg");
  color: #3E250D;
}
div.entries div#main ul.bb-tree, div.entries div#main div#list-box,
div.entries div#main div#calendar-search-frame {
  background: #fff  url("../image/style-naturalwood/paper_white.jpg");
}
div.entries div#main div#calendar-search-frame form {
  clear: left;
}
div#main:before, div#sub:before, div#aside:before,
div.entries div#main div.section:before,
div.entries div#main div.box:before,
div.entries div#main ul.box:before,
div.categories div#main div.section:before,
div#gallery div.section div.description:before,
div#page-introduction:before,
div.search div#main form fieldset:before,
div.map div#main fieldset#search:before,
div.entries div#main form#gate:before,
div.categories div#main form#gate:before,
div.search div#main form#gate:before,
ul.tile li:before,
div#main:after, div#sub:after, div#aside:after,
div.entries div#main div.section:after,
div.entries div#main div.box:after,
div.entries div#main ul.box:after,
div.categories div#main div.section:after,
div#gallery div.section div.description:after,
div#page-introduction:after,
div.search div#main form fieldset:after,
div.map div#main fieldset#search:after,
div.entries div#main form#gate:after,
div.categories div#main form#gate:after,
div.search div#main form#gate:after,
ul.tile li:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent none;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
div#aside:before, div#aside:after, div#sub:before, div#sub:after {
  bottom: 8px;
}
div.single div#main:before, div.single div#main:after,
div.single div#aside:before, div.single div#aside:after,
div.single div#sub:before, div.single div#sub:after,
div.entries div#main ul.box:before, div.entries div#main ul.box:after,
div.entries div#main div#calendar-search-frame:before, div.entries div#main div#calendar-search-frame:after,
div.map div#main fieldset#search:before, div.map div#main fieldset#search:after,
div.entries div#main div#list-box:before, div.entries div#main div#list-box:after {
  bottom: 16px;
}
div.cols-2 div#sub:before, div.cols-2 div#sub:after {
  bottom: 12px;
}
div#main:after, div#sub:after, div#aside:after,
div.entries div#main div.section:after,
div.entries div#main div.box:after,
div.entries div#main ul.box:after,
div.categories div#main div.section:after,
div#gallery div.section div.description:after,
div#page-introduction:after,
div.search div#main form fieldset:after,
div.map div#main fieldset#search:after,
div.entries div#main form#gate:after,
div.categories div#main form#gate:after,
div.search div#main form#gate:after,
ul.tile li:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
ul.tile li li:before,
ul.tile li li:after {
  position: static;
  width: auto;
  height: auto;
  content: 'kyoto.ladiessofttennis.org';
  left: auto;
  bottom: auto;
  background: transparent none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  z-index: auto;
}
div.search div#main form fieldset legend,
div.map div#main fieldset#search legend {
  position: static;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #826841;
}
div#main div.section, div.cols-2 div#sub div.section {
  clear: both;
  padding: 15px;
}
div#sub div.section, div#aside div.section {
  clear: both;
  padding: 9px;
}
div#main div.section div.section, div#main div.section div.section div.section {
  padding: 15px 0 0 0;
}

/* separator つき section */
div#main div.separated {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #ddd dotted;
}

/* chapter */
div#main div.chapter {
  padding: 20px 0;
  border-bottom: 1px #ddd dotted;
}
div#main div.chapter:last-child {
  border: none;
}
div#main div.chapter div.section {
  padding: 15px;
}
div#gallery div.section div.description {
  width: 638px;
  margin: 0 auto 24px auto;
  padding: 0;
}
div#page-introduction {
  clear: both;
  margin: 15px;
  padding: 15px;
  max-width: 940px;
}

/* 2カラム */
div#main {
  display: inline;
  float: right;
  margin: 0;
  padding: 1px 0 1px 0;
  width: 725px;
}
div#sub {
  display: inline;
  float: left;
  width: 220px;
  margin: 0;
  padding: 1px 0 1px 0;
  padding-bottom: 10px;
}
div#aside {
  display: inline;
  float: left;
  width: 220px;
  margin: 0;
  padding: 1px 0 1px 0;
  padding-bottom: 10px;
}

/* main:aside = 1.618:1 */
div.golden-ratio div#main {
  width: 585px;
}
div.golden-ratio div#sub,
div.golden-ratio div#aside {
  width: 360px;
}
div.golden-ratio div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 555px !important;
}
div.golden-ratio div#main embed[width], div.golden-ratio div#main object[width] {
  max-width: 555px !important;
}

/* main:aside = 2:1 */
div.two-to-one div#main {
  width: 632px;
}
div.two-to-one div#sub,
div.two-to-one div#aside {
  width: 313px;
}
div.two-to-one div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 602px !important;
}
div.two-to-one div#main embed[width], div.two-to-one div#main object[width] {
  max-width: 602px !important;
}

/* 3カラム */
div.triple div#main {
  display: inline;
  float: left;
  margin: 0 235px;
  width: 490px;
}
div.triple div#sub {
  display: inline;
  float: left;
  width: 220px;
  margin: 0;
  margin-left: -220px;
}
div.triple div#aside {
  display: inline;
  float: left;
  width: 220px;
  margin: 0;
  margin-left: -960px;
}
div.triple div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 460px !important;
}
div.triple div#main embed[width], div.triple div#main object[width] {
  max-width: 460px !important;
}

/* 記述順に並べる */
div.ordinary div#main, body.ordinary div#content div#main {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
div.ordinary div#sub, body.ordinary div#content div#sub,
div.ordinary div#aside, body.ordinary div#content div#aside {
  float: left;
  margin-left: 15px;
}

/* カラムなし */
div.single div#main, div.single div#sub, div.single div#aside {
  display: block;
  float: none;
  margin: 0 auto;
  width: 958px;
}
div.single div#sub, div.single div#aside {
  margin-top: 24px;
}
body.popup div#content {
  width: auto;
}
body.popup {
  margin: 20px;
}
body.popup div.single div#main, * html body.popup div.single div#main {
  width: auto;
  margin: 0 auto;
  max-width: 800px;
}
div.single div#aside {
  padding: 0;
  overflow: hidden;
  /min-height: 0;
  /overflow: visible;
  _overflow: visible;
  _height: 0;
}
div.single div#aside div.section {
  float: left;
  clear: none;
  margin: 0;
  padding: 10px 19px 10px 19px;
  width: 200px;
  border-left: 1px #ccc dotted;
  _width /**/: 239px;
}
div.single div#aside div.section div.body {
  width: 200px;
  height: 200px;
  overflow: auto;
}
div.single div#aside div#about {
  border-left: none;
}
div.single div.triple div#about,
div.single div.triple div#about div.body,
div.single div#aside div.colspan-2,
div.single div#aside div.colspan-2 div.body {
  width: 438px;
}
div.single div.double div#about,
div.single div.double div#about div.body,
div.single div#aside div.colspan-3,
div.single div#aside div.colspan-3 div.body {
  width: 676px;
}
div.single div.single div.section,
* html div.single div.single div.section,
div.single div.single div.section div.body {
  float: none !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  overflow: visible !important;
}
div.single div.single div#about div.body p.icon,
div.single div.double div#about div.body p.icon,
div.single div.triple div#about div.body p.icon {
  margin: 0 15px 15px 0;
  float: left;
  _height: 0;
}
div.single div.single div.section div.body {
  float: none !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  /min-height: 0;
}
div.single div.single div.section div.body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.single div.single div.section div.body {
  height: 0 !important;
}
* html div.single div.triple div#about,
* html div.single div#aside div.colspan-2 {
  width /**/: 476px;
}
* html div.single div.double div#about,
* html div.single div#aside div.colspan-3 {
  width /**/: 714px;
}
div.single div#aside div.colspan-2 div.body table.calendar,
div.single div#aside div.colspan-3 div.body table.calendar {
  float: left;
  margin: 0 13px;
  _display: inline;
}

/* 同幅2カラム */
div.cols-2 div#main {
  display: inline;
  float: left;
}
div.cols-2 div#sub {
  display: inline;
  float: right;
}
div.cols-2 div#main, div.cols-2 div#sub {
  margin: 0;
  padding: 0;
  width: 472px;
}
div.cols-2 div#aside {
  display: block;
  clear: both;
  float: none;
  width: 958px;
  margin: 0;
  padding: 0;
}
div.cols-2 div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 442px !important;
}
div.cols-2 div#main embed[width], div.cols-2 div#main object[width] {
  max-width: 442px !important;
}

/* 同幅3カラム */
div.cols-3 div#main,
div.cols-3 div#sub,
div.cols-3 div#aside {
  display: inline;
  float: left;
  margin: 0;
  width: 310px;
}
div.cols-3 div#sub,
div.cols-3 div#aside {
  margin-left: 15px;
}
div.cols-3 div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 280px !important;
}
div.cols-3 div#main embed[width], div.cols-3 div#main object[width] {
  max-width: 280px !important;
}

/* サイドバー */
div#sub div.section div.body, div#aside div.section div.body {
  font-size: 0.9em;
}
p.rss {
  display: inline;
  float: right;
  margin: 10px;
  padding: 0;
}
div.section p.rss {
  margin: 0;
}
p.rss a {
  text-decoration: none;
  font-size: 0.9em;
  line-height: 14px;
  padding-right: 16px;
  background: transparent url("../image/feedicon.png") no-repeat right center;
}
div#aside div#about {
  line-height: 1.5;
}
div.single div#aside div#about {
  line-height: 1.2;
}
div#aside div#about div.image {
  padding: 5px 0 0 0;
  text-align: center;
}
div#aside div#about div.image p {
  text-align: left;
  color: #666;
  font-size: 0.93em;
}
div#about p.icon {
  text-align: center;
}

div.section div.body {
  clear: left;
  padding-top: 1px;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font-size: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #000;
  text-decoration: none;
}
h1, h1 a:link, h1 a:visited {
  color: #594323;
}
h1 {
  margin: 12px 0 0 0;
  padding: 0.2em 1.5em;
  border-top: 3px solid #594323;
  border-bottom: 2px solid #594323;
  text-align: left;
  font-size: 1.5em;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
div#main h1 span.date:after {
  content: " : ";
}
h2 {
  position: relative;
  display: inline;
  float: left;
  margin: 0 0 1em 0;
  padding: 8px 30px 6px 6px;
  background: transparent url("../image/sta/h2.gif") no-repeat right bottom;
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "HG明朝E", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #FF6633;
}
h2, h2 a,  h2 a:link, h2 a:visited {
  color: #FF6633;
}
div.categories div#main h1,
div.entries div#main h1,
div#gallery h1,
div.gallery div#main h1,
div.gallery div#main h2,
div.search div#main h1 {
  margin: 0;
  padding: 0;
  border-top: none;
  border-bottom: none;
  background: transparent none;
  color: #594323;
  text-shadow: rgba(0,0,0,0.4) 0 -1px 1px, rgba(255,255,255,0.4) 0 1px 1px;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
div.gallery div#main h1 {
  display: inline;
  float: left;
}
div.gallery div#main h2 {
  font-family: Avenir, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 1.0em;
}
div#main div.chapter h2, div#main div.grid h2 {
  margin-left: 15px;
  margin-right: 15px;
}
h3 {
  margin: 0 0 1em 0;
  padding: 0 0 0 24px;
  background: transparent url("../image/sta/racket.gif") no-repeat left bottom;
  font-weight: bold;
  font-size: 1em;
  border-bottom:#8EC21F solid 2px;
}
h3, h3 a, h3 a:link, h3 a:visited {
  color: #6CA00D;
}
h4 {
  margin: 0 0 1em 0;
  padding: 0;
  background: transparent none;
  font-weight: bold;
  font-size: 1em;
  border-bottom: #999 solid 2px;
}
h4, h4 a, h4 a:link, h4 a:visited {
  color: #999;
}
div.feedback h4, div.feedback h4 a, div.feedback h4 a:link, div.feedback h4 a:visited {
  color: #6CA00D;
  border: none;
}
div.feedback h4 {
  padding: 0;
  background: transparent none;
  border: none;
}
body.editor h1 {
  margin: 0 0 1.5em 0;
  padding: 10px 20px;
  font-size: 1.3em;
  background: #f3f3f3 url('../image/bg_plastic_light.gif') repeat-x center top;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  color: #000000;
  font-weight: normal;
  font-family: Avenir, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  text-shadow: none;
  text-align: center;
}
h1#page-title { clear: both; }
div.triple div#sub h2,
div#aside h2 {
  display: inline;
  float: left;
  margin: 0 -50px 0 0;
  padding: 0;
  background: transparent none;
  text-align: left;
  font-family: Avenir, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 1.1em;
  text-shadow: rgba(0,0,0,0.3) 0 -1px 1px, rgba(255,255,255,0.3) 0 1px 1px;
}
div.triple div#sub h2, div.triple div#sub h2 a, div.triple div#sub h2 a:link, div.triple div#sub h2 a:visited, div#aside h2, div#aside h2 a, div#aside h2 a:link, div#aside h2 a:visited {
  color: #ddd;
  /color: #ccc;
  _color: #ccc;
}
div.triple div#sub h1, div#aside h1, div.triple div#main h1 {
  display: none;
}
div#main div#comments h2, div#main div#trackbacks h2, div#main div#related-articles h2, div#main div#gmap h2 {
  display: block;
  float: none;
  margin: 0 0 1em 0;
  padding: 0 0 0 24px;
  font-weight: bold;
  font-size: 1em;
  font-family: Avenir, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
div#main div#comments h2 {
  color: #F0BB3B;
  border-bottom: #F0BB3B solid 2px;
  background: transparent url("../image/style-naturalwood/comment_marker.gif") no-repeat left bottom;
}
div#main div#trackbacks h2,
div#main div#related-articles h2 {
  color: #666;
  border-bottom: #999 solid 2px;
  background: transparent url("../image/style-naturalwood/trackback_marker.gif") no-repeat left bottom;
}
div#main div#gmap h2 {
  color: #3081dd;
  border-bottom: #4192ee solid 2px;
  background: transparent url("../image/style-naturalwood/loc_marker.gif") no-repeat left bottom;
}

/* 本文中の画像等 */
div#main div.section div.body div.gallery {
  margin: 0 -15px 0 0;
  word-spacing: -1em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  div#main div.section div.body div.gallery {
    display: table;
  }
}
div#main div.section div.body div.gallery div.image {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  /display: inline;
  /zoom: 1;
  _display: inline;
  _zoom: 1;
  width: 340px;
  margin: 0 15px 15px 0;
  font-size: 0.86em;
  line-height: 1.3;
  word-spacing: normal;
}
div#main div.section div.body div.gallery div.image img {
  width: auto !important;
  height: auto !important;
  max-width: 340px !important;
}
div#main div.section div.body div.gallery div.image object,
div#main div.section div.body div.gallery div.image embed {
  max-width: 340px !important;
}
div.golden-ratio div#main div.section div.body div.gallery div.image {
  width: 270px;
}
div.golden-ratio div#main div.section div.body div.gallery div.image img,
div.golden-ratio div#main div.section div.body div.gallery div.image object,
div.golden-ratio div#main div.section div.body div.gallery div.image embed {
  max-width: 270px !important;
}
div.two-to-one div#main div.section div.body div.gallery div.image {
  margin: 0 14px 14px 0;
  width: 294px;
}
div.two-to-one div#main div.section div.body div.gallery div.image img,
div.two-to-one div#main div.section div.body div.gallery div.image object,
div.two-to-one div#main div.section div.body div.gallery div.image embed {
  max-width: 294px !important;
}
div.triple div#main div.section div.body div.gallery div.image {
  margin: 0 14px 14px 0;
  width: 223px;
}
div.triple div#main div.section div.body div.gallery div.image img,
div.triple div#main div.section div.body div.gallery div.image object,
div.triple div#main div.section div.body div.gallery div.image embed {
  max-width: 223px !important;
}
div.cols-2 div#main div.section div.body div.gallery div.image {
  margin: 0 14px 14px 0;
  width: 214px;
}
div.cols-2 div#main div.section div.body div.gallery div.image img,
div.cols-2 div#main div.section div.body div.gallery div.image object,
div.cols-2 div#main div.section div.body div.gallery div.image embed {
  max-width: 214px !important;
}
div.cols-3 div#main div.section div.body div.gallery {
  margin: 0;
  word-spacing: normal;
  display: block;
}
div.cols-3 div#main div.section div.body div.gallery div.image {
  width: auto;
  display: block;
  margin: 0;
}
div.cols-3 div#main div.section div.body div.gallery div.image img,
div.cols-3 div#main div.section div.body div.gallery div.image object,
div.cols-3 div#main div.section div.body div.gallery div.image embed {
  max-width: 280px !important;
}
div#main div.section div.body div.image {
  text-align: center;
}
div#main div.section div.body div.image p,
div#main div.section div.body div.image h1,
div#main div.section div.body div.image h2,
div#main div.section div.body div.image h3,
div#main div.section div.body div.image h4,
div#main div.section div.body div.image h5,
div#main div.section div.body div.image h6,
div#main div.section div.body div.image table,
div#main div.section div.body div.image pre,
div#main div.section div.body div.image ul,
div#main div.section div.body div.image ol,
div#main div.section div.body div.image dl,
div#main div.section div.body div.image address,
div#main div.section div.body div.image form,
div#main div.section div.body div.image blockquote {
  text-align: left;
}
div#main div.section div.body .author {
  font-style: italic;
  text-align: right;
}

/* 本文中の定義リスト */
div#main div.section div.body dl dt {
  margin: 0;
  padding: 0.8em 1em;
  border: solid 1px #ccc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: #F6F6F6;
  font-weight: bold;
}
div#main div.section div.body dl dd {
  margin: 0;
  padding: 0.7em 1em;
  line-height: 1.5;
}
div#main div.section div.body dl dl {
  font-size: 0.9em;
  margin: 1em;
}
div#main div.section div.body dl dl dt, div#main div.section div.body dl dl dd {
  padding: 0.3em 1em;
}
div#main div.section div.body dl dl dt {
  background-color: #F0F4F8;
}

/* サイドバーの定義リスト */
div#aside div.section div.body dl dt, div#sub div.section div.body dl dt {
  margin-top: 0.5em;
  border-bottom: solid 1px;
  font-weight: bold;
}
div#aside div.section div.body dl dd, div#sub div.section div.body dl dd {
  margin: 0.2em 0;
}
div#aside div.section div.body dl#links dt {
  margin: 0 0 2px 0;
  padding: 0;
  border: none;
}
div#aside div.section div.body dl#links dd {
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 1.2;
  font-size: 0.96em;
  color: #666;
}

/* フォームとしての定義リスト */
div#main div.section div.body form dl {
  border: none;
}
div#main div.section div.body form dl dt, div#main div.section div.body form dl dd {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  background: transparent none;
  font-weight: normal;
}
div#main div.section div.body form dl dd {
  margin: 0.1em 0 0.2em 2em;
}
div#main div.section div.body form dl dl {
  font-size: 0.9em;
  margin: 0 0.1em 0 2em;
}
div#main div.section div.body form dl dl dt, div#main div.section div.body form dl dl dd {
  padding: 0;
  background: transparent none;
}
div#main div.section div.body form dl dl dd {
  margin: 0.1em 0 0.2em 2em;
}
div#main div.section div.body form input[type="image"] {
  vertical-align: bottom;
}

/* インデックス・リスト */
ul.index, ul.index li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.index {
  clear: left;
}
ul.index li {
  clear: left;
  overflow: hidden;
  margin: 0;
  padding: 0.6em 0 0 0;
}
* html ul.index li {
  overflow: visible;
  height: 0;
}
ul.index li ul li{
  clear: none;
  padding: 0;
}
ul.index p {
  margin: 0;
}
ul.index div.title {
  font-weight: bold;
  font-size: 1.1em;
}
ul.index div.description {
  margin: 0.1em 0;
}
ul.index div.description p, ul.index div.description br {
  display: inline;
}
ul.index .time, ul.index .date {
  font-size: 0.9em;
  color: #999;
  font-weight: normal;
}
div#main ul.index li {
  padding: 1em 0;
}
div#main ul.index li div.title {
  margin-bottom: 0.7em;
  padding-left: 24px;
  background: transparent url("../image/sta/racket.gif") no-repeat left bottom;
  border-bottom:#8EC21F solid 2px;
  font-size: 1em;
}
div#main ul.index li div.icon {
  padding: 0 15px 0 0;
}
div#main ul.index li div.date {
  text-align: right;
}
div#main ul.index>li:last-child {
  border-bottom: none;
}
div#main ul.index li ul {
  margin: 0.5em 0 0 0;
  padding: 7px;
  border: solid 1px #d8d8d8;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: #FAFAFA;
}
div#main ul.index li ul li {
  display: inline;
  padding: 0 0.5em;
  border: none;
  white-space: nowrap;
  _white-space: normal;
  /white-space: normal;
}
div#main .taketori-writingmode-ttb ul.index li ul li:not(:target) {
  white-space: normal\9;
}
div#main ul.index li ul li:before {
  content: "\00A7";
  padding-right: 0.3em;
  color: #999;
}
p.read-more {
  text-align: right;
  font-size: 0.9em;
}
p.read-more a {
  text-shadow: rgba(0,0,0,0.4) 0 -1px 1px, rgba(255,255,255,0.4) 0 1px 1px;
  text-decoration: none;
}
div#main div.grid p.read-more {
  margin-left: 15px;
  margin-right: 15px;
}
div#main div.grid ul.index li p.read-more {
  font-size: 0.84em;
  margin: 0;
}

/* グリッド状に配置 */
div#main div.grid {
  padding: 15px 0;
}
div#main div.grid ul.info {
  padding: 5px 15px;
}
div#main div.grid ul.index {
  padding: 0;
  border: none;
  overflow: hidden;
  /min-height: 0;
}
* html div#main div.grid ul.index {
  overflow: visible;
  height: 0;
}
div#main div.grid ul.index li {
  clear: none;
  display: inline;
  float: left;
  width: 211px;
  margin: 0;
  padding: 15px;
  border: none;
}
* html div#main div.grid ul.index li {
  width /**/: 241px;
}
div#main div.square ul.index li {
  height: 211px;
  min-height: 211px;
  overflow: auto;
  overflow-x: hidden;
}
* html div#main div.square ul.index li {
  height /**/: 241px;
}
div#main div.aspect4-3 ul.index li {
  height: 150px;
  min-height: 150px;
  overflow: auto;
  overflow-x: hidden;
}
* html div#main div.aspect3-4 ul.index li {
  height /**/: 180px;
}
div#main div.aspect3-4 ul.index li {
  height: 291px;
  min-height: 291px;
  overflow: auto;
  overflow-x: hidden;
}
* html div#main div.aspect4-3 ul.index li {
  height /**/: 321px;
}
div.single div#main div.grid ul.index li {
  width: 209px;
  padding: 15px;
}
* html div.single div#main div.grid ul.index li {
  width /**/: 239px;
}
div.single div#main div.square ul.index li {
  height: 209px;
  min-height: 209px;
}
* html div.single div#main div.square ul.index li {
  height /**/: 239px;
}
div.single div#main div.aspect4-3 ul.index li {
  height: 149px;
  min-height: 149px;
}
* html div.single div#main div.aspect4-3 ul.index li {
  height /**/: 179px;
}
div.single div#main div.aspect3-4 ul.index li {
  height: 289px;
  min-height: 289px;
}
* html div.single div#main div.aspect3-4 ul.index li {
  height /**/: 319px;
}
div#main div.grid ul.index li div.title {
  margin-bottom: 0.3em;
  padding-left: 0;
  background: transparent none;
  border-bottom: none;
  font-size: 1.1em;
}
div#main div.grid ul.index li div.icon {
  padding: 0;
}
div#main div.grid ul.index li ul {
  font-size: 0.93em;
}
div#main div.liquid ul.index,
div.single div#main div.liquid ul.index {
  letter-spacing: -1em;
  overflow: visible;
}
div#main div.liquid ul.index li,
div.single div#main div.liquid ul.index li {
  letter-spacing: normal;
  height: auto;
  overflow: visible;
  float: none;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  /display: inline;
  /zoom: 1;
  _display: inline;
  _zoom: 1;
}
div#main div.grid ul.index li ul li,
* html div#main div.grid ul.index li ul li,
div.single div#main div.grid ul.index li ul li,
* html div.single div#main div.grid ul.index li ul li,
div#main div.square ul.index li ul li,
* html div#main div.square ul.index li ul li,
div#main div.aspect4-3 ul.index li ul li,
* html div#main div.aspect4-3 ul.index li ul li,
div#main div.aspect3-4 ul.index li ul li,
* html div#main div.aspect3-4 ul.index li ul li,
div.single div#main div.square ul.index li ul li,
* html div.single div#main div.square ul.index li ul li,
div.single div#main div.aspect4-3 ul.index li ul li,
* html div.single div#main div.aspect4-3 ul.index li ul li,
div.single div#main div.aspect3-4 ul.index li ul li,
* html div.single div#main div.aspect3-4 ul.index li ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  white-space: normal;
  width: auto;
  height: auto;
  min-height: inherit;
  overflow: visible;
  /min-height: 0;
}
div#aside ul.index li, div#aside ul.index li p, div#sub ul.index li, div#sub ul.index li p{
  line-height: 1.2;
}
div#main div.grid ul.index li, div#main div.grid ul.index li p {
  line-height: 1.5;
}
div#main div.liquid.grid.multi-column ul.index {
  -webkit-column-count: 3;
  -webkit-column-gap: 0;
  -webkit-column-rule: dashed 1px #d6d6d6;
  -moz-column-count: 3;
  -moz-column-gap: 0;
  -moz-column-rule: dashed 1px #d6d6d6;
  -ms-column-count: 3;
  -ms-column-gap: 0;
  -ms-column-rule: dashed 1px #d6d6d6;
  -o-column-count: 3;
  -o-column-gap: 0;
  -o-column-rule: dashed 1px #d6d6d6;
  column-count: 3;
  column-gap: 0;
  column-rule: dashed 1px #d6d6d6;
}
div.single div#main div.liquid.grid.multi-column ul.index {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* カテゴリーごとに横に並べる */
div.pillars {
  letter-spacing: -1em;
  padding-left: 1px;
}
div.single div.pillars {
  padding-left: 0;
}
div.pillars * {
  letter-spacing: normal;
}
div.pillars div.section {
  width: 211px;
  margin: 0 -1px 60px 1px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  /display: inline;
  /zoom: 1;
  _display: inline;
  _zoom: 1;
  _margin: 0 -5px 60px 1px;
}
div.pillars div.section ul.index li ul li {
  display: block !important;
  white-space: normal !important;
}
div.single div.pillars div.section {
  width: 209px;
  _margin: 0 -7px 60px 1px;
}
div.pillars div.grid {
  width: 241px;
  margin: 0 -1px 60px 1px;
}
div.single div.pillars div.grid {
  width: 239px;
  margin: 0 -1px 60px 1px;
}

/* ギャラリーインデックス */
div#aside ul.index li, div#sub ul.index li {
  padding: 0.6em 0 0 12px;
  background: transparent url("../image/style-naturalwood/marker.gif") no-repeat left 0.9em;
}
div#aside ul.index li a img, div#sub ul.index li a img {
  max-width: 188px !important;
  _width: 188px !important;
}
div.golden-ratio div#aside ul.index li a img, div.golden-ratio div#sub ul.index li a img {
  max-width: 328px !important;
  _width: 328px !important;
}
div.two-to-one div#aside ul.index li a img, div.two-to-one div#sub ul.index li a img {
  max-width: 281px !important;
  _width: 281px !important;
}
div#aside ul.index li ul li, div#sub ul.index li ul li, div#aside ul.index li div.date, div#sub ul.index li div.date {
  padding: 0.4em 0 0 0;
  background: none;
}
div#aside ul.gallery {
  width: 200px;
  margin: 0;
  padding: 16px 0;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
div#aside ul.gallery * {
  display: inline;
  overflow: visible;
  margin: 0;
  padding: 0;
}
div#aside ul.gallery li {
  padding: 0 5px;
  background: transparent none;
}
div#aside ul.gallery li img {
  max-width: none !important;
}
div#categories ul {
  margin: 0;
  padding: 10px 0 0 20px;
}
div#aside ul.index div.description {
  color: #666;
}

/* 竹取JS */
.taketori-ttb h1,
.taketori-ttb h2,
.taketori-ttb h3 {
  margin-left: 0 !important;
}
.taketori-writingmode-ttb h1,
.taketori-writingmode-ttb h2,
.taketori-writingmode-ttb h3 {
  margin-top: 0 !important;
  background: transparent none !important;
}
div.ttb a {
  text-decoration: none !important;
}
div#main div.ttb {
  margin: 0 14px;
}
div#main div.ttb p {
  line-height: 2;
}
div#main .taketori-ttb ul.index li ul li:before {
  display: -moz-inline-block;
  display: inline-block;
  padding: 0;
  width: 1.5em;
  text-align: center;
  vertical-align: middle;
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  transform:rotate(-90deg);
}
div#main .taketori-ttb ul.index li ul li,
div#main .taketori-ttb ul.info li {
  position: relative;
}
div#main .taketori-writingmode-ttb ul.index li ul li:after {
  content: ' ';
  white-space: normal;
}

/* Tag cloud - Vicuna CMS style-vega http://vicuna.jp */
ul.tagCloud {
  margin: 1em 0;
  line-height: 1;
  _height: 1px; /* for IE6 */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
ul.tagCloud li {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 100%;
}
ul.tagCloud li a {
  text-decoration: none;
}

/* Tag level 1 > 6 */
ul.tagCloud li.level1 a {
  font-size: 167%;
  font-weight: bold;
  color: #3e5b71;
}
ul.tagCloud li.level2 a {
  font-size: 136%;
  font-weight: bold;
  color: #668eac;
}
ul.tagCloud li.level3 a {
  font-size: 122%;
  font-weight: bold;
  color: #668eac;
}
ul.tagCloud li.level4 a {
  font-size: 114%;
  color: #87a6be;
}
ul.tagCloud li.level5 a {
  font-size: 92%;
  color: #a7becf;
}
ul.tagCloud li.level6 a {
  font-size: 77%;
  color: #c7d5e0;
}

/* On Mouse */
ul.tagCloud li a:hover {
  color: #000;
}

/* 記事 */
div#main div.info {
  padding-top:  0;
}
div.info ul, ul.info {
  list-style-type: none;
  margin:  0;
  padding: 10px 0;
  font-size: 90%;
  color: #666;
  overflow: hidden;
}
* html div.info ul, * html ul.info {
  overflow: visible;
  height: 0;
}
div.info ul li, ul.info li {
  display: inline;
  margin:  0;
  padding: 0;
  white-space: nowrap;
  _white-space /**/: normal;
}
div.info ul li.description, ul.info li.description {
  white-space: normal;
}
div.info ul li.time, ul.info li.time {
  padding-right: 1em;
}
div.info ul li.author {
 font-weight: bold;
 padding-right: 1em;
}
div.date {
  color: #999;
}
div.info ul li p, ul.info li p,div.info ul li br, ul.info li br {
  margin:  0;
  padding: 0;
  display: inline;
}
div.info div.image {
  margin: 10px 0 0 0;
  font-size: 90%;
  color: #666;
}
div.info ul li.sbm {
  display: block;
  padding: 0.5em 0;
}
.sbm iframe, .sbm img {
  vertical-align: baseline;
}
.sbm div {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: baseline;
  /display: inline;
  /zoom: 1;
  _display: inline;
  _zoom: 1;
}
ul.info li.icon {
  float: left;
  padding: 0 10px 0 0;
}
div#main div.feedback {
  font-size: 0.93em;
}
div#main div.feedback div.body {
  padding: 1px 10px 0 10px;
}
div#main div#gmap div.body {
  padding: 15px 10px 0 10px;
}
div#main div#gmap-description {
  margin-top: -15px;
  padding-top: 0;
}
div#main div#gmap-description div.body {
  padding: 0 10px;
}
div#main div.user-generated-comment,
div#main div.trackback {
  border-bottom-color: #ccc;
}
div#main div.trackback h4 {
  margin: 0;
  padding: 0;
}
div#main div.feedback p {
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 1.2;
}
div#main table.info {
  width: 100%;
}
* html div#main table.info {
  width /**/: auto;
}

/* ミニショップ */
div#main div.chapter div.item {
  border-top: 1px #ddd dotted;
  padding: 20px 15px 30px 15px;
}
div#main div.chapter div.item:first-child {
  padding-top: 10px;
  border: none;
}
div#main div.chapter div.item div.data div.body {
  margin: 0;
  padding: 0;
  width: 695px;
  /min-height: 0;
}
div#main div.chapter div.item div.data div.body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div#main div.chapter div.item div.data div.body {
  height: 0;
}
div#main div.chapter div.item div.data div.body div.image {
  margin: 0;
  padding: 0;
  width: 340px;
  float: left;
}
div#main div.chapter div.item div.data div.body dl {
  margin: 0;
  padding: 0;
  width: 340px;
  float: right;
}
div#main div.chapter div.item div.data div.body dl dt {
  margin: 0;
  padding: 0 1em;
  border: none;
  background-color: #ddd;
  background-color: rgba(0,0,0,0.09);
  font-weight: bold;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  _background-color: #ddd;
}
div#main div.chapter div.item div.data div.body dl dd {
  margin: 0;
  padding: 4px 0;
}
div#main div.chapter div.item div.sample div.body {
  width: 695px;
  overflow: hidden;
}
div#main div.chapter div.item div.sample ul {
  width: 705px;
  margin: 0;
  margin-right: -10px;
  padding: 0;
  border: none;
  overflow: hidden;
  /min-height: 0;
}
* html div#main div.chapter div.item div.sample ul {
  overflow: visible;
  height: 0;
}
div#main div.chapter div.item div.sample ul li {
  display: inline;
  float: left;
  margin: 0;
  padding: 5px 10px 0 0;
}
div#main div.chapter div.item div.sample ul li a, div#main div.chapter div.item div.sample ul li a img {
  margin: 0;
  padding: 0;
}
div#main div.shopping-cart-tool {
  float: right;
  text-align: right;
  margin: 15px 15px 15px -100%;
  position: relative;
  /float: none;
  /margin: 15px 15px 15px 0;
  _float: none;
  _margin: 15px 15px 15px 0;
}

/* ナビゲーション */
ul.nav {
  clear: left;
  margin:  0;
  padding: 10px;
  list-style-type: none;
  text-align: right;
}
ul.nav li {
  display: inline;
  margin:  0;
  padding: 0;
}
ul#top-nav {
  padding-bottom: 0;
}
div.gallery div#main ul#top-nav {
  display: inline;
  float: right;
}
ul.nav a {
  outline: none;
}
ul.pager {
  margin: 15px 0;
  padding:  0;
  list-style-type: none;
  text-align: center;
}
div#gallery ul.pager {
  margin-top: 0;
}
ul.pager li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}
ul.pager form {
  display: inline;
  margin: 0;
  padding: 0;
}
ul.pager li.here, ul.pager li.omission, ul.pager li.info, ul.pager li.manual, ul.pager li.button, ul.pager a {
  margin:  0;
  padding: 0 0.5em;
  text-shadow: rgba(0,0,0,0.4) 0 -1px 1px, rgba(255,255,255,0.4) 0 1px 1px;
  outline: none;
}
ul.pager li.here {
  font-weight: bold;
}
ul.pager li.manual, ul.pager li.manual a, ul.pager li.manual a:hover,
ul.pager li.button, ul.pager li.button a, ul.pager li.button a:hover,
ul.pager li.prev a, ul.pager li.prev a:hover,
ul.pager li.next a, ul.pager li.next a:hover {
  text-shadow: none;
}
div#gallery ul.pager {
  padding: 0;
}

/* ギャラリー風インデックス */
div.gallery div#main {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: transparent none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
div.gallery div#main:before, div.gallery div#main:after {
  display: none;
}
div.gallery div#main div.section {
  padding: 15px 0 0 0;
}
div.gallery div#main ul.nav {
  padding: 0;
}
div.gallery div#main ul.index {
  margin: 0 -5px 0 -5px;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
div.gallery div#main ul.index li {
  margin: 0;
  padding: 1em 5px;
  border: none;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  /display: inline;
  /zoom: 1;
  _display: inline;
  _zoom: 1;
}
div.gallery div#main ul.index li div.title {
  margin-bottom: 0;
  padding-left: 0;
  background: transparent none;
  border-bottom: none;
  font-size: 1.1em;
}
div.gallery div#main ul.index li div.icon {
  padding: 0;
}
div.gallery div#main ul.index div.description p, div.gallery div#main ul.index div.description br {
  display: block;
}
div.gallery div#main ul.index li ul {
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
  font-size: 1em;
}
div.gallery div#main ul.index li ul li {
  display: block;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  white-space: normal;
}
div.gallery div#main ul.index li ul li:before {
  content: 'kyoto.ladiessofttennis.org';
  padding: 0;
}
div.gallery iframe.gmap-index {
  display: block;
}

/* CGI */
div.entries div#main,
div.categories div#main,
div.search div#main,
div.map div#main form.floating-search-form fieldset#search,
div.map div#main form.floating-search-form fieldset#search legend {
  background: transparent none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
div.entries div#main:before, div.entries div#main:after,
div.categories div#main:before, div.categories div#main:after,
div.search div#main:before, div.search div#main:after,
div.map div#main form.floating-search-form fieldset#search:before, div.map div#main form.floating-search-form fieldset#search:after {
  display: none;
}
* html div.entries div#main {
  text-align /**/: center;
}
div.entries div#main,
div.categories div#main,
div.search div#main {
  width: 958px;
}
div.entries div#main div.section h2,
div.categories div#main div.section h2 {
  display: inline;
}
div#main form#gate table.field-table {
  margin: 0 auto;
}
div.detail div#main form#gate,
div.entries div#main form#gate,
div.categories div#main form#gate,
div.search div#main form#gate {
  text-align: center;
  padding: 15px;
}
div#main .panel {
  margin: 15px auto;
  padding: 0;
  text-align: center;
}
div.entries div#main div.box,
div.entries div#main ul.box {
  clear: left;
  padding: 15px;
  margin: 15px auto 0 auto;
}
* html div.entries ul.box {
  margin-left /**/: 0;
  margin-right /**/: 0;
}
div.entries div#main div.section,
div.categories div#main div.section {
  padding: 4px 15px 15px 15px;
  margin: 0 0 15px 0;
}
div.categories div#main div.index {
  clear: left;
  margin: 0;
  margin-right: -15px;
  padding: 0;
  width: 972px;
  /min-height: 0;
}
div.categories div#main div.index:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.categories div#main div.index {
  height: 0;
}
div.search div#main form {
  clear: left;
  margin: 1px 0 0 0;
}
div.entries div#main div.box table {
 margin: 0 auto;
}
div.categories div#main div.section {
  clear: none;
  display: inline;
  float: left;
  margin: 0 15px 15px 0;
  width: 279px;
}
* html div.categories div#main div.section {
  width /**/: 309px;
}
div.categories div#main div.section div.body {
  height: 200px;
  overflow: auto;
  overflow-x: hidden;
}
div.categories div.section dl, div.entries div.section dl {
  margin: 0.3em 0;
  padding: 0;
  font-size: 0.88em;
  color: #888;
}
div.categories div#main div.section div.body dl.info dt,
div.entries div#main div.section div.body dl.info dt {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0 0.3em 0 0;
  padding: 0;
  border: none;
  background: transparent none;
}
div.categories div#main div.section div.body dl.info dd,
div.entries div#main div.section div.body dl.info dd {
  margin: 0;
  padding: 0;
}
div.categories div#main div.section div.body dl.info dt:after,
div.entries div#main div.section div.body dl.info dt:after {
  content: " : ";
}
div.entries div#main div.section {
  margin: 15px auto;
}

/* お問い合わせのフィールドテーブル */
body.inquiry div#main table.field-table .datatitle:after,
body.inquiry div#main table.field-table td.field-name label:after {
  content: "kyoto.ladiessofttennis.org";
}
body.inquiry div#main table.field-table td.field-name strong:after {
  display: -moz-inline-box;
  display: inline-block;
  margin: 0 0 0 0.3em;
  padding: 3px 4px;
  vertical-align: 3px;
  content: "*";
  content: "\5FC5\9808";
  color: #FFF;
  background: #E84848 none;
  font: normal 0.75em "ヒラギノ丸ゴ Pro W4" ,"ヒラギノ丸ゴ Pro" ,"Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", Avenir, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
body.inquiry div#main table.field-table {
  empty-cells: show;
  background: transparent none;
  border: none;
  border-top: 1px #d6d6d6 solid;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.5em auto;
  padding: 0;
  width: 100%;
  _width: auto;
}
body.inquiry div#main table.field-table table {
  margin: 0;
}
body.inquiry div#main table.field-table tr.tbody-end td.field-name,
body.inquiry div#main table.field-table tr.tbody-end td.field {
  padding: 8px 14px;
}
body.inquiry div#main table.field-table tr.tbody-start td.field-name,
body.inquiry div#main table.field-table tr.tbody-start td.field {
  padding: 8px 14px;
}
body.inquiry div#main table.field-table td.field-name {
  background: #f6f6f6 none;
  border-left: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  padding: 8px 14px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}
body.inquiry div#main table.field-table td.field {
  background: #fff none;
  border: none;
  border-right: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  padding: 8px 14px;
  vertical-align: middle;
  text-align: left;
}
body.inquiry div#main table.field-table td.field p {
  max-width: 540px;
}
body.inquiry div#main table.field-table td.submit-box {
  padding-top: 10px;
  text-align: center;
}
body.inquiry div#main table.field-table td.field ol {
  margin: 0;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"] {
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  min-width: 150px;
  _width: 150px;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"]:hover {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#c8c8c8));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #c8c8c8);
  background-image: -moz-linear-gradient(top, #e8e8e8, #c8c8c8);
  background-image: -ms-linear-gradient(top, #e8e8e8, #c8c8c8);
  background-image: -o-linear-gradient(top, #e8e8e8, #c8c8c8);
  background-image: linear-gradient(top, #e8e8e8, #c8c8c8);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"]:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
  box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
}

/* Baobab */
ul#baobab-tree-navi, ul#baobab-tree-navi ul {
  list-style-type: none;
}
ul#baobab-tree-navi {
  width: 640px;
  font-size: 0.9em;
}
ul#baobab-tree-navi ul {
  margin: 0;
  padding: 0.5em 0;
}
ul#baobab-tree-navi ul li {
  margin: 0;
  padding: 0;
}
div.entries div#main div#baobab-thread-box .baobab-article-frame {
  margin-left: 0;
}
form#cancel {
  text-align: center;
}
table#baobab-article-list {
  margin: 0 auto;
}
table.baobab-article-frame {
  margin: 8px auto;
  empty-cells: show;
  background: transparent none;
  border: none;
}
table.baobab-article-frame td {
  background: transparent none;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
div.tree div#main {
  padding: 1px 15px;
}
ul.bb-tree {
  padding-bottom: 20px !important;
}
div.single div#main table.baobab-article-frame td.fukidashi-box h2 {
  display: block;
  float: none;
  margin: 0 0 1em 0;
  padding: 0 0 0 24px;
  font-weight: bold;
  font-size: 1em;
  font-family: Avenir, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  background: transparent url("../image/sta/racket.gif") no-repeat left center;
  font-weight: bold;
  font-size: 1.1em;
  color: #6CA00D;
}
div.single div#main table.baobab-article-frame td.fukidashi-box h2 img {
  margin-right: 0.5em;
  vertical-align: bottom;
}
table.baobab-article-frame td.fukidashi-box div.body {
  clear: left;
}
table.baobab-article-frame td.chara-box {
  text-align: center;
}
table.baobab-article-frame td.chara-box ul.info {
  margin: 2px 0;
  padding: 5px;
  list-style-type: none;
  color: #3E250D;
  text-shadow: rgba(0,0,0,0.4) 0 -1px 1px, rgba(255,255,255,0.4) 0 1px 1px;
}
table.baobab-article-frame td.chara-box ul.info li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: normal;
}
table.baobab-article-frame td.chara-box ul.info li.address,
table.baobab-article-frame td.chara-box ul.info li.mtime {
  font-size: 0.8em;
}
div#container div.baobab-form form table.field-table {
  margin: 0 auto;
}
div.baobab-form {
  padding: 15px !important;
  width: 640px;
}

/* 詳細表示 */
div#top-item {
  margin: 0;
  text-align: center;
}
div#top-item img {
  max-width: 100% !important;
}

/* Calendar */
table#daytable td,
table#timetable-grid td {
  background-color: #fff;
}
fieldset.guest-can {
  border: #ddd 1px solid;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  text-align: left;
  margin-top: 10px;
}
div.guest-submit-box {
  margin: 10px;
  text-align: center;
}
form#cancel {
  text-align: center;
}
div#event-editor {
  position: absolute;
  top: 0;
  left: 0;
}

/* 日数カウンター */
div.single div#main div.double {
  width: 928px;
  margin: 0;
  padding: 0;
  /min-height: 0;
}
div.single div#main div.double:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.single div#main div.double {
  height: 0;
}
div.single div#main div.double table.calendar {
  clear: none;
  display: inline;
  float: left;
  margin: 0 18px;
}
div.single div#main div.double table.calendar th, div.single div#main div.double table.calendar td {
  width: 60px;
  height: 60px;
  font-size: 16px;
}
div.single div#main div.double table.calendar caption {
  font-size: 16px;
}

/* アクセス制限 */
div.inline {
  /min-height: 0;
}
div.inline:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.inline {
  height: 0;
}
div.inline fieldset {
  clear: none;
  display: inline;
  float: left;
  margin: 0 15px 0 0;
  padding: 15px 10px 10px 10px;
  border: #ddd 1px solid;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  text-align: left;
}
div.inline fieldset:hover {
  background-color: #fff;
}
div.inline fieldset legend {
  font-weight: bold;
  color: #000;
}
div#main div.inline fieldset table {
  margin: 0;
}

/* 郵便番号検索 */
div.zipcode div#main div.section div.body {
  text-align: center;
}

/* TableMaker */
div.entries table#table-viewer, div.entries table.tile-table {
  margin: 0 auto;
}
div.search div#main form#tm-search {
  clear: left;
  width: 958px;
  padding: 30px 0 0 0;
  /min-height: 0;
}
div.search div#main form#tm-search:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.search div#main form#tm-search {
  height: 0;
}
div.search div#main form#tm-search fieldset {
  display: inline;
  margin: 0;
  padding: 0;
}
div.search div#main form#tm-search fieldset {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  _position: relative;
  /position: relative;
}
div.search div#main form#tm-search fieldset legend,
div.map div#main fieldset#search legend {
  position: relative;
  margin: -30px 0 15px 0;
  text-align: left;
}
div.search div#main form#tm-search fieldset#view-selector {
  width: 310px;
  float: left;
}
* html div.search div#main form#tm-search fieldset#view-selector {
  width /**/: 340px;
}
div.search div#main form#tm-search fieldset#search {
  width: 570px;
  float: right;
}
* html div.search div#main form#tm-search fieldset#search {
  width /**/: 600px;
}
div.search div#main form#tm-search fieldset table.field-table {
  margin: 0 auto;
}
table.tile-table div.bargraphbg-1,
table.tile-table div.bargraphbg-2,
table.tile-table div.bargraphbg-3,
table.tile-table div.bargraphbg-4,
table.tile-table div.bargraphbg-5,
table.tile-table div.bargraphbg-6,
ul.tile div.bargraphbg-1,
ul.tile div.bargraphbg-2,
ul.tile div.bargraphbg-3,
ul.tile div.bargraphbg-4,
ul.tile div.bargraphbg-5,
ul.tile div.bargraphbg-6 {
  margin-left: auto !important;
  margin-right: auto !important;
}
form#record-editor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
td.tile-cell div, ul.tile li div {
  margin: 0.2em auto;
  text-align: center;
}
ul.tile {
  margin: 0 -8px 0 -8px;
  text-align: center;
}
ul.tile li {
  margin: 8px;
  width: 205px;
  padding: 10px;
  _width /**/: 225px;
}
ul.tile li ol.checkbox {
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
  border: solid 1px #D6D6D6;
  font-size: 0.9em;
}
div.map div#main fieldset#search {
  margin: 30px auto 15px auto;
  padding: 15px;
  text-align: center;
}
div.map div#main fieldset#search table.field-table {
  margin: 0 auto;
}
div.search div#main form#tm-search fieldset#search table.field-table ol.checkbox,
div.map div#main fieldset#search table.field-table ol.checkbox {
  margin: 0;
  padding: 0;
}
div.map div#main form.floating-search-form fieldset#search {
  margin: 0;
  padding: 0;
}
div.map div#main form.floating-search-form fieldset#search legend {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  background: transparent none;
  border: none;
  text-align: left;
}
head~/* */body div.map div#main form.floating-search-form fieldset#search legend {
  display: block;
}
html:not(:target) div.map div#main form.floating-search-form fieldset#search legend {
  display: inline;
}
div.map div#main form.floating-search-form fieldset#search table.field-table ol.checkbox {
  padding: 0;
  max-width: 480px;
  _width: 400px;
  /width: 400px;
  font-size: 0.9em;
}
div.map div#main form.floating-search-form fieldset#search table.field-table ol.checkbox li {
  display: inline;
  padding: 0 0.6em 0 0;
  white-space: nowrap;
  _white-space: normal;
  /white-space: normal;
}
head~/* */body div.map div#main form.floating-search-form fieldset#search table.field-table ol.checkbox li {
  white-space: normal;
}
html:not(:target) div.map div#main form.floating-search-form fieldset#search table.field-table ol.checkbox li {
  white-space: nowrap;
  _white-space: normal;
  /white-space: normal;
}
div.map div#list-box ul#list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.map div#list-box ul#list li {
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1;
}
div.map div#list-box ul#list li:after {
  content: " ";
}
div.map div#list-box ul#list li a {
  margin: 4px;
  padding: 0;
  font-size: 0.9em;
  white-space: nowrap;
  _white-space: normal;
  /white-space: normal;
}
div.map div#list-box ul#list li a img {
  margin: 3px;
  border: none;
  vertical-align: middle;
}
form#tm-register fieldset {
  margin: 0;
  padding: 15px 10px 10px 10px;
  border: #ddd 1px solid;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  text-align: left;
}
form#tm-register fieldset:hover {
  background-color: #fff;
}
form#tm-register fieldset legend {
  font-weight: bold;
}
form#tm-download-form label {
  font-size: 0.9em;
  padding: 0 0.5em;
  color: #3E250D;
  text-shadow: rgba(0,0,0,0.4) 0 -1px 1px, rgba(255,255,255,0.4) 0 1px 1px;
}
form#rewind-form {
  margin: 0 auto;
}

/* お支払い方法・送料 */
div#main div.section div.body dl#payment-info dt {
  clear: left;
}
div#main div.section div.body dl#payment-info dd.bank-info-detail {
  float: left;
  padding-bottom: 0;
}
div#main div.section div.body dl#payment-info dd#bank-info-note {
  clear: left;
}
div#main div.section div.body div#carriage-info-box {
  clear: left;
  padding-top: 30px;
}

/* ツールバー */
div#toolbar {
  margin: 0 auto;
  padding: 3px 16px;
  background: #c09e6f url("../image/style-naturalwood/paper_brown.jpg") repeat left top;
  font-size: 0.9em;
  text-align: right;
}
div#toolbar:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
div#toolbar a.rss {
  text-decoration: none;
  padding-right: 16px;
  font-weight: bold;
  background: transparent url("../image/feedicon.png") no-repeat right center;
  color: #fff;
}

/* Yahoo Search */
* html ul#searchword-cloud {
  width: 100%;
  overflow: hidden;
  margin-left /* */: 0;
}
ul#searchword-cloud a:hover {
  color: #000;
  background-color: #fff;
}
form#ysearch input#ysearch-query {
  width: 400px;
}
form#ysearch input#ysearch-submit {
  width: 100px;
}
div.yschabstr {
  font-size: 0.93em;
}
div.yschmtime {
  font-size: 0.93em;
  color: #666;
}
ol#ysearch-result li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
}
ol#ysearch-result li strong {
  background-color: #ff9;
}

/* Yahoo 検索最近の検索ワード */
div#toolbar form#ysearch-form {
  margin: 0;
  padding: 0 5px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -o-opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-align: left;
}
div#toolbar form#ysearch-form:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
div#toolbar form#ysearch-form div#searchword-tip {
  z-index: 9999;
}
div#toolbar form#ysearch-form input#ysearch-submit {
  border: none;
  background: transparent url("../image/style-naturalwood/search.gif") no-repeat left top;
  margin: 0 0 0 4px;
  width: 14px;
  height: 14px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
}
div#toolbar form#ysearch-form input#ysearch-submit:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* 吹き出しチップ */
.omitted .tips {
  display: block;
  margin: 1px auto 0 auto;
  position: absolute;
  z-index: 2;
  background-image: url("../image/tri.gif");
  background-repeat: no-repeat;
  background-position: left top;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
  -moz-transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
  -ms-transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
}
.omitted:hover .tips {
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out 0;
  -moz-transition: opacity 0.5s ease-in-out 0;
  -o-transition: opacity 0.5s ease-in-out 0;
  -ms-transition: opacity 0.5s ease-in-out 0;
  transition: opacity 0.5s ease-in-out 0;
}
.omitted .tips .content {
  margin: 9px 0 0 0;
  padding: 10px;
  width: 140px;
  font-size: 0.8em;
  background-color: #222;
  color: #FFF;
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  text-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.56);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.56);
  -o-box-shadow: 0 3px 3px rgba(0,0,0,0.56);
  -ms-box-shadow: 0 3px 3px rgba(0,0,0,0.56);
  box-shadow: 0 3px 3px rgba(0,0,0,0.56);
}
.omitted .tips .content a, .omitted .tips .content  .time, .omitted .tips .date {
  color: #FFF;
}
.omitted .tips .content .title {
  font-weight: bold;
}

/* カレンダー */
table.calendar {
  margin: 0 auto 20px auto;
  empty-cells: show;
  border-collapse: collapse;
}
table.calendar th, table.calendar td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 27px;
  height: 20px;
  border: 1px solid #cccccc;
  font-size: 10px;
  font-weight: normal;
  color: #888888;
  background-color: #ffffff;
}
table.calendar caption {
  font-size: 12px;
  font-weight: normal;
  color: #888888;
}
table.calendar th {
  white-space: nowrap;
  color: #999999;
  background-color: #ffffff;
}
table.calendar td a {
  color: #333333;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-shadow: #ccc 0 1px 1px;
}
table.calendar td a:hover {
  font-size: 11px;
  color: #ffffff;
}
table.calendar td.saturday {
  background-color: #eeeeee;
}
table.calendar td.sunday,
table.calendar td.holiday {
  background-color: #dddddd;
}
table.calendar td.specialwday,
table.calendar td.specialday {
  background-color: #bbbbbb;
}
table.calendar td:hover {
  background-color: #333333;
}

/* カレンダーインデックス */
div#main table.calendar th, div#main table.calendar td {
  width: 20px;
  height: 20px;
}
div#main div.year div.month {
  display: inline;
  float: left;
  width: 173px;
  height: 170px;
  text-align: center;
}
div#main div.year div.body {
  padding-top: 10px;
}

/* フッタ */
div#close-button {
  text-align: center;
}
form + div#close-button {
  margin-top: 15px;
}
div#footer {
  margin: 0 auto;
  padding: 50px 0 240px 0;
  width: 100%;
  background: transparent url("../image/style-naturalwood/footer.jpg") repeat-x left top;
  color: #ccc;
  font-size: 0.9em;
  text-align: center;
}
div#footer a {
  color: #ccc;
}
div#footer a:hover {
  color: #000;
}
div#footer p#copyright {
  margin: 0;
  padding: 7px 0 7px 0;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
div#footer ul#footer-nav {
  clear: none;
  margin: 0;
  padding: 7px 0 7px 0;
  list-style-type: none;
  line-height: 1;
  white-space: nowrap;
}
div#footer ul#footer-nav li {
  display: inline;
  padding: 0 1em;
  border: none;
  border-right: 1px solid #ccc;
  font-size: 0.9em;
}
div#footer ul#footer-nav>li:last-child {
  border: none;
}
div#footer ul#footer-nav li.last {
  border: none;
}
div#footer ul#footer-nav li.qr {
  border: none;
  padding: 0;
}
div#footer ul#footer-nav li.qr img {
  vertical-align: top;
}
div#footer div.section {
  width: 960px;
  margin: 0 auto;
}
div#footer div.section address {
  font-style: normal;
}
div.double p#copyright {
  display: inline;
  float: left;
  text-align: left;
}
div.double ul#footer-nav {
  display: inline;
  float: right;
  text-align: right;
}

/* 検索ボックス */
input.placeholder, textarea.placeholder {
  color: #666;
}

/* 広告 */
ul.ad {
  clear: both;
  margin: 24px auto;
  width: 882px;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-content: center;
  justify-content: center;
}
ul.ad li {
  display:block;
  margin: 0;
  padding: 0 30px;
}
ul.ad a {
  display: block;
  text-decoration: none;
}
ul.ad a img {
  width: 234px !important;
  height: 60px !important;
  display: block;
  border: none;
}
ul.ad a.box {
  display: block;
  width: 230px;
  height: 14px;
  padding: 22px 0;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #000 !important;
  background: #fff none;
  _width /**/: 234px;
  _height /**/: 60px;
}
p.ad-caption {
  clear: both;
  margin: 24px auto -1em auto;
  line-height: 1;
  font-size: 0.9em;
  font-style: italic;
  color: #666;
}

.click-here {
    position: relative;
    display: block;
    padding: 0.5em 1em;
    margin: 0 0 12px 0;
    background: #ff9999;
    border-radius: 0.5em;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    line-height: 1;
}
.click-here:before {
    content: "ここをクリック！";
}
.click-here:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    border-top: solid #ff9999 10px;
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid transparent 0;

}
a:hover .click-here {
    background: #ff3333;
}
a:hover .click-here:after {
    border-top: solid #ff3333 10px;
}
