@charset "UTF-8";
/* ---------------------------------------
すべてのページ
------------------------------------------ */
/* 基本スタイル */
body {
    color: #333;
    font-size: 90%;
    line-height: 1.5em;
    font-family: YuGothic, ‘游ゴシック’, ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN’, Meiryo, メイリオ, sans-serif;
    /*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
    margin-left: 0px;
	min-width: 960px;
}

#wrapper_bg {
    background-image: 
		url("../images/bg_contents-tree.png"), 
		url("../images/bg_contents_bottom2.png"), 
		url("../images/bg_contents.jpg");
    background-position: 
		center bottom 100px, 
		center bottom 150px, 
		center center;
    background-repeat: 
		no-repeat, 
		repeat-x, 
		repeat;
background-color: #5EBAE3;
}
#wrapper {
    width: 980px;
    margin: 0 auto;
    height: auto;
}
h1 {
    height: 0;
    line-height: 0;
    overflow: hidden;
}
a {
    color: #630;
    text-decoration: none;
}
a:link {
    color: #00a0ec;
}
a:visited {
    color: #00a0ec;
}
a:hover, a:focus a:active {
    color: #4BC5FF;
}
img {
    border: 0;
}
ul li {
    list-style: none;
}
ul li a:hover {
    text-decoration: underline;
}
div.info {
    background: #f1fffa;
    padding: 12px 10px 10px 10px;
    border: 2px #d9eef7 solid;
    border-radius: 5px;
    font-size: 0.7rem;
    line-height: 2.3em;
    text-align: center;
}
div.info a:hover {
    background: #e9ffff;
}

    /*リンクボタン*/
div.button {
    margin-top: 10px;
    display: inline-block;
    padding: 12px 10px 10px 10px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 0.7rem;
    line-height: 2.3em;
    border-radius: 8px;
    outline: none;
    border: 2px #40D5FA solid;
    position: relative;
}
div.button::before, div.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
div.button, div.button::before, div.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
div.button {
    background-color: #E7F9FE;
    color: #fff;
}
div.button:hover {
    background-color: #FEED01;
}

.indent01{
    text-indent: 1rem;
}
/* 親要素にclearfix追加 */
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
*html .clearfix {
    height: 1px;
    /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ---------------------------------------
　HEADER
------------------------------------------ */
/* #page-header */
#page-header {
    width: 900px;
    height: 580px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
}
#logo {
    position: absolute;
    top: 7px;
}
#logo a {
    display: block;
    width: 146px;
    height: 41px;
    outline: none;
    border: none;
}
#main-image {
    width: 650px;
    height: 500px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 0 0 0px;
}
#main-image img {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0;
    border: none;
    width: 650px;
    height: 500px;
}
#tanoshii {
    position: absolute;
    top: 311px;
    left: 700px;
    z-index: 4;
    width: 242px;
    height: 228px;
}
/* #main-content */
#main-content {
    text-align: left;
    padding: 0 0 40px 0;
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 520px;
}
* + html #main-content {
    text-align: center;
    margin-top: 0;
}
#highlight {
    width: 900px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
#events {
    width: 900px;
    height: auto;
    text-align: left;
    margin: 40px auto;
}
#main-image_sp {
    display: none;
}
#ttl_craft {
    position: absolute;
    top: 8px;
    left: -4px;
    z-index: 4;
    width: 89px;
}
/**
#kouza{
	width: 410px;
	height: 55px;
	background: #FAED00;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}**/
/* ---------------------------------------
　CONTENT
------------------------------------------ */
/* .block-wrap */
.block-l-wrap {
    width: 450px;
    float: left;
}
.block-r-wrap {
    width: 450px;
    float: right;
}
.block {
    margin: 0;
    padding: 0 10px 30px 15px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
}
/* .申し込み方法 */
.how-to-apply1 {
    background: #FAED00;
    width: 380px;
    padding: 20px;
    position: relative;
    border-top: 2px #CCC dashed;
    border-bottom: 2px #999 solid;
    z-index: 5;
}
.how-to-apply2 {
    background: #d9eef7;
    width: 380px;
    padding: 20px;
    margin-botttom: 10px;
    position: relative;
    border-top: 2px #CCC dashed;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 5;
}
#fukidashi2 {
    position: absolute;
    top: 450px;
    left: 289px;
}
#fukidashi3, #fukidashi4 {
    position: absolute;
    top: 389px;
    right: 98px;
    z-index: 2;
}
.how-to-apply1 h3, .how-to-apply2 h3 {
    margin: 0 0 10px 0 !important;
    padding: 15px 0 0 0 !important;
}
.how-to-apply1 ul, .how-to-apply2 ul {
    list-style: none;
    line-height: 1.8;
    margin: 5px 0 10px 0;
    padding: 0;
}
.how-to-apply1 ul.list, .how-to-apply2 ul.list {
    font-size: 0.9em;
    line-height: 2;
    border: 1px #ddd dotted;
    padding: 15px;
    margin-bottom: 10px;
}
.how-to-apply1 ul li span, .how-to-apply2 ul li span {
    color: #e40505;
}
.how-to-apply1 ul.list li span, .how-to-apply2 ul.list li span {
    font-weight: bold;
    padding-right: 10px;
    color: #333;
}
#tukuba-address, #tukuba-address02 {
    background: #f8f8f8;
    line-height: 1.5;
    margin: 10px 5px 5px 5px;
    padding: 5px;
    border: 1px #ddd dotted;
}
#tukuba-phonenumber {
    background: #f8f8f8;
    padding: 5px 0;
    border: 1px #ddd dotted;
    font-size: 0.9em;
}
/* .content */
.content-wrap-top {
    background-image: url("../images/bg_contents-wrap.png");
    background-repeat: repeat-y;
    background-position: center center;
    background-color: hsla(0, 0%, 100%, 0.90);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*background: hsla(67,95%,44%,0.70);*/
    width: 380px;
    margin-bottom: 0;
    padding: 30px 20px 20px 20px;
    position: relative;
    margin-top: 0;
    border-top: 0;
    border-bottom: 2px #CCC dotted;
    z-index: 1;
}
.content-wrap {
    background-image: url("../images/bg_contents-wrap.png");
    background-repeat: repeat-y;
    background-position: center center;
    background-color: hsla(0, 0%, 100%, 0.90);
    /*background: hsla(67,95%,44%,0.70);*/
    width: 380px;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
    margin-top: 0;
    border-top: 0;
    border-bottom: 2px #CCC dotted;
    z-index: 1;
}
.content-wrap-end {
    background-image: url("../images/bg_contents-wrap.png");
    background-repeat: repeat-y;
    background-position: center center;
    background-color: hsla(0, 0%, 100%, 0.90);
    /*background: hsla(67,95%,44%,0.70);*/
    width: 380px;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
    border-bottom: none;
    z-index: 5;
}
.content-wrap-round {    /*h2無し*/
    background-image: url("../images/bg_contents-wrap.png");
    background-repeat: repeat-y;
    background-position: center center;
    background-color: hsla(0, 0%, 100%, 0.90);
    /*background: hsla(67,95%,44%,0.70);*/
    width: 380px;
    margin-bottom: 40px;
    padding: 30px 20px 20px 20px;
    position: relative;
    border-bottom: none;
    border-radius: 10px;
    z-index: 5;
}
.content-wrap-end-wborder {
    background-image: url("../images/bg_contents-wrap.png");
    background-repeat: repeat-y;
    background-position: center center;
    background-color: hsla(0, 0%, 100%, 0.90);
    width: 380px;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 5;
}
.content {
    background-color: #ffffff;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
}
#access .content {
    background-image: url("../images/bg_contents-wrap.png");
    background-repeat: repeat-y;
    background-position: center center;
    background-color: hsla(0, 0%, 100%, 0.90);
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    border-radius: 8px;
}
.content-end {
    background-image: url("../images/bg_contents-wrap.png");
    background-repeat: repeat-y;
    background-position: center center;
    background-color: hsla(0, 0%, 100%, 0.90);
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.content-top {
    background-color: #ffffff;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.oubo .summary {
    padding-right: 10px;
    padding-left: 10px;
}
.place {
    width: 420px;
    background-image: url("../images/bg_contents-wrap.png");
    background-repeat: repeat-y;
    background-position: center center;
    background-color: hsla(0, 0%, 100%, 0.90);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0px;
}
.place01 {
    width: 380px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.place span, .place01 span {
    display: block;
    color: #FFFFFF;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.6em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 380px;
    letter-spacing: 1em;
    border: 3px solid hsla(0, 0%, 100%, 0.51);
    background: url(../images/bg_place.png) no-repeat;
    text-shadow: 1px 1px 1px #999;
}
#kyoiku span {
    background-color: #548DB1;
    font-size: 1.3em;
}
#kensyu span {
    background-color: #c9a063;
}
#hiroba span {
    background-color: #466863;
}
#tamokuteki span {
    background-color: #CC7C46;
}
/* h2 */
h2 {
    width: 380px;
    margin-bottom: 0px;
    /*  background: hsla(152,91%,32%,0.70);*/
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    /*    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    font-size: 0;
    padding-left: 0px;
    margin-left: 0px;
    position: absolute;
    z-index: 5;
    left: 23px;
    top: -51px;
}
h2 span {
    display: block;
    margin: 0px;
    height: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    white-space: nowrap;
}
#kouza h2 span {
    background-image: url(../images/ttl_kouza.png);
    background-size: contain;
    padding: 67px 0 0 0;
}
#craft h2 span {
    background-image: url(../images/ttl_craft.png);
    background-size: contain;
    padding: 67px 0 0 0;
}
#enannai h2 span {
    background-image: url(../images/ttl_annai.png);
    background-size: contain;
    padding: 67px 0 0 0;
}
h2#staff_blog {
    height: 0;
    line-height: 0;
    display: none;
}
#everyday h2 span {
    background-image: url(../images/ttl_everyday.png);
    background-size: contain;
    padding: 67px 0 0 0;
}
#gaiyo h2 span {
    background-image: url(../images/ttl_gaiyo.png);
    background-size: contain;
    padding: 67px 0 0 0;
}
#access h2 span {
    background-image: url(../images/ttl_access.png);
    background-size: contain;
    padding: 67px 0 0 0;
}
#download h2 span {
    background-image: url(../images/ttl_download.png);
    background-size: contain;
    padding: 67px 0 0 0;
}
#present h2 span {
    background-image: url(../images/ttl_present.png);
    background-size: contain;
    padding: 67px 0 0 0;
}
#aquarium h2 span {
    background-image: url(../images/ttl_aquarium.png);
    background-size: contain;
    padding: 67px 0 0 0;
}
/* h3 */
h3 {
    margin: 0;
    padding: 5px 0;
    font-size: 1.1rem;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    color: #684615;
}
h3 span {
    /*display: block;*/
    margin-left: 5px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
#oubo h3 span {
    display: block;
    color: #fff;
    line-height: 1.6em;
    text-align: center;
    background-color: #9AC600;
    border-radius: 20px;
    letter-spacing: 0.2em;
   /* border: 2px solid #A6D045;*/
/*    border: 3px solid hsla(0, 0%, 100%, 0.51);*/
    text-shadow: 1px 1px 1px #999;
}
/*.content h3 p.tenji{
	background: #5b9937;
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 3px;
	margin-left: 5px;
	vertical-align: 4;
	position: absolute;
	left: 210px;
	top: 29px;
	z-index: 7;
}

.content h3 p.tenji_02{
	background: #5b9937;
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 3px;
	margin-left: 5px;
	vertical-align: 4;
	position: absolute;
	left: 175px;
	top: 29px;
	z-index: 7;
}

.content h3 span.tenji{
	background: #5b9937;
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 3px;
	margin-left: 5px;
	vertical-align: 4px;
}


.content h3 span.taiken{
	background: #e37328;
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 3px;
	margin-left: 5px;
	vertical-align: 4px;
}
*/
/* h4 */
h4 {
    margin: 0 0 5px 10px;
    padding: 0;
    font-size: 1rem;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    color: #CC8929;
}
#fukidashi1 {
    position: absolute;
    top: 15px;
    right: 55px;
    z-index: 11;
}
.tenji-img1 {
    position: absolute;
    top: 35px;
    right: 28px;
    border: 1px #e0dfd1 solid;
    border-radius: 5px;
    width: 82px;
    height: 82px;
    z-index: 10;
}
.tenji-img2 {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px #e0dfd1 solid;
    border-radius: 5px;
    width: 82px;
    height: 82px;
    z-index: 13;
}
.tenji-img3 {
    position: absolute;
    top: 35px;
    right: 28px;
    border: 1px #e0dfd1 solid;
    border-radius: 5px;
    width: 82px;
    height: 82px;
    z-index: 14;
}
/*どんぐりスト*/
.tenji-img4 {
    position: absolute;
    top: -28px;
    left: -59px;
    border: 0;
    width: 110px;
    height: 110px;
    z-index: 20;
}
.tenji-img5 {
    position: absolute;
    top: 15px;
    right: 9px;
    border: 1px #e0dfd1 solid;
    border-radius: 5px;
    width: 82px;
    height: 82px;
}

.tenji-img6 {
    position: absolute;
    top: 106px;
    right: 28px;
    border: 1px #e0dfd1 solid;
    border-radius: 5px;
    width: 82px;
    height: 82px;
}
.tenji-img7 {
    position: absolute;
    top: 90px;
    right: 30px;
    width: 82px;
    height: 82px;
}
.tenji-img1 img, .tenji-img2 img, .tenji-img3 img, .tenji-img5 img {
    border-radius: 5px;
}
.craft-box {
    background-color: #ffffff;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px dotted #DDD;
}

.craft-box-end {
    position: relative;
    background-color: #ffffff;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.craft-box02 {
    background-color: #ffffff;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px dotted #DDD;
}
.craft-box-end02 {
    position: relative;
    background-color: #ffffff;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.craft-img01 {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 140px;
    height: 140px;
    border: none;
}
.craft-img02 {
    position: absolute;
    top: 22px;
    right: 7px;
    width: 167px;
    height: 100px;
    border: none;
}
.craft-img03 {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 140px;
    height: 140px;
    border: none;
}
.craft-img {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 100px;
    height: 100px;
    border: none;
}
.craft-img02 img {
    border-radius: 5px;
}
.craft-box h3 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 5px;
    margin-bottom: 0;
    padding: 0;
}
.event-image {
    position: absolute;
    top: 32px;
    right: 30px;
    width: 120px;
    height: 100px;
    border: 2px #e0dfd1 solid;
    border-radius: 5px;
}
.event-image01 {
    position: absolute;
    top: 32px;
    right: 30px;
    width: 120px;
    height: 100px;
    border: 2px #e0dfd1 solid;
    border-radius: 5px;
}
.event-image02 {
    position: absolute;
    top: 43px;
    right: 30px;
    width: 120px;
    height: 100px;
    border: 2px #e0dfd1 solid;
    border-radius: 5px;
}
.event-image img {
    border-radius: 5px;
}
.event-image01 img {
    border-radius: 5px;
}
.event-image02 img {
    border-radius: 5px;
}
.present-image {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 100px;
    height: 100px;
    border: 0px;
    z-index: 17;
}
.present-image_iocn01 {
    position: absolute;
    top: 22px;
    right: 195px;
    width: 40px;
    height: 40px;
    border: 0px;
    z-index: 20;
}
.present-image_iocn02 {
    position: absolute;
    top: 21px;
    right: 120px;
    width: 40px;
    height: 40px;
    border: 0px;
    z-index: 20;
}
.present-image_iocn03 {
    position: absolute;
    top: 20px;
    right: 8px;
    width: 40px;
    height: 40px;
    border: 0px;
    z-index: 20;
}
.present-image_iocn04 {
    position: absolute;
    top: 21px;
    right: 110px;
    width: 40px;
    height: 40px;
    border: 0px;
    z-index: 20;
}
.present-image_iocn05 {
    position: absolute;
    top: 70px;
    right: 205px;
    width: 40px;
    height: 40px;
    border: 0px;
    z-index: 20;
}
.present-image_iocn06 {
    position: absolute;
    top: 22px;
    right: 215px;
    width: 40px;
    height: 40px;
    border: 0px;
    z-index: 20;
}
.aqua-image {
    position: absolute;
    top: 26px;
    right: 22px;
    width: 100px;
    height: 100px;
    border: 0px;
}
.notice {
    font-size: 95%;
    margin-bottom: 13px;
    padding: 12px 0 15px 5px;
    border-bottom: 1px dotted #999;
}
.notice2 {
    font-size: 95%;
    margin-bottom: 5px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 22px;
    padding-bottom: 5px;
    border-bottom: none;
    margin-top: 15px;
}
.notice03 {
    font-size: 95%;
    margin-bottom: 13px;
    padding: 12px 0 5px 5px;
}
.craft-box .notice2 {
    width: 17em;
}
.craft-box-end .notice2 {
    width: 16em;
}
.notice p {
    margin: 0;
    padding: 0;
}
.oubo {
    background: #FFF;
    border-radius: 8px;
    margin: 0;
    padding-top: 10px;
}
.oubo ul {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 15px;
    padding-bottom: 5px;
}
.notice p span.icon-hagaki {
    font-size: 0.9em;
    color: #158672;
    padding: 0 2px;
    margin-left: 5px;
    font-weight: bold;
    border: 1px #158672 solid;
}
.notice p span.icon-denwa {
    font-size: 0.9em;
    color: #1d78bf;
    padding: 0 2px;
    margin-left: 5px;
    font-weight: bold;
    border: 1px #1d78bf solid;
}
.note {
    color: #ea553d;
}
.note-red {
    color: #e40505;
}
.summary {
    margin: 15px 5px 5px 5px;
    line-height: 1.5;
}
.summary2 {
    margin: 15px 5px 5px 5px;
    line-height: 1.5;
    width: 270px;
}
.summary3 {
    margin: 5px 5px 10px 10px;
    line-height: 1.5;
    width: 270px;
}
.speaker {
    font-size: 0.9em;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: right;
}
.more {
    text-align: right;
    margin: 20px 5px 0 5px;
}
.smaller {
    font-size: 0.9em;
}
#tokahaku a {
    color: #f2881e;
}
/*#page-footer{
	width: 100%;
	float: left;
}*/
/* キャラ　*/
#linkto-access {
    margin: 5px 0 10px 3px;
}
#linkto-access a {
    color: #00a0ec;
}
#linkto-access a:hover {
    color: #4bc5ff;
}
#tsukuba {
    margin: 0;
    font-weight: bold;
    z-index: 8;
    position: relative;
}
#accessmap {
    background: #FFF;
    width: 370px;
    padding: 0 auto 0 auto;
    height: 436;
}
#bustour {
    margin: 0;
    padding: 0;
}
/* ダウンロードボタン */
#dl-button a {
    display: block;
    width: 230px;
    height: 52px;
    padding: 55px 20px 0 150px;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 0.9em;
    line-height: 1.2em;
    text-decoration: none;
}
#dl-button a:link, #dl-button a:visited, #dl-button a:hover {
    color: #333333;
    text-decoration: none;
}
#dl-button a {
    background-image: url(../images/btn_dl_off.png);
    background-repeat: no-repeat;
}
#dl-button a:hover {
    background-image: url(../images/btn_dl_on.png);
    background-repeat: no-repeat;
}
#botanical {
    background: #f8f8f8;
    line-height: 1.5;
    font-size: 0.9em;
    margin: 15px 0 0 0;
    padding: 10px;
    border: 1px #ddd dotted;
}

#dongri {
    background: #f8f8f8;
    line-height: 1.5;
    font-size: 0.9em;
    margin: 15px 0 0 0;
    padding: 10px;
    border: 1px #ddd dotted;
}

/* ---------------------------------------
　FOOTER
------------------------------------------ */
footer {
    width: 100%;
    background: #3C622B;
    text-align: center;
}
/*#page-footer{
    width: 100%;
    background: #00799d;
    float: left;
    text-align: center;
}*/
#footer-in {
    background: #3C622B;
    position: relative;
    width: 900px;
    height: 160px;
    margin: 0 auto;
}
#logo-tukuba {
    width: 146px;
    height: 42px;
    position: absolute;
    top: 59px;
    left: 1px;
}
#logo-kahaku {
    width: 163px;
    height: 35px;
    position: absolute;
    left: 176px;
    top: 62px;
}
#credit {
    color: #FFF;
    width: 581px;
    font-size: 0.8rem;
    text-align: right;
    position: absolute;
    left: 316px;
    top: 118px;
    height: 18px;
}
#tukuba {
    width: 500px;
    font-size: 0.9em;
    text-align: left;
    position: absolute;
    left: 398px;
    top: 40px;
}
#support {
    width: 500px;
    font-size: 0.9em;
    text-align: left;
    line-height: 1.2;
    position: absolute;
    left: 398px;
    top: 60px;
}
#totop {
    width: 92px;
    height: 30px;
    position: absolute;
    left: 807px;
    top: -20px;
}
a .totop_02 {
    width: 92px;
    height: 30px;
    position: absolute;
    left: 807px;
    top: -27px;
    background-color: #3C622B;
    border-left: 1px solid #3C622B;
    border-right: 1px solid #3C622B;
    border-bottom: 0px solid #3C622B;
    border-top: 1px solid #3C622B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url(../images/btn_totop_in.png);
    background-repeat: no-repeat;
    background-position: center 8px;
}
a:hover .totop_02 {
    background-color: #3C622B;
}
/* コンテンツの不可視化 */
{
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* ------------ table------------ */
/* イベント等 */
.table01 {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
}
.table01 td, .table01 th {
    border: 1px solid #aeaeae;
    vertical-align: middle;
    padding: 5px 0;
}
.table01 th {
    background: #F9EEEE;
    text-align: center;
    font-weight: normal;
    width: 25%;
}
.table01 td {
    background-color: #ffffee;
    text-align: center;
}
.table04 {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}
.table04 td, .table04 th {
    border: 1px solid #aeaeae;
    vertical-align: middle;
    padding: 3px 0;
}
.table04 th {
    background: #F9EEEE;
    text-align: center;
    font-weight: normal;
    padding: 5px 10px;
    width: 30px;
}
.table04 td {
    background-color: #ffffee;
    text-align: left;
    padding: 5px;
}
.table04 td span.time {
    background-color: #E3EEF4;
    padding: 0 3px;
    border: 1px #CCC solid;
}
.table05 {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
    margin: 5px 0;
}
.table05 td, .table05 th {
    border: 1px solid #aeaeae;
    vertical-align: middle;
}
.table05 th {
    background-color: #fffdf8;
    text-align: center;
    font-weight: normal;
}
.table05 td {
    background-color: #FFF;
    text-align: left;
    padding: 0 0 0 5px;
    height: 60px;
    margin: 0;
    line-height: 0;
}
.table05 td.td-img {
    width: 90px;
    padding: 1px;
    margin: 0;
}
.table06 {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 0;
}
.table06 td, .table06 th {
    border: 1px solid #aeaeae;
    vertical-align: middle;
    padding: 5px 0;
}
.table06 td.midashi {
    background: #F9EEEE;
    width: 30px;
    text-align: center;
    font-weight: normal;
    padding: 5px 10px;
}
.table06 td {
    background-color: #ffffee;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.table07 {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
}
.table07 td, .table07 th {
    border: 1px solid #aeaeae;
    vertical-align: middle;
    padding: 5px 0;
}
.table07 th {
    background-color: #F9EEEE;
    text-align: center;
    font-weight: normal;
    width: 25%;
}
.table07 td {
    background-color: #ffffee;
    text-align: center;
}
#related {
    background: #FFF;
    padding: 1px 10px 10px 10px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}
/* アクセス */
.table02 {
    border-collapse: collapse;
    width: 100%;
    position: relative;
    z-index: 5;
}
.table02 td, .table02 th {
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #aeaeae;
    padding: 5px 0;
}
.table02 th {
    font-weight: normal;
    background-color: #F2F8EB;
}
.table02 td {
    background-color: #FFF;
}
/* 開催概要 */
.table03 {
    border-collapse: collapse;
    width: 100%;
    position: relative;
    z-index: 3;
}
.table03 th, .table03 td {
    background-color: #FFF;
    text-align: left;
    vertical-align: middle;
    padding: 5px 0px;
    border-top: 1px dotted #352d71;
    border-bottom: 1px dotted #352d71;
}
.table03 th {
    width: 30%;
    color: #666;
    font-weight: normal;
    padding-left: 15px;
}
.table03 td {
    padding-right: 15px;
}
/*.table03 td a {
    color: #00a0ec;
}*/
.del {
    color: #f00;
    text-decoration: line-through;
}
.del span {
    color: #000;
}
/*margin*/
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.maT5B10 {
    margin-top: 5px;
    margin-bottom: 10px;
}
.mt10 {
    margin-top: 1em !important;
}
/*socialPlugIn*/
/*.social{
    position: absolute;
    width: 250px;
    height: 35px;
    top: 514px;
    left: 16px;
    z-index: 6;
	}*/
/*
.social div{
	text-align: left;
	float:right;
	}
	*/
/*.sns-wrap{
	margin:20px auto;
	padding:0;
	overflow: hidden;
	list-style: none;
}
.sns-wrap li{
	float: left;
	margin:0 10px 0 0;
}

.sns-wrap li.fb-button{
	line-height: 1;
}


.twitter{
	color: #000;
	margin: 0 -40px 0 15px;
	margin: 1px 40px 0 15px\9 !important ;
	}
	
.line{
	margin: -4px 0 0 50px;
	margin: -3px 0 0 -10px\9 !important;
	}*/
/*socialPlugIn*/
.social {
    position: absolute;
    width: 300px;
    height: 35px;
    z-index: 5;
    left: 13px;
    top: 179px;/*	float: right;
	width: 410px;
	height: 35px;
	margin-right: 50px;
	margin-top: -170px;
	z-index: 5;*/
}
.social div {
    float: right;
}
.tw-button {
    width: 80px;
    display: inline-block;
}
.fb-button {
    display: inline-block;
}
.bold {
    font-weight: bold;
}
.marker {
    background: linear-gradient(transparent 0%, #fff799);
    font-weight: bold;
}
#staff_blog .content-wrap-round .content p {
    margin: 5px 0;
}
#staff_blog .content-wrap-round .content p a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
/* Animation */
#tori1 {
    position: absolute;
    left: 759px;
    top: 190px;
    animation: fuwafuwa 4s infinite;
}
#tori2 {
    position: absolute;
    left: 675px;
    top: 276px;
    animation: fuwafuwa 3s infinite;
}
@keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(9px);
    }
    100% {
        transform: translateY( 0px);
    }
}
#shabon_h01 {
    position: absolute;
    left: 67px;
    top: 497px;
    /* animation: FloatVertical 8.0s ease-in-out infinite alternate;*/
}
/*#shabon_h01 span{
    display:block;
    animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
}
#shabon_h01 img{
    animation: 3.5s Roll ease-in-out infinite;
}*/
#shabon_h02 {
    position: absolute;
    left: 687px;
    top: 428px;
}
#shabon_h03 {
    position: absolute;
    left: 52px;
    top: 17px;
    animation: FloatVertical2 10s ease-in-out infinite alternate;
}
#shabon_h03 span {
    display: block;
    animation: FloatHorizontal2 9.0s ease-in-out infinite alternate;
}
#shabon_h03 img {
    animation: 8.5s Roll2 ease-in-out infinite;
}
#shabon_h04 {
    position: absolute;
    left: 92px;
    top: 94px;
    animation: FloatVertical2 10s ease-in-out infinite alternate;
}
#shabon_h04 span {
    display: block;
    animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
}
#shabon_h04 img {
    animation: 12.5s Roll2 ease-in-out infinite;
}
#shabon_h05 {
    position: absolute;
    left: 850px;
    top: 474px;
    animation: FloatVertical2 10s ease-in-out infinite alternate;
}
#shabon_h05 span {
    display: block;
    animation: FloatHorizontal 9.0s ease-in-out infinite alternate;
}
#shabon_h05 img {
    animation: 5s Roll ease-in-out infinite;
}
#shabon_h06 {
    position: absolute;
    left: 831px;
    top: 130px;
}
#shabon_h07 {
    position: absolute;
    left: 821px;
    top: 321px;
    animation: FloatVertical2 10s ease-in-out infinite alternate;
}
#shabon_h07 span {
    display: block;
    animation: FloatHorizontal2 7.0s ease-in-out infinite alternate;
}
#shabon_h07 img {
    animation: 3.5s Roll2 ease-in-out infinite;
}
#shabon_h08 {
    position: absolute;
    left: 767px;
    top: 385px;
}
#shabon_f01 {
    position: absolute;
    right: 80px;
    bottom: -202px;
    animation: FloatVertical 6.0s ease-in-out infinite alternate;
    z-index: 10;
}
#shabon_f01 span {
    display: block;
    animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
}
#shabon_f01 img {
    animation: 3.5s Roll2 ease-in-out infinite;
}
#shabon_f02 {
    position: absolute;
    right: 340px;
    bottom: -73px;
    animation: FloatVertical2 8.0s ease-in-out infinite alternate;
}
#shabon_f02 span {
    display: block;
    animation: FloatHorizontal 10.0s ease-in-out infinite alternate;
    z-index: 11;
}
#shabon_f02 img {
    animation: 8s Roll ease-in-out infinite;
}

#shabon_f03 {
    position: absolute;
    right: 35px;
    bottom: -419px;
    animation: FloatVertical 8.0s ease-in-out infinite alternate;
}
#shabon_f03 span {
    display: block;
    animation: FloatHorizontal 10.0s ease-in-out infinite alternate;
    z-index: 12;
}
#shabon_f03 img {
    animation: 8s Roll ease-in-out infinite;
}

#shabon_f04 {
    position: absolute;
    right: 711px;
    bottom: -1141px;
    animation: FloatVertical2 8.0s ease-in-out infinite alternate;
}
#shabon_f04 span {
    display: block;
    animation: FloatHorizontal2 10.0s ease-in-out infinite alternate;
    z-index: 13;
}
#shabon_f04 img {
    animation: 8s Roll2 ease-in-out infinite;
}

#shabon_f05 {
    position: absolute;
    right: 244px;
    bottom: -571px;
    animation: FloatVertical2 8.0s ease-in-out infinite alternate;
}
#shabon_f05 span {
    display: block;
    animation: FloatHorizontal1 10.0s ease-in-out infinite alternate;
    z-index: 13;
}
#shabon_f05 img {
    animation: 8s Roll1 ease-in-out infinite;
}

@keyframes FloatVertical {
    0% {
        transform: translate3d(0, 1.5vw, 0);
    }
    50% {
        transform: translate3d(0, -1.5vw, 0);
    }
    100% {
        transform: translate3d(0, 1.5vw, 0);
    }
}
@keyframes FloatVertical2 {
    0% {
        transform: translate3d(0, -1.3vw, 0);
    }
    50% {
        transform: translate3d(0, 1.3vw, 0);
    }
    100% {
        transform: translate3d(0, -1.3vw, 0);
    }
}
@keyframes FloatHorizontal {
    0% {
        transform: translate3d(1.5vw, 0, 0);
    }
    50% {
        transform: translate3d(-1.5vw, 0, 0);
    }
    100% {
        transform: translate3d(1.5vw, 0, 0);
    }
}
@keyframes FloatHorizontal2 {
    0% {
        transform: translate3d(-1.2vw, 0, 0);
    }
    50% {
        transform: translate3d(1.2vw, 0, 0);
    }
    100% {
        transform: translate3d(-1.2vw, 0, 0);
    }
}
@keyframes Roll {
    0% {
        transform: rotateZ(15deg) scale(0.9);
    }
    50% {
        transform: rotateZ(-15deg) scale(1.0);
    }
    100% {
        transform: rotateZ(15deg) scale(0.9);
    }
}
@keyframes Roll2 {
    0% {
        transform: rotateZ(-10deg) scale(1.0);
    }
    50% {
        transform: rotateZ(10deg) scale(0.9);
    }
    100% {
        transform: rotateZ(-10deg) scale(1.0);
    }
}

#yokoku {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F9EA1A;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 0.7em;
}
