body{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 15px;
	margin: 0;
	width: 100%;
	height: 100%;
}

div#wrapper{
	width: 100%;
	height: 100%;
}

div#header{
	background: #FFFFFF;
	width: 100%;
	height: 250px;
	margin-top: 15px;
	text-align: center;
}

div#header img {
	width: 450px;
}

div#contents{
	width: 80%;
	margin: 0 auto;
}

div.title{
	font-size: 20px;
	color: #0077BB;
}

div#update{
	background: #F5F5F5;
	border-top: solid 2px #47A7A3;
	border-bottom: solid 2px #47A7A3;
	padding: 30px;
}

div#city{
	background: #FFFFFF;
	border-bottom: solid 2px #47A7A3;
	padding: 30px;
}

div#about{
	background: #F5F5F5;
	border-bottom: solid 2px #47A7A3;
	border-bottom: solid 2px #47A7A3;
	padding: 30px;
}

div#space{
	background: #FFFFFF;
	height: 50px;
}

div.description{
	color: #000000;
	padding-top: 10px;
	padding-left: 30px;
}

select.city_select{
	font-size: 20px;
}

div#footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 16px;
}

div#copyright{
	width: 100%;
	min-height: 16px;
	background: #003366;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

div#copyright a {
	text-decoration: none;
	color: #FFFFFF;
}

div#copyright a:hover {
	text-decoration: none;
	background-color: transparent;
}

/*
.btn {
	background: #0077BB;
	border: 1px solid #DDD;
	color: #FFFFFF;
	width: 100px;
	padding: 8px 0;
	margin: 0px 8px;
}
*/

.mcf_btn {
    background: #0077BB;
    border: 1px solid #DDD;
    color: #FFFFFF;
    width: 120px;
    padding: 8px 8px;
    margin: 0px 8px;
}

table.news {
	border-style: none;
}

table.news th,
table.news td {
	text-align: left;
	vertical-align: top;
	padding: 0px 3px;
	/*font-size: 12px;*/
}

.open,
.close {
	float: right;
	text-decoration: none;
	text-align: center;
}

.close {
	display: none;
}

.more,
.more th,
.more td {
	display: none;
}

.sponly {
	display: none;
}
@media screen and (max-width: 768px) {
	.sponly {
		display: block;
	}

	html, body{
		width: 100vw;
		height: 100vh;
		margin: 0;
	}
		
	div#wrapper {
		width: 100%;
	}
	div#header{
		background: #FFFFFF;
		width: 100%;
		height: 250px;
		margin-top: 15px;
		text-align: center;
	}
	
	div#header img {
		width: 300px;
	}

	div#contents{
		width: 100%;
	}
	
	
}
