/* Global styles */
body {
    font-family: Arial, sans-serif;
}

h3#top_title {
    margin: 0px;
    background-color: #222222;
    color: #f8f8f8;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
}

h4#_subject {
    margin: 0px;
    background-color: #4682b4;
    color: #f8f8f8;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 20px;
}

.container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.coordinates-group {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.input-group {
    margin-bottom: 20px;
}

input[type="number"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
}
button {
	margin-bottom:10px;
    width: 100%;
    padding: 10px;
    /*
	background-color: #4CAF50;
    color: white;
	*/
	font-weight:bold;
    border: none;
    cursor: pointer;
	font-size:20px;
	@media(max-width:600px){
		font-size:14px;
	}
}
button:hover {
    /*background-color: #45a049;*/
}
textarea {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: none;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    border: 2px solid black;
    border-radius: 10px;
}

.hSpace {
    height: 10px;
}

.AdsenseTop, .AdsenseBottom {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 640px) {
    h3#top_title {
font-size: 18px;
    }
}

@media (max-width: 600px) {
    h4#_subject {
font-size: 14px;
    }

    button {
font-size: 14px;
    }

    .container {
width: 90%;
    }

    textarea {
height: 150px;
    }
}

a,a:hover,a:visited{
    color: inherit;
	text-decoration: none;
}

#setsumei{
	font-size:0.8em;
}