body {
font-family: 'UD Digi Kyokasho NK-B', sans-serif;
}
p {
    margin: 0 0 1em;
    padding: 0;
}
@media screen and (max-width: 680px) {
#headerwrap {
    background-color: #ffffff;
}
}
#headerwrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#main-nav {
font-family: 'UD Digi Kyokasho NK-B', sans-serif;
font-weight: 700;
}
.module-slider.slider-overlay .slide-content {
font-family: 'UD Digi Kyokasho NK-B', sans-serif;
font-size: 1.8rem;
    padding: 2% 4%;
    width: 100%;
    background: #333;
    background: rgba(0,0,0,.7);
    color: #ccc;
    line-height: 1.4em;
    box-sizing: border-box;
}
@media screen and (max-width: 680px) {
.module-slider.slider-overlay .slide-content {
font-size: 1rem;
}
}
.entry-content p {
font-size: 0.9em;
line-height: 1.5em;
}

@media screen and (max-width: 680px) {
.loops-wrapper.grid2 .post,
.loops-wrapper.grid3 .post,
.loops-wrapper.grid4 .post,
.loops-wrapper.grid5 .post {
    clear: none;
    float: left;
    margin: 0.5%;
    width: 49%;
    max-width: 49%;
}
.post-title,
.loops-wrapper.grid2 .post-title,
.loops-wrapper.grid3 .post-title,
.loops-wrapper.grid4 .post-title,
.loops-wrapper.grid5 .post-title {
    font-size: 1.3em;
}
}
.widget {
    margin: 0;
}
.widgettitle {
    margin: 0 0 0.5em;
    text-align: center;
}
.widget .feature-posts-list li {
    margin: 0;
}
table {
	display: table;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 5px 10px;
  border: 1px solid #999;
	font-size: 0.9em;
	line-height: 1.3em;
}
table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}
table p {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 680px) {
  table {
		border-top: 1px solid;
		border-collapse: collapse;
		width: 100%;
		max-width: 480px;
  }
  table td {
		padding: 0.5em;
    display: block;
		border-top: none;
		width: 100%;

  }
table th {
		padding: 0.5em;
		display: block;
		border-top: none;
		width: 100%;
}
}
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
