body {
    font-family: serif;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    font-weight: normal;
}
a {
    color: #1a8ad6;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.sans-serif {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.main-contents {
    zoom: 1;
    margin: 0 auto 100px auto;
    padding: 0;
    border: 0;
    width: 640px;
}

@media (max-width: 640px) {
	.main-contents {
		width: 100%;
	}
}

.main-contents h1 {
	text-align: center;
    font-size: 2em;
    margin: 3em 0 1em 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.entry-desc_text {
    font-size: 16px;
    margin: 20px 15px 20px 15px;
    padding: 0;
    /* white-space: pre-wrap; */
    letter-spacing: 1.6px;
    line-height: 2em;
}
.entry-desc_text figure {
    margin: 40px -15px 20px;
    text-align: center;
}
.entry-desc_text figure img {
    max-width: 100%;
    width: auto;
}

.main-contents h2 {
	text-align: center;
    margin: 3em 0 1em 0;
    font-size: 18px;
    letter-spacing: 2px;
}
.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59.375%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-data {
    margin: 0px 15px;
}
.entry-data figure {
    margin: 0px -15px 20px;
    text-align: center;
}
.entry-data figure img {
    max-width: 100%;
    width: auto;
}

.entry-data table {
    width: 100%;
}
.entry-data th, .entry-data td {
    padding: 10px;
    border-bottom: 1px dotted #e6e6e6;
    text-align: left;
    vertical-align: top;
}
.entry-data th {
    white-space: nowrap;
    text-wrap: none;
    vertical-align: middle;
}
.entry-data h2 {
	text-align: center;
    margin: 3em 0 1em 0;
    font-size: 18px;
    letter-spacing: 2px;
}
.entry-link {
    text-align: center;
    display: block;
}
.entry-link a:not([hidden]) {
    display: block;
    text-decoration: none;
    font-size: 14px;
}
.entry-link .entry-link-button {
    display: block;
    margin: 40px auto 5px;
    padding: 5px 0;
    background: #555;
    color: #fff;
    line-height: 40px;
    width: 200px;
    border-radius: 5px;
    text-align: center;
}
