/* CSS Document */
#mobile_menu {
	display: none;
}

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

#myGallery {
    width: 100% !important;
    height: 280px !important;
    margin-bottom: 10px;
}

body,#wrapper,#container {
	font-family: Verdana, Geneva, "sans-serif";
	background-image:none ;
}
#mobile_menu {
	display: block;
	position: fixed;
	top:0;
	right: 0;
}
#mobile_menu a {
	padding: 10px;
	display: block;
	padding: 12px 10px;
	color: #fff;
	background: rgba(177, 80, 34, 0.8);
	font-size: 1.2em;
	text-decoration: none;
}
#header{
	width: 100%;
    padding: 4px;
    margin: 0;
    background-size: cover !important;
    height: 17vh;
	max-height: 140px;
    box-sizing: border-box;
}
#main {
	padding: 5px;
    width: 100%;
	display: flex;
	flex-direction: column;
    box-sizing: border-box;
}
#side {
    width: 100%;
	padding: 25px 0 0 0 ;
	box-sizing: border-box;
	order: 2;
	padding-left: calc(50% - 105px);
	border-top: 1px dotted #ccc;
    margin-top: 10px;
}
#menu {
    padding: 0;
    box-shadow: 0 0 20px #b3b2b2;
    margin-bottom: 30px;
}
#menu ul li a {
	font-size: 1.2em;
}
/*
#menu_top , #menu_bottom {
	display: none;
}
#menu ul li a {
	background-image: none;
    color: #555;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 7px 0;
    margin: 15px 0 0 0;
    text-align: center;
    display: block;
}
*/

#contents {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 1.1em;
	line-height: 1.2;
}
#contents img {
	max-width: 100% !important;
	height: auto;
}

#contents iframe {
	max-width: 100% !important;
}

.content_text,
.content_banner1 {
	width: 100%;
}
.topic {
	width: 100%;
    box-sizing: border-box;
    height: 50px;
    background-position: -6px -2px;
    border-radius: 9px;
}
#footer-contents {
	width: auto;
	padding: 20px;
}

/* ==== Top Page ==== */
#top_contents {
 display: none;
}

}