@charset "utf-8";
/*========================================
　　ワイルドネイチャープラザ
========================================*/
/* 
　ご案内
------------------------------------*/
.newsletter {
  width: 580px;
  padding: 0 20px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.newsletter {
  background: url(../images/top_newsletter_back.jpg) no-repeat left center;
  height: 50px;
  position: relative;
}
.newsletter p {
  color: #003399;
  font-weight: bold;
  font-size: 120%;
  margin: 15px 0 0 320px;
}
.newsletter div.icon {
  position: absolute;
  bottom: 7px;
  right: 5px;
}
.top_info {
  border: 1px dashed #CCCCCC;
  border-radius: 5px;
  padding: 0px 15px;
  margin-bottom: 10px;
}
/* 
　施設案内
------------------------------------*/
table.tbl_shisetsu {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #CCCC99;
}
table.tbl_shisetsu th, table.tbl_shisetsu td {
  border: 1px solid #CCCC99;
  vertical-align: top;
}
table.tbl_shisetsu th {
  /*width: 35%;*/
  width: 180px;
  background-color: #FFFFCC;
  vertical-align: top;
  text-align: center;
  padding: 10px;
}
table.tbl_shisetsu th p {
  /*font-size: 110%;*/
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
  white-space: nowrap;
}
table.tbl_shisetsu td img {
  padding: 5px;
}
table.tbl_shisetsu td ul.link {
  margin: 0 auto;
}
table.tbl_shisetsu td ul.link li {
  list-style: none;
}
table.tbl_shisetsu td ul.link li a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: .5em .75em;
  background-color: #79AC2B;
  border-radius: 5px;
  margin: 5px 0;
}
table.tbl_shisetsu td ul.link li a:hover {
  color: #FFCC00;
}
/* 
　イベント
------------------------------------*/
.ev_bana {
  background-color: #FFFFCC;
  border: 1px solid #FC0;
}
/*終了*/
.end {
  font-size: 90%;
  color: #FF0033;
  font-weight: bold;
}
/*写真*/
div.imgBlock {
  text-align: center;
}
div.imgBlock img {
  margin-bottom: 10px;
}
/*サンドフェスタ*/
table.tbl_sand {
  width: 600px;
  font-size: 14px;
  border: 1px solid #C33;
  border-collapse: collapse;
  margin: 30px auto;
}
table.tbl_sand td {
  padding: 5px;
  border: 1px solid #C33;
}
table.tbl_sand th {
  width: 20%;
  text-align: center;
  background-color: #FFCCCC;
  border: 1px solid #C33;
  color: #CC3333;
  padding: 5px;
}
.link1 {
  margin-bottom: 30px;
}
.link1:hover {
  opacity: 0.8;
}
/*-------------------------------------------------------　一日限定カフェ*/
#cafe {
  padding-top: 20px;
}
#cafe p, #cafe td, #cafe th {
  color: #300;
}
#cafe .memo {
  padding: 10px 20px;
  margin: 20px 0;
  border: double 3px #AA8D6B;
}
#cafe .memo p {
  text-align: center;
}
#cafe h4 {
  position: relative;
  background: #AA8D6B;
  box-shadow: 0px 0px 0px 5px #AA8D6B;
  border: dashed 1px #fff;
  margin: 40px 0 20px 0;
  padding: 16px;
  font-weight: bold;
  color: #fff;
  font-size: 150%;
}
#cafe h4:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #A1BF44 #fff #A1BF44;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
#cafe h5 {
  padding: 14px;
  margin: 40px 0 20px 0;
  font-size: 130%;
  font-weight: bold;
  background: #ECE7DF;
  border-left: solid 10px #C8DDD8;
  color: #633900;
}
#cafe h6 {
  color: #630;
  font-size: 120%;
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 2px dashed #AA8D6B;
}
/*table*/
#cafe table.event {
  width: 400px;
  border-collapse: separate;
  border-spacing: 0.25em;
  margin: 0 0 20px 0;
}
#cafe table.event td {
  border-bottom: 1px solid #996666;
}
#cafe table.event th {
  width: 35%;
  background-color: #C8DDD8;
  color: #636;
  font-weight: bold;
  text-align: center;
}
/*-------------------------------------------------------　スプリングフェスタ*/
#spring {
  padding-top: 20px;
}
#spring .lead {
  margin: 30px 0;
  padding: 10px 20px;
  border: double 3px #F1635E;
}
#spring .lead p {
  color: #663300;
}
#spring .lead .top {
  margin: 0;
  font-size: 160%;
  text-align: center;
}
#spring .lead .date {
  margin: 10px 0 0 0;
  text-align: center;
}
/*indexlist*/
#spring .indexlist {
  display: flex;
  margin: 20px 0;
  padding: 0;
}
#spring .indexlist li {
  display: flex;
  position: relative;
  width: calc(100% / 3);
  margin: 10px 5px;
  border: 5px solid #eeeeee;
  box-shadow: 2px 2px 3px #ccc;
}
#spring .indexlist li:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-top: 5px solid #FF9999;
  border-left: 5px solid #FF9999;
}
#spring .indexlist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
#spring .indexlist li a:hover {
  background-color: #FFFF99;
}
/**/
#spring h4 {
  position: relative;
  background: #8BC54A;
  box-shadow: 0px 0px 0px 5px #8BC54A;
  border: dashed 1px #fff;
  margin: 40px 0 20px 0;
  padding: 16px;
  font-weight: bold;
  font-size: 150%;
  background-image: url(../images/rose/h4_back.png);
  background-position: 98%;
  background-repeat: no-repeat;
  color: #fff;
}
#spring h4:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #F1635E #fff #F1635E;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
#spring h4 span.contact {
  float: right;
  font-size: 80%;
  font-weight: bold;
  color: #FFF;
}
#spring h4 p.info {
  font-size: 16px;
  float: right;
  padding: 8px 10px 0 0;
  margin: 0;
}
#spring h5 {
  padding: 14px;
  margin: 40px 0 20px 0;
  font-size: 130%;
  font-weight: bold;
  background: #EEF5D3;
  border-left: solid 10px #F1635E;
  color: #666;
}
#spring h6 {
  color: #630;
  font-size: 120%;
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 2px dashed #AA8D6B;
}
/*アンカーリンク*/
#spring h4 a {
  position: relative;
  top: -120px;
  display: block;
}
#spring h5 a {
  position: relative;
  top: -100px;
  display: block;
}
/*table*/
#spring table.event {
  width: 400px;
  border-spacing: 0.25em;
  margin: 0 0 20px 0;
}
#spring table.event td {
  border: 1px solid #CCC;
}
#spring table.event th {
  border: 1px solid #CCC;
  width: 25%;
  background-color: #FFC;
  color: #333333;
  font-weight: normal;
  text-align: center;
}
#spring table.w100 {
  width: 100%;
}
#spring .f_right {
  margin-bottom: 20px;
}
#spring .f_right .photo {
  margin-bottom: 10px;
}
#spring .f_right p {
  margin-top: 0px;
  padding: 0px;
  text-align: center;
}
#spring .yoyaku {
  background-color: #F99;
  color: #fff;
  font-size: 0.7em;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 0 0 10px 10px;
  font-weight: 500;
}
#spring .new {
  margin: 0 10px;
  /*vertical-align: middle;*/
}
/*-------------------------------------------------------　遊びの達人*/
#asobi {
  padding-top: 20px;
}
#asobi .memo {
  padding: 10px 20px;
  margin: 20px 0;
  border: double 3px #E8BB00;
}
#asobi .memo p {
  text-align: center;
}
#asobi h4 {
  position: relative;
  background: #007F42;
  box-shadow: 0px 0px 0px 5px #007F42;
  border: dashed 1px #fff;
  margin: 40px 0 20px 0;
  padding: 16px;
  font-weight: bold;
  font-size: 150%;
  background-image: url(../images/rose/h4_back.png);
  background-position: 98%;
  background-repeat: no-repeat;
  color: #fff;
}
#asobi h4:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #E8BB00 #fff #E8BB00;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
#asobi h4 a {
  position: relative;
  top: -100px;
  display: block;
}
#asobi h5 {
  padding: 14px;
  margin: 40px 0 20px 0;
  font-size: 130%;
  font-weight: bold;
  background: #EEF5D3;
  border-left: solid 10px #E8BB00;
  color: #002C09;
}
#asobi h6 {
  color: #630;
  font-size: 120%;
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 2px dashed #AA8D6B;
}
/*table*/
#asobi table.event {
  width: 400px;
  border-spacing: 0.25em;
  margin: 0 0 20px 0;
}
#asobi table.event td {
  border: 1px solid #CCC;
}
#asobi table.event th {
  border: 1px solid #CCC;
  width: 25%;
  background-color: #FFC;
  color: #333333;
  font-weight: normal;
  text-align: center;
}
/*table*/
#asobi table.w100 {
  width: 100%;
}
/*-------------------------------------------------------　夏のイベント*/
div#summer {
  padding-top: 20px;
}
div#summer p, div#summer td, div#summer th {
  color: #333;
}
/*見出し*/
div#summer h4 {
  clear: both;
  display: block;
  background-color: #00999E;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 130%;
  font-weight: bold;
  margin: 10px 0 20px;
  padding: .5em .75em;
  position: relative; /*160725add*/
  z-index: 1;
}
div#summer h5 {
  clear: both;
  padding-bottom: 5px;
  color: #555;
  font-size: 120%;
  font-weight: bold;
  border-bottom: solid 5px #9FDFF5;
  position: relative;
}
div#summer h5:after {
  padding-bottom: 5px;
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #FFE080;
  bottom: -5px;
  width: 45%;
}
div#summer h5.mizika:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #FFE080;
  bottom: -5px;
  width: 30%;
}
div#summer h4 div.note { /*160722add ポストイット風*/
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 5px;
  width: 260px;
  height: 60px;
  background: url(../images/2016summer/note_back.png) no-repeat 0 0;
}
div#summer h4 div.note p {
  color: #CC0000;
  font-size: .8em;
  padding: 5px 5px 5px 20px;
  margin: 0;
}
div#summer h6 {
  clear: both;
  margin-bottom: 20px;
  color: #00999E;
  font-size: 120%;
  font-weight: bold;
}
/*table*/
div#summer table.event {
  width: 400px;
  border-collapse: separate;
  border-spacing: 0.25em;
  margin: 0 0 20px 0;
}
div#summer table.event td {
  border-bottom: 1px solid #F2A324;
}
div#summer table.event th.list {
  width: 80px;
  background-color: #F2E141;
  color: #555;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
/*上部table　6月22日追加*/
div#summer table.main {
  width: 600px;
  border-collapse: separate;
  border-spacing: 0.25em;
  margin: 0 0 20px 0;
}
div#summer table.main td {
  border-bottom: 1px solid #F2A324;
}
div#summer table.main th.list {
  width: 80px;
  background-color: #F2E141;
  color: #555;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
div#summer span.imgtext {
  display: block;
  text-align: center;
  padding-bottom: 7px;
}
/*スケジュールtable　6月22日追加*/
div#summer table.sche {
  width: 100%;
  /*height:70px;*/
  text-align: center;
  line-height: 1.5;
  border-radius: 3px;
  border: 2px solid #FFF;
  margin: 20px auto 30px;
}
div#summer table.sche th {
  border: 3px solid #FFF;
  /*width:40%;*/
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
div#summer table.sche td {
  border: 3px solid #FFF;
  padding: 12px 0px 10px 0px;
  vertical-align: top;
  background: #eee;
}
div#summer table.sche th.col01 {
  color: #FFFFFF;
  /*width:40px;*/
  background-color: #F29F41;
  vertical-align: bottom;
}
div#summer table.sche td.col01 {
  background: #FFC567;
  text-align: center;
  vertical-align: middle;
}
div#summer table.sche td.col02 {
  background: #FFE7A0;
}
div#summer table.sche td.col03 {
  background: #FFFFC4;
  vertical-align: middle;
}
/*div#summer table.chirashi {
	margin-left: auto;
	margin-right: auto;
}
div#summer table.chirashi td {
	text-align:center;
	vertical-align:middle;
}*/
/*リンク*/
div#summer a.acolor:link {
  color: #0000ff;
  text-decoration: none;
}
div#summer a.acolor:visited {
  color: #993399;
  text-decoration: none;
}
div#summer a.acolor:active {
  color: #0000ff;
  text-decoration: none;
}
div#summer a.acolor:hover {
  color: #0000ff;
  background-color: #ffff66; /*text-decoration:underline;*/
}
div#summer a.acolor {
  display: inline-block;
  margin-bottom: 20px;
}
/*2019.7追加*/
div#summer .memo {
  margin: 2em auto;
  padding: 2em;
  width: 88%;
  /*	background-color:#F2FFFF;*/
  box-shadow: 0 0 5px 1px #ccc; /* 影 */
  background-position: bottom;
  background-image: url(../images/summer/2023/memo.jpg);
  background-repeat: no-repeat;
  border: double 5px #5099DC;
}
div#summer .memo p {
  font-size: 120%;
  text-align: center;
  line-height: 160%;
  color: #004080;
  font-weight: bold;
}
div#summer .memo a {
  color: #004080;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 90px; /*ヘッダー分ずらす*/
  margin-top: -90px;
}
div#summer .memo a:hover {
  background: none;
  color: #6CF;
  font-weight: bold;
}
/*事前申込み*/
div#summer span.yoyaku {
  background-color: #17ACDE;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  vertical-align: text-top;
}
/*アンカーリンク*/
div#summer h4 a {
  position: relative;
  top: -120px;
  display: block;
}
div#summer h5 a {
  position: relative;
  top: -100px;
  display: block;
}
/*-------------------------------------------------------　秋のイベント*/
#autumn {}
#autumn .lead {
  padding: 10px 20px;
  margin: 20px 0;
  border: double 3px #B94D4E;
  background: #EEF5D3;
}
#autumn .lead p {
  color: #B94D4E;
  font-size: 110%;
  font-weight: bold;
  line-height: 140%;
}
#autumn .lead p.data {
  text-align: center;
  color: #333;
  font-size: 120%;
  font-weight: bold;
  line-height: 180%;
}
#autumn .memo {
  margin: 2em auto;
  padding: 2em;
  width: 88%;
  background-color: #FEF9E7;
  box-shadow: 0 0 5px 1px #ccc; /* 影 */
  background-position: left 10px bottom 10px, right 10px bottom 10px;
  background-image: url(../images/autumn/memo_02.png), url(../images/autumn/memo_01.png);
  background-repeat: no-repeat;
  border: double 5px #B94D4E;
}
#autumn .memo p {
  font-size: 120%;
  text-align: center;
  line-height: 180%;
  font-weight: bold;
}
#autumn .memo p.catch {
  font-size: 100%;
  text-align: center;
  line-height: 1.8em;
  color: #B94D4E;
  font-weight: bold;
}
#autumn ul.annotation {
  background: rgba(232, 55, 61, 0.15);
  margin: 20px 5px;
  padding: 15px 20px;
  border-radius: 5px;
}
#autumn ul.annotation li {
  line-height: 180%;
  font-size: 100%;
  margin: 0 10px;
  padding: 0;
  list-style: disc;
  color: rgba(232, 55, 61, 1);
}
#autumn .lead table {
  margin: 0 auto;
}
#autumn .lead table td {
  vertical-align: top;
  padding: 4px 8px;
}
#autumn h4 {
  position: relative;
  background: #B94D4E;
  box-shadow: 0px 0px 0px 5px #B94D4E;
  border: dashed 1px #fff;
  margin: 40px 0 25px 0;
  padding: 16px;
  font-weight: bold;
  font-size: 150%;
  background-image: url(../images/rose/h4_back.png);
  background-position: 98%;
  background-repeat: no-repeat;
  color: #fff;
}
#autumn h4:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #385CA8 #fff #385CA8;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
#autumn h4 a {
  position: relative;
  top: -100px;
  display: block;
}
#autumn h5 {
  padding: 14px;
  margin: 40px 0 20px 0;
  font-size: 130%;
  font-weight: bold;
  background: #F0B82D;
  border-left: solid 10px #5077AB;
  color: #002C09;
}
#autumn h5 a {
  position: relative;
  top: -100px;
  display: block;
}
#autumn h6 {
  color: #630;
  font-size: 120%;
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 2px dashed #AA8D6B;
}
/*table*/
#autumn table.event {
  width: 400px;
  border-spacing: 0.25em;
  margin: 0 0 20px 0;
}
#autumn table.event td {
  border: 1px solid #CCC;
}
#autumn table.event th {
  border: 1px solid #CCC;
  width: 25%;
  background-color: #FFC;
  color: #333333;
  font-weight: normal;
  text-align: center;
}
/*table*/
#autumn table.w100 {
  width: 100%;
}
/*事前申込み*/
#autumn span.yoyaku {
  background-color: #79533C;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
}
/*color*/
.full {
  color: #FF0033;
  text-align: center;
  font-weight: bold;
}
/*バーベキュー利用のご案内------------------------------------*/
div#bbq {
  padding: 0 15px;
  margin: 0 0 20px 0;
}
/*見出し*/
div#bbq h4 {
  background: url(../images/bbq/h4_back.jpg) no-repeat left;
  padding: 12px 0 10px 80px;
  margin-top: 0;
  color: #006600;
}
div#bbq h5 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  padding: .5em .75em;
  background-color: #79AC2B;
  border-radius: 5px;
  margin: 10px 0;
}
/**/
div#bbq ul.area {
  text-align: center;
  margin: 0;
  padding: 0;
}
div#bbq ul.area li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 10px;
  vertical-align: middle;
  text-align: center;
  color: #006600;
}
div#bbq table {
  width: 380px;
  margin: 0 0 20px 0;
}
div#bbq table th {
  vertical-align: top;
  white-space: nowrap;
  padding-right: 20px;
}
/*砂丘等の団体利用について------------------------------------*/
#dantai h3 {
  margin: 50px 0 20px 0;
}
#dantai h4 {
  margin: 0 0 20px 0;
}
/*-----6/22体験イベント-----*/
div#taiken {
  padding-top: 20px;
}
div#taiken * {
  color: #333;
}
/*見出し*/
div#taiken h4 {
  clear: both;
  display: block;
  /*background-color:#985203;*/
  background-color: #a26c54;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  margin: 20px 0 30px;
  padding: .5em .75em;
}
/*画像*/
div#taiken .photo {
  margin: 0 5px;
  padding: 5px;
  background: #fff;
  border: 1px #ccc solid;
  box-shadow: 0 2px 3px 0 #ddd;
  -moz-box-shadow: 0 2px 3px 0 #ddd;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
  margin: 4px 0px 8px 0px;
}
/*tableイベント*/
div#taiken table.tabletaiken {
  width: 400px;
  border-spacing: 1;
  margin: 0 10px 20px 0;
  border-collapse: collapse;
}
div#taiken table.tabletaiken th, div#taiken table.tabletaiken td {
  padding: 5px 7px;
}
div#taiken table.tabletaiken th {
  width: 80px;
  border: 2px solid #FFF;
  background-color: #71b174;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
div#taiken table.tabletaiken td {
  border-bottom: 1px solid #79C551;
}
div#taiken a.acolor:link {
  color: #0000ff;
  text-decoration: none;
}
div#taiken a.acolor:visited {
  color: #993399;
  text-decoration: none;
}
div#taiken a.acolor:active {
  color: #0000ff;
  text-decoration: none;
}
div#taiken a.acolor:hover {
  color: #0000ff;
  background-color: #ffff66; /*text-decoration:underline;*/
}
div#taiken a.acolor {
  display: inline-block;
  margin-bottom: 20px;
}
/*--------------------------------------イベント：11/3アウトドアを体験しよう！！-----*/
div#outdoor {
  padding-top: 10px;
}
div#outdoor * {
  color: #333;
}
/*見出し*/
div#outdoor h4 {
  clear: both;
  display: block;
  background-color: #9EBA45;
  border-radius: 5px;
  font-size: 120%;
  font-weight: bold;
  margin: 15px 0 14px 0;
  padding: .55em .75em .55em .75em;
  color: #2B512D;
}
/*画像*/
div#outdoor .photo {
  margin: 0 5px;
  padding: 5px;
  background: #fff;
  border: 1px #ccc solid;
  box-shadow: 0 2px 3px 0 #ddd;
  -moz-box-shadow: 0 2px 3px 0 #ddd;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
  margin: 4px 0px 8px 0px;
}
/*tableイベント*/
div#outdoor table.out {
  width: 500px;
  margin: 20px auto;
}
div#outdoor table.out th {
  background-color: #A6572D;
  padding: 7px 10px;
  text-align: center;
  color: #FFFFFF;
  border-bottom: #fff 2px solid;
}
div#outdoor table.out td {
  padding: 7px 20px;
  border-bottom: #844f30 1px solid;
}
div#outdoor table.text {
  width: 380px;
  padding: 20px 0px 0 0;
}
div#outdoor table.text th {
  background-color: #A6572D;
  padding: 7px 10px;
  text-align: center;
  color: #FFFFFF;
  border-bottom: #fff 2px solid;
}
div#outdoor table.text td {
  padding: 7px 20px;
  border-bottom: #844f30 1px solid;
}
div#outdoor a.acolor:link {
  color: #0000ff;
  text-decoration: none;
}
div#outdoor a.acolor:visited {
  color: #993399;
  text-decoration: none;
}
div#outdoor a.acolor:active {
  color: #0000ff;
  text-decoration: none;
}
div#outdoor a.acolor:hover {
  color: #0000ff;
  background-color: #ffff66; /*text-decoration:underline;*/
}
div#outdoor span.out {
  background-color: #47834A;
  color: #FFFFFF;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
}
div#outdoor span.out2 {
  text-align: center;
  margin: 0 auto;
  padding: 2px 20px;
  border-bottom: #844f30 1px solid;
}
div#outdoor table.chirashi {
  margin-left: auto;
  margin-right: auto;
}
div#outdoor table.chirashi td {
  text-align: center;
  vertical-align: middle;
}
.memo {
  padding: 16px;
  margin: 2em 0;
  background: #f5f5f5;
  border: dashed 1px #9FDFF5;
  overflow: hidden;
}
.memo .name {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 8px;
}
.memo p {
  margin: 0;
  padding: 0;
  font-size: 95%;
}
.memo .photo {
  float: right;
  margin-left: 20px;
}
/**/
.note {
  margin: 20px 0 40px 0 !important;
  padding: 0 20px !important;
  font-size: 120% !important;
  background-color: #FFFFFF !important;
}
.note p {
  border-bottom: 1px dashed #CCCCCC !important;
  padding: 8px 2px !important;
  margin: 0 !important;
}
/*「森のようちえん」指導者養成講座*/
.tbl_mori {
  width: 100%;
  margin: 20px auto;
  border: 2px #FFCFA7 solid;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 140%;
}
.tbl_mori th {
  color: #FFF;
  font-size: 100%;
  line-height: 120%;
  font-weight: bold;
  background-color: #6C0;
  text-align: left;
  padding: 5px;
  border: 2px #FFCFA7 solid;
}
.tbl_mori td.list {
  width: 90px;
  color: #F90;
  background-color: #FFFFCC;
  text-align: center;
  padding: 5px;
  border: 1px solid #CFE7FF;
}
.tbl_mori td.text {
  color: #333;
  line-height: 180%;
  padding: 5px 10px;
  border: 1px solid #CFE7FF;
}
.tbl_mori td.text strong {
  color: inherit;
}
/*注意書き（白字に赤背景）*/
.txt_bgred {
  padding: 5px;
  background-color: #FF0033;
  color: #fff !important;
  font-weight: bold;
}