@charset "UTF-8";

/* ---------------------------------------
すべてのページ
------------------------------------------ */


/* 基本スタイル */
body {
	zoom: 1;
	background: url(../images/body_bg.jpg) no-repeat;
	background-position: center top;
	/*background-size: contain;*/
	margin-top: -23px!important;
	padding: 0!important;
	font-family: YuGothic , ‘游ゴシック’ , ‘Hiragino Kaku Gothic ProN’ , ‘ヒラギノ角ゴ ProN’ , Meiryo , メイリオ , sans-serif ;
	font-size: 90%;
	line-height: 1.6;
	text-align: center;
	margin-top: -30px;
	}

#wrapper{
   width: 960px;
   margin: 0 auto;
}

h1{
	height: 0;
	line-height: 0;
	overflow: hidden;
	margin-top: -10px;
}


a {
	color: #630;
	text-decoration: none;
}
a:link {
	color: #23ac38;
}
a:visited {
	color: #23ac38;
}
a:hover, a:focus a:active {
	color: #23ac38;
	text-decoration: underline;
}
img {
	border: 0;
}

ul li a:hover{
	text-decoration: underline;
}

p.info a{
	background: #f1fffa;
	padding: 3px 5px;
	border: 1px #d9eef7 solid;
	border-radius: 5px;
	display: inline-block;
}

p.info a:hover{
		background: #e9ffff;

}

/* clearfix 
.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}
*/

.clearfix {
  min-height: 1px;
}

*html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* ---------------------------------------
　HEADER
------------------------------------------ */

/* #page-header */
#page-header{
	height: auto;
	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-content */
#main-content{
	text-align: center;
	padding: 0 0 40px 0;
	margin: 0 auto;
}

*+html #main-content{
	text-align: center;
	margin-top: 0;
}

#events{
	width: 900px;
	height: auto;
	text-align: left;
	margin:  0 auto;
}


#main-image{
	width: 900px;
	height: 600px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
}


#kumo,
#tori,
#title{
	position: absolute;
}


#title{
	top: 125px;
	right: 55px;
	z-index: 5;

}

#tori{
	top: 20px;
	left: 230px;
	z-index: 4;
}


#kumo{
	top: 120px;
	right: 0;
	z-index: 5;
}

h3{

	padding: 5px 0 10px 0;
	margin: 0;
}

/* ---------------------------------------
　CONTENT
------------------------------------------ */

#about{
   background: url(../images/wrap_bg.png) repeat;
	width: 816px;
	padding: 15px 35px 45px 35px;
	margin: 0 0 25px 10px;
	position: relative;
}

#about h2{
	margin-bottom: 15px;
}

#about p{
	width: 760px;
	font-size: 1rem;
	padding: 0 5px;
}


#about-img img{
	position: absolute;
	top: 10px;
	left: 760px;
}

/* .block-wrap */
.block-l-wrap{
	width: 450px; 
	float: left;
}


.block-r-wrap{
	width: 450px; 
	float: right;
}



.block{
	background: transparent;
	margin: 0;
	padding: 0 10px 25px 10px;
	position: relative;
	z-index: 1;

}


	
/* .content */	
	
.content-wrap{
   background: url(../images/wrap_bg.png) repeat;
	width: 385px;
	margin-bottom:0;
	padding: 20px;	
	position: relative;
	z-index: 3;
	}

.content{
	background: #FFF;
	padding: 10px;
	position: relative;
	border: 1px #DDD solid;
}

.content-end{
	background: #FFF;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px #DDD solid;
}

.madoguchi{
	background: #FFF;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px #DDD solid;
}


.pic{
	position: absolute;
	top: 10px;
	right: 10px;
}

.pic img{
	border: 1px #DDD solid;
}


.place{
	width: 420px;
	background: url(../images/place-back.png) repeat;
	text-align: center;
	font-weight: bold;
	padding: 3px 0 0 0;
}

.content h4{
	margin: 0;
	padding: 10px 0 5px 0;
	margin-bottom: 5px;
	
}


p.sub{
	background: #eb6324;
	color: #FFF;
	font-weight: normal;
	font-size: 0.9em;
	margin: 5px 0 0 0;
	padding: 3px 5px 0 5px;
	display: inline-block;

}


.tenji-img1{
	position: absolute;
	top: 65px;
	left: 315px;
}

.tenji-img2{
	position: absolute;
	top: 26px;
	left: 315px;
}



.craft-box{
	background: #FFF;
	padding: 20px 10px 30px 10px;
	position: relative;
	border-bottom: 1px dotted #DDD;
}

.craft-img{
	position: absolute;
	top: 5px;
	right: 30px;
	width: 90px;
	height: 90px;
	border: none;
}


.craft-box h4{
	margin: 0 0 0 20px;
	padding: 0;
}




.event-image{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 98px;
	height: 98px;
	border: 2px #e0dfd1 solid;
		border-radius: 5px;
}

.event-image img{
		border-radius: 5px;
}

.notice{
	font-size: 95%;
	margin-bottom: 13px;
	padding: 12px 0 15px 5px;
	border-bottom: 1px dotted #999;

}

.notice2{
	font-size: 95%;
	margin-bottom: 13px;
	padding: 0 0 15px 22px;
	border-bottom:none;

}

.uten{
	font-size: 0.9em;
	margin-top: -10px;
	padding: 0 10px;
}



.notice p{
	margin: 0;
	padding: 0;
}


.oubo{
	background: #FFF;
	border-radius: 5px;
	margin: 0;
	padding: 0;
}


.oubo ul{
	padding: 5px 10px;
}


.notice p span.icon-hagaki{
	font-size: 0.9rem;
	color: #158672;
	padding: 0 2px;
	margin-left: 5px;
	font-weight: bold;
	border: 1px #158672 solid;

}


.notice p span.icon-denwa{
	font-size: 0.9rem;
	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 20px 5px;
	line-height: 1.5;
}

.summary2{
	width: 255px;
		line-height: 1.5;
	margin: 15px 5px 20px 5px;

}

.more{
	text-align: right;
	margin: 20px 5px 0 5px;
}

.smaller{
	font-size: 0.9rem;
}

dl{
	text-align: left;
	padding: 10px 5px 5px 10px;
	margin: 0 5px;
	border-bottom: 1px #DDD solid;
}

dl.last{
	border-bottom: none;
}

dt{
	font-weight: bold;
	font-size: 1rem;
	margin: 0;
	padding: 0;
}

dd{
	padding: 5px 0;
	margin: 0;
}

#tokahaku a{
	color: #f2881e;
}


#page-footer{
	width: 100%;
	float: left;
}


/* キャラ　*/


#linkto-access{
	margin: 5px 0 10px 3px;
}

#linkto-access a{
	color: #23ac38;
}

#tsukuba{
	margin: 0;
	font-weight: bold;	
	z-index: 8;
	position: relative;
}

#accessmap{
	background: #FFF;
	padding: 0;
}

#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.9rem;
	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.jpg);
	background-repeat: no-repeat;
	width: 215px;
	height: 60px;
	padding-top: 47px;
	overflow: hidden;
}
#dl-button a:hover{
	background-position: 0 -107px;
}


/* ダウンロードボタン2 */
#dl-button2 a{
	display: block;
	width: 230px;
	height: 52px;
	padding: 50px 20px 0 150px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 0.9rem;
	line-height: 1.2em;
	text-decoration: none;
}
#dl-button2 a:link,
#dl-button2 a:visited,
#dl-button2 a:hover{
	color: #333333;
	text-decoration: none;
}
#dl-button2 a{
	background: url(../images/btn_dl2.png) no-repeat;
	width: 215px;
	height: 60px;
}
#dl-button2 a:hover{
	background-image: url(../images/btn_dl2_on.png);
}



#botanical{
	background: #f8f8f8;
    line-height: 1.5;
	font-size: 0.9rem;
    margin: 15px 0 0 0;
    padding: 10px;
    border: 1px #ddd dotted;
}




/* ---------------------------------------
　FOOTER
------------------------------------------ */

#page-footer{
	width: 100%;
	background: #f29700;
	float: left;
	text-align: center;
}

#footer-in{
	background: #f29700;
	position: relative;
	width: 900px;
	height: 160px;
	margin: 0 auto;
}

#logo-tukuba{
	width: 146px;
	height: 42px;
	position: absolute;
	top: 59px;
	left: 1px;
	}
	
#bunka{
	width: 103px;
	height: 42px;
	position: absolute;
	top: 59px;
	left: 365px;
	}	
	
#logo-kahaku{
	width: 163px;
	height: 35px;
	position: absolute;
	left: 176px;
	top: 62px;
	}
#credit{
	color: #FFF;
	width: 550px;
	font-size: 0.8rem;
	text-align: right;
	position: absolute;
	left: 350px;
	top: 121px;
	}
#tukuba{
	width: 500px;
	font-size: 0.9rem;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 40px;
	}
#support{
	width: 500px;
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.2;
	position: absolute;
	left: 398px;
	top: 60px;
}
#totop{
	width: 92px;
	height: 30px;
	position: absolute;
	left: 807px;
	top: -25px;
	}

/* コンテンツの不可視化 */
{
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


/* ------------ table------------ */

/* イベント等 */
.table01{
	border-collapse: collapse;
	width: 100%;
	font-size: 0.8rem;
	margin-bottom: 15px;
}
.table01 td,.table01 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
	padding: 5px 0;
}

.table01 td.kaijyo{
	background: #ffe9b9;
	text-align: center;
	font-weight: normal;
	padding: 0 5px;
	width: 100px;
}

.table01 td{
	background: #fff9e9;
	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: url(../images/content_bg.png) repeat;
	text-align: center;
	font-weight: normal;
	padding: 5px 10px;
}

.table04 td{
	background: #FFF;
	text-align: left;
	padding: 5px;
}

.table04 td span.time{
	background: #fffde0;
	padding: 0 3px;
	border: 1px #CCC solid;
}


.table05{
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9rem;
	margin: 5px 0;
}
.table05 td,.table05 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;

}

.table05 th{
	background: #fffdf8;
	text-align: center;
	font-weight: normal;
}

.table05 td{
	background: #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: 97%;
	font-size: 0.9rem;
	margin: 30px auto 0 auto;
	}
	
.table06 td,.table06 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
	padding: 5px 0;

}

.table06 th{
	background: #fef8a2;
	width: 30px;
	text-align: center;
	font-weight: normal;
	padding: 5px 10px;

}

.table06 td{
	background: #ffffee;
	text-align: left;
	padding: 5px 10px;
}





#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.9rem;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #aeaeae;
	padding: 5px 0;
}
.table02 th{
	font-weight: normal;
	background: #f2f8eb;
}
.table02 td{
	background: #FFF;
}	


/* 開催概要 */
.table03{
	border-collapse: collapse;
	width: 100%;
	position: relative;
	z-index: 3;
	}
.table03 th,.table03 td{
	background: #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: #23ac38;
}



/*socialPlugIn*/
.social{
	position: absolute;
	width: 410px;
	height: 35px;
	top: 30px;
	left:490px;
	z-index: 8;
	}
.social div{
	float: right;
	text-align: left;
	}
.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;
	}
	
