/* midashi */
h1 {
    font-size: 4em;
    color: #5db98b;
    font-weight: bold;
}

@media screen and (max-width:768px ) {
    h1 {
        font-size: 2.5em;
    }
}


/* table */
table.contact-table {
    width: 100%;
}

td.item {
    width: 30%;
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}