@charset "UTF-8";

html {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-size:100%;
}
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 90%;
    color: #4f2700;
    background-color: #eeffff;
}
header {
    width: 100%;
    height: 150px;
    border-bottom: 2px solid #ccc;
    overflow: hidden;
}
main {
    width: 100%;
    height: calc(100% - 175px);
    overflow: hidden;
}
aside {
    margin: 0;
    width: 200px;
    float: left;
    color: #333;
}
article {
    margin: 0;
}
footer {
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 0.8rem;
    color: #333;
    border-top: 2px solid #ccc;
}

iframe {
    border: none;
    width: 100%;
    height: 100%;
    margin: 3px 10px;
    overflow: hidden;
}

#iframe_form {
}
#iframe_azimuth {
}
#iframe_log {
    width: calc(100% - 12px);
    overflow: hidden;
}

#gmap {
	height: 600px;
	width: 900px;
	margin: 0 10;
}

a {
    text-decoration: none;
}
h1 {
    font-size: 150%;
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
    font-family: verdana,helvetica,arial;
    border-bottom: 1px solid #ccc;
}

div.blocka {
    width: 100%;
    height: 80px;
    font-size: 80%;
    font-weight: bold;
}

div.blockb {
    width: 100%;
    display: flex;
}

div.blockc {
    width: 100%;
    margin: 3px 10px;
}

div.log {
    width: calc(100% - 20px);
    overflow: hidden;
}

span.date {
    color: #003333;
    font-size: 120%;
}
span.freq {
    color: #ee0000;
    font-size: 140%;
}
span.link {
    font-size: 120%;
}
span.detail {
    font-size: 120%;
    font-weight: bold;
}

.req {
    font-weight: bold;
    color: #CC0000;
}
.empha {
    font-weight: bold;
    text-decoration: underline;
}
.empha2 {
    font-size: 120%;
    font-weight: bold;
}
td.migi {
    text-align: right;
}
td.cent {
    text-align: center;
}




@media ( max-width : 639px ) {

header {
    top: 0;
    width: 100%;
    height: 200px;
}
main {
    margin: 0;
	height: calc(100% - 225px);
    width: 100%;
}
article {
    margin: 0;
}
aside {
    margin: 0;
    width: 100%;

}
