h1.siteName {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #00bf8b;
	text-align: center;
}
h1.siteName a {
	text-decoration: none;
	color: #fff;
}
.page .wrapper li, .page .wrapper p, .page .wrapper dd {
    text-align: justify;
}
.page .wrapper ol, .page .wrapper ul {
    margin: 0 20px;
}
.page .wrapper li+li {
    margin-top: 5px;
}
.page .wrapper h3 {
    margin: 20px 0;
    text-indent: 1.0em;
    font-size: 150%;
    border-bottom: 2px solid #00bf8b;
    position: relative;
}
.page .wrapper h3::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -2.5%;
    border-radius: 10px;
    border: 3px solid #00bf8b;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}
.page .wrapper table {
	margin: 15px 0px 15px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
.page .wrapper table th {
    width: 80px;
}
.page .wrapper table th,.page .wrapper table td	{
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	border-top: 1px solid #E0D8D8;
	border-bottom: 1px solid #E0D8D8;
	vertical-align: middle;
}
.page .wrapper table tr:nth-child(even) {
    background: #F8F5F5;
}
nav.headMenu {
    overflow: hidden;
}
ul.service li {
    text-align: center;
    margin-bottom: 20px;
}
nav.headMenu ul li a {
    width: 10vh;
    height: 10vh;
    display: table;
    text-decoration: none;
    color: #fff;
    background: #069;
    border: none;
    font-size: 200%;
}
dl.news dt.date {
    padding: 5px 0;
    height: 20px;
    display: table;
}
dl.news dt.date * {
    display: table-cell;
    vertical-align: middle;
}
dl.news dt.date img {
    margin-left: 10px;
}
dl.news dd {
    padding: 5px 0 10px;
    border-bottom: 1px solid #ccc;
}
dl.news dd:last-child {
    border: none;
}
.newsList a {
    color: #333;
    text-decoration: none;
}
p.price a {
    width: 100%;
    margin: 20px 0;
    padding: 15px 0;
    display: block;
    text-align: center;
    background: #069;
    color: #fff;
}
dl.blog dt {
font-size: 120%;
margin-bottom: 20px;
text-indent: 5px;
}
dl.blog dt span {
display: block;
font-size: 80%;
font-weight: normal;
border-top: 2px solid #ffaa38;
margin-top: 5px;
padding-top: 5px;
}
dl.news dt em {
    font-weight: normal;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block!important;
    margin-left: 5px;
    background: #00bf8b;
}

section img {
    width: initial;
    max-width: 100%;
}
section table td {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
}
section table td+td {
    margin-top: 10px;
}
section td img {
    width: initial;
    max-width: 100%;
    display: block;
    margin: auto;
}
section td ul li {
    text-align: left;
    list-style-type: circle;
}
section td ul {
    padding-left: 1.5em;
}