@charset "utf-8";

body {
    margin: 0;
    font-family: Comic Sans MS;
    font-size: 16px;
}

.container {
    margin: 0 auto 0 auto;
/*    margin: 0; */
    max-width: 1000px;
}

.header-inner {
    /* 	padding: 10px 10px 0 10px; */
    width: 1000px;
    height: 210Px;
    background-image: url("../images/hello_world.jpg");
/*    background-color: black; */
    font-size: 28px;
    color: black;
/*    color: white; */
    text-align: center;
}

.footer-container {
    padding: 10px 0 10px 0;
    text-align: center;
}

.slides {
    text-align: center;
}

.navbar {
    display: none;
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: none;
    background: #333333;
    opacity: 1;
}
.navbar li a {
    display: block;
    padding: 10px 8px;
    color: #fff;
    text-decoration: none;
}
.navbar li a:hover {
    background: #fff;
    color: #333333;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
	.position-lock {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	}
	.navbar {
		display: flex !important;
		justify-content: flex-end;
	}
	.navbar li:first-child {
		margin-right: auto;
	}
}


h1 {
    font-size: 28px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 12px;
}

p {
    margin-top: 0;
    margin-bottom: 40px;
}

a {
    color: #0073bc;
    text-decoration: none;
}

a:hover {
    color: #b7dbf2;
    text-decoration: underline;
}

a:hover img {
    opacity: 0.5;
}

ol li {
    padding-top: 10px;
    padding-bottom: 10px;
}

table {width: 100%}

table td {
    padding: 4px 80px 4px 10px;
}

.aim_title {
    padding: 10px 0 0 0;
    font-size: 25px;
}

.aim_titlejin {
    padding: 10px 0 0 0;
    font-size: 30px;
}

.aim_author {
    padding: 10px 0 20px 0;
    font-size: 21px;
    text-align: center;
}

.aim_text p {
    font-size: 18px;
    text-align: justify;
    text-indent: 1em;
}

.aim_fig {
    width: 300px;
    padding: 0 20px;
}

.float-clear {
    overflow: hidden;
}

.float-box {
    float: right;
}
