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

/*#slide {
	position: relative;
	left: 0px;
	top: 0px;
	clear: both;
}

#slide ul {
   position: relative;
}
#slide li{
	position:absolute;
	width:100%;
}
*/
#button{
	/*padding-top:53.71%;*/
	text-align:center;
}

#button ul{
	display:inline-block;
}

#button ul li{
	float:left;
	margin-right:15px;
}

#button ul li:last-child{
	margin-right:0;
}

#button ul li a{
	text-decoration: none;
	display: block;
	width: 14px;
	height: 0px;
	padding-top:14px;
	overflow:hidden;
	border-radius: 7px;
	background: #FFDB7D;
}

#button ul li a.target{
	background:#FF760F;
}

#contents #topics #h2 {
		text-align: center;
	padding:1.953%;
}

#contents #topics {
	width: 48.8285%;
	float: left;
	padding: 2.9290%;
	margin-top: 2.92930%;
	border: 4px dotted #7f7c00;
	border-radius:30px;
}

#contents #topics #news {
		overflow:auto;
	height:240px;
}

#contents #topics dl dd {
	padding-left: 2em;
}

#contents #calenderframe {
	float: right;
	width:34.179%;
/*	min-width:31.25%;*/
	margin-top: 2.929%;
	margin-bottom: 2.929%;
}

#contents #calendar {
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 2.929% 2.929px 100%;
}
#calendar iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

@media screen and (max-width:800px){
#contents #topics {
	width: auto;
/*	margin-right: 5.859%;
*/	float:none;
}
#contents #calenderframe {
	float:none;
	width: 100%;
}
}
