@media all and (max-width: 480px) {
    body {
        font-size: 1.5em;
		padding: 0;
		margin: 0;
    }
    .icon {
        width: 10%;
    }
	
	#banner {
		margin: auto;
		width: 100%;
		max-width: 1400px;
		height: 150px;
		background-image: url("../images/banner.jpg");
		box-sizing: border-box;
		padding: 0;
	}
	
	nav {
		width: 100%;
		position: relative;
	}

	nav li {
		display: inline;
		float: left;
		width: 33%;
	}

	nav li a {
		display: block;
		color: white;
		text-align: center;
		padding: 5px 5px;
		text-decoration: none;
	}

	/* Change the link color to #111 (black) on hover */
	nav li a:hover {
		background-color: #111;
	}
	
	body {
		max-width: 98%;
	}
	
	.logoself {
		display: none;
	}
}

@media all and (min-width: 481px) {
    .icon {
            width: 5%;
            max-width: 32px;
    }
	
	nav {
		width: 15%;
		height: 100%;
		background-color: #4f7942;
		box-sizing: border-box;
		top: 0;
		left: 0;
		position: fixed;
	}
	
	nav li a {
		display: block;
		color: white;
		text-align: left;
		padding: 8% 15%;
		text-decoration: none;
	}
	
	body {
		max-width: 100%;
	}
	
	article {
		width: 85%;
		max-width: 1400px;
		margin-left: 15%;
		margin-top: 0%;
		padding-left: 2%;
		padding-right: 1%;
		padding-top: 1%;
		box-sizing: border-box;
	}
	
	#banner {
		margin: auto;
		width: 85%;
		max-width: 1400px;
		height: 150px;
		background-image: url("../images/banner.jpg");
		margin-left: 15%;
		box-sizing: border-box;
		padding: 0;
	}
	
	.logoself {
		display: block;
		text-align: center;
		margin: auto;
		width: 60%;
	}
	
	.logoself > img {
		margin-top: 20px;
		width: 100%;
	}
}

nav > ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #4f7942;
		/*position: fixed;*/
		/*top: 0;*/
		width: 100%;
}

/* Change the link color to #111 (black) on hover */
nav li a:hover {
		background-color: #111;
		text-decoration: none;
}

body {
        margin: auto;
        padding: 0 0 0 0;
        box-sizing: border-box;
        text-align: justify;
        font-family: "Source Sans", "DejaVu Sans", Arial;
        /*font-size: 16px;*/
		background-image: url("../images/seigaiha.png");
}

article {
		background-color: rgba(255, 255, 255, .5);;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
}

h1, h2 {
        font-family: "Andada";
        color: #4f7942;
		clear: both;
}

.qrcode {
        float: left;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons.woff2") format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  width: 28px;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

a {
        color: #85bb65;
        text-decoration: none;
}

a:hover {
        color: #a8e4a0;
        text-decoration: underline;
        transition: color 1s;
}

figure {
        text-align: center;
}

td {
        padding: 10px;
        text-align: left;
}

table {
	width: 100%;
}
