@charset "utf-8";
/* CSS Document */

* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
	color: #255597;
	text-decoration: underline;
} 
a:visited {
	color: #538D27;
	text-decoration: none;
} 
a:hover {
	color: #2496D8;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}


.photo {
	border: 10px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:1px 1px 4px #ccc;
	-moz-box-shadow:1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
}


h1 {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;	
}
h1 img {
	width:600px;
}


h2 {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	color: #592600;
	font-size: 22px;
	-moz-background-size: 100% auto;
}

h3 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 3px;
	background-color: #FFCC00;
	border-radius: 7px;
	padding-right: 10px;
	padding-bottom: 3px;
	box-shadow: 1px 1px 3px #948B82;
	-webkit-box-shadow: 1px 1px 3px #948B82;
}


img {
	vertical-align: bottom;
	border: 0px;

}
a:hover img {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}




/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #FFD57A;
	background-image: url(images/bg_body.png);
}

#system_main {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-image: url(images/bg_main.png);
	background-position: center top;
	background-repeat: repeat-x;
}


header {
	height: 150px;
	width: 1140px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


#mainnav {
	width: 100%;
	padding: 0px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#mainnav ul {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#mainnav ul li{
	list-style-type: none;
	float: left;
	padding:0px;
	margin:0px;
}



#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu1.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu1 a:hover {
    background-position: 0 -100px;
}

#menu1 a#nowHere {
		background:url(images/menu1.png) no-repeat 0 -100px;
	}
	
#menu2 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu2.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu2 a:hover {
    background-position: 0 -100px;
}

#menu2 a#nowHere {
		background:url(images/menu2.png) no-repeat 0 -100px;
	}	
	
#menu3 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu3.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu3 a:hover {
    background-position: 0 -100px;
}

#menu3 a#nowHere {
		background:url(images/menu3.png) no-repeat 0 -100px;
	}		

#menu4 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu4.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu4 a:hover {
    background-position: 0 -100px;
}

#menu4 a#nowHere {
		background:url(images/menu4.png) no-repeat 0 -100px;
	}	
	
#menu5 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu5.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu5 a:hover {
    background-position: 0 -100px;
}

#menu5 a#nowHere {
		background:url(images/menu5.png) no-repeat 0 -100px;
	}	

#menu6 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu6.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu6 a:hover {
    background-position: 0 -100px;
}

#menu6 a#nowHere {
		background:url(images/menu6.png) no-repeat 0 -100px;
	}	
	

	

	
main {
	font-size: 14px;
	color: #300;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 300px;
}



/*スライダー*/


.slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
}
.slides {
	height: 100%;
	overflow: hidden;




  *zoom: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slide {
	height: 100%;
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slide img {
	width:100%;
}
.slider-arrow 
{ position: absolute;
 display: block;
  margin-bottom: -20px; 
  padding: 20px; 
  }

/*
.slider-arrow--right { bottom: 50%; right: 30px; background: url(img/right.png) no-repeat; }
.slider-arrow--left { bottom: 50%; left: 30px; background: url(img/left.png) no-repeat; }
*/

.slider-nav { 
position: absolute; 
bottom: 0px; 
}
.slider-nav__item { 
width: 12px; 
height: 12px; 
float: left; clear: none; 
display: block;
margin: 0 5px; 
border: 1px solid #8AC6F1; 
border-radius: 8px; }
.slider-nav__item:hover {
	background-color: #fff;
}
.slider-nav__item--current {
	background-color: #8AC6F1;
}





#topslide {
	position:relative;
}
#topimg1 {
	position:absolute;
	top:0px;
}

#topimg1 img {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topimg2 {
	position:absolute;
	bottom:15px;
}

#topimg2 img {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/*スライダー*/

footer {
	width: 100%;
	height: 260px;
	left: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(images/bg_footer1.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	background-position: center bottom;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	color: #5A3D1C;
	padding-top: 10px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
footer .copy img {
	height: 50px;
	}

.pagetop {
	text-align: right;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#rinen, #outline, #houshin, #mokuhyou, #daily, #event, #blog, #album, #kujou {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 900px;
	padding-top: 15px;
	margin-bottom: 30px;
}



#top {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	overflow: hidden;
	margin-top: 15px;
	}
#map {
	float: left;
	width: 450px;
}
#map iframe {
	height: 250px;
	width: 100%;
	border-radius: 15px;
	box-shadow: 1px 1px 5px #948B82;
	margin-left: 5px;
	-webkit-box-shadow: 1px 1px 5px #948B82;
}



#address {
	float: right;
	width: 460px;
	margin-right: 5px;
}

#address img {
	width:100%;
}

#news {
	padding: 18px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	}

#news ul {
	text-align: left;
	margin-right: 10px;
	margin-left: 36px;
	padding-bottom: 10px;
}
#news ul li {
	list-style-position: outside;
	list-style-type: circle;
	font-size: 13px;
	border-bottom: 1px dotted #007FBE;
	padding-top: 4px;
	padding-bottom: 4px;
}



.hoikurinen img {
	width: 100%;
}

#outline table {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	margin-bottom: 30px;
	border-spacing:2px;
}
#outline table th {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFEEA7;
	padding: 5px;
	text-align: left;
}
#outline table td {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
}


#mokuhyou dl {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: left;
}
#mokuhyou dt {
	font-weight: bold;
	font-size: 16px;
	color: #FB4600;
}
#mokuhyou dd {
	font-size: 16px;
	margin-left: 40px;
	margin-bottom: 30px;
}
#mokuhyou dt img {
}

#houshin .kihonhoushin {
	text-align: left;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 18px;
	font-weight: bold;
}
#houshin ol {
	margin-left: 60px;
	margin-right: 30px;
	margin-bottom: 15px;
	text-align: left;
	list-style-position: outside;
	list-style-type: decimal;
}
#houshin ol li {
	font-weight: bold;
	font-size: 16px;
	color: #45ACEF;
	list-style-type: decimal;
	margin-bottom: 25px;
	text-shadow: 1px 1px 5px #FFFFFF;
}


#dailybox {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

#daily table.program1 {
	margin-right: auto;
	margin-left: auto;
	width: 55%;
	border-spacing: 2px;
	float: left;
	margin-bottom: 10px;
}
#daily table.program1 th {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #279FEC;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
}
#daily table.program1 td {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}

#daily table.program2 {
	margin-right: auto;
	margin-left: auto;
	width: 44%;
	border-spacing: 2px;
	float: right;
}

#daily table.program2 img {
	width: 94%;
	border: 5px solid #FFFFFF;
}
#daily table.program2 td {
	padding: 5px;
	text-align: center;
}
#daily caption img {
	width:100%;
}


#daily p {
	text-align:left;
}


#event table {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	margin-bottom: 10px;
	border-spacing:2px;
}
#event table th {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FF638E;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
#event table td {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
	width: 26%;
}


#kujou .kujoutxt {
	text-align: left;
	margin-bottom: 30px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

#kujou dl {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px 3px #FFFFFF;
	box-shadow: 0px 0px 15px 3px #FFFFFF;
	border-radius: 15px;
	width: 80%;
}

#kujou dt {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 5px solid #0093D0;
	margin-bottom: 15px;
	border-bottom: 1px solid #0093D0;
	font-size: 16px;
	font-weight: bold;
	color: #0093D0;
}
#kujou dd {
	margin-left: 30px;
	margin-bottom: 30px;
}


#albumbox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#albumside {
	float: left;
	width: 220px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A79684;
	box-shadow: 1px 1px 3px #A79684;
	background-image: url(images/bg_album.png);
}
#albumside ul {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	margin-top: 15px;
}
#albumside li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #57B5F9;
	background-image: url(images/arrow1.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 6px;
}
#albummain {
	float: right;
	width: 630px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.albumkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.albumbox {
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px 3px #FFFFFF;
	box-shadow: 0px 0px 15px 3px #FFFFFF;
	border-radius: 15px;
}



.albummidashi {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	color: #9C5208;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/icon2.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#albummain .albumkiji .albumhonbun {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #FF9639;
}
#albummain .albumkiji .albumdate {
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C9B6A5;
}
#albummain ul {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#albummain ul li {
	float: left;
	box-shadow:0px 0px 5px #ccc;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
}
#albummain ul li img {
	width: 165px;
}



#blogbox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#blogside {
	float: left;
	width: 220px;
	margin-bottom: 15px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A79684;
	box-shadow: 1px 1px 3px #A79684;
	padding-top: 20px;
	background-image: url(images/bg_blog.png);
}
#blogside ul {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	margin-top: 15px;
}
#blogside li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #FFFFFF;
	background-image: url(images/arrow1.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 6px;
}
#blogmain {
	float: right;
	width: 630px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.blogkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
}

.blogbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px 3px #FFFFFF;
	box-shadow: 0px 0px 15px 3px #FFFFFF;
	border-radius: 15px;
}


.blogmidashi {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	color: #0089C1;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/icon1.png);
	background-position: left center;
	background-repeat: no-repeat;
}


.blogkiji .bloghonbun {
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.blogkiji .blogdate {
	text-align: right;
	padding-top: 20px;
	border-top: 1px dotted #2D9EFB;
}
.blogkiji ul {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.blogkiji ul li {
	float: left;
	box-shadow:0px 0px 5px #ccc;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
}

.blogkiji ul li img {
	width: 180px;
}



ul.photo4 {
	overflow: hidden;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
ul.photo4 li {
	float: left;
	box-shadow:0px 0px 5px #ccc;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
}
ul.photo4 img {
	width: 200px;
}


@media screen and (max-width:768px){

header,footer,main,#mainnav, #mainnav ul, #system_main,#topside {
	width: 100%;
	height:auto;	
}

header {
	height: auto;
	background-image: url(images/bg_header2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
#system_main {
	background-image: none;	
	}
h1 {
	padding-top: 10px;
	padding-bottom: 10px;	
}
h1 img {
	width:75%;
}

h2 {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	}
main {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 140px;
}


#mainnav {
	background-image: none;
	height: auto;
	margin-top: 0px;
	background-color: #FFF3F3;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#mainnav ul {
	width: 100%;
	padding-top: 0px;
	}
#mainnav li {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
}

#menu1,#menu2,#menu4,#menu5 {
	width: 33%;
	padding:0px;
	margin: 0px;
}
#menu3,#menu6 {
	width: 34%;
	padding:0px;
	margin: 0px;
}

#menu1 a,#menu2 a,#menu3 a,#menu4 a,#menu5 a,#menu6 a {
	width: 100%;
	text-decoration: none;
	padding-top: 0px;
	height: 50px;
	color: #ffffff;
	background-image: none;
	background-color: #22A7F3;
	}

#menu1,#menu2,#menu3 {
	border-bottom: 1px solid #FFFFFF;
}
	

#menu1 a:hover,#menu2 a:hover,#menu3 a:hover,#menu4 a:hover,#menu5 a:hover,#menu6 a:hover {
	color: #98354E;
	height: 50px;
	background-color: #FFC548;
	background-image: none;
}
#menu1 a#nowHere,#menu2 a#nowHere,#menu3 a#nowHere,#menu4 a#nowHere,#menu5 a#nowHere,#menu6 a#nowHere {
	background-image: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	background-color: #FD7315;
	background-image: none;
}
	



footer {
	background-image: url(images/bg_footer2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height:130px;
}
.pagetop {
	text-align: right;
	padding-bottom: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
footer .copy {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
footer .copy img {
	width: 80%;
	height:auto;
	}
#news {
	padding: 10px;
	border-radius: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
#top, #rinen, #outline, #houshin, #mokuhyou, #daily, #event, #blog, #album, #kujou {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}


#map, #address, #blogbox, #blogside, #blogmain, #albumside, #albummain {
	float: none;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#map iframe {
		width: 95%;
	margin-left: 0px;
}

#mokuhyou dt img {
	width: 80%;
}
#daily table.program2 td {
	display: block;
}


ul.photo4 {
	width: 100%;
}
ul.photo4 li {
	width: 43%;
}
ul.photo4 img {
	width: 100%;
}


}

@media screen and (max-width:480px){
header, footer,main,#mainnav, #mainnav ul, #system_main {
	width: 100%;	
}
h1 {
	text-align:center;
}
h1 img {
	width: 100%;
}
h2 img {
	width: 300px;
}
h3 {
	font-size: 16px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	border-radius: 6px;
}


footer .copy img {
	width:100%
}

.pagetop img {
	width: 50%;
}

header {
	height: auto;
	background-image: url(images/bg_header3.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu1,#menu2,#menu3,#menu4,#menu5,#menu6 {
	width: 50%;
}

#menu1,#menu2,#menu3,#menu4 {
	border-bottom: 1px solid #FFFFFF;
}
	

#outline table th {
	display: block;
	margin-bottom: 0px;
}
#outline table td {
	display: block;
	margin-bottom: 10px;
}


#mokuhyou dt img {
	width: 100%;
}



#daily table.program1,#daily table.program2 {
	width:98%;
	float:none;
}



#event table th {
	display: block;
	margin-bottom: 3px;
	width:auto;
}

#event table td {
	display: block;
	margin-bottom: 8px;
	width:auto;
}


	
#blog .blogkiji ul li {
	float: left;
	box-shadow:0px 0px 5px #ccc;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
	width: 90%;
}
#blog .blogkiji ul li img {
	width: 100%;
}




#albummain ul li {
	float: left;
	box-shadow:0px 0px 5px #ccc;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
	width: 90%;
}
#albummain ul li img {
	width: 100%;
}



ul.photo4 {
	width: 100%;
}
ul.photo4 li {
	width: 90%;
}
ul.photo4 img {
	width: 100%;
}



	}
	
