@charset "UTF-8";
/* CSS Document */
article {
    font-size: 1.1em;
    height: auto;
}
#formWrap {
    font-size: 0.9em;
}
#formWrap h3 {
    font-weight: 400;
}
#formWrap p {
    line-height: 1.3em;
}
#formWrap .buttons {
    text-align: center;
}
.formTable {
    width: 100%;
}
.formTable td, .formTable th {
    width: 100%;
    display: block;
}
.formTable th {
    font-weight: 400;
    text-align: left;
}
.formTable input {
    height: 1.8em;
    border: none;
    border-bottom: dotted 1px;
    background-color: rgba( 255, 255, 255, 0 );
}
.contact-tatamba iframe {
    border: 0;
}
.contact-tatamba address {
    font-style: normal;
    line-height: 1.4em;
}
input[type="text"], textarea {
    width: 100%;
    background-color: rgba( 255, 255, 255, 0 );
}
input[type="submit"], input[type="reset"], input[type="button"] {
    position: relative;
    padding: 8px 9px;
    background: #fff;
    border: solid 1px #333;
    cursor: pointer;
    transition-duration: 0.3s;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    color: #000;
    text-shadow: 0 -1px 1px #fff, 1px 1px 1px #333;
    border-radius: 4px;
    box-shadow: inset 0px 0px 0px #333, 0px 3px 0px #333;
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    top: 3px;
    outline: 0;
    box-shadow: inset 0px 1px 0px #333, inset 0px -1px 0px #333;
}
input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    outline: 0;
}
@media (min-width: 321px) {
article {
    font-size: 1em;
    padding: 4vh 0 0;
}
#formWrap {
    width: 98%;
}
#formWrap th {
    width: 98%;
}
#formWrap h3 {
    text-align: center;
}
.formTable th {
    margin: 0;
}
.formTable td {
    margin: 0;
}
input[type="text"], textarea {
    padding: 5px;
    font-size: 100%;
    display: block;
}
textarea {
    height: 22vh;
}
.contact-tatamba {
    width: 98%;
}
input[type="text"], textarea {
    width: 96%;
    padding: 5px;
    font-size: 110%;
    display: block;
	margin: 0 auto;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 96%;
    height: 40px;
	margin: 0 auto;
}
.contact-tatamba address {
    font-size: 0.9em;
	width: 96%;
	margin: 0 auto 3vh;
}
	.contact-tatamba iframe {
    width: 100%;
    height: 43vh;
}
}
@media (min-width: 415px) {
article {
    padding: 1vh 0 0;
}
#formWrap {
    width: 59vw;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    position: relative;
	width:auto;
	display: inline-block;
}
.contact-tatamba {
    width: 59vw;
}
.contact-tatamba iframe {
    width: 100%;
}
}

@media (min-width: 1024px) {
article {
    width: 59vw;
    font-size: 1.1em;
    padding: 2vh 0 0;
}
#formWrap {
    width: 54vw;
}
#formWrap h3 {
    text-align: left;
}
.formTable th {
    margin: 3px 0 3px;
}
.formTable td {
    margin: 0 0 12px;
}
input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 1.1em;
    display: block;
}
textarea {
    height: 38vh;
}
.contact-tatamba {
    width: 57vw;
}
.contact-tatamba address {
    width: 91%;
	margin: 6vh auto 3vh;
}
.contact-tatamba iframe {
    width: 96%;
}
}

@media (min-width: 1060px) {
input[type="text"], textarea {
    width: 96%;
}
#formWrap {
    width: 36vw;
}
.contact-tatamba {
    width: 36vw;
}
.contact-tatamba iframe {
    width: 100%;
}
}
